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]

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