Page 1 of 1

Hi-Ether+3

Posted: Fri Jun 13, 2014 4:17 pm
by Keldegar
For some reason mobs are randomly dropping Hi-Ether+3's.

item id 4135.

west ronfaure, Wild Rabbit, Carrion Worm.

Did I do something wrong? New pull & server setup, latest client.

Re: Hi-Ether+3

Posted: Fri Jun 13, 2014 4:20 pm
by Keldegar
Ok, an Orcish Grappler just dropped an Ice Cluster. something's wrong.

Re: Hi-Ether+3

Posted: Fri Jun 13, 2014 4:57 pm
by Keldegar
NEVERMIND! I know what I did. when i modified the mob resists I accidentally modified the ELEMENT field. haha, instead of crystals I was getting those drops because the item ID was being changed by the wrong value =)

Re: Hi-Ether+3

Posted: Fri Jun 13, 2014 5:07 pm
by Keldegar
So with that being said I figured out how to have clusters drop instead of crystals!

UPDATE mob_family_system mob
SET mob.Element = mob.Element + 8
WHERE mob.Element > 0;