Everything posted by Th3
-
What's the hold up?
Like they have mentioned this is actually a business, not paying your workers or leaving without notice is not a way to treat such such a situation.
- write a story - FORUM GAME
-
What's the hold up?
You need java knowledge to push scripts to SDN since they have to go through the code to make sure it's not harmful. To my knowledge he does not have great java experience.
- Lets write a story!
-
What's the hold up?
- Helpful API to aid scripting and make it easier.
Cool api- Getting a Siberian husky!
Cool puppy.- Getting a Siberian husky!
Show some pictures of the first one. Check craigslist.- Trade Screen items
You need to create a custom hook for this as osbot currently does not support this, it's not easy.- Most wanted script?
What about world hopper for it? OSBot has no hook for reading clan chat, so I can't retrieve the world for it to hop to. You need to create a custom hook.- Most wanted script?
What about world hopper for it?- Most wanted script?
You know there is a npc in the desert that combines all your potions for free.- Th3 AIO Walker [Web Walking]
- Th3 AIO Walker [Web Walking]
Th3 AIO Walker w/ Web Walking Features Supports Major Cities Is able to open doors. How to use 1. Start close by the red postions 2. Start it Download V0.10 http://up.ht/19VAcT Change Log V0.10 Script Released To-do 1.A lot still has to be done. Nodes have to be improved and more cities added, edges defined, speed. This is an early beta. Might add other features, such as teleport.- Live Support.
- 24/7 Gnome Agility Bot
Code looks clean as of last edit on 9/5/13 09:09 PM PST. Cheers.- Jack's Pest Control
Is there an example somewhere? Look into tutorials for making hooks, it's not easy.- Jack's Pest Control
You gonna have to make your own hook to get the components of the child for it since API doesn't support the option at the moment. I think it's the components of interface 489 child 5.- Jack's Pest Control
I can look into this, but the clan chat interfaces and not in the api Read the interface data from the clan members, array the worlds all the members are in. Using a map find the most common number in the array and hop to that world. Something like this. public int getCommonWorld(int[] a) { int count = 1, tempCount; int world = a[0]; int temp = 0; for (int i = 0; i < (a.length - 1); i++) { temp = a[i]; tempCount = 0; for (int j = 1; j < a.length; j++) { if (temp == a[j]) tempCount++; } if (tempCount > count) { world = temp; count = tempCount; } } return world; }- Broken Scripts
Script writers are not supposed to fix anything. Its up to the devs to fix this in the next release.- Hi OSBot
- Error on phone.
Clear safari cache on iPhone. Restart phone.- (In Progress) iKillDruids [TAVERLEY]
I guess I won't release mine then.- Sorry Stark
Wait, so now my script is at blame? It's not even possible for two scripts to interact like that. I don't know what you saw stark's script do. But, don't blame it on my script.- OSRS World Map
- Helpful API to aid scripting and make it easier.