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

Checking CP in crafting

DomesticWarlord

Community Developer
Joined
May 16, 2013
Messages
375
Reaction score
11
Bot erroring out when it gets to this portion, what am I doing wrong?

Getting the following errors
[21:34:46.462 D] Exception during scheduling Pulse: System.MissingMemberException: 'LocalPlayer' object has no attribute 'CP'

Code:
				<If Condition="Core.Player.CP >= 88">
					<CraftAction ActionId="100108"/> <!-- Hasty Touch -->
					<CraftAction ActionId="283"/> <!-- Ingenuity II -->
				</If>
 
Back
Top