Jump to content

Jack

Members
  • Posts

    2125
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Jack

  1. Jack

    help?

    http://osbot.org/forum/index.php?app=core&module=usercp&tab=core&area=signature
  2. Best member: @lolmanden Best staff: @lolmanden Biggest postwhore: @lolmanden Funniest member: @lolmanden Potential future staff: @lolmanden Most community-involved member: @lolmanden Best graphics artist: @lolmanden Biggest attitude: @lolmanden @lolmanden @lolmanden @lolmanden @lolmanden v v v @lolmandenv @lolmanden @lolmanden v @lolmanden @lolmanden @lolmanden
  3. A great script is a script that can be turned on and left alone for days and not mess up.
  4. Jack

    Villain fix

    http://osbot.org/forum/topic/55531-fix-villain-theme/?p=619913 the css must be messed up but you can edit a little html and make it fine for almost all browsers. <div id="branding"><div class="wrapper clearfix"> <div id="logo"> <a href="http://osbot.org/forum/index.php?/index'>http://osbot.org/forum/index.php?/index" title="Go to community index" rel="home" accesskey="1"><img src="http://imageshack.com/a/img198/5220/k07v.png" height="57" alt="Logo"></a> </div> <div id="primary_nav" class="clearfix"> <ul class="ipsList_inline" id="community_app_menu"> <li id="nav_menu_2" class="left "> <a id="nav_menu_2_trigger" href="http://osbot.org/" title="Visit the homepage.">Home </a> </li> <li id="nav_app_forums" class="left active"><a href="http://osbot.org/forum/" title="Go to Forums">Forums</a></li> <li id="nav_menu_1" class="left "> <a id="nav_menu_1_trigger" href="http://osbot.org/api" title="View the Client's API">API </a> </li> <li id="nav_menu_3" class="left "> <a id="nav_menu_3_trigger" href="http://osbot.org/get/index.php" title="Download the latest OSBot">Download </a> </li> <li id="nav_app_nexus" class="left "><a href="http://osbot.org/forum/store/" title="Inside the store, you can purchase scripts, vip, sponsor, $100.00 donor!">Store</a></li> <li id="nav_menu_4" class="left "> <a id="nav_menu_4_trigger" href="http://osbot.org/mvc/sdn2/scripts/" title="All Scripts for OSBot 2 are located here.">Scripts </a> </li> <li id="nav_app_ipchat" class="left "><a href="http://osbot.org/forum/chat/" title="Go to Chat Box">Chat Box</a></li> <li id="nav_menu_5" class="left "> <a id="nav_menu_5_trigger" href="http://osbot.org/forum/topic/14781-rules/" title="OSBot Rules">Rules </a> </li> <li id="nav_app_feedback" class="left "><a href="http://osbot.org/forum/feedback/" title="Go to Feedback">Feedback</a></li> <li id="nav_other_apps"> <a href="#" class="ipbmenu" id="more_apps">More <img src="http://osbot.org/forum//public/style_images/Villain/useropts_arrow.png"></a> </li> </ul> </div> </div></div>
  5. Jack

    Fix Villain Theme

    Here is the fix: <div id="branding"><div class="wrapper clearfix"> <div id="logo"> <a href="http://osbot.org/forum/index.php?/index'>http://osbot.org/forum/index.php?/index" title="Go to community index" rel="home" accesskey="1"><img src="http://imageshack.com/a/img198/5220/k07v.png" height="57" alt="Logo"></a> </div> <div id="primary_nav" class="clearfix"> <ul class="ipsList_inline" id="community_app_menu"> <li id="nav_menu_2" class="left "> <a id="nav_menu_2_trigger" href="http://osbot.org/" title="Visit the homepage.">Home </a> </li> <li id="nav_app_forums" class="left active"><a href="http://osbot.org/forum/" title="Go to Forums">Forums</a></li> <li id="nav_menu_1" class="left "> <a id="nav_menu_1_trigger" href="http://osbot.org/api" title="View the Client's API">API </a> </li> <li id="nav_menu_3" class="left "> <a id="nav_menu_3_trigger" href="http://osbot.org/get/index.php" title="Download the latest OSBot">Download </a> </li> <li id="nav_app_nexus" class="left "><a href="http://osbot.org/forum/store/" title="Inside the store, you can purchase scripts, vip, sponsor, $100.00 donor!">Store</a></li> <li id="nav_menu_4" class="left "> <a id="nav_menu_4_trigger" href="http://osbot.org/mvc/sdn2/scripts/" title="All Scripts for OSBot 2 are located here.">Scripts </a> </li> <li id="nav_app_ipchat" class="left "><a href="http://osbot.org/forum/chat/" title="Go to Chat Box">Chat Box</a></li> <li id="nav_menu_5" class="left "> <a id="nav_menu_5_trigger" href="http://osbot.org/forum/topic/14781-rules/" title="OSBot Rules">Rules </a> </li> <li id="nav_app_feedback" class="left "><a href="http://osbot.org/forum/feedback/" title="Go to Feedback">Feedback</a></li> <li id="nav_other_apps"> <a href="#" class="ipbmenu" id="more_apps">More <img src="http://osbot.org/forum//public/style_images/Villain/useropts_arrow.png"></a> </li> </ul> </div> </div></div>
  6. Yea I was just writing it too fast and forgot
  7. Oh thanks I overlooked that :P It took a few seconds because it was loading them 7000 times :P
  8. for(int i = 0; i < objects.getAll().size(); i++){ if(objects.getAll().get(i)!=null&&posDist(myPosition(),objects.getAll().get(i).getPosition())<5&&!objects.getAll().get(i).getName().equals("null")) //add to bigger list }
  9. this returns 7642 objects. Looping through all of them to find the ones near me takes a few seconds for some reason. Is there a reason for that?
  10. how do i get all rs2objects? Thats what I need.
  11. groundItems.getAll() gets a list of all ground items How do I do this for entites? I looked all over the api and I have found nothing
  12. make sure to buy a lot of scripts
  13. @Nezz is a great guy
  14. Jack

    Null pointers

    Core is my main class that extends script It seems to now be working when I added a null check here: (food is an ArrayList<String> of food names) for(int i = 0; i < inventory.getItems().length; i++){ if(inventory.getItems()[i]!=null&&food.contains(inventory.getItems()[i].getName())){ inventory.getItems()[i].interact("Eat"); return random(650, 900); } } Is there a better way to write this?
  15. Jack

    Null pointers

    Mostly sleeps and a few npc interactions I think it was client error though, not script error.
  16. [ERROR][Bot #1][07/02 07:31:01 PM]: Error in script executor! java.lang.NullPointerException at org.osbot.utility.Logger.log(f:243) at org.osbot.utility.Logger.log(f:189) at org.osbot.utility.Logger.log(f:25) at org.osbot.utility.Logger.info(f:4) at org.osbot.rs07.script.MethodProvider.log(MethodProvider.java:721) at net.jack.scripts.Core.onLoop(Core.java:111) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ScriptExecutor.java:99) at java.lang.Thread.run(Unknown Source) was there an error on line 111? This is line 111: catch(Exception e){ ---> log(e.getMessage()); } So what was the original error? Did it throw an exception while trying to tell me what the previous exception was? Im so confused
  17. each account gets 2 weeks, but the trial period is indefinite.
  18. There was a good explanation for this but I forgot what it was. Hopefully someone remembers why the chat can't be read form interfaces.
  19. Bonds are cheeper because most accounts dont last the full 30 days. Bonds give 14 days membs for about 1.2m.
×
×
  • Create New...