Jump to content

tonaus

Members
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

tonaus's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. [quote=Talendrys]UPDATE creature_template, creature_template_classlevelstats SET PowerMultiplier = MinLevelMana/BaseMana WHERE creature_template_classlevelstats.Level = MinLevel and BaseMana != 0; UPDATE creature_template, creature_template_classlevelstats SET HealthMultiplier = MinLevelHealth/BaseHealthExp0 WHERE creature_template_classlevelstats.Level = MinLevel; It was something like this for health/mana.[/quote] To correct your SQL statement, it was UPDATE creature_template, creature_template_classlevelstats SET ManaMultiplier = MinLevelMana/BaseMana WHERE creature_template_classlevelstats.Level = MinLevel and BaseMana != 0; (ManaMultiplier instead of PowerMultiplier, which doesn't exist) for the Mana statement. Those two actually fixed the hp & mana issues :) Thank you very much! Taerar Screenshot: [url]http://postimg.org/image/rfvc2rwd7/full/[/url]
  2. PvE bosses don't have enough HP Mangos version information: 20004 Using script library: ScriptDev2 (for MaNGOS Zero Release 0.20+) MaNGOS Zero/ (* * Revision * - *) for Linux_x64 (little-endian) Using World DB: ZeroDatabase 2.0.11 for MaNGOSZero / ScriptDev 20004+ Using creature EventAI: MaNGOSZero Artificial Creature Intelligence Database Issue Description: All PvE bosses don't have enough life and as a result are vastly too easy to kill. Examples: [QUOTE]Taerar (World Boss in Duskwood) has only 3331 HP, the dragon should have 66000 HP (if I remember correctly) Onyxia should have 1.060.000 (somewhere around 1 million) hp, but has only 3331 HP as well.[/QUOTE] This stretches though normal instances (5p) as well: Scholomance, Deadmines, Scarlet Monastery, etc... Every boss is way too easy too kill because of not enough HP. The Mangos config is @ defaults and I am using the database Mangos generates with cd mangos-database/ bash make_full_WorldDB.sh Please advise.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use