Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function event_spell_effect(e)
  2. local test = e.self:GetRaid();
  3. local zoneID = eq.get_zone_instance_id();
  4. local zoneInstance = eq.get_zone_instance_id();
  5. local X = e.self:GetX();
  6. local Y = e.self:GetY();
  7. local Z = e.self:GetZ();
  8. test:TeleportRaid(e.self, zoneID, zoneInstance, X, Y, Z, 0);
  9. e.self:Message(15,"this works");
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement