Hello people, i've searched the forum but only found it for Ascent.
The question is;
How can i make a vendor for ArcEmu?
Thanks for any replies.
and btw; i will +Rep the first person that replies with a helpful answer![]()
Hello people, i've searched the forum but only found it for Ascent.
The question is;
How can i make a vendor for ArcEmu?
Thanks for any replies.
and btw; i will +Rep the first person that replies with a helpful answer![]()
The same way as Ascent m8![]()
Yeah U add the NPC in your database either with a DBC editor or do it yourself using something like Navicat or SQLyog
If u decide to do it yourself:
U have to add stuff in the creature_proto table
Creature proto - Wiki
and in the creature_names table
Creature names - Wiki
Those links tell u everything about those 2 tables so u perfectly understand what you have to fill in
If u need more help just ask/PM
tell me wat u want i can most likly do it for u
and there is awlays wow-v.com
Last edited by Flake0207; 12-18-2008 at 10:50 AM.
Thanks for replies :-)
Flake0207 - Thank you for your offer, but im gonna try to make one myself so i learn xD
EDIT: When i try to import my vendor i get this error:
[Err] 1054 - Unknown column 'mountdisplayid' in 'field list'
:/
Last edited by Tornad0z; 12-19-2008 at 07:42 AM.
You have to add a column called "mountdisplayid" under the Creature_proto table.
For Navicat 8
Find creature_proto, right click and hit Design Table... scroll down and add a new line and name it "mountdisplayid" and for the next line just put "int" and save....
For SQLyog
Find creature_proto, right click and hit Alter Table.... scroll down and add a new line and name it "mountdisplayid" and for the next line just put "int" then click Alter button.
I don't haven't used any other SQL editors so i don't know how to use....
Hope this helps.
Also add two new lines called "equipmodel1" and "equipmodel2".... may cause errors if don't.
Last edited by rawr66; 12-28-2008 at 06:50 AM.