Whats wrong with my LUA menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Whats wrong with my LUA

    Code:
    function Item_Trigger(item, event, player)
      Item_menu(item, player)
     end
    
     function Item_menu(item, player)
    if (player:IsInCombat() == true) then
     player:SendAreaTriggerMessage("Leave combat first!")
        else                          
      item:GossipCreateMenu(3543, player, 0)
     local race=player:GetPlayerRace()
    if race==1 or race==3 or race==4 or race==7 or race==11 then
      item:GossipMenuAddItem(2, "Alliance Towns", 2, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
        else
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Horde Towns", 3, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
     end
    end
    end
    
     function OnSelect(item, event, player, id, intid, code)
    if (intid == 2) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Stormwind", 40, 0)
      item:GossipMenuAddItem(2, "Ironforge", 41, 0)
      item:GossipMenuAddItem(2, "Darnassus", 42, 0)
      item:GossipMenuAddItem(2, "The Exodar", 43, 0)
      item:GossipMenuAddItem(2, "Alliance Mall", 44, 0)
      item:GossipMenuAddItem(2, "[BACK]", 45, 0)
      item:GossipSendMenu(player)
     end
    if (intid == 3) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Orgrimmar", 50, 0)
      item:GossipMenuAddItem(2, "Thunder Bluff", 51, 0)
      item:GossipMenuAddItem(2, "Undercity", 52, 0)
      item:GossipMenuAddItem(2, "Silvermoon", 53, 0)
      item:GossipMenuAddItem(2, "Horde Mall", 54, o)
      item:GossipMenuAddItem(2, "[BACK]", 55, 0)
      item:GossipSendMenu(player)
     end
    if (intid == 4) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Hellfire Peninsula", 61, 0)
      item:GossipMenuAddItem(2, "Zangarmarsh", 62, 0)
      item:GossipMenuAddItem(2, "Terokkar Forest", 63, 0)
      item:GossipMenuAddItem(2, "Nagrand", 64, 0)
      item:GossipMenuAddItem(2, "Blade's Edge Mountains", 65, 0)
      item:GossipMenuAddItem(2, "Netherstorm", 66, 0)
      item:GossipMenuAddItem(2, "Shadowmoon Valley", 67, 0)
      item:GossipMenuAddItem(2, "[BACK]", 123, 0)
     end
    if (intid == 5) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Borean Tundra", 100, 0)
      item:GossipMenuAddItem(2, "Howling Fjord", 150, 0)
      item:GossipMenuAddItem(2, "Dragonblight", 200, 0)
      item:GossipMenuAddItem(2, "Grizzly Hills", 250, 0)
      item:GossipMenuAddItem(2, "Crystalsong Forest", 300, 0)
      item:GossipMenuAddItem(2, "Zul'Drak", 350, 0)
      item:GossipMenuAddItem(2, "Sholazar Basin", 400, 0)
      item:GossipMenuAddItem(2, "The Storm Peaks", 450, 0)
      item:GossipMenuAddItem(2, "Icecrown", 500, 0)
      item:GossipMenuAddItem(2, "[BACK]", 123, 0)
     end
    if (intid == 6) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "STV Arena [PVP]", 550, 0)
      item:GossipMenuAddItem(2, "Emerald Arena [PVP]", 560, 0)
      item:GossipMenuAddItem(2, "[BACK]", 123, 0)
     end
    if (intid == 7) then
      player:RemoveAura(15007, Player)
     end
    if (intid == 40) then
      player:Teleport(0, -8913, 555, 95)
     end
    if (intid == 41) then
      player:Teleport(0, -4981, -882, 503)
     end
    if (intid == 42) then
      player:Teleport(1, 8796, 969, 31)
     end
    if (intid == 43) then
      player:Teleport(530, -4014, -11897, -2)
     end
    if (intid == 44) then
      player:Teleport(1, -7446.93, -1692.15, 195)
     end
    if (intid == 45) then
      item:GossipMenuAddItem(2, "Alliance Towns", 2, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
     end
    if (intid == 50) then
      player:Teleport(1, 1503, -4415, 23)
     end
    if (intid == 51) then
      player:Teleport(1, -1285, 177, 131)
     end
    if (intid == 52) then
      player:Teleport(0, 1831, 239, 62)
     end
    if (intid == 53) then
      player:Teleport(530, 9414, -7279, 15)
     end
    if (intid == 54) then
      player:Teleport(1, -6114.132324, -2434.407227, 48.246666)
     end
    if (intid == 55) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Horde Towns", 3, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
     end
    if (intid == 61) then
      player:Teleport(530, -247, 941, 85)
     end
    if (intid == 62) then
      player:Teleport(530, 30, 6983, 150)
     end
    if (intid == 63) then
      player:Teleport(530, -1177, 5336, 31)
     end
    if (intid == 64) then
      player:Teleport(530, -526, 8440, 48)
     end
    if (intid == 65) then
      player:Teleport(530, 1114, 7091, 124)
     end
    if (intid == 66) then
      player:Teleport(530, 2281, 2521, 116)
     end
    if (intid == 67) then
      player:Teleport(530, -3081, 2567, 63)
     end
    if (intid == 100) then
      player:Teleport(571, 3452, 3836, 29)
     end
    if (intid == 150) then
      player:Teleport(571, 592, -5095, 6)
     end
    if (intid == 200) then
      player:Teleport(571, 3577, 656, 77)
     end
    if (intid == 250) then
      player:Teleport(571, 2767, -2889, 64)
     end
    if (intid == 300) then
      player:Teleport(571, 5398, -743, 163)
     end
    if (intid == 350) then
      player:Teleport(571, 5449, -1442, 248)
     end
    if (intit == 400) then
      player:Teleport(571, 6516, 4824, -55)
     end
    if (intid == 450) then
      player:Teleport(571, 7343, -927, 910)
     end
    if (intid == 500) then
      player:Teleport(571, 6434, 1151, 283)
     end
    if (intid == 550) then
      player:Teleport(0, -13249, 187.88, 31.38)
     end
    if (intid == 560) then
      player:Teleport(571, 2841.275391, 103.384720, 918.109924)
     end
    if (intid == 123) then
      item:GossipCreateMenu(3543, player, 0)
     end
     local race=player:GetPlayerRace()
    if race==1 or race==3 or race==4 or race==7 or race==11 then
      item:GossipMenuAddItem(2, "Alliance Towns", 2, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "Hydraxis Areas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
        else
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Horde Towns", 3, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "Hydraxis Areas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
     end
    end
    
    
    RegisterItemGossipEvent(9550,1,"Item_Trigger")
    RegisterItemGossipEvent(9550,2,"OnSelect")



    Halp?

    Whats wrong with my LUA
  2. #2
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when you start your server with this, when it loads the LUA part it will say ti errors and will give you a number, that is the line it is erroring on, just try that to help us find the error.

  3. #3
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    scripts\teleporter.lua:47: bad argument #3 to 'GossipMenuAddItem' <number expected, got nil>

  4. #4
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also to Add. +3 rep to the person to fix it <3

  5. #5
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if (intid == 3) then
    item:GossipCreateMenu(3543, player, 0)
    item:GossipMenuAddItem(2, "Orgrimmar", 50, 0)
    item:GossipMenuAddItem(2, "Thunder Bluff", 51, 0)
    item:GossipMenuAddItem(2, "Undercity", 52, 0)
    item:GossipMenuAddItem(2, "Silvermoon", 53, 0)
    item:GossipMenuAddItem(2, "Horde Mall", 54, o)
    item:GossipMenuAddItem(2, "[BACK]", 55, 0)
    item:GossipSendMenu(player)

    on the horde mall one, you have a "o"(asin the letter) not a 0 (the number)

  6. #6
    Vragoth's Avatar Established Member
    Reputation
    55
    Join Date
    Nov 2008
    Posts
    422
    Thanks G/R
    5/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lakotaness how do you have more rep power? I have more posts and rep. Does rep power increase by repping more people?

  7. #7
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL Wow.. I feel like an epic failure.

    Is there anything else that looks wrong?

  8. #8
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no. increases by years of being member. he has been member since 2006. = 3 years = 3 rep power. Also goes up by amount of rep.


  9. #9
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive been her since 2006. You get +rep power per year as well.

  10. #10
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well, run the script again, its alot of script to keep checking by eyes, if it errors then it will say so

    post the line and the error back here if it does and ill take a look

  11. #11
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    function Item_Trigger(item, event, player)
      Item_menu(item, player)
     end
    
     function Item_menu(item, player)
    if (player:IsInCombat() == true) then
     player:SendAreaTriggerMessage("Leave combat first!")
        else                          
      item:GossipCreateMenu(3543, player, 0)
     local race=player:GetPlayerRace()
    if race==1 or race==3 or race==4 or race==7 or race==11 then
      item:GossipMenuAddItem(2, "Alliance Towns", 2, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
        else
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Horde Towns", 3, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
     end
    end
    end
    
     function OnSelect(item, event, player, id, intid, code)
    if (intid == 2) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Stormwind", 40, 0)
      item:GossipMenuAddItem(2, "Ironforge", 41, 0)
      item:GossipMenuAddItem(2, "Darnassus", 42, 0)
      item:GossipMenuAddItem(2, "The Exodar", 43, 0)
      item:GossipMenuAddItem(2, "Alliance Mall", 44, 0)
      item:GossipMenuAddItem(2, "[BACK]", 45, 0)
      item:GossipSendMenu(player)
     end
    if (intid == 3) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Orgrimmar", 50, 0)
      item:GossipMenuAddItem(2, "Thunder Bluff", 51, 0)
      item:GossipMenuAddItem(2, "Undercity", 52, 0)
      item:GossipMenuAddItem(2, "Silvermoon", 53, 0)
      item:GossipMenuAddItem(2, "Horde Mall", 54, o)
      item:GossipMenuAddItem(2, "[BACK]", 55, 0)
      item:GossipSendMenu(player)
     end
    if (intid == 4) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Hellfire Peninsula", 61, 0)
      item:GossipMenuAddItem(2, "Zangarmarsh", 62, 0)
      item:GossipMenuAddItem(2, "Terokkar Forest", 63, 0)
      item:GossipMenuAddItem(2, "Nagrand", 64, 0)
      item:GossipMenuAddItem(2, "Blade's Edge Mountains", 65, 0)
      item:GossipMenuAddItem(2, "Netherstorm", 66, 0)
      item:GossipMenuAddItem(2, "Shadowmoon Valley", 67, 0)
      item:GossipMenuAddItem(2, "[BACK]", 123, 0)
     end
    if (intid == 5) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Borean Tundra", 100, 0)
      item:GossipMenuAddItem(2, "Howling Fjord", 150, 0)
      item:GossipMenuAddItem(2, "Dragonblight", 200, 0)
      item:GossipMenuAddItem(2, "Grizzly Hills", 250, 0)
      item:GossipMenuAddItem(2, "Crystalsong Forest", 300, 0)
      item:GossipMenuAddItem(2, "Zul'Drak", 350, 0)
      item:GossipMenuAddItem(2, "Sholazar Basin", 400, 0)
      item:GossipMenuAddItem(2, "The Storm Peaks", 450, 0)
      item:GossipMenuAddItem(2, "Icecrown", 500, 0)
      item:GossipMenuAddItem(2, "[BACK]", 123, 0)
     end
    if (intid == 6) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "STV Arena [PVP]", 550, 0)
      item:GossipMenuAddItem(2, "Emerald Arena [PVP]", 560, 0)
      item:GossipMenuAddItem(2, "[BACK]", 123, 0)
     end
    if (intid == 7) then
      player:RemoveAura(15007, Player)
     end
    if (intid == 40) then
      player:Teleport(0, -8913, 555, 95)
     end
    if (intid == 41) then
      player:Teleport(0, -4981, -882, 503)
     end
    if (intid == 42) then
      player:Teleport(1, 8796, 969, 31)
     end
    if (intid == 43) then
      player:Teleport(530, -4014, -11897, -2)
     end
    if (intid == 44) then
      player:Teleport(1, -7446.93, -1692.15, 195)
     end
    if (intid == 45) then
      item:GossipMenuAddItem(2, "Alliance Towns", 2, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
     end
    if (intid == 50) then
      player:Teleport(1, 1503, -4415, 23)
     end
    if (intid == 51) then
      player:Teleport(1, -1285, 177, 131)
     end
    if (intid == 52) then
      player:Teleport(0, 1831, 239, 62)
     end
    if (intid == 53) then
      player:Teleport(530, 9414, -7279, 15)
     end
    if (intid == 54) then
      player:Teleport(1, -6114.132324, -2434.407227, 48.246666)
     end
    if (intid == 55) then
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Horde Towns", 3, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
     end
    if (intid == 61) then
      player:Teleport(530, -247, 941, 85)
     end
    if (intid == 62) then
      player:Teleport(530, 30, 6983, 150)
     end
    if (intid == 63) then
      player:Teleport(530, -1177, 5336, 31)
     end
    if (intid == 64) then
      player:Teleport(530, -526, 8440, 48)
     end
    if (intid == 65) then
      player:Teleport(530, 1114, 7091, 124)
     end
    if (intid == 66) then
      player:Teleport(530, 2281, 2521, 116)
     end
    if (intid == 67) then
      player:Teleport(530, -3081, 2567, 63)
     end
    if (intid == 100) then
      player:Teleport(571, 3452, 3836, 29)
     end
    if (intid == 150) then
      player:Teleport(571, 592, -5095, 6)
     end
    if (intid == 200) then
      player:Teleport(571, 3577, 656, 77)
     end
    if (intid == 250) then
      player:Teleport(571, 2767, -2889, 64)
     end
    if (intid == 300) then
      player:Teleport(571, 5398, -743, 163)
     end
    if (intid == 350) then
      player:Teleport(571, 5449, -1442, 248)
     end
    if (intit == 400) then
      player:Teleport(571, 6516, 4824, -55)
     end
    if (intid == 450) then
      player:Teleport(571, 7343, -927, 910)
     end
    if (intid == 500) then
      player:Teleport(571, 6434, 1151, 283)
     end
    if (intid == 550) then
      player:Teleport(0, -13249, 187.88, 31.38)
     end
    if (intid == 560) then
      player:Teleport(571, 2841.275391, 103.384720, 918.109924)
     end
    if (intid == 123) then
      item:GossipCreateMenu(3543, player, 0)
     end
     local race=player:GetPlayerRace()
    if race==1 or race==3 or race==4 or race==7 or race==11 then
      item:GossipMenuAddItem(2, "Alliance Towns", 2, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
        else
      item:GossipCreateMenu(3543, player, 0)
      item:GossipMenuAddItem(2, "Horde Towns", 3, 0)
      item:GossipMenuAddItem(2, "Outland Locations", 4, 0)
      item:GossipMenuAddItem(2, "Northrend Locations", 5, 0)
      item:GossipMenuAddItem(2, "PVP Arenas", 6, 0)
      item:GossipMenuAddItem(2, "Remove my Rez Sickness!", 7, 0)
      item:GossipSendMenu(player)
     end
    end
    
    
    
    
    RegisterItemGossipEvent(9550,1,"Item_Trigger")
    RegisterItemGossipEvent(9550,2,"OnSelect")
    There was another minor error I fixed, but now i got another problem. I can use the item and it opens the menu, however nothing does anything. What's wrong? : /

  12. #12
    Kaidos's Avatar Contributor
    Reputation
    148
    Join Date
    Jun 2008
    Posts
    324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please post the Error from your Core

  13. #13
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's no longer an error popping up. The teleport options just never lead off from the main menu. The remove rez sickness works so I guess I did something right xD

    So the problem is I click Northrend Locations and nothing happens. Or I click PVP Arenas and nothing happens.
    Last edited by Lakotaness; 02-28-2009 at 06:44 PM.

  14. #14
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lakotaness View Post
    There's no longer an error popping up. The teleport options just never lead off from the main menu. The remove rez sickness works so I guess I did something right xD

    So the problem is I click Northrend Locations and nothing happens. Or I click PVP Arenas and nothing happens.
    you mean just northrend and PVP locations dont lead to another menu? or all of them (except res)

  15. #15
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    None of them work except fix rez sickness.

Page 1 of 2 12 LastLast

Similar Threads

  1. Whats wrong with this LUA Script?
    By controlsx2 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 06-16-2009, 01:01 AM
  2. Whats wrong with my LUA script?
    By controlsx2 in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 03-03-2009, 11:09 AM
  3. whats wrong with this LUA?
    By Envoke in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 02-22-2009, 10:06 AM
  4. Whats wrong with this LUA Script?
    By controlsx2 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 05-20-2008, 03:03 PM
All times are GMT -5. The time now is 08:03 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search