[ASCENT][CUSTOM] GM Vendors menu

User Tag List

Results 1 to 11 of 11
  1. #1
    [Shon3m]'s Avatar Banned
    Reputation
    128
    Join Date
    Apr 2007
    Posts
    669
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ASCENT][CUSTOM] GM Vendors

    For version 3.0a to work, you have to get ascent 1132 or higher!

    Ascent 1132 requires you to update your tables:
    Code:
    ALTER TABLE creature_proto CHANGE health minhealth int(30) unsigned NOT NULL;
    ALTER TABLE creature_proto ADD column maxhealth int(30) unsigned NOT NULL AFTER minhealth;
    UPDATE creature_proto SET maxhealth = minhealth;
    ALTER TABLE creature_proto CHANGE level minlevel int(30) unsigned NOT NULL;
    ALTER TABLE creature_proto ADD column maxlevel int(30) unsigned NOT NULL AFTER minlevel;
    UPDATE creature_proto SET maxlevel = minlevel;
    ALTER TABLE creature_proto ADD column invisibility_type int(30) unsigned NOT NULL;
    ALTER TABLE creature_proto ADD column death_state int(30) unsigned NOT NULL;
    Requirements:
    Ascent Core 1132 or higher: http://forum.ragezone.com/f114/lates...atabase-287088
    NCDB


    Installation:
    1) Download and install an Ascent database.
    2) Download and extract the attached zip file in this post.
    3) Go to your sql manager, such as Navicat or SQLyog.
    4) Right click your database and Execute Batch File (Navicat) or Restore From Sql Dump (SQLyog).
    5) Run the extracted .sql file as a query.
    6) After installing all these, restart your server.
    7) Navigate to your WoW folder, and delete the cache folder.
    Once ingame, type .npc spawn (ID) to spawn the vendors at your location.
    9) The npc IDs can be found in this post, if you scroll down.
    Remember to delete CACHE folder from wow client after installing.

    Changelog:

    Version 2.7:
    Changed displayids to blood elves >.>.
    Added keys vendor.

    Version 2.8:
    Resized vendors to same size as normal npcs.
    All vendors have been spawns in the HOUSE of GM Island.
    Added custom_shop_spawn.sql.

    WARNING: the spawn query will first delete ALL spawn of
    GM vendors, make sure you either back them up or just
    delete the first line of the query.

    Version 2.9:
    Added custom_shop_buyprice_extend.sql so people can get rid of itemextendedcost.
    Revised custom_shop_buyprice.sql so now it should run fast, and
    you won't get anymore freezes or wait time.

    Version 2.9a:
    Fixed a tiny bug in the custom_shop_buyprice_extend query.

    Version 3.0:
    Changed a few spawns around, removed recipe/reagent from spawns
    because they are taking too much space inside the house for future
    spawns. Not a lot of people need vendors that specific anyways, so
    if you want them spawn them yourself.
    Made vendors compatible with latest ascent core (1132 and higher),
    you will have to update your database with the query posted above.
    Added enchantment and off-hands vendors.

    Version 3.0a:
    Always forget that damn table name in spawn query, added.
    Added in custom_shop_display.sql, change your own displayids.



    Vendors (71):
    50000 Armor Dungeon I
    50001 Armor Dungeon II
    50002 Armor Dungeon III
    50003 Armor Raid Tier I
    50004 Armor Raid Tier II
    50005 Armor Raid Tier III
    50006 Armor Raid Tier IV
    50007 Armor Raid Tier V
    50008 Armor Raid Tier VI
    50009 Armor Wrist
    50010 Armor Waist
    50011 Armor Feet
    50012 Armor Shield
    50015 Weapon Level 50+
    50016 Weapon Level 60+
    50017 Weapon Level 65+
    50018 Weapon Level 75+
    50019 Weapon Level 100+
    50020 Armor Necklace
    50021 Armor Rings
    50022 Armor Trinket
    50023 Armor Cloak
    50024 Armor Shirt
    50025 Armor Tabard
    50026 Armor Miscellaneous
    50028 Armor Off-Hands
    50029 Armor Libram/Idol/Totem
    50030 Arena Season I
    50031 Arena Season I
    50032 Arena Season I
    50033 Arena Season II
    50034 Arena Season II
    50035 Arena Season II
    50040 Misc Gemstone I
    50041 Misc Gemstone II
    50042 Misc Mount I
    50043 Misc Mount II
    50044 Misc Projectile
    50045 Misc Container
    50047 Misc Enchantment
    50048 Misc Key
    50049 Misc Currency
    50050 Recipe Book A-Z
    50051 Recipe Leather A-F
    50052 Recipe Leather G-R
    50053 Recipe Leather S-Z
    50054 Recipe Tailor A-G
    50055 Recipe Tailor H-Z
    50056 Recipe Engineer A-Z
    50057 Recipe Blacksmith A-F
    50058 Recipe Blacksmith G-R
    50059 Recipe Blacksmith S-Z
    50060 Recipe Cooking A-Z
    50061 Recipe Alchemy A-Z
    50062 Recipe Enchant A-G
    50063 Recipe Enchant H-Z
    50064 Recipe Jeweler A-K
    50065 Recipe Jeweler L-Z
    50066 Reagent Leather I
    50067 Reagent Leather II
    50068 Reagent Tailor I
    50069 Reagent Tailor II
    50070 Reagent Engineer I
    50071 Reagent Engineer II
    50072 Reagent Blacksmith I
    50073 Reagent Blacksmith II
    50074 Reagent Cooking
    50075 Reagent Alchemy
    50076 Reagent Enchant
    50077 Reagent Jeweler
    50078 Reagent Miscellaneous

    Code:
     
    custom.shop.2.7.zip (23.1 KB, 706 views)custom.shop.2.8.zip (24.3 KB, 342 views)custom.shop.2.9a.zip (47.3 KB, 639 views)custom.shop.3.0a.zip (48.0 KB, 1687 views)
    Credits:
    Credits partially to AMVendor creators for their concept and
    Dungeon Set 1-3 and Tier 1-6, everything else (rings,
    trinkets, weapons, etc) I re-did or added, even the organization of
    the armor sets I revamped. I also moved the vendor IDs to 50000+
    to avoid taking up important NPC ids, and changed other details.

    Also Props Go To Channel_49 Good Work Man
    Last edited by [Shon3m]; 09-29-2007 at 02:35 PM.

    [ASCENT][CUSTOM] GM Vendors
  2. #2
    Remahlól's Avatar !!jeULyJf8ld1
    Reputation
    538
    Join Date
    Feb 2007
    Posts
    2,254
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    Very nice Soularis. (Give it Fr00gle, I want to see that at the server^^)
    19/5/2013

  3. #3
    Entr0py's Avatar Member
    Reputation
    35
    Join Date
    May 2007
    Posts
    396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    mmm
    looks pretty hawt
    btw were u get that butsecks thing?utemontheglass:

    Remember to + Rep people who help you!

  4. #4
    KRAZY2K7's Avatar Member
    Reputation
    8
    Join Date
    Apr 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    Hey,

    Awesome vendors but i get error when using on newer ascent rev & db. Cant figure it out, tried updating query for latest rev etc but no joy.



    Ascent r1602 : NCDB Milestone 0.2

  5. #5
    [Shon3m]'s Avatar Banned
    Reputation
    128
    Join Date
    Apr 2007
    Posts
    669
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    i know a fix is coming soon

  6. #6
    Chase's Avatar Member
    Reputation
    12
    Join Date
    Feb 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    really cool guide, i'll have to try this

  7. #7
    viper1745's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    how can i get these GM Vendors?

  8. #8
    jobba7's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    Looks good im gonna have to try this.

  9. #9
    30480's Avatar Banned
    Reputation
    7
    Join Date
    May 2007
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    DOnt these come with all the databses?

    HEHE MINES BETTER!

  10. #10
    [Shon3m]'s Avatar Banned
    Reputation
    128
    Join Date
    Apr 2007
    Posts
    669
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    Not all the DB's....Froogle Has A fix For The BtW
    Last edited by [Shon3m]; 10-28-2007 at 07:20 PM.

  11. #11
    Fatjoe's Avatar Member
    Reputation
    13
    Join Date
    Oct 2006
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [ASCENT][CUSTOM] GM Vendors

    could you uploade it somewhere else please?

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]Making Custom Items/Vendors
    By wowstorm in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 01-06-2008, 09:04 AM
  3. [Guide]Making Custom Items/Vendors
    By wowstorm in forum WoW EMU Guides & Tutorials
    Replies: 34
    Last Post: 12-12-2007, 12:30 PM
  4. Custome Potion Vendor
    By FNOG in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 11-02-2007, 05:56 PM
  5. [Ascent] Custom Vendors
    By KantTouchThis in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 09-04-2007, 03:22 PM
All times are GMT -5. The time now is 06:03 AM. 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