Likes: 0
Results 1 to 10 of 14
-
23-09-10, 12:09 PM #1
[SQL] Mangos DB mods - PVE, crafting, and more...
Register to remove this adI 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 07:32 PM.
-
28-09-10, 06:37 AM #2
-
01-10-10, 09:21 PM #3
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 02:30 PM.
-
02-10-10, 05:07 AM #4
Cool, will test this later on :3 +r
No touching please.
-
03-10-10, 01:09 AM #5
Works Perfect
Thanks
-
03-10-10, 05:55 PM #6
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.comLast edited by matt71tx; 08-10-10 at 11:50 PM. Reason: corrected error
-
03-10-10, 06:16 PM #7
-
04-10-10, 08:33 AM #8
Removed this query since it was replaced with a newer one.
Last edited by matt71tx; 09-10-10 at 12:18 AM. Reason: obsolete
-
04-10-10, 08:38 AM #9
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.
-
07-10-10, 06:35 PM #10
Register to remove this ad