How to easily fill your vendors menu

User Tag List

Results 1 to 3 of 3
  1. #1
    Sorayazlawl's Avatar Active Member
    Reputation
    30
    Join Date
    May 2008
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to easily fill your vendors

    This is an easy way to fill a vendor with a specific item that is between specific item levels (not required levels, but that's an easy fix if that's what you're after.)

    Keep in mind what I do here is pretty damn ghetto, but it works well for me!

    What you will need:
    HeidiSQL
    Navicat
    Notepad++

    #1 Search up an item of the type you want and find it's subclass in navicat, try filtering the subclass to make sure everything shown is of your weapon type.
    #2 Query in navicat:
    [code[SELECT entry FROM items WHERE itemlevel < 'x' AND itemlevel > y' AND subclass = 'z'; [/code]
    x = maxitemlevel, y = minitemlevel, z = subclass you just found.
    #3 Select all and copy/paste into Notepad++
    #4 Select all and go to TextFX => Tools => insert line numbers
    #5 Copy a space and press conrol + h
    #6 Paste space in find what, and put a " ," with no quotes in replace with
    #7 Select all and go back to TextFX/Tools/ and remove line numbers
    #8 Remove comma before entry
    #9 Press the record button up there, and make a period, go down a line, and press stop.
    #10 Then Press the fast forward button and have it go till the end
    #11 Replace comma with "x," Where x is the number of the vendor its going in
    #12 Replace period with ",1,0,0" with no quotes
    #13 Add this line to the top of your document, if your DB has a diff format, just export a CSV data document from HeidiSQL and steal it's top line:
    Code:
    entry,item,amount,max_amount,inctime
    #13 Save as a .csv file
    #14 Go into vendors on HeidiSql and import it in as csv data
    #15 Search up the vendor ID and make sure it has items






    If you're like me and went from sunwell items down to 60 items, you'll be getting some gay 60 blues and stuff. How do you remove that? Keep going!

    #1 Run this query in navicat:
    Code:
    SELECT entry FROM items WHERE itemlevel < 'x' AND itemlevel > 'y' AND quality < 'z';
    x = the maximum level of gear you want, y = the minimum level of gear you want, z = the minimum quality. Putting 4 here will get rid of everything that is not epic or legendary.
    #2 Select all and copy/paste into Notepad++
    #3 Select all and go to TextFX => Tools => insert line numbers
    #4 Copy a space and press conrol + h
    #5 Paste space in find what, and put a " ," with no quotes in replace with
    #6 Select all and go back to TextFX/Tools/ and remove line numbers
    #7 Remove comma before entry
    #8 Press the record button up there, and make a period, go down a line, and press stop.
    #9 Then Press the fast forward button and have it go till the end
    #10 Replace comma with
    Code:
     DELETE FROM vendors WHERE item = '
    #11 Replace Period with
    Code:
     ' AND ENTRY = 'x';
    Replace X with the Entry ID of the vendor it's being purged from.
    #12 Copy all of this into a New Query on navicat, and run it. Keep in mind it may say 0 rows affected when it really did alot.
    #13 Check your vendor DB for a random blue that was in your vendor to see if it still is.

    Keep in mind this list of "DELETE FROM"'s can be used on any item, as you did not define a subclass, so you can keep it for other items too.


    This was fully written by me and I searched but did not find any, so I hope it's not a repost.

    How to easily fill your vendors
  2. #2
    saikbio's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome Great Job

  3. #3
    Kiyoshi's Avatar Member
    Reputation
    28
    Join Date
    Jun 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eh I wanna test but I feel lazy...lol

    I'll test and post feedback when I get a burst of energy

Similar Threads

  1. How to make custom items / vendors for your private server (edited name)
    By renitharis in forum WoW EMU Guides & Tutorials
    Replies: 67
    Last Post: 06-16-2016, 05:08 AM
  2. [Guide] How to easily add a C++ script to your server
    By 2dgreengiant in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 06-05-2009, 12:08 AM
  3. How to create weapons/items/vendors for your ascent server
    By daniel4166 in forum WoW EMU Guides & Tutorials
    Replies: 30
    Last Post: 06-13-2008, 02:49 PM
  4. How to see if your pet is male/female
    By Airkez in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 10-28-2006, 10:25 AM
  5. How do you change your IP adress
    By wicked_joe in forum Community Chat
    Replies: 4
    Last Post: 08-15-2006, 02:45 AM
All times are GMT -5. The time now is 05:25 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search