Jump to content
  • 0

[HELP]Problems With L2J Packet Gracia Part 2


Question

Posted

Well i have a lot of problems on L2J packet that i have no idea how to fix so i came here so someone maybe will help me.

 

 

But the main problem that i have is raid bosses for example baium if i summon it,he is not attacking just stand like an idiot.

Valakas if i try to hit him so it teleport me back to town.

 

If any one know how to fix it please tell me.

 

I am using the last gracia part 2 rev of l2j.

6 answers to this question

Recommended Posts

  • 0
Posted

about valakas go to data\scripts\ai\individual open valakas.java and delete

 

        if (GrandBossManager.getInstance().getBossStatus(VALAKAS) != FIGHTING)
        {
        	attacker.teleToLocation(150037,-57255,-2976);
        }

 

about baium , it worked b4 that happens?if yes undo what u changed or update to latest rev

  • 0
Posted

about valakas go to data\scripts\ai\individual open valakas.java and delete

 

        if (GrandBossManager.getInstance().getBossStatus(VALAKAS) != FIGHTING)
        {
        	attacker.teleToLocation(150037,-57255,-2976);
        }

 

about baium , it worked b4 that happens?if yes undo what u changed or update to latest rev

 

it didnt work before i even saw that on other packs it dont work and i am have the last rev because i got it from their svn.

  • 0
Posted

thats what i was searching today and i did it and it worked for me , change it and restart your server and it will work fine .. if not you do smth wrong

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...