• Visit Rebornbuddy
  • Checking CP in crafting

    Discussion in 'Community Developer Forum' started by Zamphire, Jan 24, 2015.

    1. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      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>
      
       
    2. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      And I think I figured it out myself
       
    3. Yasuko

      Yasuko Member

      Joined:
      Oct 28, 2010
      Messages:
      314
      Likes Received:
      6
      Trophy Points:
      18
      CurrentCP CurrentCPPercent MaxCP
       
    4. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      Yeah, after I posted I went back and saw where he posted those
       

    Share This Page