Hi-Ether+3

Forum rules
NO LONGER BEING MAINTAINED!
Post Reply
Keldegar
Posts: 32
Joined: Sat Mar 15, 2014 4:37 pm

Hi-Ether+3

Post by Keldegar » Fri Jun 13, 2014 4:17 pm

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.

Keldegar
Posts: 32
Joined: Sat Mar 15, 2014 4:37 pm

Re: Hi-Ether+3

Post by Keldegar » Fri Jun 13, 2014 4:20 pm

Ok, an Orcish Grappler just dropped an Ice Cluster. something's wrong.

Keldegar
Posts: 32
Joined: Sat Mar 15, 2014 4:37 pm

Re: Hi-Ether+3

Post by Keldegar » Fri Jun 13, 2014 4:57 pm

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 =)

Keldegar
Posts: 32
Joined: Sat Mar 15, 2014 4:37 pm

Re: Hi-Ether+3

Post by Keldegar » Fri Jun 13, 2014 5:07 pm

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;

Post Reply