Thread: [614] Right-Click Options

Results 1 to 5 of 5
  1. #1 [614] Right-Click Options 
    Extreme Donator Market Banned Market Banned



    Join Date
    Dec 2010
    Age
    22
    Posts
    6,082
    Thanks given
    1,690
    Thanks received
    1,233
    Rep Power
    1704
    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.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Dec 2012
    Posts
    3,006
    Thanks given
    899
    Thanks received
    929
    Rep Power
    2548
    Post all your sendPlayerOptions on login
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2010
    Age
    11
    Posts
    2,645
    Thanks given
    158
    Thanks received
    280
    Rep Power
    0
    Oh dude, I JUST REALIZED THAT YOUR MARCUS LOL.

    pm me ur skype pls kthx
    Reply With Quote  
     

  4. #4  
    Registered Member Fawkes's Avatar
    Join Date
    Jul 2013
    Posts
    147
    Thanks given
    2
    Thanks received
    13
    Rep Power
    11
    Have you declared the attack option as a null in safe-zones?


    Behind this mask, there's an idea.
    Reply With Quote  
     

  5. #5  
    Extreme Donator Market Banned Market Banned



    Join Date
    Dec 2010
    Age
    22
    Posts
    6,082
    Thanks given
    1,690
    Thanks received
    1,233
    Rep Power
    1704
    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);
    There!
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [508]4th right click option
    By Nemmyz in forum Requests
    Replies: 22
    Last Post: 05-22-2009, 03:30 PM
  2. New right click option on player.
    By b1untma/\/ in forum Help
    Replies: 0
    Last Post: 04-23-2009, 04:23 AM
  3. Right Click Options
    By exotic k0 in forum Help
    Replies: 1
    Last Post: 01-29-2009, 11:36 PM
  4. Right Click Options
    By Stewie in forum Software
    Replies: 2
    Last Post: 01-17-2009, 11:45 PM
  5. Replies: 1
    Last Post: 04-25-2008, 05:14 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •