Thread: Right click player same as RuneScape

Results 1 to 7 of 7
  1. #1 Right click player same as RuneScape 
    littleplop
    Guest
    Right i think you know what this is first of let me tell you what each slot is...



    Attack will change due to combat level:

    Attack "if players cb level is lower then your own"* Slot 1
    Walk here"is client side"
    Attack "if players cb level is higher then your own"* Slot 1
    Challenge "duel arena" Slot 2
    Follow "follow player" slot 3
    Trade with "trade with player" Slot 4
    Whack/Take-from: "whack or take from" Slot 5


    I think thats right but, if your not stupid you can see if you walk in cw with a chicken you will Fu0k up the Whack/Take-from option so i need to check that out..

    Code:
    	outStream.createFrameVarSize(104);
    	outStream.writeByteC(1);
    	outStream.writeByteA(0);
    	outStream.writeString("Attack");
    	outStream.endFrameVarSize();
    
    	outStream.createFrameVarSize(104);
    	outStream.writeByteC(2);
    	outStream.writeByteA(0);
    	outStream.writeString("Challenge");
    	outStream.endFrameVarSize();
    
    	outStream.createFrameVarSize(104);
    	outStream.writeByteC(3);
    	outStream.writeByteA(0);
    	outStream.writeString("Follow");
    	outStream.endFrameVarSize();
    
    	outStream.createFrameVarSize(104);
    	outStream.writeByteC(4);
    	outStream.writeByteA(0);
    	outStream.writeString("Trade with");
    	outStream.endFrameVarSize();
    
    
    	outStream.createFrameVarSize(104);
    	outStream.writeByteC(5);
    	outStream.writeByteA(0);
    	outStream.writeString("Whack");
    	outStream.endFrameVarSize();
    //Or ..
    	outStream.createFrameVarSize(104);
    	outStream.writeByteC(5);
    	outStream.writeByteA(0);
    	outStream.writeString("Take-from");
    	outStream.endFrameVarSize();

    Code:
    case 128:/* Right Click Player "Attack" */
    break;
    
    case 153:/*Right click player "Challenge"*/
    break;
    
    case 73:/*Right click player "Follow"*/
    break;
    
    case 139:/*Right Click Player "Trade Send/Accept"*/
    break;
    
    case 39:/*Right click player "Whack/Take-from" */
    break;
    Working on this now so don't ***** if there wrong i only just started working on it and its the right way! case 73: is not attack player, every server out there is wrong! this is the right way.

    If you think wrong then tell me why
    Last edited by littleplop; 08-12-2007 at 02:22 AM. Reason: Double posting is not allowed!
     

  2. #2  
    Community Veteran


    Join Date
    Dec 2006
    Age
    27
    Posts
    968
    Thanks given
    56
    Thanks received
    77
    Rep Power
    387
    Gonan test it out now
    Rune-Server Veteran
     

  3. #3  
    Banned

    Join Date
    Sep 2006
    Age
    28
    Posts
    3,019
    Thanks given
    22
    Thanks received
    420
    Rep Power
    0
    what are the take-fro mand whacks from? guessing, is take-from from cwars and whack from the rubber chicken?
     

  4. #4  
    Southscape
    Guest
    Thanks For Posting. Nice Tutorial.
    Added To Southscape.
     

  5. #5  
    littleplop
    Guest
    Your welcome i wanted right click player as i'm a runescape perfect freak =S lol and in every server out there there 100% wrong so this is the first time its been posted the right way round, and use Whack is the rubber chicken "what else?" and Take-from is castle wars mini game option.

    if you can't see a bug here then look harder what would happen if you walked in cw with a rubber chicken.... so i need some one to do just that on runescape then right click a player and show me an image, that way i can work out 100% right way of fixing.

    or i mite get lucky and you can 't use rubber chicken in side cw =P lol "hope"
     

  6. #6  
    Valar Morghulis

    Laxika's Avatar
    Join Date
    Sep 2006
    Age
    29
    Posts
    2,813
    Thanks given
    1,804
    Thanks received
    274
    Rep Power
    2128
    Ty this... nice tut i used!
    [Only registered and activated users can see links. ]
     

  7. #7 Fix. 
    TeleNubby
    Guest
    To fix the take-from/whack option, use
    Code:
    if(absX >= 000 && absX <= 000 && absY >= 000 && absY <= 000)
    It's so simple, cant believe you wouldn't even know (c)
     


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. Replies: 13
    Last Post: 02-14-2010, 12:34 PM
  2. New right click option on player.
    By b1untma/\/ in forum Help
    Replies: 0
    Last Post: 04-23-2009, 04:23 AM
  3. Make new right click player option
    By w::v::d in forum Tutorials
    Replies: 2
    Last Post: 06-23-2008, 03:34 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •