Adjusting damage rates for all Mobs menu

User Tag List

Results 1 to 10 of 10
  1. #1
    psychonaut's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Adjusting damage rates for all Mobs

    Hi all.

    Im hoping someone could tell me what SQL command i would use for increasing all creature min and max damage by 1.5. Basically the players on the server are overpowered compared to the mobs they are fighting so I was trying to increase these values to bring it more into line but i just cant find what SQL command i use.

    I would also like to do something similar with the pricing of vendor items to create a moneysink as the in economy is out of whack atm.

    Cheers,

    Adjusting damage rates for all Mobs
  2. #2
    CairiFEA's Avatar Member
    Reputation
    36
    Join Date
    Jan 2008
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is no command to directly modify the damage of the mob in the database from ingame,

    however, you can temp. modify the HP with the simple command,

    .mod hp (min) (max).

    To do this in SQL, open up your client, open the creature Proto and manually change the damage values. Or...decrease the power of your players.

    Cairi
    Cairi
    As a Nation, we have AGREED to A GREED
    gmtricks.com

  3. #3
    T O X I C's Avatar Member
    Reputation
    3
    Join Date
    Feb 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in game command
    target mob then write .mod damage 50 50 -- (example)

  4. #4
    Meltoor's Avatar Contributor
    Reputation
    146
    Join Date
    Jan 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think he was asking for a command which makes every variables in the Damage row to be x1.5, thou I don't know if there is an SQL command for it, maybe .

  5. #5
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am sure there must be a query for this. I will try to find it on the weekend for you.
    Originally Posted by CairiFEA View Post
    there is no command to directly modify the damage of the mob in the database from ingame,

    however, you can temp. modify the HP with the simple command,

    .mod hp (min) (max).

    To do this in SQL, open up your client, open the creature Proto and manually change the damage values. Or...decrease the power of your players.
    Cairi
    Sorry, but I that would take... a damn long time.
    Last edited by metehan; 04-15-2008 at 05:32 PM.

  6. #6
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    double post sorry
    Delete this.

  7. #7
    psychonaut's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys,

    Sorry if I wasnt clear enough. Yes I am looking for the SQL command that would use Creature_proto and select Min_damage and Max_damage and multiply the current values of the entire column by 1.5.

    Cheers
    Last edited by psychonaut; 04-15-2008 at 07:12 PM.

  8. #8
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No you can do it
    its like REPLACE something (range) something

    I'm pretty sure but not 100%

  9. #9
    waymirec's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've got a set of sql queries somewhere that I used to systematically go through and adjust ALL of the mobs within the game so that they are between level 70 and 90 with appropriate changes to their health, armor, melee/ranged dmg, gold drop etc... did it for an instant 70 w/ 80 cap server.

  10. #10
    psychonaut's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think this works... To update mindamage x 1.5

    Code:
    SELECT mindamage,mindamage*1.5 FROM creature_proto;
    update creature_proto
    set mindamage = mindamage*1.5
    where mindamage is not null

Similar Threads

  1. [Mangos] Mangos Zero 1.12.1 Creature_template Damage Errors for all creatures ?
    By Adam Davis in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 03-09-2015, 09:22 AM
  2. [Selling] Cheap&Fast selling for RBG Rating and Max Caps for all ratings
    By ah4p in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 01-16-2013, 09:34 PM
  3. WPE Filters for All Classes
    By Örpheus in forum World of Warcraft Bots and Programs
    Replies: 28
    Last Post: 12-05-2006, 02:19 PM
  4. Breack out of sap for all classes
    By scraman in forum World of Warcraft Exploits
    Replies: 24
    Last Post: 11-21-2006, 12:03 PM
  5. For all my buds and budettes...
    By DrewC in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 10-19-2006, 11:02 AM
All times are GMT -5. The time now is 09:04 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