Lazarus 
Master
 
Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1
Hybris Ultima Online
![]()
|
targon_ground - need help ^_^
Hi, first sry for my english.
I m creating a new script of a BLINK DAGGER like [DotA or HoN item  ] works when you use it, you can teleport in the map [like teleport spell but without cast time]
I have create the ON=@TARGON_GROUND like this:
Code:
ON=@TARGON_GROUND
IF (<SRC.TARG.UID>==<SRC.UID>)
SRC.SYSMESSAGE you can't teletransport on yourself!
RETURN 1
ENDIF
sound=150
src.go <src.TARGP>
RETURN 1
ENDIF
but I wan't anothers IF, like cant transport to anywere were you don't see [LIKE THE ORIGINAL TELEPORT SPELL]
AND you can't transport to a another player.
how can I add that IF's?
Thank you!
|
|
08-07-2012 09:35 AM |
|
|