Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Scout

    Join Date
    Sep 2010
    Posts
    26
    Post Thanks / Like
    Rep Power
    14
    Reputation
    17

    [SQL] Mangos DB mods - PVE, crafting, and more...


    Register to remove this ad
    I wanted to share these SQL queries that I use on my server. I learned a few basics of SQL and created nearly all of them myself since I could never find anyone who offered these types of queries. My server only hosts a very small group of personal friends and we mainly PVE and craft. These queries focus mainly on that.

    Feel free to use and edit these queries if you find any useful. The queries are structured to make broad adjustments on the DB table in question.

    I use these queries on the TRM's Cthulhu Ftagn Dual-Database MaNGOS Repack (3.3.5.12340) - 32 & 64-bit repack (which is a great repack) and they work great. They should work fine with other mangos based repacks as well.

    Check out the details below on what DB tables are effected.

    The download link for all the SQL files is at the bottom of this post.


    creature_loot_template
    -- NPC increase to drop percentage for percentages between 0 and 1

    creature_template
    -- Money drops for creatures that do not drop money
    -- All NPC's give honor points

    disenchant_loot_template
    -- Increase disenchant min and max resource drop rates

    fishing_loot_template
    -- Increase fishing min and max resource drop rates

    skinning_loot_template
    -- Increase skinning min and max resource drop rates

    milling_loot_template
    -- Increase milling min and max resource drop rates

    gameobject_loot_template
    -- Increase drop rates on mineral veins and herbs

    item.template
    -- Soul Shards stack in groups of 50 up to 500 in inventory
    -- Adds 4 slots to all bags that originally started with 28 or less
    -- Increase all armor by 10%

    npc_vendor
    -- Remove NPC Vendor time constraints
    -- Remove NPC Vendor limits

    player_classlevelstats
    -- Increase player base HP and Mana levels by 10% for all levels

    player_levelstats
    -- Increase all player base attributes +1 for all levels

    playercreateinfo_item
    -- Added 1 Foror's Crate of Endless Resist Gear Storage to all classes.
    -- Added 1 Shortsword and 1 Large Round Shield to the Paladin class.

    playercreateinfo_spell
    -- Added one-Handed Sword skill ability to Human, Dwarf, & Draenei Paladin class.
    -- Added one-handed sword skill ability to all Warlocks.
    -- Added Regeneration racial bonus to all Priests and Mages. (Except Troll which have this ability already.)
    -- Added Expansive Mind racial bonus to all Priests and Mages. (Except Gnome which have this ability already.)
    -- Added Regeneration racial bonus to all Rogues. (Except Troll which have this ability already.)
    -- Added Endurance racial bonus to all Warriors. (Except Tauren which have this ability already.)
    -- Added Endurance racial bonus to all Hunters. (Except Tauren which have this ability already.)
    -- Added Regeneration racial bonus to all Hunters. (Except Troll which have this ability already.)
    -- Added Heroic Presence racial bonus to all Hunters. (Except Draenei which have this ability already.)
    -- Added Expansive Mind racial bonus to all Warlocks. (Except Gnome which have this skill already.)


    Filebeam - Beam up that File Scottie!

    OR

    Mangos DB SQL mods - Pastebin.com




    › See More: [SQL] Mangos DB mods - PVE, crafting, and more...
    Last edited by matt71tx; 04-10-10 at 06:32 PM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Sergeant
    Deathbringer's Avatar
    Join Date
    Jan 2010
    Posts
    75
    Post Thanks / Like
    Rep Power
    15
    Reputation
    20
    Epic

  4. #3
    Scout

    Join Date
    Sep 2010
    Posts
    26
    Post Thanks / Like
    Rep Power
    14
    Reputation
    17

    Hunter class quest mod

    I recently spent some time and made this for myself but perhaps someone else may find my work useful to them.

    This SQL query modifies the hunter quests which all hunters have to go through to get their pet. It basically removes the first two pets that you have to tame and jumps right to last one to get your taming skills. An effort still has to be made to get the taming skills but this makes the overall process a little quicker. I also edited the text the quest NPC says to you so that it does not reference the quests that I removed.

    I use these queries on the TRM's Cthulhu Ftagn Dual-Database MaNGOS Repack (3.3.5.12340) - 32 & 64-bit repack (which is a great repack) and they work great. They should work fine with other mangos based repacks as well.


    (DOWNLOAD REMOVED - NEEDS TO BE UPDATED FOR CURRENT VERSION OF MANGOS)
    Last edited by matt71tx; 22-10-10 at 01:30 PM.

  5. #4
    Elite Member
    Dimman's Avatar
    Join Date
    Apr 2009
    Posts
    1,091
    Post Thanks / Like
    Rep Power
    21
    Reputation
    319
    Cool, will test this later on :3 +r
    No touching please.

  6. #5
    Sergeant
    Deathbringer's Avatar
    Join Date
    Jan 2010
    Posts
    75
    Post Thanks / Like
    Rep Power
    15
    Reputation
    20
    Works Perfect
    Thanks

  7. #6
    Scout

    Join Date
    Sep 2010
    Posts
    26
    Post Thanks / Like
    Rep Power
    14
    Reputation
    17

    Pets DB mod

    Recently made a query to modify pets...

    -- Increase pet base HP, mana, and armor levels by 10% for all levels

    http://filebeam.com/c66626f261628be8c96fb18d219cda6a

    OR

    Pet_levelstats MOD - Pastebin.com
    Last edited by matt71tx; 08-10-10 at 10:50 PM. Reason: corrected error

  8. #7
    Beginner
    Stormy's Avatar
    Join Date
    Jun 2010
    Location
    Boulder Creek, CA
    Posts
    14
    Post Thanks / Like
    Rep Power
    14
    Reputation
    9
    Wow, these look great, going to give them a try. Thank You +Rep

  9. #8
    Scout

    Join Date
    Sep 2010
    Posts
    26
    Post Thanks / Like
    Rep Power
    14
    Reputation
    17
    Removed this query since it was replaced with a newer one.
    Last edited by matt71tx; 08-10-10 at 11:18 PM. Reason: obsolete

  10. #9
    Elite Member
    Dimman's Avatar
    Join Date
    Apr 2009
    Posts
    1,091
    Post Thanks / Like
    Rep Power
    21
    Reputation
    319
    You should use pastebin or something instead :3
    Some anti viruses dosent like beam & its easier to copy from the web and save it as an SQL
    No touching please.

  11. #10
    Beginner

    Join Date
    Apr 2009
    Posts
    10
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    Register to remove this ad
    Quote Originally Posted by matt71tx View Post
    Recently made a query to modify pets...

    -- Increase pet base HP, mana, and armor levels by 10% for all levels

    http://filebeam.com/a941d78ddbe1951b096284605f252e56

    OR

    Mangos pet DB SQL mods - Pastebin.com
    ya i tried this it worked great.. but all pets HP and everything DROPPED instead of gaining.. dunno what happened there..

 

 
Page 1 of 2 12 LastLast

Visitors found this page by searching for:

mangos grand theft palomino

powered by vBulletin knights quest

grand theft palomino sql

grand theft palomino mangos

player_classlevelstats.sql 255 download

add herbs db trinity northrend code

forors crate of endless resist gear storage sql

wow player_levelstats 255

the might of the scourge arcemu trinity sql

player_classlevelstats.sql 255

mangos grand theft palomino sql

sql quest eye of acherus 3.3.5a

wow playercreateinfo download

modding wow mangos

sql for player_classlevelstats trinitycore level 255

Victory At Deaths Breach! mangos sql

mangos 3.3.5 mods

sql eye of acherus

script sql PvE mangos

battle pet

mangos modding

fixed quest dk [the emblazoned runeblade] trinitycore

mangos 3.3.5 endless hunger quest

grand theft palomino.sql

trinitycore grand theft palomino sql

grand theft palomino sql download

download player_classlevelstats.sql

mangos player 255 sql

player_levelstats 255 mangos

mangos player_levelstats 255

trinitycore sql how to increase creatures hp for 10

mangos database edit hp

trinitycore grand theft palomino

mangos the might of the scourge

trinitycore player_levelstat 255

mangos PVE

npc_vendor_template wow

SQL herbs trinitycore

mangos DB table npc vendor template

wow mangos modifikationen

quice table mangos milling_loot_template

mangos one mods

Taking Back Acherus trinitycore

mangos database achievements

wow mangos mods

wow mangos .mod stats

db mangos sql

wow playercreateinfo_items modify add bag

mangosdb

sql modding wow items

SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 04:26 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org