Jump to content

[Share] Special SOE for KvN


DominiQue

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

well i dont think there is a reason to do this .

i mean whats the point of replacing the talkin island soe..

u could just create a new case..

whatever. thanx for sharing

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 years later...

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
Reply to this topic...

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