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.
Hi-Ether+3
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
Re: Hi-Ether+3
Ok, an Orcish Grappler just dropped an Ice Cluster. something's wrong.
Re: Hi-Ether+3
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
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;
UPDATE mob_family_system mob
SET mob.Element = mob.Element + 8
WHERE mob.Element > 0;