Jump to content

namtatehtmit

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by namtatehtmit

  1. Does any one have any information with main interaction with bot farms. For example using bonds on bots to get membership from main account or trading bonds to bots from main or giving starting cash to bot from main. Would appreciate your opinions.

     

    Also how safe is it to buy vouchers from main account? Would you be better off trading the gp to a lvl 3 mule and then making the exchange?

  2. if (area.contains(myPosition())

     

    That works, but why do I not need to initialize a player object or anything?

     

    Like i just need to call the myposition() method and i get my characters position, where does that information come from?

     

    Also where do i look in the API to find other methods that pertain to my character?

  3. New member here, mainly c developer, newer to java, looking to make a cow killing script to warm up. I have read the API.

    Using state based scripting, my question is how do I get to check if my character is within a define area assuming I have an area defined.

     

    psuedo code for attacking:

    if( in cow pen area ) {
        if( not in combat ) {
            if( cow is not in combat) {
    	    return State.ATTACK;
    	}
        }
    }
    
×
×
  • Create New...