How to make MYTELEPORT skill to have cast time?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

How to make MYTELEPORT skill to have cast time?

Post by babyjason »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4417
L2JDP Revision Number:7666

How to make MYTELEPORT skill to have cast time so players dont teleport in an instant, but take for exemple few seconds? any ideeas?
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: How to make MYTELEPORT skill to have cast time?

Post by Dumpster »

<item id="13016" type="EtcItem" name="My Teleport Scroll">
<set name="icon" val="icon.bookmark_scroll_i00" />
<set name="immediate_effect" val="1" />
<set name="material" val="paper" />
<set name="weight" val="5" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_destroyable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
</item>

This is were I would start my testing.
Makes no claim to know anything about anything.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: How to make MYTELEPORT skill to have cast time?

Post by babyjason »

ty much appreciated, but i have older freya with etc items in sql database :evil:
Post Reply