Jump to content

Krulvis

Members
  • Posts

    1165
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Krulvis

  1. Even though it's only 33$ it's still worth to show him you are not that easily scammed ;)
  2. dis gon be a perfect map of osrs
  3. @OP, that is actually quite a useful post :P
  4. It can be added to the javascript on the website applying it to everyone. But it's really easy to create a userscript with 1 line of code xD. If you use chrome as your browser add the Tampermonkey extension to your browser, create a new userscript and paste this code in it. It should be good after.
  5. "This" is not the reason you get kicked. That is chatbox specific code.
  6. I read what roomscape wrote about the chatbox and his issue of having an ever expanding private chatbox list. It was really easy to fix this using a custom userscript which can be applied with different extensions depending on the browser you are using.... This is the code: // ==UserScript== // @name OSBot Chatbox Mod // @namespace http://use.i.E.your.homepage/ // @version 0.1 // @description enter something useful // @match http://osbot.org/forum/chat/ // @copyright Who even gives a fuck // ==/UserScript== document.getElementById("chat-tab-holder").setAttribute("style","overflow:auto;height:146px;width:250px"); Just create a new userscript and put this in. Reload the chat and it should work. Oh and Maldesto, please stop closing threads because you do not have an answer for the issue.... I now had to make a new thread just to give a solution for Roomscape's issue. Just because you think something is unecessary or impossible doesn't mean it actually is what you believe it is.
  7. Krulvis

    zach hax

    he can do whatever he wants ?
  8. I don't think OSBot wants to get involved in RWT. It is a risky business trading with in-game money...
  9. posted in 2005, that was actually legit back then
  10. jesus, why do you even care so much...
  11. Ye I know. A long time ago I struggled with this too, but tbh... I never really checked configs since I always thought it wasn't a config so it could've been a config all along (for as far as I know)
  12. No, he is right, the only way to check is by onMessage (failmodus) or by checking the hitsplat type (or color). But this could be too late (tai bwo wannai bitches hitting your lv 3) EDIT: 102 actually is poison config, but !=0 is wrong because if you drink antipoison you are -5. Let me do some more debugging. public boolean isPoisoned() { return client.getConfig(102) > 0; } This should do it
  13. How do you manage to listen to the full song ?
  14. Well, it is in some way subjective. But the thing I want to achive with it is making OSBot more available and easy to use for customers. Because right now if you want to buy a script you have to do a whole lot of background research before you know which script is safe to buy. If scripters earn there place to get a specific script on the SDN then they will be more motivated to update + maintain their script, otherwise they might lose their place in the SDN.
  15. I've had this discussion before and I will open it again. I believe that osbot should lean more towards No advertising´s method regarding scripters. I think it would be best if only one premium script per method should be allowed to be on sale, this way scripters have to be competitive with their scripts to get a place in the sdn and this way there won´t be confusion as to what you should buy because there is only one script for whatever you want. This script will be good because it has outperformed the other scripts of the same method. Now some people asked me to be more specific because they didn´t fully understood me exactly so I am going to give an example. Let´s say some guy released a Shark fishing script, if I want to release my shark fishing script then I would have to prove that mine is better than his. I could on the otherhand still release a salmon fishing script or an AIO fishing script that holds a shark fishin method. But two script which do exactly the same aren´t allowed. (the shark fishing script should also prove to have better shark fishing methods than the shark fishing included in the AIO fisher provides, otherwise it will also be taken off). This way there won´t be two abyss script which causes confusion to the customers. No one is required to do background research on which script to buy which can save a lot of time.
  16. do It with case again if you want ? look up how to convert string to integer in just basic and check if it's >0 otherwise command denied ?
×
×
  • Create New...