Developer Maxi Posted May 29, 2014 Developer Share Posted May 29, 2014 Dear community, OSBot 1.8.12 and 2.1.8 were released that both contain fixes for running & equipment. OSBot 2.1.8 download can be found here: http://osbot.org/osbot2_beta/OSBot-packed-2.1.8.jar Edit: I wanted to edit in some more information on the equipment update. The new system in place uses a caching system combined with a callback that updates the equipment cache on the appearance update (which happens when your player changes appearance, in other words when you change equipment except for your ring or arrow slot). The system has a cached item for everything except the ring and the arrow slot when a script is started. Once the system has had the chance to open the equipment tab once while running a script it will have the opportunity to load the ring and arrow information as well. To make sure the data of the item container is thrustworthy, the equipment system requires you to open the equipment tab once to obtain the ring and arrow data to be stored in the cache. If this didn't happen and a script is checking equipment while having a bank interface (or any other main screen interface) open, the equipment tab can't be opened and the script won't have access to the equipment data. This will require some scripters to change some of the logic in their scripts. At this point this should fix many current script. Whoever need to update their scripts please do so. In due time, when I've given other issues attention that are of high priority, I'll change the nature of the item container for equipment to separate checks on the cache instead of requiring the full cache first. This means that if you require a check on the cape slot the system will no longer require to have cached information on all other slots. At this point all information except for the arrow and ring slot is always available because of the injected callback of the appearance update block, so it's indeed for most unnecessary to have the system require a fully in tact cache. Edit 2: I'm aware of the fact that ring and arrow slots are bugged. After I've decided which one of the two solutions I have for them I'll implement I'll release a fix for it. Enjoy Sincerely, OSBot.org 2 Link to comment
Swizzbeat Posted May 29, 2014 Share Posted May 29, 2014 Now look at developers section/tracker. 1 Link to comment
Nick Posted May 29, 2014 Share Posted May 29, 2014 I believe there is still an issue regarding world hopping if I'm not mistaken. Correct me if I'm wrong though. Any ETA on a fix for this? 3 Link to comment
Nezz Posted May 29, 2014 Share Posted May 29, 2014 Can we have a list of what was fixed? Edit:Nvm I see it. Link to comment
D9S4 Posted May 29, 2014 Share Posted May 29, 2014 I believe there is still an issue regarding world hopping if I'm not mistaken. Correct me if I'm wrong though. Any ETA on a fix for this? whats wrong with it? often i get stuck hopping worlds (clicking on bottom left hand corner to select a new world, but assumed this was my dodgy internet) is this the clients problem then? Link to comment
Developer Maxi Posted May 29, 2014 Author Developer Share Posted May 29, 2014 Now look at developers section/tracker.I will. I haven't had the chance to be on since the last time I checked the tracker, I'll check the tracker again tomorrow once I got some rest. I believe there is still an issue regarding world hopping if I'm not mistaken. Correct me if I'm wrong though. Any ETA on a fix for this? I've noted this and I'll review the issue. 2 Link to comment
Extreme Scripts Posted May 29, 2014 Share Posted May 29, 2014 Thank you for the update Maxi, can you please update the original post with a list of the fixes if there are any more than just running and equipment tab to clear up some confusion for users. Great job, keep up the good work. Link to comment
RetardedSkiddy Posted May 29, 2014 Share Posted May 29, 2014 Nice Job still should focus on reducing cpu usage ah.. Link to comment
Mikasa Posted May 29, 2014 Share Posted May 29, 2014 Thank for the update. My script is still broken, so I guess it's time to bug the scripter about it. Link to comment
Joseph Posted May 29, 2014 Share Posted May 29, 2014 (edited) im not to happy about the equipment tab, it doesnt work if you have the bank open Edited May 29, 2014 by josedpay Link to comment
Nezz Posted May 29, 2014 Share Posted May 29, 2014 im not to happy about the equipment tab, it doesnt work if you have the bank open because tabs don't exist when you have bank open, I think. Link to comment
Eliot Posted May 29, 2014 Share Posted May 29, 2014 For those of you confused about equipment tabs, you need to have the equipment tab open to read the data (as of the last game update). Thanks for the release, but it took so long and you didn't even include a world hopping fix (a script breaking bug), please fix this now. Link to comment