Hey guys I used the Eluna documentation to create this taxi script!
Code:
function Gossip_Hello111(event, player, creature)
local pathTable = {{1, 223.02, 75.53, 119.29}, {1, 296.17, 77.977, 35.43}}
local path = AddTaxiPath(pathTable, 51568, 51568)
player:StartTaxi(path)
end
RegisterCreatureGossipEvent(222734, 1, Gossip_Hello111) -- On Gossip Hello
When you right click on the npc it says, "You are to far away from the taxi stand." Does anyone know how to fix this issue?
Thanks!
----------------------EDIT--------------------
Using: Trinity Core