Jump to content

DragonAlpha

Members
  • Posts

    482
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by DragonAlpha

  1. *EDIT* Account Switcher removed, Explv now officially supports it. This script now officially supports multiple accounts. You can download it directly from the first post made by Explv. Download his file, and place it inside your local scripts folder. Dragon+Explv Tutorial Island. Dragon Multiple Account switcher combined with Explv Tutorial Island base will be released tonight. It will have some small improvements to tutorial island code where it can get stuck, but it's a solid script already so doesn't need much. You will be able to provide a list of 100 accounts, click GO, then it will run on each one.
  2. No you cannot. Overlays are allowed. If you use OSBot to send input you can be banned. I plan to make OSBot-Buddy. A completely free osbuddy using the osbot client.
  3. A hasmap is used. A hashmap does not guarantee order. You referenced the Java doc's iterator as a reference where it says "Iterator does not guarantee order". Well the same documentation in the Hashmap section says the exact same thing for Hashmap. public class HashMap<K,V> extends AbstractMap<K,V> implements Map<K,V>, Cloneable, Serializable Hash table based implementation of the Map interface. This implementation provides all of the optional map operations, and permits null values and the null key. (The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits nulls.) This class makes no guarantees as to the order of the map I can post source code from my decompiler too. Nothing fancy going on. Here is the Iterator: Here is the underlying consumer:
  4. I guess the entries get reordered by magic then.
  5. They're stored in a non-linked hashmap. So the JVM can juggle the order around seemingly randomly when new accounts are added to your database, or existing accounts are removed from the hashmap database. If it were a linked hash map, it would be the exact order you add them in. The JVM does low level optimizations and memory management when deciding where to insert them. It's based on your current RAM state, and other factors.
  6. Check your message inbox, I am interested.
  7. Purchase Lifetime Sponsor rank. Put [sponsor] in the thread title.
  8. Requires engine work. Only if it passes a poll. If the community wants it, sure.
  9. (see below) was only added after a while, the message above was how it was
  10. Use a different computer, or use a virtual pc such as Oracle VM Virtual Box to run the second client.
  11. You are right. I have reported this problem to the OSBot staff. Use the Dragon Script Loader in the meantime while the sdn is not working. I've made the script automatically enable input for you in v0.3
  12. Just pushed Zulrah Helper v0.3 It is available right now on Dragon Script Loader. (It will be available within 24 hours on the SDN). Changes: refactoring local image caching cross-compatibility to work on SDN/Loader with no changes hopefully fixed bug whereby it does not always process the next Zulrah form Dialog message for SDN users, "This script is very new and is in the testing phase" I will be going to the bank to deposit some cash tomorrow, so I can buy membership for my Zulrah account so I can test it myself on the fly.
  13. Dragon Loader has been updated! All loading bugs fixed, efficiency improvements, image/resource caching! Also works for grey names! Download the new version: http://www.dragoncoders.net/osbot/script-loader/Dragon_Loader_V2.0.jar
  14. There can be no misunderstanding excuse now, it is a clear false advertisement, not a mistake.
  15. That is extremely misleading. Thanks for pointing this out Bottingham/Tom.
  16. Yes exactly, so it's advisable you switch over (in all serousness though, I believe most are using vertical drop as it requires 4 setups, whereas horizontal requires 7 setups, and it's what they've seen everyone else do) Most human players don't drop the logs normally, they use mouse keys, so it's good you emulated mouse keys to try to mimic this human behavior.
  17. Just a small suggestion, I suggest Vertical dropping, not aware of any regular player that uses mouse keys horizontally.
  18. Script was only working for VIPs and Scripters. Until RatedRko let me teamviewer him, I did not know it didn't work for greynames. (The osbot advert that gets shown to greynames was triggering a NullPointerException). Caused by the ScriptExecutor. I have improved this and I'm using a different method so OSBot won't NPE me. Made some general efficiency improvements, and stopped a thread death. Will push the update in the morning, check back later.
  19. Bug found: some people can't load the Zulrah script, I am working on a fix. (This is caused by the script connecting to imgur and downloading Zulrah rotation images)
  20. CPU and ram only for a pure bot machine. Video card/GPU not used for RS.
  21. Good to hear. The Script Loader, and Zulrah Helper are in the very early stages, so let me know any problems and I'll try to fix ASAP.
×
×
  • Create New...