
Everything posted by Pat
- Arrav | Edgeville | Avarrocka - Something Special
-
[Elvarg / OSRSPK] Login Interface
Thank you!
- [Ruse] Custom floor Tiles
-
[RUSE] Simple Clue Scrolls
Thank you for the snippet I will be sure to look into this some time! Keep them coming
-
SimplicityPs - Released
Thank you for your release to the community! Good release
- Amulius~Ready-to-Host Server.~ -Released
-
[RUSE] - Immortal X
Thank you for your contribution to the community, I think I had a look at this a while back
-
Valius/ Vencillio 154 Cache
My bad I miss read the thread title
-
Exotic - Raids, Inferno, & More!
- SoulCraft
- Valius - Released
- [317] Overload Release
Nice! thank you for your contribution!- Ikov (arrav) - Release
Nice! did Elkoy use this base?- Ruse [ESC Close Interface and hotkeys]
if (hotKey == 508) { if (i == KeyEvent.VK_ESCAPE && Client.openInterfaceID != -1) { Client.instance.clearTopInterfaces(); //Client.setTab(10); } else if (i == KeyEvent.VK_F1) { Client.setTab(3); } else if (i == KeyEvent.VK_F2) { Client.setTab(4); } else if (i == KeyEvent.VK_F3) { Client.setTab(5); } else if (i == KeyEvent.VK_F4) { Client.setTab(6); } else if (i == KeyEvent.VK_F5) { Client.setTab(0); } else if (i == KeyEvent.VK_F6) { Client.setTab(1); } else if (i == KeyEvent.VK_F7) { Client.setTab(2); } else if (i == KeyEvent.VK_F8) { Client.setTab(7); } else if (i == KeyEvent.VK_F9) { Client.setTab(8); } else if (i == KeyEvent.VK_F10) { Client.setTab(9); } else if (i == KeyEvent.VK_F11) { Client.setTab(12); } else if (i == KeyEvent.VK_F12) { Client.setTab(11); } } else { if (i == KeyEvent.VK_ESCAPE && Client.openInterfaceID != -1) { Client.instance.clearTopInterfaces(); //Client.setTab(10); } else if (i == KeyEvent.VK_F1) { Client.setTab(3); } else if (i == KeyEvent.VK_F2) { Client.setTab(4); } else if (i == KeyEvent.VK_F3) { Client.setTab(5); } else if (i == KeyEvent.VK_F4) { Client.setTab(6); } else if (i == KeyEvent.VK_F5) { Client.setTab(0); } else if (i == KeyEvent.VK_F6) { Client.setTab(1); } else if (i == KeyEvent.VK_F7) { Client.setTab(2); } else if (i == KeyEvent.VK_F8) { Client.setTab(7); } else if (i == KeyEvent.VK_F9) { Client.setTab(8); } else if (i == KeyEvent.VK_F10) { Client.setTab(9); } else if (i == KeyEvent.VK_F11) { Client.setTab(12); } else if (i == KeyEvent.VK_F12) { Client.setTab(11); } } if (j < 30) j = 0; if (i == 37) j = 1; if (i == 39) j = 2; if (i == 38) j = 3; if (i == 40) j = 4; if (i == 17) j = 5; if (i == 8) j = 8; if (i == 127) j = 8; if (i == 9) j = 9; if (i == 10) j = 10; if (i >= 112 && i <= 123) j = (1008 + i) - 112; if (i == 36) j = 1000; if (i == 35) j = 1001; if (i == 33) j = 1002; if (i == 34) j = 1003; if (j > 0 && j < 128) keyArray[j] = 1; if (j > 4) { charQueue[writeIndex] = j; writeIndex = writeIndex + 1 & 0x7f; } } public void replyLastPM() { } RsApplet- What this code is doing? The VK_ESCAPE is in the name.. Closes the interfaces with ESC Here i have listed what tab numbers equal to what tab you wish to use for F keys [hot keys] tab in rsapplet.java 3 = inventory tab F1 4 = weapon slots F2 5 = prayer tab F3 6 = Mage book F4 0 = attack style F5 1 = skills tab F6 2 = quest tab F7 7 = clan chat F8 8 = friends list tab F9 9 = ignore list tab F10 10 = log out tab F11 11 = settings tab F12 12 = charactor animations 13 = summoning tab 14 = achievements tab 15 = summoning tab 16 = random inventory If you wish for the ESc key to open a tab aswel as close an interface then add the extra bit of code underneith - Client.setTab(10); I have done so to give you an idea. if (i == KeyEvent.VK_ESCAPE && Client.openInterfaceID != -1) { Client.instance.clearTopInterfaces(); Client.setTab(10); Which 10 is the log out tab, you can change the number to what ever number you like or leave alone so what ever tab you had opened before the interface gets opened is there when you close the interface, Private message me or mention me in the comments section below if i have confused anyone and i will be happy to do this for you. The server i tested this on was immortalX which is known to work 100 percent on. I have not yet tested on other servers. Good luck~- OSRS 156 Data
@Madara Thank you! You must be wondering why would i want to download old data.. To repack the objects on immortalX due to flamed torva being a wall object- ScapeSoft-HD 317 RSPS Release!
- Aeros- Leaked!
poor h1n1, more the less thank you for sharing with the community!- Omniscient
- Omniscient
- Aggroth V4 Release
Would seem not a lot of appreciation went to you for your release, Thank you for sharing with the community! once upon a time i was dreaming for this release, a shame it came once i already started a project osrs based, Gl to anyone who uses this- Omniscient
@Zarosian No problem @RuneBlue Yeah, do you have an ide? eclipse is a great ide that many use - https://www.eclipse.org/downloads/packages/ once installed message me and i will show you how to run server and client to get on and play. @deaneo88 I use the bat for vps.. i assume everyone running a server through vps would also ;). @Vartox RSPS Yw enjoy! @Sky o.o No problem, let me know how you get on with it. @RuneBlue I found a youtube tutorial of a very good person i know of called Bananastreet, He created this tutorial for different purposes but in this tutorial it will show you how you go about loading your server and client to eclipse, how to run and so much more, it is not just a great guide for beginners, i can see people who know basics coming and using this tutorial, hell i go back to this tutorial from time to time to have a look- Arios - Back-end Leaked & SQL Dump
@TAB Thank you, how do i go about adding mysql to 10host please ?- EverythingRs command
- Omniscient
- Omniscient