SphereCommunity

Full Version: Teleport Staff
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

Some years back there was a nice gm tool here on the forums.
A staff that when doubleclicked you could target characters, npcs or items or whatever, and then choose where to teleport them to...

Some still has that, or something like it?
(I have searched through the search function with no luck)
i_crook_thin?
hey it might help
Code:
[ITEMDEF i_gm_crook]
ID=013f4
Name=GM Crook
TYPE=T_WEAPON_MACE_STAFF
DAM=200
TWOHANDS=Y
WEIGHT=0
ON=@Create
ATTR=ATTR_Newbie
HITPOINTS=1000
MORE2=0
COLOR=2482


ON=@DCLICK
//If (<SRC.ACCOUNT.PLEVEL>==4)
TARGET Select a target.
RETURN 1
//Else
//SRC.SysMessage You are not GM!
//SRC.FindLayer(2).UnEquip
//Return 1
//EndIf

ON=@TARGON_ITEM
SRC.SYSMESSAGE You not can`t teleported <SRC.TARG.NAME> this item.
RETURN 1

ON=@TARGON_CHAR
LINK=<SRC.TARG.UID>
TARGETG Do you want a teleport <SRC.TARG.NAME>?
RETURN 1

ON=@TARGON_GROUND
LINK.GO <SRC.TARGP>
RETURN 1
Thank you!
nice work Big Grin
Reference URL's