Tell me what repack or emulator you use.Have fun
Last edited by pucy; 12-10-2008 at 07:18 PM.
Im using AC Web's 7.8 repack..
Lol everytime I use this to port somewhere, it ports me under the map falling.
Weird.
Last edited by Chatix; 12-10-2008 at 10:09 PM.
I'll try this new taxi. I tried your old taxi and worked great and if you can remember I added Northern locations to your old taxi and posted that.. Anyway Excellent release. I would rep but I got to spread some around!!
thats perfect i'm using it
Guys if your having problems with falling through map here is fix-
Open up the .lua file you made (then one you put in scripts folder)
Then look for tele your having trouble with (lets just say its the ally mall)
See the number i made red?Code:unit:GossipMenuAddItem(2, "Alliance Wotlk Mall", 22, 0)
You wanna match that bellow-
As you can see red matches the red.Code:if(intid == 22) then player:Teleport(571, 6210.488770, 5742.875488,-3.506927) unit:GossipComplete(player) end
All you want to do here is change yellow numbers, so here its "-3.506927"
Simply remove the dot and everything after the dot and give +1 to to the number before it, so this would be "4"
If it was "456.672352" you would change it to "457"
Remember that it is the last number your changing (witch is z cord)
Hope this helps!
ok guys to get this to work correctly, you need to go to your arcemu config files and go to the section where it says about lua and make it into this
<ScriptBackends LUA="1"
AS="0">
instead of "0"
note this could be used for any lua script
i dont beleive so, its just a switch to turn on the the lua engine, by default its set off
Okay, I'll try it out later once I finish making it, thanks ^^
Well before you both go messing everything up..you can only have 1 active npc lua script at a time.
Changing the 1 -> 2 would make it so you can use any
Kind of a bummer but its how things are
Hope this helped
Check my new Post btw
Seriously? There's no way you can only have one LUA script. I've been on servers with tons. (Examples: Warp NPC, Missing Skills, Custom Bosses, I guess Custom Quest givers could be another one, and more.)
So changing the
<ScriptBackends LUA="1" AS="0"> to <ScriptBackends LUA="2" AS="0">
Can make it so I can have more than 1 active or just change the kind of LUA you have?
=-) no but bro really great job!
Immortal GamerZ Under Development!
You don't need lua for any of those things you just listed exept teleporting..
0 meens unactive and 1 meens active put anything else in and it equals not active.
You can have more then 1 custom lua but only 1 can effect objects, only 1 can effect npcs, only 1 can effect items.Code:<ScriptBackends LUA="1" AS="0">
total of 3 scripts
and like i said you dont need lua for any of this -
witch is why you have been on servers with all of them....