Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Please try the latest stable build. will probably help with that world hop issue.
  2. one time payment seems like a oversight which ill have to test with. do you know what task it stops at?
  3. v13.0 Upcoming: - Changes to the phase handler for speed improvements. You should see slightly faster kill times and smoother interactions (Return to attacking after a fireball aoe drop, ETC) - Changes to deathwalking recollection: Bug fix for when it forgets essential items due to inventory full. (runes being left behind issue) - Added Clan Wars traveling support - Fixed support for Mirror Mode. (Phase handler, interactions, and more) - Replaced 'Use House Tab' with 'Use Clan Wars' option. - Updated Forum Page with more information be sure to pay attention to it. Other: - Looking into changes to eat handler for other food support that is not a 1 item action (Pizzas, etc) - Looking into the requested looting changes based on feedback - Looking into GUI additions for instance conditions. Leave when x food left etc. DEMO IMAGE: LONGER SESSION IMAGE COMING SOON (Note: My sessions are split into micro test sessions to look for errors. I do not record every session.) Eagle eye, Blowpipe mode, Rune darts. [MIRROR MODE w/ 50ms REACTION]
  4. What are your GUI settings? https://discordapp.com/invite/CGHsd4a
  5. Also don't forget to adjust a house setting! 'Render doors as open'
  6. Glad this could be resolved. Closed. Removed:
  7. Make use of the Bank.open() api Would reduce the code needed to interact with the banker. // getBank().open() already does a conditional sleep! if (!getBank().isOpen()) getBank().open();
  8. Update v12.0 Changes to loot value sorting. Prioritizing untradables (Vorkath head, Jar of Decay, etc) as 500k ea but keeping main high value items a priority (visage, dragon items, etc) Changes to traveling. Quick interactions due to script speed caused it to missclick inside house causing it to leave through the portal on latency. Prepare instance checking (Happens before every kill) now checks if it is venomed to drink a potion. Previously it would only drink when it drank a antifire potion. Reduced calls to the backup price API. Result is stored back into the osbuddy cache price map. A loss of 100,000 gold is registered in the price tracker on death.
  9. wow bro..... thanks for the shoutout! @lulwut
  10. You need to find the right widget maybe 446, 7 is outdated or the wrong one. Use the client widget debugger
  11. Update v11.0 Enabling run setting when returning to bank for faster travel (Non combat instances) Changes to logging to reduce client spam. Will only be to the file. Changes to TravelToBankTask interactions to use keybinds for tab opening (Teleports, etc.) Changes to the custom interact event. Changes to blowpipe handler
  12. I have only received a bug report for Zanaris city black dragons mode. So, Yes.
  13. Update Vorkath v10.0 - Updated loot list - Fix multiple bugs that were throwing errors thanks to reports. - Fixed an issue with runes only mode(No rune pouch. Dust, Law, Chaos runes only). Where it failed to travel back due to script error. - More failsafes for disconnects added to LootingTask, InstanceTask, and the InstanceListener. - Script log file naming has been changed so it does not overwrite the previous. (Originally was based on the current date, now has the time appended)
  14. Update Vorkath v9.0 - Updated looting issues dealing with items not in our loot list. Cleaned up the way it loots [Higher price is priority, Unnoted dhide is only looted when we have total loot pile size empty slots.] - Updated looting task for cases when stuff was selected and it failed to loot due to latency [Magic spells selected, Inventory items selected] - Added executed events on start [ToggleNPCAttackOptionEvent, ToggleRoofsEvent, ToggleShiftDropEvent] - Cleaned up the dynamic sig endpoint so it should not fail when establishing connection. - Added Fancy rejuv pool support - Updated backup price grabber to check for unnoted id when drop is noted. [Backup uses rs prices if osbuddy fails] - Updated the NPE catcher to show stacktrace in the log and to stop the script.
  15. Sorry Mirror Mode is not fully supported. It cant handle it currently. Fixed/Resizable is fully functional at the appropriate zoom settings. I will make things more clear soon as I am currently updating the thread. Hey I would love to get more information about your issue. Can you please join my discord channel: https://discord.gg/CGHsd4a Once you have joined please tag me and I will assign you a rank for the specific script so I can keep track. my @ is Christopher#2820
×
×
  • Create New...