Likes: 0
Results 1 to 4 of 4
-
10-01-09, 09:27 AM #1
How to make Custom Vendors [Pic Guide]
Register to remove this adHello,
Here is a Quik: How to make vendor guide!
I hade some time and decide to make a tut how i make the vendors.
here we go:
first login your database!
Go to creature_spawns and create your npc!
After that go to creature_proto and create the levels etc. of your NPC - best faction to use is: 1741
Go to vendors!
Now after that, Click at the "+" button to add a item. Entry = ID of your NPC [Vendor], Item = ID of the item, Amount = How much the vendor have of that item. 1 = Can't be sold out 0 = Can't be sold out -1 = Can't be sold out!
I use -1. The other three just let them on 0!
Go to Wowhead! as e.g. use daggers:
Then click on the dagger you like to add at your vendor, look above in your explore bar and use the ID as Item ID!
Put the ID that you just have copyed into item:
After you fully created your vendor and you think you done, then if you want to share it, follow the steps that now comes:
After thats done open your file you just extracted as SQL file (its in your HeidiSQL, navicate etc you use)! Then scroll down to your vendor ID, Copy everything of that vendor and paste it in "NOTEPAD":
After you put it in "NOTEPAD" save it as SQL file!, make sure you put .sql after the name!!!!:
Text Guide:
first login your database!
then go to creature_spawns and create your npc.
After that go to creature_proto and create the levels etc. of your NPC - best faction to use is: 1741 . Go to vendors!
Now after that, Click at the "+" button to add a item. Entry = ID of your NPC [Vendor], Item = ID of the item, Amount = How much the vendor have of that item. 1 = Can't be sold out 0 = Can't be sold out -1 = Can't be sold out!
I use -1. The other three just let them on 0! Go to Wowhead! as e.g. use daggers. Then click on the dagger you like to add at your vendor, look above in your explore bar and use the ID as Item ID! Put the ID that you just have copyed into item. After you fully created your vendor and you think you done, then if you want to share it, follow the steps that now comes. After thats done open your file you just extracted as SQL file (its in your HeidiSQL, navicate etc you use)! Then scroll down to your vendor ID, Copy everything of that vendor and paste it in "NOTEPAD". After you put it in "NOTEPAD" save it as SQL file!, make sure you put .sql after the name!!!
Congratulations you have succesfully made a vendor if you did it right! If something is not clear feel free to post a comment.
Credits:
-PaikProductions
› See More: How to make Custom Vendors [Pic Guide]
-
10-01-09, 12:14 PM #2
ew
Ew why do you use HiediSQL, Have you tryed Navicat, i find it much simpler, and easy to use,
And Also
You Can Put &xml after the Item's (id) To get the display id, so say
example :www.wowhead.com/?item=40395
Put &xml After the item=40395 And a page wil load in XML, then scroll down till you see something looking like
<icon displayId="57250<---(This is the items display)">INV_Mace_82</icon>
So should look like this
www.wowhead.com/?item=40395&xml
Good luck~----------------------------------------------------------------------~
-
11-01-09, 06:27 AM #3
Thanks for having a picture guide, although I already made a guide on this without pictures though. By the way, no offense but, HeidiSQL sucks.
-
11-01-09, 07:39 AM #4
Register to remove this adYe i know HeidiSQL sucks but it works fine i don't realy care about it :P!