Whats best normal portals or LUA?
The end is close...
Take a step back
ty for the help.![]()
Gastric, you rule! =D Thank you so very much! xD <3
This post is very usefull for people. 5/5
Owner/Developer of WoW Rising
koolio thanks for this = ]
what am i doing wrong i made it in the MYsql all right
function Alterac_Valley_A (pUnit, Event, pMisc)
pMisc:Teleport (30,724.219971,-10.180200,50.6211399)
end
RegisterGameObjectEvent (100000,2,"Alterac_Valley_A")
is my script and when i click the portal it just says
world of recall (OLD)
thx man, now i understand some of lua... much to go
I have had this issue as well, when typing the name of the GO in the quotes at the end copy and paste the name you gave it in the line of code for the function I do not know how I miss type it or even if I do but copy/paste mostly fixes it for me.
...Oh one more thing I put the GO in the high 570 thousands as many other LUA stuff has low code numbers {Just in case you care to use other peoples stuff}Code:function Alterac_Valley_A (pUnit, Event, pMisc) pMisc:Teleport (30, 724.219971, -10.180200, 50.6211399) end RegisterGameObjectEvent (570001, 2, "Alterac_Valley_A")
hope that helps
Joe
How can u make it so the horde can only use the portal?
How do i make it so only horde or alliance can use the portal?
thank you Gastric, i was looking for this sort of script =)
unfortunatly i cant give you rep oddly enough:
"you cant give rep to this post"
for some reason my portals aren't working anymore after i remade my server i also treid the object type 22 then i get the old recall thingy and in type it just doesn't working :SCode:function Teleporting_onUse (pUnit, Event, pMisc) pMisc:Teleport (0, -8913,23, 554,633, 93,7947) end RegisterGameObjectEvent (999991, 2, "Teleporting_onUse")what's wrong with it?Code:INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, unknown1, unknown2, unknown3, unknown4, unknown5, unknown6, unknown7, unknown8, unknown9, unknown10, unknown11, unknown12, unknown13, unknown14) VALUES (99991, 4, 1327, "allicane mall", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
Azeon, edit the type of the portal (the SQL) to 22 instead of 4.