[Guide] Easy Vendor Editing with In-Game Commands menu

User Tag List

Results 1 to 10 of 10
  1. #1
    Razalan's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Easy Vendor Editing with In-Game Commands

    Easy Vendor Editing

    This guide is a simple way to edit and pretty much make a custom vedndor without much skill. This wont allow the customization of some other guides but this can be used as a quick fix or easy vendor.

    Find a 'Usless' Vendor


    The first thing you must do is find a usless vendor. Although some guides have you create a new NPC this is just another option.

    I suggest the Pie Vendor or someone with little use. DONT create to many this way or you will have to many missing vendors on your server.

    Now that you picked your vendor use .lookup creature <npc name> and find its ID to spawn it. Delete it from that spot and spawn it in its new place.

    Remove The Current Items


    This part can get anoying if the vendor already has a lot of items. You must use .lookup item <item name> for each item and write down their ID's. Now, with the NPC selected use the code .npc vendorremoveitem <Item ID> for those items. Now you have a clean vendor.

    Adding Your Items


    Now, if you want to add items simply use .lookup item <item name> to find the one you want. For this I will use the Crochet Hat (8749). Now, with the NPC selected, use .npc vendoradditem 8749 and the Crochet Hat will be added! This is use for any item just .lookup item it and do the same.

    Changing The Prices


    To change the prices of the items you added..

    Go into your 'world' db and find 'items'

    Use Ctl+F to find your item. Once you found it scroll over to the 'buyprice' field and change it to what ever you like. The price is in copper so 10000 is 1g (1g 00s 00c) or make it nothing.

    Right next to it is 'sellprice' change this to a lower price so people dont abuse the free gold.

    Changing The NPC


    This section I am not COMPLETLE SURE of but it worked for me. This is just to change how your vendor looks and its name.

    I will be using Navicat.

    Go into your world db. NOTE: This may be named something diffrent but in most cases you have two that you use, usually Characters and World.

    Find 'creature_names'

    To find your vendor in the table use Ctl+F and search its name. Once you found it you can change the name field and the subname field. The subname it basicly the guild.

    To change what the vendor looks like go over to the male_displayid field. For this you will have to use Ctl+F and search for an NPC that you would like your vendor to look like. Get his male_displayid and set yours as his.

    You should then be done!

    I think this is all right. Post if im wrong or this is a re-post. There are other ways of doing this but this is just a more in-game way for a beginner.


    Hope this helped. Its my first guide.
    Last edited by Razalan; 01-23-2009 at 11:22 PM.

    [Guide] Easy Vendor Editing with In-Game Commands
  2. #2
    7itanium's Avatar Banned
    Reputation
    706
    Join Date
    Jul 2008
    Posts
    1,838
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you change the price?

  3. #3
    Zurkei's Avatar Contributor

    Reputation
    91
    Join Date
    Apr 2007
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I suggest changing the font color but besides that good job. +rep

  4. #4
    Razalan's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 7itanium View Post
    How do you change the price?
    I'm not sure but i'll mess with it and post when I find out.

  5. #5
    Razalan's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fry2bubba View Post
    I suggest changing the font color but besides that good job. +rep
    From gray or that black. I changed the black, didn't know it would come out like that.

  6. #6
    Razalan's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    49 views and 2 comments. Feedback would be nice, just wanna know if its good since its my first guide.

  7. #7
    Razalan's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh common stop leaching. 81 views.... Even if it didn't help atleast comment on how to improve.

  8. #8
    BlackEagle's Avatar Member
    Reputation
    15
    Join Date
    Dec 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just what I was looking for. Thanks a lot mate.

  9. #9
    Razalan's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the feedback!

  10. #10
    Tcip's Avatar Private
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using ctrl + f dosent work on any SQL DB program? Any way, if you want to set ALL vendor (exept emblem vendor) buy price to 0 you do this

    1. Open your SQL Manger program (i'm using SQLyog)
    2. Go to: Mangos / Tables / item_template (Right click on it and select "open Table")
    3. Then in the windows where it says "Query" type this in: UPDATE item_template SET BuyPrice=0
    4. Press the "Exercute All Queiers" button. It is just bellow "Favorites" button.
    5. In your server program (i'm using Mangosd) type in: .reload item
    6. Close your server program, SQL Databas program. And open them.
    7. Open your wow game, now every thing is free. From Food to mounts

Similar Threads

  1. [Guide] Creating AoB Edits - Advanced Flash Game Hacking
    By Parog in forum Mobile & Flash Game Hacks
    Replies: 6
    Last Post: 01-29-2024, 01:46 AM
  2. [How-To] Mini guide: Easy Faction rep (with tabard)
    By Noloony in forum World of Warcraft Guides
    Replies: 2
    Last Post: 11-27-2010, 02:14 PM
  3. A Guide to Easy Rep Farming with Tabard!
    By CareyBizzle in forum World of Warcraft Guides
    Replies: 8
    Last Post: 11-21-2008, 01:54 AM
  4. [GUIDE] Model/Skin Editing With WPE, Scarry & Funny
    By andrzej in forum WoW EMU Exploits & Bugs
    Replies: 6
    Last Post: 09-14-2008, 01:27 PM
  5. [Guide] Easy money with mining
    By Sabens in forum World of Warcraft Guides
    Replies: 2
    Last Post: 06-21-2008, 11:23 PM
All times are GMT -5. The time now is 01:47 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