[Request] Warp NPC menu

User Tag List

Results 1 to 9 of 9
  1. #1
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] Warp NPC

    I am having problems finding a warp NPC, i tried using this WarpNPC generator, i have no idea how to actually use the NPC, its kinda... weird, im guessing you have to compile it, but i dont know how, so is there a arc emu trunk r472 warper NPC? LUA or .dll i do not care which, all i ask it to work! lol

    Thanks! +rep who can get me a working one, i would do it myself, but im not familer with C++ or LUA yet

    [Request] Warp NPC
  2. #2
    Dr. Livingstone's Avatar Member
    Reputation
    113
    Join Date
    Mar 2008
    Posts
    290
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok. Your going to save this as an Lua in your scripts folder. Then run the SQL at the bottom. To run it go into your DB, create a new query and paste the little code at the end into it.

    Code:
    local npcid = 100000
    function warp_on_gossip_talk(unit, event, player)
    	unit:CreatGossipMenuForPlayer(3543, player)
    	unit:MenuAddItem(player, 0, "Alliance Cities", 1, 0)
    	unit:MenuAddItem(player, 0, "Horde Cities", 7, 0)
    	unit:MenuAddItem(player, 0, "Azeroth Instances", 2, 0)
    	unit:MenuAddItem(player, 0, "Outland Instances", 3, 0)
    	unit:MenuAddItem(player, 0, "Gurubashi Arena", 6, 0)
    	unit:MenuSendToPlayer(player)
    end
    
    function warp_on_gossip_select(unit, event, player, id, intid, code)
    	
    	if(intid == 2) then
    	unit:CreatGossipMenuForPlayer(3542, player)
    	unit:MenuAddItem(player, 2, "Azeroth Raids", 101, 0)
    	unit:MenuAddItem(player, 2, "Shadowfang Keep", 10, 0)
    	unit:MenuAddItem(player, 2, "Scarlet Monestary", 11, 0)
    	unit:MenuAddItem(player, 2, "Stratholme", 12, 0)
    	unit:MenuAddItem(player, 2, "Scholomance", 13, 0)
    	unit:MenuAddItem(player, 2, "Gnomeregan", 14, 0)
    	unit:MenuAddItem(player, 2, "Uldaman", 15, 0)
    	unit:MenuAddItem(player, 2, "Sunken Temple", 16, 0)
    	unit:MenuAddItem(player, 2, "Blackrock Spire", 17, 0)
    	unit:MenuAddItem(player, 2, "Deadmines", 21, 0)
    	unit:MenuAddItem(player, 2, "Zul'Farrak", 18, 0)
    	unit:MenuAddItem(player, 2, "Ragefire Chasm", 19, 0)
    	unit:MenuAddItem(player, 2, "Wailing Caverns", 20, 0)
    	unit:MenuAddItem(player, 2, "Blackfathom Depths", 22, 0)
    	unit:MenuAddItem(player, 2, "Razorfen Downs", 23, 0)
    	unit:MenuAddItem(player, 2, "Razorfen Kraul", 24, 0)
    	unit:MenuAddItem(player, 2, "Maraudon", 25, 0)
    	unit:MenuAddItem(player, 2, "Dire Maul", 26, 0)
    	unit:MenuAddItem(player, 2, "[Back]", 100, 0)
    	unit:MenuSendToPlayer(player)
    end
    
    	if(intid == 3) then
    	unit:CreatGossipMenuForPlayer(3542, player)
    	unit:MenuAddItem(player, 3, "Outland Raids", 102, 0)
    	unit:MenuAddItem(player, 3, "Hellfire Citadel", 27, 0)
    	unit:MenuAddItem(player, 3, "Coilfang Reservoir", 28, 0)
    	unit:MenuAddItem(player, 3, "Auchindoun", 29, 0)
    	unit:MenuAddItem(player, 3, "Caverns of Time", 30)
    	unit:MenuAddItem(player, 3, "Tempest Keep", 31)
    	unit:MenuSendToPlayer(player)
    end
    	
    	if(intid == 7) then
    	unit:CreatGossipMenuForPlayer(3542, player)
    	unit:GossipMenuAddItem(4, "Ironforge", 32, 0)
        unit:GossipMenuAddItem(4, "Stormwind", 33, 0)
        unit:GossipMenuAddItem(4, "Darnassus", 34, 0)
        unit:GossipMenuAddItem(4, "Exodar", 35, 0)
    	unit:GossipSendMenu(player)
    	end
    	
    	if(intid == 1) then
    	unit:CreatGossipMenuForPlayer(3542, player)
    	unit:GossipMenuAddItem(5, "Orgrimmar", 36, 0)
        unit:GossipMenuAddItem(5, "Thunder Bluff", 37, 0)
        unit:GossipMenuAddItem(5, "Undercity", 38, 0)
        unit:GossipMenuAddItem(5, "Silvermoon", 39, 0)
        unit:GossipSendMenu(player)
        end
    
    	if(intid == 5) then
    	pUnit:CastSpellOnTarget(15007) 
    	player:UnlearnSpell(15007)
    	pUnit:GossipComplete(player)
    end
    
    if(intid == 6) then
    player:Teleport(1, 1498.845215, -4414.937988, 22.203)
    end
    
    if(intid == 7) then
    player:Teleport(1, 1530.256592, 210.98, -43.1)
    end
    
    if(intid == 8) then
    player:Teleport(0, -1284.997437, 179.616898, 129)
    end
    
    if(intid == 9) then
    player:Teleport(0, 9459.475586, -7280.01, 14.23)
    end
    
    if(intid == 10) then
    player:Teleport(0, -246.061758, 1533.107544, 77.09)
    end
    
    if(intid == 11) then
    player:Teleport(0, 2892.173584, -811.338379, 160.34)
    end
    
    if(intid == 12) then
    player:Teleport(0, 3354.986084, -3379.198486, 144.7871937)
    end
    
    if(intid == 13) then
    player:Teleport(0, 1243.319825, -2591.356201, 90.192810)
    end
    
    if(intid == 14) then
    player:Teleport(0, -5182.606934, 617.909424, 405.46)
    end
    
    if(intid == 15) then
    player:Teleport(0, -6070.064941, -2955.942627, 209.78)
    end
    
    if(intid == 16) then
    player:Teleport(0, -10451.191406, -3822.810303, 18.07)
    end
    
    if(intid == 17) then
    player:Teleport(0, -7495.056129, -1116.887695, 265.74)
    end
    
    if(intid == 21) then
    player:Teleport(0, -11209.875000, 1669.595093, 24.933108)
    end
    
    if(intid == 22) then
    player:Teleport(1, 4139.332031, 891.448730, -18.947780)
    end
    
    if(intid == 23) then
    player:Teleport(1, -4653.043945, -2501.171143, 81.194329)
    end
    
    if(intid == 24) then
    player:Teleport(1, -4464.919922, -1666.239990, 81.892128)
    end
    
    if(intid == 25) then
    player:Teleport(349, 752.909973, -616.530029, -33.110001)
    end
    
    if(intid == 26) then
    player:Teleport(1, -3752.292725, 1044.019287, 162.183167)
    end
    
    if(intid == 1) then
    player:Teleport(37, 107.608002, 1014.510010, 296.203003)
    end
    
    if(intid == 27) then
    player:Teleport(530, -275.470123, 3111.767334, 31.456154)
    end
    
    if(intid == 28) then
    player:Teleport(530, 741.431335, 6866.434082, -69.119469)
    end
    
    if(intid == 29) then
    player:Teleport(530, -3336.829102, 4933.846191, -100.439507)
    end
    
    if(intid == 30) then
    player:Teleport(1, -8480.312500, -4308.177246, -208.442169)
    end
    
    if(intid == 31) then
    player:Teleport(530, 3098.636475, 1515.429565, 190.300446)
    end
    
    if(intid == 6) then
    player:Teleport(0, -13264.169922, 151.133057, 35.005310)
    end
    
    if(intid == 32) then
    player:Teleport(0, -4981.250000, -881.541992, 501.659729)
    end
    
    	
    if(intid == 33) then
    player:Teleport(0, -8913.230469, 554.632996, 93.794456)
    end
    	
    if(intid == 34) then
    player:Teleport(0, 9945.129883, 2616.889893, 1316.459961)
    end
    	
    if(intid == 35) then
    player:Teleport(0, -3994.848633, -11862.791016, 0.269375)
    end
    
    if(intid == 36) then
    player:Teleport(1, 1502.709961, -4415.419922, 21.552349)
    end
        
    if(intid == 37) then
    player:Teleport(1, -1284.529419, 158.671707, 129.994247)
    end
        
    if(intid == 38) then
    player:Teleport(0, 1831.260010, 238.529999, 60.520733)
    end
        
    if(intid == 39) then
    player:Teleport(530, 9414.179688, -72578.970215, 14.203904)
    
    RegisterGossipEvent(100000 , 1, "warp_on_gossip_talk")
    RegisterGossipEvent(100000 , 2, "warp_on_gossip_select")
    end
    SQL
    Code:
    INSERT INTO items
       (`entry`, `class`, `subclass`, `field4`, `name1`, `name2`, `name3`, `name4`, `displayid`, `quality`, `flags`, `buyprice`, `sellprice`, `inventorytype`, `allowableclass`, `allowablerace`, `itemlevel`, `requiredlevel`, `RequiredSkill`, `RequiredSkillRank`, `RequiredSkillSubRank`, `RequiredPlayerRank1`, `RequiredPlayerRank2`, `RequiredFaction`, `RequiredFactionStanding`, `Unique`, `maxcount`, `ContainerSlots`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `dmg_min3`, `dmg_max3`, `dmg_type3`, `dmg_min4`, `dmg_max4`, `dmg_type4`, `dmg_min5`, `dmg_max5`, `dmg_type5`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `range`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `page_id`, `page_language`, `page_material`, `quest_id`, `lock_id`, `lock_material`, `sheathID`, `randomprop`, `unk203_1`, `block`, `itemset`, `MaxDurability`, `ZoneNameID`, `mapid`, `bagfamily`, `TotemCategory`, `socket_color_1`, `unk201_3`, `socket_color_2`, `unk201_5`, `socket_color_3`, `unk201_7`, `socket_bonus`, `GemProperties`, `ReqDisenchantSkill`, `unk2`)
    VALUES
       (150000, 15, 0, -1, 'MMOwned Teleporter', '', '', '', 35133, 1, 0, 0, 0, 0, -1, -1, 100, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, 0, 46642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'MMOwned', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, -1, 0);
    No need to compile unless you downloaded a repack and can't enable Lua. If you need to enable Lua go into your world config, search for Lua, change the 0 to 1. If its already 1 you are good to go. Hope this helps. If you've got any questions let me know.

  3. #3
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm i have already done this teleporter, i am compiling my own server ATM so il ltry once i'm done +rep for the help

  4. #4
    Dr. Livingstone's Avatar Member
    Reputation
    113
    Join Date
    Mar 2008
    Posts
    290
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your welcome. Were you using a repack before?

  5. #5
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Add me on msn.
    [email protected]


    I'll make you a guide on how to make a C++ teleporter.

    I live in a shoe

  6. #6
    Toxcito's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jman9368 View Post
    Ok. Your going to save this as an Lua in your scripts folder. Then run the SQL at the bottom. To run it go into your DB, create a new query and paste the little code at the end into it.

    Code:
    local npcid = 100000
    function warp_on_gossip_talk(unit, event, player)
    	unit:CreatGossipMenuForPlayer(3543, player)
    	unit:MenuAddItem(player, 0, "Alliance Cities", 1, 0)
    	unit:MenuAddItem(player, 0, "Horde Cities", 7, 0)
    	unit:MenuAddItem(player, 0, "Azeroth Instances", 2, 0)
    	unit:MenuAddItem(player, 0, "Outland Instances", 3, 0)
    	unit:MenuAddItem(player, 0, "Gurubashi Arena", 6, 0)
    	unit:MenuSendToPlayer(player)
    end
    
    function warp_on_gossip_select(unit, event, player, id, intid, code)
    	
    	if(intid == 2) then
    	unit:CreatGossipMenuForPlayer(3542, player)
    	unit:MenuAddItem(player, 2, "Azeroth Raids", 101, 0)
    	unit:MenuAddItem(player, 2, "Shadowfang Keep", 10, 0)
    	unit:MenuAddItem(player, 2, "Scarlet Monestary", 11, 0)
    	unit:MenuAddItem(player, 2, "Stratholme", 12, 0)
    	unit:MenuAddItem(player, 2, "Scholomance", 13, 0)
    	unit:MenuAddItem(player, 2, "Gnomeregan", 14, 0)
    	unit:MenuAddItem(player, 2, "Uldaman", 15, 0)
    	unit:MenuAddItem(player, 2, "Sunken Temple", 16, 0)
    	unit:MenuAddItem(player, 2, "Blackrock Spire", 17, 0)
    	unit:MenuAddItem(player, 2, "Deadmines", 21, 0)
    	unit:MenuAddItem(player, 2, "Zul'Farrak", 18, 0)
    	unit:MenuAddItem(player, 2, "Ragefire Chasm", 19, 0)
    	unit:MenuAddItem(player, 2, "Wailing Caverns", 20, 0)
    	unit:MenuAddItem(player, 2, "Blackfathom Depths", 22, 0)
    	unit:MenuAddItem(player, 2, "Razorfen Downs", 23, 0)
    	unit:MenuAddItem(player, 2, "Razorfen Kraul", 24, 0)
    	unit:MenuAddItem(player, 2, "Maraudon", 25, 0)
    	unit:MenuAddItem(player, 2, "Dire Maul", 26, 0)
    	unit:MenuAddItem(player, 2, "[Back]", 100, 0)
    	unit:MenuSendToPlayer(player)
    end
    
    	if(intid == 3) then
    	unit:CreatGossipMenuForPlayer(3542, player)
    	unit:MenuAddItem(player, 3, "Outland Raids", 102, 0)
    	unit:MenuAddItem(player, 3, "Hellfire Citadel", 27, 0)
    	unit:MenuAddItem(player, 3, "Coilfang Reservoir", 28, 0)
    	unit:MenuAddItem(player, 3, "Auchindoun", 29, 0)
    	unit:MenuAddItem(player, 3, "Caverns of Time", 30)
    	unit:MenuAddItem(player, 3, "Tempest Keep", 31)
    	unit:MenuSendToPlayer(player)
    end
    	
    	if(intid == 7) then
    	unit:CreatGossipMenuForPlayer(3542, player)
    	unit:GossipMenuAddItem(4, "Ironforge", 32, 0)
        unit:GossipMenuAddItem(4, "Stormwind", 33, 0)
        unit:GossipMenuAddItem(4, "Darnassus", 34, 0)
        unit:GossipMenuAddItem(4, "Exodar", 35, 0)
    	unit:GossipSendMenu(player)
    	end
    	
    	if(intid == 1) then
    	unit:CreatGossipMenuForPlayer(3542, player)
    	unit:GossipMenuAddItem(5, "Orgrimmar", 36, 0)
        unit:GossipMenuAddItem(5, "Thunder Bluff", 37, 0)
        unit:GossipMenuAddItem(5, "Undercity", 38, 0)
        unit:GossipMenuAddItem(5, "Silvermoon", 39, 0)
        unit:GossipSendMenu(player)
        end
    
    	if(intid == 5) then
    	pUnit:CastSpellOnTarget(15007) 
    	player:UnlearnSpell(15007)
    	pUnit:GossipComplete(player)
    end
    
    if(intid == 6) then
    player:Teleport(1, 1498.845215, -4414.937988, 22.203)
    end
    
    if(intid == 7) then
    player:Teleport(1, 1530.256592, 210.98, -43.1)
    end
    
    if(intid == 8) then
    player:Teleport(0, -1284.997437, 179.616898, 129)
    end
    
    if(intid == 9) then
    player:Teleport(0, 9459.475586, -7280.01, 14.23)
    end
    
    if(intid == 10) then
    player:Teleport(0, -246.061758, 1533.107544, 77.09)
    end
    
    if(intid == 11) then
    player:Teleport(0, 2892.173584, -811.338379, 160.34)
    end
    
    if(intid == 12) then
    player:Teleport(0, 3354.986084, -3379.198486, 144.7871937)
    end
    
    if(intid == 13) then
    player:Teleport(0, 1243.319825, -2591.356201, 90.192810)
    end
    
    if(intid == 14) then
    player:Teleport(0, -5182.606934, 617.909424, 405.46)
    end
    
    if(intid == 15) then
    player:Teleport(0, -6070.064941, -2955.942627, 209.78)
    end
    
    if(intid == 16) then
    player:Teleport(0, -10451.191406, -3822.810303, 18.07)
    end
    
    if(intid == 17) then
    player:Teleport(0, -7495.056129, -1116.887695, 265.74)
    end
    
    if(intid == 21) then
    player:Teleport(0, -11209.875000, 1669.595093, 24.933108)
    end
    
    if(intid == 22) then
    player:Teleport(1, 4139.332031, 891.448730, -18.947780)
    end
    
    if(intid == 23) then
    player:Teleport(1, -4653.043945, -2501.171143, 81.194329)
    end
    
    if(intid == 24) then
    player:Teleport(1, -4464.919922, -1666.239990, 81.892128)
    end
    
    if(intid == 25) then
    player:Teleport(349, 752.909973, -616.530029, -33.110001)
    end
    
    if(intid == 26) then
    player:Teleport(1, -3752.292725, 1044.019287, 162.183167)
    end
    
    if(intid == 1) then
    player:Teleport(37, 107.608002, 1014.510010, 296.203003)
    end
    
    if(intid == 27) then
    player:Teleport(530, -275.470123, 3111.767334, 31.456154)
    end
    
    if(intid == 28) then
    player:Teleport(530, 741.431335, 6866.434082, -69.119469)
    end
    
    if(intid == 29) then
    player:Teleport(530, -3336.829102, 4933.846191, -100.439507)
    end
    
    if(intid == 30) then
    player:Teleport(1, -8480.312500, -4308.177246, -208.442169)
    end
    
    if(intid == 31) then
    player:Teleport(530, 3098.636475, 1515.429565, 190.300446)
    end
    
    if(intid == 6) then
    player:Teleport(0, -13264.169922, 151.133057, 35.005310)
    end
    
    if(intid == 32) then
    player:Teleport(0, -4981.250000, -881.541992, 501.659729)
    end
    
    	
    if(intid == 33) then
    player:Teleport(0, -8913.230469, 554.632996, 93.794456)
    end
    	
    if(intid == 34) then
    player:Teleport(0, 9945.129883, 2616.889893, 1316.459961)
    end
    	
    if(intid == 35) then
    player:Teleport(0, -3994.848633, -11862.791016, 0.269375)
    end
    
    if(intid == 36) then
    player:Teleport(1, 1502.709961, -4415.419922, 21.552349)
    end
        
    if(intid == 37) then
    player:Teleport(1, -1284.529419, 158.671707, 129.994247)
    end
        
    if(intid == 38) then
    player:Teleport(0, 1831.260010, 238.529999, 60.520733)
    end
        
    if(intid == 39) then
    player:Teleport(530, 9414.179688, -72578.970215, 14.203904)
    
    RegisterGossipEvent(100000 , 1, "warp_on_gossip_talk")
    RegisterGossipEvent(100000 , 2, "warp_on_gossip_select")
    end
    SQL
    Code:
    INSERT INTO items
       (`entry`, `class`, `subclass`, `field4`, `name1`, `name2`, `name3`, `name4`, `displayid`, `quality`, `flags`, `buyprice`, `sellprice`, `inventorytype`, `allowableclass`, `allowablerace`, `itemlevel`, `requiredlevel`, `RequiredSkill`, `RequiredSkillRank`, `RequiredSkillSubRank`, `RequiredPlayerRank1`, `RequiredPlayerRank2`, `RequiredFaction`, `RequiredFactionStanding`, `Unique`, `maxcount`, `ContainerSlots`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `dmg_min3`, `dmg_max3`, `dmg_type3`, `dmg_min4`, `dmg_max4`, `dmg_type4`, `dmg_min5`, `dmg_max5`, `dmg_type5`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `range`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `page_id`, `page_language`, `page_material`, `quest_id`, `lock_id`, `lock_material`, `sheathID`, `randomprop`, `unk203_1`, `block`, `itemset`, `MaxDurability`, `ZoneNameID`, `mapid`, `bagfamily`, `TotemCategory`, `socket_color_1`, `unk201_3`, `socket_color_2`, `unk201_5`, `socket_color_3`, `unk201_7`, `socket_bonus`, `GemProperties`, `ReqDisenchantSkill`, `unk2`)
    VALUES
       (150000, 15, 0, -1, 'MMOwned Teleporter', '', '', '', 35133, 1, 0, 0, 0, 0, -1, -1, 100, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, 0, 46642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'MMOwned', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, -1, 0);
    No need to compile unless you downloaded a repack and can't enable Lua. If you need to enable Lua go into your world config, search for Lua, change the 0 to 1. If its already 1 you are good to go. Hope this helps. If you've got any questions let me know.
    How would said person use this? do i have to add it to his inventory? I do not understand.

  7. #7
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here use this lua one of mine

    Code:
    function On_Gossip(unit, event, player)
    unit:GossipCreateMenu(50, player, 0)
    unit:GossipMenuAddItem(0, "Horde Cities", 1, 0)
    unit:GossipMenuAddItem(0, "Alliance Cities", 2, 0)
    unit:GossipMenuAddItem(0, "Azeroth Locations", 3, 0)
    unit:GossipMenuAddItem(0, "Azeroth Instances", 5, 0)
    unit:GossipMenuAddItem(0, "Outland Locations", 6, 0)
    unit:GossipMenuAddItem(0, "Outland Instances", 7, 0)
    unit:GossipMenuAddItem(1, "Shattrath", 8,  0)
    unit:GossipMenuAddItem(1, "Isle of Quel' Danas", 46,  0)
    unit:GossipMenuAddItem(1, "Gurubashi Arena", 45,  0)
    unit:GossipMenuAddItem(1, "Shopping Mall", 49,  0)
    unit:GossipMenuAddItem(0, "Buff me", 99, 0)
    unit:GossipMenuAddItem(0, "Remove Ressurection Sickness", 900, 0)
    unit:GossipSendMenu(player)
    end
    
    function Gossip_Submenus(unit, event, player, id, intid, code)
    
    if(intid == 50) then
    unit:GossipCreateMenu(50, player, 0)
    unit:GossipMenuAddItem(0, "Horde Cities", 1, 0)
    unit:GossipMenuAddItem(0, "Alliance Cities", 2, 0)
    unit:GossipMenuAddItem(0, "Azeroth Locations", 3, 0)
    unit:GossipMenuAddItem(0, "Azeroth Instances", 5, 0)
    unit:GossipMenuAddItem(0, "Outland Locations", 6, 0)
    unit:GossipMenuAddItem(0, "Outland Instances", 7, 0)
    unit:GossipMenuAddItem(1, "Shattrath", 8,  0)
    unit:GossipMenuAddItem(1, "Isle of Quel' Danas", 46,  0)
    unit:GossipMenuAddItem(1, "Gurubashi Arena", 45,  0)
    unit:GossipMenuAddItem(1, "Shopping Mall", 49,  0)
    unit:GossipMenuAddItem(0, "Buff me", 99, 0)
    unit:GossipMenuAddItem(0, "Remove Ressurection Sickness", 900, 0)
    unit:GossipSendMenu(player)
    end
    
    
    if(intid == 1) then
    unit:GossipCreateMenu(51, player, 0)
    unit:GossipMenuAddItem(1, "Orgrimmar", 10, 0)
    unit:GossipMenuAddItem(1, "Undercity", 11, 0)
    unit:GossipMenuAddItem(1, "Thunder Bluff", 12, 0)
    unit:GossipMenuAddItem(1, "Silvermoon", 13, 0)
    unit:GossipMenuAddItem(0, "[Back]", 50, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 2) then
    unit:GossipCreateMenu(52, player, 0)
    unit:GossipMenuAddItem(1, "Stormwind", 14, 0)
    unit:GossipMenuAddItem(1, "Ironforge", 15, 0)
    unit:GossipMenuAddItem(1, "Darnassus", 16, 0)
    unit:GossipMenuAddItem(1, "Exodar", 17, 0)
    unit:GossipMenuAddItem(0, "[Back]", 50, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 3) then
    unit:GossipCreateMenu(53, player, 0)
    unit:GossipMenuAddItem(0, "Eastern Kingdoms", 40, 0)
    unit:GossipMenuAddItem(0, "Kalidamor", 41, 0)
    unit:GossipMenuAddItem(0, "[Back]", 50, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 40) then
    unit:GossipCreateMenu(54, player, 0)
    unit:GossipMenuAddItem(1, "Alterac Mountains", 208, 0)
    unit:GossipMenuAddItem(1, "Badlands", 214, 0)
    unit:GossipMenuAddItem(1, "Blasted Lands", 222, 0)
    unit:GossipMenuAddItem(1, "Burning Steppes", 216, 0)
    unit:GossipMenuAddItem(1, "Deadwind Pass", 221, 0)
    unit:GossipMenuAddItem(1, "Dun Morogh", 212, 0)
    unit:GossipMenuAddItem(1, "Duskwood", 220, 0)
    unit:GossipMenuAddItem(1, "Eastern Plaguelands", 206, 0)
    unit:GossipMenuAddItem(1, "Elwynn Forest", 217, 0)
    unit:GossipMenuAddItem(1, "Eversong Woods", 201, 0)
    unit:GossipMenuAddItem(1, "Ghostlands", 202, 0)
    unit:GossipMenuAddItem(1, "Hillsbrad Foothills", 210, 0)
    unit:GossipMenuAddItem(0, "--->Second Page--->", 42, 0)
    unit:GossipMenuAddItem(0, "[Back]", 3, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 41) then
    unit:GossipCreateMenu(55, player, 0)
    unit:GossipMenuAddItem(1, "Azshara", 109, 0)
    unit:GossipMenuAddItem(1, "Azuremyst Isle", 103, 0)
    unit:GossipMenuAddItem(1, "Bloodmyst Isle", 102, 0)
    unit:GossipMenuAddItem(1, "Darkshore", 105, 0)
    unit:GossipMenuAddItem(1, "Desolace", 113, 0)
    unit:GossipMenuAddItem(1, "Durotar", 111, 0)
    unit:GossipMenuAddItem(1, "Dustwallow Marsh", 117, 0)
    unit:GossipMenuAddItem(1, "Felwood", 107, 0)
    unit:GossipMenuAddItem(1, "Feralas", 116, 0)
    unit:GossipMenuAddItem(1, "Moonglade", 106, 0)
    unit:GossipMenuAddItem(1, "Mulgore", 115, 0)
    unit:GossipMenuAddItem(1, "Silithus", 120, 0)
    unit:GossipMenuAddItem(0, "--->Second Page--->", 43, 0)
    unit:GossipMenuAddItem(0, "[Back]", 3, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 42) then
    unit:GossipCreateMenu(55, player, 0)
    unit:GossipMenuAddItem(1, "Loch Modan", 213, 0)
    unit:GossipMenuAddItem(1, "Redridge Mountains", 218, 0)
    unit:GossipMenuAddItem(1, "Searing Gorge", 215, 0)
    unit:GossipMenuAddItem(1, "Silverpine Forest", 207, 0)
    unit:GossipMenuAddItem(1, "Strangethorn Vale", 223, 0)
    unit:GossipMenuAddItem(1, "Swamp Of Sorrows", 219, 0)
    unit:GossipMenuAddItem(1, "The Hinterlands", 209, 0)
    unit:GossipMenuAddItem(1, "Trisfal Glades", 205, 0)
    unit:GossipMenuAddItem(1, "Western Plaguelands", 203, 0)
    unit:GossipMenuAddItem(1, "Wetlands", 211, 0)
    unit:GossipMenuAddItem(0, "[Back]", 3, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 43) then
    unit:GossipCreateMenu(55, player, 0)
    unit:GossipMenuAddItem(1, "Stonetalon Mountains", 112, 0)
    unit:GossipMenuAddItem(1, "Tanaris", 121, 0)
    unit:GossipMenuAddItem(1, "Teldrassil", 100, 0)
    unit:GossipMenuAddItem(1, "The Barrens", 114, 0)
    unit:GossipMenuAddItem(1, "Thousand Needles", 118, 0)
    unit:GossipMenuAddItem(1, "Un'Goro Crater", 119, 0)
    unit:GossipMenuAddItem(1, "Winterspring", 108, 0)
    unit:GossipMenuAddItem(0, "[Back]", 3, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 5) then
    unit:GossipCreateMenu(56, player, 0)
    unit:GossipMenuAddItem(1, "Shadowfang Keep", 19, 0)
    unit:GossipMenuAddItem(1, "Zul'Gurub", 20, 0)
    unit:GossipMenuAddItem(1, "Scarlet Monastery", 21, 0)
    unit:GossipMenuAddItem(1, "Stratholme", 22, 0)
    unit:GossipMenuAddItem(1, "Scholomance", 23, 0)
    unit:GossipMenuAddItem(1, "Blackrock", 24, 0)
    unit:GossipMenuAddItem(1, "Onyxia's Lair", 25, 0)
    unit:GossipMenuAddItem(1, "Molten Core", 26, 0)
    unit:GossipMenuAddItem(1, "Karazhan", 27, 0)
    unit:GossipMenuAddItem(1, "Naxxramas", 28, 0)
    unit:GossipMenuAddItem(1, "Caverns Of Time", 29, 0)
    unit:GossipMenuAddItem(0, "[Back]", 50, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 6) then
    unit:GossipCreateMenu(57, player, 0)
    unit:GossipMenuAddItem(1, "Hellfire", 31, 0)
    unit:GossipMenuAddItem(1, "Zangremarsh", 30, 0)
    unit:GossipMenuAddItem(1, "Nagrand", 32, 0)
    unit:GossipMenuAddItem(1, "Blades Edge", 33, 0)
    unit:GossipMenuAddItem(1, "Netherstorm", 34, 0)
    unit:GossipMenuAddItem(1, "Terokkar Forest", 36, 0)
    unit:GossipMenuAddItem(1, "Shadowmoon Valley", 37, 0)
    unit:GossipMenuAddItem(1, "Shattrath", 38, 0)
    unit:GossipMenuAddItem(0, "[Back]", 50, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 7) then
    unit:GossipCreateMenu(58, player, 0)
    unit:GossipMenuAddItem(0, "Outland Raids", 47, 0)
    unit:GossipMenuAddItem(1, "Hellfire Ramparts", 430, 0)
    unit:GossipMenuAddItem(1, "The BloodFurnace", 431, 0)
    unit:GossipMenuAddItem(1, "Shattered Halls", 441, 0)
    unit:GossipMenuAddItem(1, "Mana-Tombs", 434, 0)
    unit:GossipMenuAddItem(1, "Sethekk Halls", 438, 0)
    unit:GossipMenuAddItem(1, "Auchenai Crypts", 435, 0)
    unit:GossipMenuAddItem(1, "Shadow Labyrinth", 440, 0)
    unit:GossipMenuAddItem(1, "Caverns of Time", 436, 0)
    unit:GossipMenuAddItem(1, "Magisters Terrace", 445, 0)
    unit:GossipMenuAddItem(0, "--->Second Page--->", 48, 0)
    unit:GossipMenuAddItem(0, "[Back]", 50, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 47) then
    unit:GossipCreateMenu(59, player, 0)
    unit:GossipMenuAddItem(1, "Gruul's Lair", 446, 0)
    unit:GossipMenuAddItem(1, "Magtheridon's Lair", 447, 0)
    unit:GossipMenuAddItem(1, "Zul'Aman", 448, 0)
    unit:GossipMenuAddItem(1, "Serpentshrine Cavern", 449, 0)
    unit:GossipMenuAddItem(1, "The Eye", 450, 0)
    unit:GossipMenuAddItem(1, "Black Temple", 451, 0)
    unit:GossipMenuAddItem(1, "Sunwell Plateau", 452, 0)
    unit:GossipMenuAddItem(0, "[Back]", 7, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 48) then
    unit:GossipCreateMenu(60, player, 0)
    unit:GossipMenuAddItem(1, "The Mechanar", 442, 0)
    unit:GossipMenuAddItem(1, "The Botanica", 443, 0)
    unit:GossipMenuAddItem(1, "The Arcatraz", 444, 0)
    unit:GossipMenuAddItem(1, "The Steamvault", 439, 0)
    unit:GossipMenuAddItem(1, "Slave Pens", 432, 0)
    unit:GossipMenuAddItem(1, "The Underbog", 433, 0)
    unit:GossipMenuAddItem(0, "[Back]", 7, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 8) then
    unit:GossipCreateMenu(50, player, 0)
    unit:GossipMenuAddItem(1, "The Great Arena", 38, 0)
    unit:GossipSendMenu(player)
    end
    
    if(intid == 99) then
    unit:FullCastSpellOnTarget(33081, player)
    unit:FullCastSpellOnTarget(33082, player)
    unit:FullCastSpellOnTarget(33080, player)
    unit:FullCastSpellOnTarget(33079, player)
    unit:FullCastSpellOnTarget(33078, player)
    unit:FullCastSpellOnTarget(33077, player)
    end
    
    if(intid == 900) then
    player:LearnSpell(15007)
    player:UnlearnSpell(15007)
    end
    
    if(intid == 10) then
    player:Teleport(1, 1484, -4417, 25)
    end
    
    if(intid == 11) then
    player:Teleport(0, 1831, 238, 60)
    end
    
    if(intid == 12) then
    player:Teleport(1, -1277, 118, 131)
    end
    
    if(intid == 13) then
    player:Teleport(530, 9413, -7277, 14)
    end
    
    if(intid == 14) then
    player:Teleport(0, -8913.23, 554.633, 94.7944)
    end
    
    
    if(intid == 15) then
    player:Teleport(0, -4921.25, -881.542, 502.66)
    end
    
    if(intid == 16) then
    player:Teleport(1, 9948, 2413, 1327)
    end
    
    if(intid == 17) then
    player:Teleport(530, -4010.9, -11891.2, -1)
    end
    
    if(intid == 19) then
    player:Teleport(0, -234.495087, 1561.946411, 76.892143)
    end
    
    if(intid == 20) then
    player:Teleport(0, -11919.073242, -1202.459374, 92.298744)
    end
    
    if(intid == 21) then
    player:Teleport(0, 2870.442627, -819.985229, 160.331085)
    end
    
    if(intid == 22) then
    player:Teleport(0, 3359.111572, -3380.8444238, 144.781860)
    end
    
    if(intid == 23) then
    player:Teleport(0, 1267.468628, -2556.651367, 94.127983)
    end
    
    if(intid == 24) then
    player:Teleport(0, -7527.129883, -1224.997437, 285.733002)
    end
    
    if(intid == 25) then
    player:Teleport(1, -4708.491699, -3727.672363, 54.535076)
    end
    
    if(intid == 26) then
    player:Teleport(0, -7515.409668, -1045.369629, 182.301208)
    end
    
    if(intid == 27) then
    player:Teleport(0, -11122.913086, -2014.498779, 47.079350)
    end
    
    if(intid == 28) then
    player:Teleport(0, 3132.915283, -3731.012939, 138.658371)
    end
    
    if(intid == 29) then
    player:Teleport(1, -8519.718750, -4297.542480, -208.441376)
    end
    
    if(intid == 30) then
    player:Teleport(530, 57.4, 6837.6, 22.9)
    end
    
    if(intid == 31) then
    player:Teleport(530, -248, 922, 84)
    end
    
    if (intid == 32) then
    player:Teleport(530, -468, 8418, 28)
    end
    
    if(intid == 33) then
    player:Teleport(530, 1546, 6829.7, 127.5)
    end
    
    if(intid == 34) then
    player:Teleport(530, 3396, 4185, 137)
    end
    
    if(intid == 35) then
    player:Teleport(530, -2276.82, 5132.03, -8.62994)
    end
    
    if(intid == 36) then
    player:Teleport(530, -1202, 5316, 33)
    end
    
    if(intid == 37) then
    player:Teleport(530, -2859, 3182, 10)
    end
    
    if(intid == 38) then
    player:Teleport(530, -1887, 5359, -12)
    end
    
    if(intid == 100) then
    player:Teleport(1, 10708.8, 762.092, 1322.37)
    end
    
    if(intid == 102) then
    player:Teleport(530, -2721.68, -12208.9, 10.0882)
    end
    
    if(intid == 45) then
    player:Teleport(0, -13243.240234, 197.949799, 32.112690)
    end
    
    if(intid == 49) then
    player:Teleport(1, 5264.8, -2156.87, 1259.23)
    end
    
    
    if(intid == 103) then
    player:Teleport(530, -4020.48, -13783.3, 74.9001)
    end
    
    if(intid == 105) then
    player:Teleport(1, 6207.5, -152.833, 80.8185)
    end
    
    if(intid == 106) then
    player:Teleport(1, 7180, -2701, 569)
    end
    
    if(intid == 107) then
    player:Teleport(1, 5483.9, -749.881, 335.621)
    end
    
    if(intid == 108) then
    player:Teleport(1, 6107.62, -4181.6, 853.322)
    end
    
    if(intid == 109) then
    player:Teleport(1, 2753, 4023, 94)
    end
    
    if(intid == 111) then
    player:Teleport(1, 341.42, -4684.7, 31.9493)
    end
    
    if(intid == 112) then
    player:Teleport(1, 1145.85, 664.812, 143)
    end
    
    if(intid == 113) then
    player:Teleport(1, -93.1614, 1691.15, 90.0649)
    end
    
    if(intid == 114) then
    player:Teleport(1, -90.19003, -1943.44, 95)
    end
    
    if(intid == 115) then
    player:Teleport(1, -1840.75, -456.5, -7.845)
    end
    
    if(intid == 116) then
    player:Teleport(1, -4588.1, 563.2, 60)
    end
    
    if(intid == 117) then
    player:Teleport(1, -3463.26, -4123.13, 18.1043)
    end
    
    if(intid == 118) then
    player:Teleport(1, -4979, -1569.05, -46)
    end
    
    if(intid == 119) then
    player:Teleport(1, -7932.61, -2139.61, -229.728)
    end
    
    if(intid == 120) then
    player:Teleport(1, -6294, -369, 1)
    end
    
    if(intid == 121) then
    player:Teleport(1, -7373.69, -2950.2, -10)
    end
    
    if(intid == 201) then
    player:Teleport(530, 9449.15, -6782.61, 16.6167)
    end
    
    if(intid == 202) then
    player:Teleport(530, 7880, -6193, 22)
    end
    
    if(intid == 203) then
    player:Teleport(0, 1224.36, -1151.97, 61.7327)
    end
    
    if(intid == 205) then
    player:Teleport(0, 2019.35, 1904.36, 106.144)
    end
    
    if(intid == 206) then
    player:Teleport(0, 1919.44, -4306.23, 77.838)
    end
    
    if(intid == 207) then
    player:Teleport(0, 511.536, 1638.63, 121.417)
    end
    
    if(intid == 208) then
    player:Teleport(0, 272.704, -654.514, 129.609)
    end
    
    if(intid == 209) then
    player:Teleport(0, 139.375, -1982.79, 134.043)
    end
    
    if(intid == 210) then
    player:Teleport(0, -852.854, -576.712, 21.0293)
    end
    
    if(intid == 211) then
    player:Teleport(0, -4086.36, -2610.95, 47.0143)
    end
    
    if(intid == 212) then
    player:Teleport(0, -5794, 513.299, 402.7)
    end
    
    if(intid == 213) then
    player:Teleport(0, -4939.1, -3423.74, 306.595)
    end
    
    if(intid == 214) then
    player:Teleport(0, -6006.4, -3305.5, 264.1)
    end
    
    if(intid == 215) then
    player:Teleport(0, -7176.63, -937.667, 171.206)
    end
    
    if(intid == 216) then
    player:Teleport(0, -7907.41, -1128.66, 192.056)
    end
    
    if(intid == 217) then
    player:Teleport(0, -9465.58, 16.8472, 66.921)
    end
    
    if(intid == 218) then
    player:Teleport(0, -9219.37, -2149.94, 71.606)
    end
    
    if(intid == 219) then
    player:Teleport(0, -10264.6, -3059.9, 19.9356)
    end                   
    
    if(intid == 220) then
    player:Teleport(0, -10517, -1158.39, 40.0542)
    end
    
    if(intid == 221) then
    player:Teleport(0, -10435.4, -1809.28, 101)
    end
    
    if(intid == 222) then
    player:Teleport(0, -11204.5, -2730.61, 15.8972)
    end
    
    if(intid == 223) then
    player:Teleport(0, -11634.8, -54.0697, 14.4439)
    end
    
    if(intid == 430) then
    player:Teleport(530, -360.671, 3071.9, -15.0977)
    end
    
    if(intid == 431) then
    player:Teleport(542, -3.9967, 14.6363, -44.8009)
    end
    
    if(intid == 432) then
    player:Teleport(530, 721.926, 7012.24, -73.065)
    end
    
    if(intid == 433) then
    player:Teleport(530, 779.802, 6769.33, -71.4282)
    end
    
    if(intid == 434) then
    player:Teleport(530, -3101.47, 4947.11, -101.177)
    end
    
    if(intid == 435) then
    player:Teleport(530, -3357.32, 5216.77, -101.049)
    end
    
    if(intid == 436) then
    player:Teleport(1, -8195.94, -4500.13, 9.60819)
    end
    
    if(intid == 438) then
    player:Teleport(530, -3360.13, 4667.85, -101.047)
    end
    
    if(intid == 439) then
    player:Teleport(530, 817.9, 6944.6, -80)
    end
    
    if(intid == 440) then
    player:Teleport(530, -3635.76, 4931.82, -100.034)
    end
    
    if(intid == 441) then
    player:Teleport(530, -309.83, 3080.08, -3.63538)
    end
    
    if(intid == 442) then
    player:Teleport(530, 2885.2, 1564.73, 248.874)
    end
    
    if(intid == 443) then
    player:Teleport(530, 3405.48, 1489.14, 183.838)
    end
    
    if(intid == 444) then
    player:Teleport(530, 2872, 1555.29, 253.159)
    end
    
    if(intid == 445) then
    player:Teleport(530, 4080, 12885, 5)
    end
    
    if(intid == 446) then
    player:Teleport(530, 3606.85, 5260.49, 4.1724)
    end
    
    if(intid == 447) then
    player:Teleport(530, -319.635, 3102.03, -113.937)
    end
    
    if(intid == 448) then
    player:Teleport(530, 6850, -7950, 170)
    end
    
    if(intid == 449) then
    player:Teleport(530, 742.883, 6867.19, -68.8289)
    end
    
    if(intid == 450) then
    player:Teleport(530, 3087.22, 1380.7, 184.883)
    end
    
    if(intid == 451) then
    player:Teleport(530, -3604.74, 328.252, 38.3077)
    end
    
    if(intid == 452) then
    player:Teleport(530, 12558, -6775, 15.5)
    end
    
    if(intid == 46) then
    player:Teleport(530, 12956.072266, -6943.814453, 9.968110)
    end
    end
    
    RegisterUnitGossipEvent(40006, 1, "On_Gossip")
    RegisterUnitGossipEvent(40006, 2, "Gossip_Submenus")
    just edit the co-ords to your mall ^^


  8. #8
    Dr. Livingstone's Avatar Member
    Reputation
    113
    Join Date
    Mar 2008
    Posts
    290
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You use the Lua by running the SQL as a query. Or creating a new NPC that you want with the id 100000 that has its flags set to gossip. Then you copy and paste the Lua into notepad or something like that. After copy and pasting save it into your Scripts file as whateveryouwant.lua

  9. #9
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    none of these work

Similar Threads

  1. [Guide] Teleporter/Warp Npc
    By Cursed in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 03-15-2008, 03:18 PM
  2. [Request] Warp NPC
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 31
    Last Post: 01-06-2008, 01:02 PM
  3. [Request] Teleporter NPC
    By Performer in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 12-23-2007, 12:45 PM
  4. [Help] Warp Npc
    By kanqaz in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-08-2007, 09:06 AM
  5. [REQUEST] Tauren npcs > undead
    By Gorge in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-04-2007, 10:42 AM
All times are GMT -5. The time now is 05:44 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