J junggi New Member Joined May 9, 2014 Messages 110 Reaction score 0 Jul 2, 2014 #1 It's so annoy. Bot always to pick up the Nephalem glove, how can I ignore it?
mrbubbel New Member Joined May 21, 2014 Messages 367 Reaction score 5 Jul 3, 2014 #2 its globe. you have to edit the weighting.cs in trinity/combat/ look for case GObjectType.PowerGlobe and set every cacheObject.Weight to 0: cacheObject.Weight = 0;
its globe. you have to edit the weighting.cs in trinity/combat/ look for case GObjectType.PowerGlobe and set every cacheObject.Weight to 0: cacheObject.Weight = 0;
J junggi New Member Joined May 9, 2014 Messages 110 Reaction score 0 Jul 4, 2014 #3 Thank you so much It's my mistake, haha.