Jump to content

[Share] Special SOE for KvN


Recommended Posts

Go in :

net.sf.l2j.gameserver.handler.itemhandlers.ScrollOfEscape.java

 

Find:

case 7554:

_activeChar.teleToLocation(-84318, 244579, -3730, true); // Talking

// Island

// quest

// scroll

break;

 

And replace with :

 

case 7554:

if (_activeChar.isNoob())

{

_activeChar.teleToLocation(-83995, 243373, -3755, true); // Noobs Base

}

if (_activeChar.isKoof())

{

_activeChar.teleToLocation(45775, 49236, -3086, true); // Koofs Base

}

break;

 

Done ! :P

Now your Special soe its ready ;) !

 

Credits :

x.v3ndetta
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...