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

How to make the GENERIC routine use health potions...

xergz

Member
Joined
Apr 16, 2010
Messages
309
Reaction score
1
i've seen a lot of people ask this question,so i played around with settings a bit and came up with the solution.

edit the Genericroutine.cs file(found in the routines folder) to the following
Code:
           _combat = new PrioritySelector()
                    CreateWaitWhileIncapacitated(),
                    CreateWaitForAttack(),
                    [B]CreateUsePotion(),
[/B]

add the bold line to your routine and it should work:
all credits go to okostibi , i just reposted it for a larger..non-wizarding population
 
Back
Top