Jump to content

Recommended Posts

Posted

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.isDonator())

{

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

}

break;

 

 

or :

 

case 7554:

if (_activeChar.isNoble())

{

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

}

break;

 

 

or :

 

case 7554:

if (_activeChar.isHero())

{

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

}

break;

 

 

kashiro thx for noble SOE idea :P

 

Done ! :P

Now your Special soe its ready ;) !

 

Credits :

x.v3ndetta
Posted

thanks, really useful for low-mid rates servers. you can remake it to

if (_activeChar.isNoble())

to teleport somewhere special. i mean like noblesse only teleport scrolls :)

 

BTW, you showed how to edit a scroll, if you want to create a new special SOE you will need to edit client-side too.

Posted

waw, but you can afford to buy this scrolls, I mean if u don't put teleport to jail or something like this. Just use the GK.

 

[only applyed for nobless case]

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