PDA

View Full Version : [guide] how to fix custom vendors in 6.5 in 3 easy steps


halo636
09-09-2007, 10:32 AM
mod/admin please sticky this as it helps many

1. delete all your custom vendors which were in the vendor table they start at 50000 and end at 50076 i think around there.

2. download channel_49's custom vendor pack from http://forum.ragezone.com/f114/ascent-custom-gm-vendors-287526/

3. execute the sql files that you had it should all work fine if you need extra help add wowkill@hotmail.co.uk on msn.

i give 100% credit to channel_49 for making the vendors and 0% to myself i just said how.

szela_93
09-09-2007, 04:58 PM
1. use this DELETE FROM creature_names WHERE entry BETWEEN '50000' AND '100085';
DELETE FROM creature_proto WHERE entry BETWEEN '50000' AND '100085';
DELETE FROM vendors WHERE vendorGuid BETWEEN '50000' AND '100085';
DELETE FROM items WHERE entry BETWEEN '50000' AND '100085';
DELETE FROM gameobject_spawns WHERE id BETWEEN '9999990' AND '10000000';
DELETE FROM creature_spawns WHERE id BETWEEN '999999900' AND '1000001132';
DELETE FROM creature_spawns WHERE entry BETWEEN '50000' AND '100085';
DELETE FROM items WHERE entry BETWEEN '90000' AND '100000';script (it is from aids and deletes creatures vendors spawns items and GOs (so check all))
but what bugs?