The problem is, that when I create multiple portals, all of the portals start porting me to the same place, is there anything wrong with my lua or is it my DB? The lua is:
Anyone know what I should do?Code:function Teleporting_onUse (pUnit, Event, pMisc) pMisc:Teleport (1,-3761.115479,1154.359741,127.435379) end RegisterGameObjectEvent (8000000, 2, "Teleporting_onUse") function Teleporting_onUse (pUnit, Event, pMisc) pMisc:Teleport (169,-1704.764160,1058.401001,92.007797) end RegisterGameObjectEvent (9000000, 2, "Teleporting_onUse")