Prolax Posted February 5, 2017 Posted February 5, 2017 This is pretty much all you need. Perfect guide. 1
Stimpack Posted February 5, 2017 Posted February 5, 2017 nice . can you add a section for Events? https://osbot.org/forum/topic/109560-a-simple-login-handler/ could use this as example
HexMurder Posted February 7, 2017 Posted February 7, 2017 Great tutorial. I have a background in C# and C++ so this was very easy to pick up with your guide. Keep it up man! would love to see you finish this thing. 1
Explv Posted February 7, 2017 Author Posted February 7, 2017 On 2/5/2017 at 5:59 PM, Stimpack said: nice . can you add a section for Events? https://osbot.org/forum/topic/109560-a-simple-login-handler/ could use this as example Yep, I will add a section on Events 1
HexMurder Posted February 7, 2017 Posted February 7, 2017 1 minute ago, Explv said: Yep, I will add a section on Events Can you go over (idk what they are technically called, but i'm gonna call them mouse events) mouse events? Like hovering the mouse over a skill to check the xp, or moving it off screen, etc?
Explv Posted February 7, 2017 Author Posted February 7, 2017 1 minute ago, HexMurder said: Can you go over (idk what they are technically called, but i'm gonna call them mouse events) mouse events? Like hovering the mouse over a skill to check the xp, or moving it off screen, etc? Sure 1
Qwerd Posted February 7, 2017 Posted February 7, 2017 1 hour ago, Explv said: Sure Can u tech me how to make a sik zulrah skrept 1
CMDrake Posted February 9, 2017 Posted February 9, 2017 Right gonna follow this an try to write my first script wish me luck
contiez Posted February 15, 2017 Posted February 15, 2017 Thanks, how would i set the Position to where the script started to use it for later (to walk back to where we started)
Explv Posted February 18, 2017 Author Posted February 18, 2017 On 15/02/2017 at 3:33 PM, contiez said: Thanks, how would i set the Position to where the script started to use it for later (to walk back to where we started) In the onStart() method, set a global Position variable to myPosition()
Tom Posted February 18, 2017 Posted February 18, 2017 Very detailed tutorial, overall a good job. HOWEVER, you do like your immutables, which isnt a problem, but in a tutorial I think its best to keep things as simple as possible. 1
Explv Posted February 18, 2017 Author Posted February 18, 2017 39 minutes ago, Zappster said: You're such a nerd Nice post dude
BrainDeadGenius Posted February 18, 2017 Posted February 18, 2017 Can recommend Explv and his knowledge.