Advertisement
Guest User

Untitled

a guest
May 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. function Draenei_Net_OnGossipTalk(item, event, player, pMisc)
  2.    local x = player:GetX ()
  3.    local y = player:GetY ()
  4.    local z = player:GetZ ()
  5.    local o = player:GetO ()
  6.    x = x + 2.5
  7.    player:SpawnCreature(17102, x, y, z, o, 18, 0)
  8. end
  9.  
  10. RegisterItemGossipEvent(23654, 1, "Draenei_Net_OnGossipTalk")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement