L2JMobius

C4 Beginner Soulshot Quest's

emilianoify · 2 · 816

Offline emilianoify

  • Heir
  • **
    • Posts: 35
  • Try first after ask for help
Hello all,

A little error in the variable "newPlayerRewardsReceived", make the condition lower than 2 instead 1, this make this quest repeteable for newbie players, and they take soulshot or spirishot for beginners two times instead 1.

Easy Fix: if (player.isNewbie() && (st.getInt("Reward") == 0) && (newPlayerRewardsReceived < 1))

or

Download .java from here: https://www.mediafire.com/file/c3gvt9unb5xrhsu/Newbie_Quest.rar/file

Q: For what not if (player.isNewbie() && (st.getInt("Reward") == 0) instead?
A: Because we need newPlayerRewardsReceived for the other newbies quest like weapons.

  • Quest fixes:

    The Hidden Veins
    The Guard is Busy
    Invaders of the Holy Land
    Hunt The Orcs
    Chains of Slavery

Sorry if this is already fixed i use the free version.