Jump to content
  • 0

[HELP] Raid boss problem & another one!


Question

Posted

Hi.If i make i work postig, i'm sorry.

i spawn valaka on valakas lair and when i want to atack him, he take me back to godard and hi is autodelete from there.

beleth raid boss dont atack, dont have drop data.

i need a spawnlist table with the mobs from gracia zones.

Please help me.i want to power on my server but with this problems i cant do that. URGENT.

Recommended Posts

  • 0
Posted

Valakasra is a solution yet. With a mission, but it is possible to be extremely fond the teleport necessary item.

Beleth does not wound, you are does not attack?

  • 0
Posted

i eliminated valakas lair from zones.xml but he already teleporting me to godard when i hit him.

 

Its simple, You have to delete ZONE CHEACK from Valakas AI. And You will fix it.

  • 0
Posted

Find and open Valakas AI file, You could find this file in:

 

data/scripts/ai/individual/Valakas.java, then find and delete ZONE CHEACK from script.

 

Im not sure, but try to delete this line:

 

Find these lines:

 

            }

            if (GrandBossManager.getInstance().getBossStatus(VALAKAS) == FIGHTING)

            {

            temp = (System.currentTimeMillis() - i_quest1);

            if (temp > 900000)

            {

            npc.getAI().setIntention(AI_INTENTION_IDLE);

            npc.teleToLocation(-105200,-253104,-15264);

            GrandBossManager.getInstance().setBossStatus(VALAKAS,DORMANT);

            npc.setCurrentHpMp(npc.getMaxHp(),npc.getMaxMp());

            _Zone.oustAllPlayers();

            cancelQuestTimer("1002", npc, null);

            i_quest2 = 0;

            i_quest3 = 0;

            i_quest4 = 0;

            }

 

Try to delete line marked by red colour, and start GS and test it. Im nor sure .. but im sure you have to delete zone cheack, because if Valakas is in combat state, core cheacking if Valakas is in his Lair, if not ..core will kick all Characters to Town.

  • 0
Posted

i find this file but i dont find ZONE CHEACK on it. i used ctrl+f and write ZONE CHEACK and i dont find anything in valakas.java.

  • 0
Posted

Check my post over your again, now its updated. Im not sure, but You could try. And tell us if it will work, or not.

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...