Custom Vendor Help menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    UGR1984's Avatar Member
    Reputation
    3
    Join Date
    Aug 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Custom Vendor Help

    Well I been using wow-v to make my custom vendor, but I've come across a problem, something I'm not sure how to solve myself. If your familiar with there vendor creator then you'll understand what I'm talking about. I cant add no more then 10 items to the vendor and it's causing a problem with the Mall vendors. I'm looking for a way how I'm able to have ex. 35 items in one vendor. I'm not all that good in adding it manually through the data base, but if that's the only way it can be done then I'm going to look around for a good guide on how to do it.

    p.s is there another site that offers a vendor creator or even a program?

    Thanks -Mike:wave:

    Custom Vendor Help
  2. #2
    xdarkghostx's Avatar Member
    Reputation
    13
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    depending on what repack/core your using you can use a command to add the items ingame manually

    here is what i do

    first i create a simple npc with the wow v creator (i dont add items here)

    next i spawn the npc where i want him (mall, etc)

    put all the items i want for this npc to sell in my inventory

    then add them in using the commands

    also if you have gm addon it makes it a hell of alot easier





    o and yes there is another program its called ascent db editor its pretty cool instead of dealing with all the sql files it will inject the info straight into your db alot easier if you want this prog use the search bar
    Last edited by xdarkghostx; 09-01-2008 at 04:44 PM.

  3. #3
    мιяаgє's Avatar Member
    Reputation
    42
    Join Date
    Jan 2008
    Posts
    210
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is why you drop wow-v and use Ascent Database Editor.


  4. #4
    RyeRye's Avatar Contributor
    Reputation
    240
    Join Date
    Aug 2008
    Posts
    996
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah Ascent Database Editor (ADE) Search it i'm sure you will find it.

  5. #5
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well if your using Arcemu youd wanna find FDE its the same program but modified by FLex to work with Arcemu.

  6. #6
    UGR1984's Avatar Member
    Reputation
    3
    Join Date
    Aug 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just downloaded ADE and I get a few errors while using it. I'll try out the other program mentioned above ^^

    Since I dont want to make another HELP post I'm trying to make a custom port to a desired location. I've followed a few guides, but I cant get it working.

    If someone would help me out I'd appreciate it a lot. I'll post the .gps info in case someone is willing to give a hand.

    Map 1
    Zone 440
    x -11376.648438
    y -4775.825195
    z 4.492144

  7. #7
    mythickid12's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i have for example a season 4 vendor and i want to the points cost so it is free to get the stuff how do i do that

  8. #8
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UGR1984

    function NAMEITHERE_onUse (pUnit, Event, pMisc)
    pMisc:Teleport (1, -11376.648438, -4775.825195, 4.492144)
    end
    RegisterGameObjectEvent (GOBJECTID, 2, "NAMEITHERE_onUse")

    Edit the yellow parts to whatever you want to name it..

    Edit the RED parts to the ENTRY ID of the GO you created



    Mythickid12

    To do this find the items in the Vendors table and remove the value for the extended cost.
    Easy way to do this is to go ingame Type .npc info with the vendor targeted..
    Go into database under VEndors table and look for that NPC id..
    Find the Items in the ITEMID that you wanna remove the extended cost from and then alter the Extended cost field so that it says 0...

  9. #9
    mythickid12's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    were is the extended cost field i dont see it all i see is entry,item amount max_amount Inctime

  10. #10
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh then you are using an out of date database and you should have a TABLE called Items_extended cost

  11. #11
    mythickid12's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no im not im using arcemu and im on patch 2.4.3 if that helps u any

  12. #12
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What revision of Arcemu though?

  13. #13
    mythickid12's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    umm im not sure lol im kinda of a noob i used somones repcak im sure u have herd of pedregons repack and if thats not a good repack and u have a better suggestion leme know :P

  14. #14
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WHen you start The server it pops up the revision in the console it will say Arcemu trunk version XXXX.. also when you start the logonserver or the world server The very first line has RXXX and the XXX is the number of your revision...

  15. #15
    mythickid12's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    arcemu trunk r412 for logserver and same for the world r412

Page 1 of 2 12 LastLast

Similar Threads

  1. Custom Vendor help.
    By NEferiouis07 in forum WoW EMU Questions & Requests
    Replies: 14
    Last Post: 09-05-2008, 11:50 AM
  2. [Help request] Custom vendors.....
    By Ellenor in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 01-19-2008, 05:06 PM
  3. [Help] Custom Vendors
    By Ballwinkle in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 01-12-2008, 05:54 AM
  4. custom vendor help
    By Boness in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 10-17-2007, 04:20 PM
  5. Replies: 4
    Last Post: 10-03-2007, 12:34 PM
All times are GMT -5. The time now is 09:40 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search