I need a C++ code for when i attack a player with a certain item he gets teleported to a cirtin place. This is what i have for now.
Its just a start......
Not sure if this would work anyone mind helping me???+RepCode:#define coords x,y,z (or something like that) If Attacker->HasItem(Illidan blade item) then Plr->EventTeleport(coords);