Thread: Right click worn equipment.

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Right click worn equipment. 
    Irathient Developer

    mr selby's Avatar
    Join Date
    May 2011
    Age
    28
    Posts
    1,183
    Thanks given
    95
    Thanks received
    166
    Rep Power
    97
    hello everyone, today im gonna be trying to change the right click of worn equipment. for example, slayer helms have 3 options : "Check" "log" and "partner"

    currently my base/client does not support this and some tips/information on where to begin would be helpful, thanks!

    this:
    http://prntscr.com/ctbk2w

    to this:

    http://prntscr.com/ctbm7l
    Reply With Quote  
     

  2. #2  
    Registered Member OP411's Avatar
    Join Date
    May 2014
    Posts
    293
    Thanks given
    28
    Thanks received
    31
    Rep Power
    0
    Hmm i just noticed my client doesn't support this either but i'm sure i can create it i will report back
    Reply With Quote  
     

  3. #3  
    Irathient Developer

    mr selby's Avatar
    Join Date
    May 2011
    Age
    28
    Posts
    1,183
    Thanks given
    95
    Thanks received
    166
    Rep Power
    97
    Quote Originally Posted by OP411 View Post
    Hmm i just noticed my client doesn't support this either but i'm sure i can create it i will report back
    yeah, its a more useful feature then i thought. i believe it would be more client sided, but im not currently home :/
    Reply With Quote  
     

  4. #4  
    Registered Member OP411's Avatar
    Join Date
    May 2014
    Posts
    293
    Thanks given
    28
    Thanks received
    31
    Rep Power
    0
    Quote Originally Posted by mr selby View Post
    yeah, its a more useful feature then i thought. i believe it would be more client sided, but im not currently home :/
    it's basically how shops are used
    it doesn't use item specific actions just the set of 3 so we would have to rewrite it to work like the main inventory
    i'll work on it when i wake up it should be really easy
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    Quote Originally Posted by mr selby View Post
    hello everyone, today im gonna be trying to change the right click of worn equipment. for example, slayer helms have 3 options : "Check" "log" and "partner"

    currently my base/client does not support this and some tips/information on where to begin would be helpful, thanks!

    this:
    Screenshot by Lightshot

    to this:

    Screenshot by Lightshot
    https://www.rune-server.org/runescap...-included.html
    Could give you an idea, don't think it's the best way to do it, but give it a try, I suppose.
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Irathient Developer

    mr selby's Avatar
    Join Date
    May 2011
    Age
    28
    Posts
    1,183
    Thanks given
    95
    Thanks received
    166
    Rep Power
    97
    Quote Originally Posted by Delinquent View Post
    https://www.rune-server.org/runescap...-included.html
    Could give you an idea, don't think it's the best way to do it, but give it a try, I suppose.
    thanks for linking this!
    Reply With Quote  
     

  8. #7  
    Banned

    Join Date
    Dec 2014
    Posts
    281
    Thanks given
    200
    Thanks received
    116
    Rep Power
    0
    Quote Originally Posted by mr selby View Post
    thanks for linking this!
    Can you post where it does the operate? Like search "operate" in client.java client sided and post it here.
    Reply With Quote  
     

  9. #8  
    Irathient Developer

    mr selby's Avatar
    Join Date
    May 2011
    Age
    28
    Posts
    1,183
    Thanks given
    95
    Thanks received
    166
    Rep Power
    97
    Quote Originally Posted by _Lev518 View Post
    Can you post where it does the operate? Like search "operate" in client.java client sided and post it here.
    its in class 9 i believe, im not home atm but from looking at the tut posted above

    Code:
    if (class9_1.actions != null) {
    		for (int j4 = 4; j4 >= 0; j4--)
    that is where "operate" is coming from, hence why in the tut it is replaced
    Reply With Quote  
     

  10. #9  
    Banned

    Join Date
    Dec 2014
    Posts
    281
    Thanks given
    200
    Thanks received
    116
    Rep Power
    0
    Quote Originally Posted by mr selby View Post
    its in class 9 i believe, im not home atm but from looking at the tut posted above

    Code:
    if (class9_1.actions != null) {
    		for (int j4 = 4; j4 >= 0; j4--)
    that is where "operate" is coming from, hence why in the tut it is replaced
    I'm at school when I get home I'll help you for free
    Reply With Quote  
     

  11. #10  
    Irathient Developer

    mr selby's Avatar
    Join Date
    May 2011
    Age
    28
    Posts
    1,183
    Thanks given
    95
    Thanks received
    166
    Rep Power
    97
    Quote Originally Posted by _Lev518 View Post
    I'm at school when I get home I'll help you for free
    yeah lol im at work, then i got class afterwards wont be home for like 6 hours haha
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Right click "stats"
    By holy dang it in forum Tutorials
    Replies: 17
    Last Post: 07-10-2008, 08:57 AM
  2. Making right click ban work
    By Eternal Darknes in forum Tutorials
    Replies: 2
    Last Post: 05-31-2008, 12:07 AM
  3. Replies: 1
    Last Post: 04-25-2008, 05:14 PM
  4. Correct Right click player (order) "command slots"
    By littleplop in forum Tutorials
    Replies: 13
    Last Post: 02-04-2008, 08:50 PM
  5. Right click player same as RuneScape
    By littleplop in forum Tutorials
    Replies: 6
    Last Post: 08-12-2007, 09:44 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
  •