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

Need some help about melee attack

nuestra

New Member
Joined
Oct 23, 2012
Messages
6
Reaction score
0
Have you tried moving twister to another slot that isn't your left click button? If no, give it a shot and let us know.

Code:
                        // Default attacks
                        if (!bOOCBuff && !bCurrentlyAvoiding && !playerStatus.bIsIncapacitated && !PowerManager.CanCast(SNOPower.Wizard_EnergyTwister))
                        {
                            return new GilesPower(SNOPower.Weapon_Melee_Instant, 10f, new Vector3(targetCurrent.vThisPosition.X, targetCurrent.vThisPosition.Y, targetCurrent.vThisPosition.Z + iThisHeight), iCurrentWorldID, -1, 0, 0, USE_SLOWLY);
                        }
 
Have you tried moving twister to another slot that isn't your left click button? If no, give it a shot and let us know.

Code:
                        // Default attacks
                        if (!bOOCBuff && !bCurrentlyAvoiding && !playerStatus.bIsIncapacitated && !PowerManager.CanCast(SNOPower.Wizard_EnergyTwister))
                        {
                            return new GilesPower(SNOPower.Weapon_Melee_Instant, 10f, new Vector3(targetCurrent.vThisPosition.X, targetCurrent.vThisPosition.Y, targetCurrent.vThisPosition.Z + iThisHeight), iCurrentWorldID, -1, 0, 0, USE_SLOWLY);
                        }


Yes i tried moving twister to another slot , no luck.
I emptied both left & right mouse slots (melee attack) and didnt add twister skill to any skill tab. I ran the bot and bot is not attacking anything. Just running around the mobs without attacking them.
 
Back
Top