L2JMobius

High Five Newbie Guide missing Life Cubic

mastermind007 · 2 · 157

Online mastermind007

  • Heir
  • **
    • Posts: 20
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());
If it ain't broke, you're not trying hard enough.