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'

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock