[ascent] easy way to modify elite/boss monsters hp/damage??? menu

Shout-Out

User Tag List

Results 1 to 4 of 4
  1. #1
    jpxtreme's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ascent] easy way to modify elite/boss monsters hp/damage???

    I've used ascent for my 2.3.0 client for quite a while. I would like to know if there is an easy way to modify creature settings like the one from Mangos where you could easily modify it on the conf file.

    Editing db manually is not my option. Is it possible to achieve this through query? But I don't know how.

    I hope someone could share his/her way for this.
    Last edited by Ground Zero; 07-02-2010 at 08:38 AM.

    [ascent] easy way to modify elite/boss monsters hp/damage???
  2. #2
    iWoW-Programming's Avatar Sergeant
    Reputation
    6
    Join Date
    Jan 2010
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, first off it would be helpful to know why you can't edit the DB manually, a query would require us to know your db creature_proto table's structure and it would be very hard to do this through only a query, if you were using a 3.3.5 db i could help you a bit more, but if you can run like

    Code:
    SELECT * FROM `creature_proto` WHERE `id` = ***ENTER BOSS NPC ID HERE***;
    this plus the table structure would allow us to write you a query,

    alternatively you could use an update command like this, but once again table structure would be helpful.

    Code:
    UPDATE `creature_proto`
    SET `minhealth`=5000000, `max_health`=5000000, `mindamage`=75000, `maxdamage`=100000
    WHERE `id`=***BOSS NPC ID HERE***;

  3. #3
    thetrueman2's Avatar Active Member
    Reputation
    16
    Join Date
    Nov 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    or assuming you can run queries you can multiply values like with the config files.
    Code:
    UPDATE creature_proto
    SET minhealth = (minhealth * 2), max_health = (max_health * 2), mindamage = (mindamage * 2), maxdamage = (maxdamage * 2)
    WHERE boss > 0;
    What this does is multiply the minhealth, maxhealth, min and maxdamage by 2 for all mobs that are flagged as boss (1 or above). But like the above post sais it would help to have the table structure
    Last edited by thetrueman2; 07-04-2010 at 03:54 AM. Reason: typo
    If you’re going to convict us, convict us of disorganised crime. - Peter Sunde

  4. #4
    jpxtreme's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you!

Similar Threads

  1. Easy way to make ascent server and making it public :D
    By Phirotic in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 08-19-2010, 09:29 PM
  2. Azjol-Nerub Second boss The easy way + achivement
    By Cwitt in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 01-09-2009, 09:51 AM
  3. Making Ascent Public The easy way [Non-Hamachi]
    By 2dgreengiant in forum WoW EMU Guides & Tutorials
    Replies: 75
    Last Post: 04-21-2008, 06:47 PM
  4. Horde kill exodar boss "easy" way
    By piller in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 12-18-2007, 05:37 AM
All times are GMT -5. The time now is 04:14 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