L2JMobius

Public Development => Shares/Contributions => Committed User Contributions => Topic started by: mastermind007 on April 20, 2026, 11:43:14 PM

Title: Newbie Guide missing Life Cubic
Post by: mastermind007 on April 20, 2026, 11:43:14 PM
I noticed in the H5 branch the Newbie Guide was not casting the Life Cubic.

To correct this you need to change two lines in the NewbieGuide.Java file.
Code: [Select]
L2J_Mobius_CT_2.6_HighFive\dist\game\data\scripts\ai\others\NewbieGuide
Change lines 292 and 307 in the default file from
Code: [Select]
npc.doCast(LIFE_CUBIC_FOR_BEGINNERS.getSkill());
To
Code: [Select]
talker.doSimultaneousCast(LIFE_CUBIC_FOR_BEGINNERS.getSkill());
Title: Re: Newbie Guide missing Life Cubic
Post by: Mobius on April 22, 2026, 11:11:15 AM
Committed with https://gitlab.com/MobiusDevelopment/L2J_Mobius/-/commit/01c6a5dd1ab4ada7db0618f0992bb613a90c5908
Thanks :D