Jump to content

Wizard

Members
  • Posts

    539
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Wizard

  1. Thank you and keep the good work up!
  2. Wizard

    BETA v1.4.2

    Thank you, my script now runs smoothly and even the mouse movement is so much better!
  3. Wizard

    BETA v1.4.1

    I must say that when interacting with objects or npc, sometimes the mouse move very slow that leads to mass clicking..
  4. Max still testing it, but mostly it should be released tonight.
  5. HTML 5 and CSS have become something fun to mess with, good job :P
  6. I dont have school today. The person after me has the post number #65 in this thread.
  7. I dont mind seeing those, maybe just make custom one not using the same as every other RSPS forums
  8. Wizard

    My first paint

    Looks cool, I prefer the second one.
  9. W00t, sounds awesome. Can you add inventory items debug please?
  10. Use Script class in the other classes so for example. You main script class is called CombatScript.java and it extends Script. Make a new class called Combat which take a parameter of type Script to be able to use all the script methods it will look something like this: public class Combat { public Combat(Script script) { this.script = script; } public void attack() { script.client..//etc bla bla bla } public Script getScript() { return script; } private Script script;} and In onStart method in your main class you do something like Combat combat = new Combat(this); by this, you passed the script object(your main class) to your combat class and avoid getting null exception now you can call any method of the combat class such as combat.attack(); Hope you understand.. im bad at explaining. if you need anything feel free to ask
  11. Wizard

    Shoutbox

    We have an IRC, there no need for shoutbox. IRC information : http://osbot.org/forum/topic/156-irc-channel/
  12. It looks very empty tbh..
  13. Omg yes! thank you for your time!
  14. Wizard

    BETA v1.3.3

    Weird, anyway thanks for the fix.
  15. Wizard

    BETA v1.3.2

    Great, thank you!
  16. Wizard

    BETA v1.3.1

    W00t finally, good job and thank you!
  17. Nice to see this!! is there any ETA for the release?
  18. Wizard

    Logo Made for Wiz

    Thank you very much, I'll use it and going to give you credits )
×
×
  • Create New...