Jump to content

Chris

Scripter II
  • Posts

    8358
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. make sure your enabling the glory route Click the rectangle box around the text 'Excellent Dragons' to hide the paint
  2. hmm..it should be handling the dialogue if its your first time getting the unopened looting bag "use message".. is it ignoring that dialogue? It should already have this if you have a charged glory but i'll double check. Maybe I changed it back
  3. Please try the latest stable build. will probably help with that world hop issue.
  4. one time payment seems like a oversight which ill have to test with. do you know what task it stops at?
  5. 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]
  6. What are your GUI settings? https://discordapp.com/invite/CGHsd4a
  7. Also don't forget to adjust a house setting! 'Render doors as open'
  8. Glad this could be resolved. Closed. Removed:
  9. 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();
  10. 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.
  11. wow bro..... thanks for the shoutout! @lulwut
  12. You need to find the right widget maybe 446, 7 is outdated or the wrong one. Use the client widget debugger
  13. 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
  14. I have only received a bug report for Zanaris city black dragons mode. So, Yes.
  15. 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)
×
×
  • Create New...