[REQUEST] Tier 7 Vendor - Mangos menu

Shout-Out

User Tag List

Results 1 to 7 of 7
  1. #1
    Tornad0z's Avatar Member
    Reputation
    7
    Join Date
    Aug 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [REQUEST] Tier 7 Vendor - Mangos

    Hey guys, i saw this in another thread, but for ArcEmu..

    I need the vendor for tier 7 with all the items in it for MANGOS! :-)

    i will rep with all rep power i've got for a working sql file.

    Thanks guys.

    [REQUEST] Tier 7 Vendor - Mangos
  2. #2
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you're able to create your own NPC (even by copying from another entry), use this:

    Code:
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39558);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39560);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39561);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39564);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39565);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39578);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39579);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39580);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39581);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39582);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39605);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39606);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39607);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39608);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39609);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39610);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39611);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39612);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39613);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39622);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39553);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39554);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39555);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39556);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39557);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39544);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39545);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39546);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39547);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39548);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39531);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39538);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39539);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39542);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39543);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39592);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39593);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39594);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39595);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39596);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39583);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39588);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39589);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39590);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39591);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39491);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39492);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39493);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39494);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39495);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39521);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39523);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39528);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39529);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39530);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39496);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39497);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39498);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39499);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39500);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39633);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39634);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39635);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39636);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39637);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39638);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39639);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39640);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39641);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39642);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39628);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39629);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39630);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39631);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39632);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39514);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39515);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39517);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39518);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39519);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39617);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39618);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39619);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39620);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39621);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39623);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39624);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39625);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39626);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 39627);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40495);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40496);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40499);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40500);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40502);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40503);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40504);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40505);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40506);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40507);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40525);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40527);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40528);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40529);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40530);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40544);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40545);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40546);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40547);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40548);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40471);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40472);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40473);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40493);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40494);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40466);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40467);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40468);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40469);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40470);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40460);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40461);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40462);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40463);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40465);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40514);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40515);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40516);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40517);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40518);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40508);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40509);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40510);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40512);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40513);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40415);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40416);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40417);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40418);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40419);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40454);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40456);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40457);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40458);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40459);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40420);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40421);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40422);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40423);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40424);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40574);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40575);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40576);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40577);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40578);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40579);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40580);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40581);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40583);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40584);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40569);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40570);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40571);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40572);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40573);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40445);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40447);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40448);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40449);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40450);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40550);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40552);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40554);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40556);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40557);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40559);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40563);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40565);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40567);
    INSERT INTO npc_vendor(entry, item) VALUES(99999, 40568);

  3. #3
    gangstagreen's Avatar Member
    Reputation
    31
    Join Date
    Sep 2008
    Posts
    426
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd personally not use mangos, but thats good Spidey. I'll fish around for a complete vendor, but Spidey is just posting those so u can learn..i think lol

  4. #4
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's the actual vendor. I don't have a copy of UDB around so I can't give you a creature entry, however one can just copy an existing one and modify it.

  5. #5
    gangstagreen's Avatar Member
    Reputation
    31
    Join Date
    Sep 2008
    Posts
    426
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oi, then i took it in wrong,i was thinking that the coding was something you had, but didnt want to give meh, faulty on my part
    Project Eve of Imagination - Open-ended WoW RP, I need all the help I can get. PM ME!

  6. #6
    Tornad0z's Avatar Member
    Reputation
    7
    Join Date
    Aug 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you TheSpidey, but do you also got the sql file for the items? :-)

  7. #7
    th3gam3's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://www.roadmin.net/item_template%20tier%207.sql

    try this for the armor seller is what i used in my repack

Similar Threads

  1. Request - 3.1.3 Mangos Vendors (T8 , Uldar Weaps)
    By korialstraz69 in forum WoW EMU Questions & Requests
    Replies: 10
    Last Post: 06-23-2009, 03:45 PM
  2. Project Cids Tier 7 vendor
    By Xcynic in forum World of Warcraft Emulator Servers
    Replies: 76
    Last Post: 02-15-2008, 03:30 PM
  3. Costum tier 7 + vendor - PLease..
    By dongel in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 12-28-2007, 03:24 AM
  4. [REQUEST]New Mall vendors that will work with the lastest NCDB
    By Corosive720 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 12-22-2007, 07:05 PM
  5. [FIX] Tier Item Vendors
    By cylas in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-19-2007, 05:16 AM
All times are GMT -5. The time now is 01:55 PM. 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