L2JMobius

Age of Magic Fixed Quest : Q11027_PathOfDestinyOvercome

expini · 5 · 401

Offline expini

  • Vassal
  • *
    • Posts: 4
i have change for some bug about Quest Level 85 in Q11027_PathOfDestinyOvercome.Java
https://ibb.co/jgR73Wp
befor not Level Up to 85 but Hold to 84 with Exp about 30%+ and can not go any quest

This is done. i have test already Quest it PASS to Next Quest  :D

Code: [Select]
diff --git a/L2J_Mobius_11.2_AgeOfMagic/dist/game/data/scripts/quests/Q11027_PathOfDestinyOvercome/Q11027_PathOfDestinyOvercome.java b/L2J_Mobius_11.2_AgeOfMagic/dist/game/data/scripts/quests/Q11027_PathOfDestinyOvercome/Q11027_PathOfDestinyOvercome.java
index a1bdc84..5868cdc 100644
--- a/L2J_Mobius_11.2_AgeOfMagic/dist/game/data/scripts/quests/Q11027_PathOfDestinyOvercome/Q11027_PathOfDestinyOvercome.java
+++ b/L2J_Mobius_11.2_AgeOfMagic/dist/game/data/scripts/quests/Q11027_PathOfDestinyOvercome/Q11027_PathOfDestinyOvercome.java
@@ -316,7 +316,7 @@
  }
  else
  {
- addExpAndSp(player, 42441, 38);
+ addExpAndSp(player, 118835, 38);
  }
  giveAdena(player, 420000, true);
  }

Please check and commit



Offline expini

  • Vassal
  • *
    • Posts: 4
Not a bug?
You have to EXP?
so player level not 85 then can not talking NPC any more they say just Lv 85
and i try to go other monster to kill but not earn EXP up

how i change config? or how to do it work
i not look at config file

thank you Mobius


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16085

Offline expini

  • Vassal
  • *
    • Posts: 4
private static boolean INSTANT_LEVEL_
You mean need add this line to all quest right

i mean when create new character lv 1 and teleport to monster some where when kill not get EXP
or where i put this line?