Post all your sendPlayerOptions on login
|
|

I need help with my 614 right-click options. All of them but the follow option doesn't work.
This is what happens when i click the "Follow" option:
It tries to attack a player instead of following the player.
Any code needed? Just ask me.

Post all your sendPlayerOptions on login


Oh dude, I JUST REALIZED THAT YOUR MARCUS LOL.
pm me ur skype pls kthx
Have you declared the attack option as a null in safe-zones?

There!Code:if (player.getCombat().isSafe(player)) { this.sendPlayerOption("Null", 1, false); player.lastAttackOption = 1; } else { this.sendPlayerOption("Attack", 1, false); player.lastAttackOption = 0; } this.sendPlayerOption("Follow", 2, false); this.sendPlayerOption("Trade with", 4, false); if (player.getRights() > 0) this.sendPlayerOption("Mute", 5, false);
| « 718/742 packing spawns | [Client] 718+ » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |