Hello, sorry for my English, I am Spanish...
As says the title I search a taxi driver who differs factions (horde and ally) in lua, i can to compile one in c but i need one in lua for personal motives
Hello, sorry for my English, I am Spanish...
As says the title I search a taxi driver who differs factions (horde and ally) in lua, i can to compile one in c but i need one in lua for personal motives
So your looking for a Teleporter that differentiates between Horde and Alliance, that is all written in LuA?
I would suggest looking around the Forums, especially the Server Releases forum. Also, try Searching.
Last edited by Blackboy0; 01-15-2009 at 10:12 AM.
Just check their race (I think its player:getRace) and then compare that. So if its a certain number of races 1,3,5,7 its blah, or if its 2,4,6,8 its someone else.
Get it? :P
I live in a shoe
Check their Race, or their Standing with a Faction-only Faction (e.x. - Orgrimmar)
There you go, something like that.Code:if Player:GetRace(1,3,5,7, etc.) then end Unit:Blah if Player:GetRace(2,4,6,8, etc.) then Unit:Blah end end![]()