Jump to content
  • 0

Question

Posted

When i player enters Antharas Nest for example without using the portal stone and teleporting with the GrandBoss Teleporter the server automatically teleports him to the nearest town

Is it possible to disable it??

5 answers to this question

Recommended Posts

  • 0
Posted

Try to remove the whole quest (not recommended but if it works your crappy pvp server is gonna be ok). If it doesn't, post the antharas.java file here.

  • 0
Posted

When i player enters Antharas Nest for example without using the portal stone and teleporting with the GrandBoss Teleporter the server automatically teleports him to the nearest town

Is it possible to disable it??

Simple disable it from the scripts.cfg by putting # in front of it

  • 0
Posted (edited)

I'm not sure, but try to go at "data\scripts\teleports\GrandBossTeleporters" and open the file "GrandBossTeleporters.java".

If you search for Antharas, you will see this part:

                if (st.hasQuestItems(3865))
                    {
                        st.takeItems(3865, 1);
                        GrandBossManager.getInstance().getZoneById(110001).allowPlayerEntry(player, 30);
                        
                        player.teleToLocation(175300 + Rnd.get(-350, 350), 115180 + Rnd.get(-1000, 1000), -7709, 0);

Not recommended to delete something, but change the quest item with some adena..

I say again, perhaps I'm wrong.. Just give a try..

Edited by 'Baggos'

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