Jump to content

PureKiller

Trade With Caution
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    100%

About PureKiller

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PureKiller's Achievements

Newbie

Newbie (1/10)

2

Reputation

  1. How much GP/HR can I expect? E.g. 1.6m-2m? I know it depends on stats etc. But what's the range GP/HR roughly after Zulrah Nerf?
  2. if (myPlayer().isUnderAttack()) { lastAttack = System.currentTimeMillis(); //KEEP AFKING } else if (System.currentTimeMillis() > (lastAttack + resetTime) && !myPlayer().isUnderAttack()) { //RESET PLAYER } Reset time is the amount of time the player should not be in combat in milliseconds, which indicates whether we are still aggro or not. In your case, I suggest putting it at around 20000 milliseconds = 20 seconds.
×
×
  • Create New...