What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Trinity looking for a weapon in my stash whenever I go to town

warbux

New Member
Joined
Aug 10, 2012
Messages
201
Reaction score
3
I have been noticing this every time I go to town

[11:57:05.889 N] [Trinity][Swapper] Unable to swap - there is no weapon in the top left corner.
[11:57:05.904 N] [Trinity]Mythic Health Potion [healthPotion_Mythic-181] [HealthPotion] = (ignoring potions)
[11:57:05.935 N] [Trinity][Swapper] Unable to swap - there is no weapon in the top left corner.
[11:57:06.263 N] [Trinity][Swapper] Unable to swap - there is no weapon in the top left corner.
[11:57:06.263 N] [Trinity]Mythic Health Potion [healthPotion_Mythic-181] [HealthPotion] = (ignoring potions)
[11:57:06.310 N] [Trinity][Swapper] Unable to swap - there is no weapon in the top left corner.

I am not using weapon swap. Why is this still looking for a weapon?
 
Check your monk tab and make sure it isn't set as TRUE
also i think that was an error fixed in version 1.7.1.6
 
yea its not set to true... and I have 1.7.1.6 and its still happening
 
sorry I didnt ask that right. I know which folder to put it in. What I am asking is do I only need to do this with my Monks or do I need to add this to the abilities folder of my barbs too?
 
It isn't fixed in 1.7.1.7 there is an && that is supposed to be ||

Search for:

Code:
        // Returns if this item is protected by the swapper or not -> should make items safe from town run routine
        public bool SwapperUsing(ACDItem thisItem)
        {
[B]            if (!GilesTrinity.Settings.Combat.Monk.SweepingWindWeaponSwap [COLOR="#FF0000"]&&[/COLOR] GilesTrinity.playerStatus.ActorClass != ActorClass.Monk)
[/B]

Change that && into a ||
 
Back
Top