I'll add permanent enchants and tweak a few vendors. But I'm not gonna go and sort out everything and category it, thats not my job nor do I want to waste my time doing that.
As for potions, no sort on wowhead to do it, so I won't add it.
Printable View
I'll add permanent enchants and tweak a few vendors. But I'm not gonna go and sort out everything and category it, thats not my job nor do I want to waste my time doing that.
As for potions, no sort on wowhead to do it, so I won't add it.
can you give me a template for vendors, i'm trying to make a party vendor that sells food, drinks, and fun party stuff :O
please :)
//Vendor info
INSERT INTO creature_names VALUES (ENTRYID, "NAME", "SUBNAME", 0, 4, 0, 3, 0, 0, DISPLAYID, 1, 1, 1, 0);
INSERT INTO creature_proto VALUES (ENTRYID, 100, FACTION, 1000000, 1000000, SCALE, 4, 1000, 1000, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 5, 5, 5, 5, 5, 5, 1, 1, "", 0, 0);
//Vendor item list
INSERT INTO vendors VALUES ('ENTRYID', 'ITEMID', '1');
I wrote this up in like 30 seconds, tell me if you need more info.
You're free to make vendors you want, and give them to me, if I think they're good or useful, I'll add them with you in the credits. Or I might fix them up a bit or something.
-----
In other news, I've just made off-hand and permanent enchantment vendors, however its not enough to make a 3.0 release. I need more idea on vendors that are not TOO SPECIFIC, like item stats/resistance, stuff like that is too specific. I only work by item type, and more general organizations. If you want something very specific, I'm afraid you'll have to make it yourself and I can add it in the package.
Update a spawn, changed positions of 2 vendors.
can you add a reputation vendor? (like you take a quest for 2 factions [H&A] and when you complete the quest it'd make you exalted with that faction instead of making 8 different macros)
Thats no longer a vendor.
then how do i spawn him?
or i cant...??
You'd have to make a custom quest with custom quest_starter/finisher as well a custom npc.
how do i do that?
lol, this thread is for custom vendors, if you want guides for other content go post a new thread and ask for guides. I dont write guides.
lol noobs, thanks to NCDB with their new revision, the vendors don't work. Oh why... lol
Theres a few new columns in the proto. Its not NCDB, they couldn't do shit even if they wanted to. Burlex implemented some new things. I'll make sure the vendor is updated.
ah ok
Version 3.0:
Changed a few spawns around, removed recipe/reagent from spawns
because they are taking too much space inside the house for future
spawns. Not a lot of people need vendors that specific anyways, so
if you want them spawn them yourself.
Made vendors compatible with latest ascent core (1132 and higher),
you will have to update your database with the query posted above.
Added enchantment and off-hands vendors.