View Single Post
  #1  
Old 06-03-2002, 11:31 AM
PrivateIdaho
Fire Beetle
 
Join Date: Jun 2002
Posts: 23
Default Bug: min/max_dmg

Testing on Kerafyrm in ST.


Set his min dmg to 500, his max dmg to 2048, the change took in MySql:

Quote:
mysql> select * from npc_types where name="kerafyrm";
+-------+----------+-------+------+-------+---------+--------+---------+-------------+------+---------------+-----------------+--------------+-------------+--------+--------+------------------------------------------------------+-----------------+--------+-------------+--------+------+------------------+------------------+-----------------+-------------------+--------+------------------+------------------+-----------+----------+
| id | name | level | race | class | hp | gender | texture | helmtexture | size | hp_regen_rate | mana_regen_rate | loottable_id | merchant_id | mindmg | maxdmg | usedspells | npcspecialattks | banish | aggroradius | social | face | luclin_hairstyle | luclin_haircolor | luclin_eyecolor | luclin_beardcolor | fixedz | d_meele_texture1 | d_meele_texture2 | walkspeed | runspeed |
+-------+----------+-------+------+-------+---------+--------+---------+-------------+------+---------------+-----------------+--------------+-------------+--------+--------+------------------------------------------------------+-----------------+--------+-------------+--------+------+------------------+------------------+-----------------+-------------------+--------+------------------+------------------+-----------+----------+
| 14011 | Kerafyrm | 80 | 198 | 14 | 1000000 | 2 | 0 | 0 | 45 | 100 | 0 | 2005 | 0 | 500 | 2048 | 290 73 869 1699 1696 841 300 1703 1592 186 1723 1466 | E | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 255 | 255 |
+-------+----------+-------+------+-------+---------+--------+---------+-------------+------+---------------+-----------------+--------------+-------------+--------+--------+------------------------------------------------------+-----------------+--------+-------------+--------+------+------------------+------------------+-----------------+-------------------+--------+------------------+------------------+-----------+----------+
1 row in set (0.07 sec)

mysql>
Restarted all the zones/world. He has more HP, the spells I added, etc, but he's skill plinking for 30's and 50's.

Why isn't he:

1. hitting for min dmg
2. hitting for anything close to max dmg?


What am I doing wrong?
Reply With Quote