Thread: Shift Clicking Help

Results 1 to 8 of 8
  1. #1 Shift Clicking Help 
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    So I'm working with a base I've cleaned, and I'm just starting to work it back up and I'd really like to take advantage of the 718's "Shift Teleporting" to make make my life easier, but I'm unsure how to write it, I have found tutorials but they're "if" methods, and the server I'm running is "case"(Unsure how to convert), any help is greatly appreciated.
    Attached image
    Reply With Quote  
     

  2. #2  
    Super Donator


    Join Date
    Feb 2011
    Age
    27
    Posts
    1,126
    Thanks given
    180
    Thanks received
    178
    Rep Power
    243
    Quote Originally Posted by LifeIsGifted View Post
    So I'm working with a base I've cleaned, and I'm just starting to work it back up and I'd really like to take advantage of the 718's "Shift Teleporting" to make make my life easier, but I'm unsure how to write it, I have found tutorials but they're "if" methods, and the server I'm running is "case"(Unsure how to convert), any help is greatly appreciated.
    You mean something like this : http://www.rune-server.org/runescape...-teleport.html ?
    Reply With Quote  
     

  3. #3  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    Quote Originally Posted by Gnakos View Post
    Yes, exactly like this. I tried doing this and it resulted in being dysfunctional, you are you only response I've gotten so I'm stumped, although I will give it a go again, unsure about where some of the code belongs.
    Attached image
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jul 2015
    Posts
    607
    Thanks given
    520
    Thanks received
    660
    Rep Power
    0
    Quote Originally Posted by LifeIsGifted View Post
    Yes, exactly like this. I tried doing this and it resulted in being dysfunctional, you are you only response I've gotten so I'm stumped, although I will give it a go again.
    post some code lol
    Reply With Quote  
     

  5. #5  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    Quote Originally Posted by Swiffy View Post
    post some code lol
    What code do you want..? The link to the thread was posted, I'm not getting errors it just isn't functional.
    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member Text's Avatar
    Join Date
    Nov 2012
    Posts
    302
    Thanks given
    61
    Thanks received
    27
    Rep Power
    21
    How so? Elaborate and post the pieces of code that work wrong.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Alpi's Avatar
    Join Date
    Jun 2011
    Age
    28
    Posts
    1,191
    Thanks given
    212
    Thanks received
    285
    Rep Power
    148
    How is this confusing you? Switch statements and If-statements are practically the same thing.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2015
    Posts
    28
    Thanks given
    2
    Thanks received
    2
    Rep Power
    11
    try something like this?

    Code:
    case 10:
    if(i == KeyEvent.VK_CONTROL){
    		Client.controlIsDown = false;
    	}
    break;
    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. Interface clicking help
    By Groovy in forum Help
    Replies: 0
    Last Post: 05-22-2010, 09:39 PM
  2. Option clicking help.
    By Predentius in forum Help
    Replies: 9
    Last Post: 01-23-2010, 05:17 PM
  3. Clicking help
    By bracket in forum Help
    Replies: 4
    Last Post: 01-21-2010, 11:21 AM
  4. [508] Option Click Help
    By balonick in forum Requests
    Replies: 7
    Last Post: 05-02-2009, 02:10 AM
  5. stopping mass clicking help plz
    By Dr Satan in forum Requests
    Replies: 1
    Last Post: 04-13-2009, 12:20 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
  •