Been using this script on my noob, runs smooth as!
Blood wraith does not get identified as blood wraith
Blood wraith is identified correctly but other items match "blood wraith"
Blood wraith is identified correctly with no false hits but is slow
Blood wraith is identified correctly and has no false matches and is very fast

Recognizes Fireball but doesn't click on it; doesn't recognize fleshy growth; doesn't prioritize nodes to esslings. Other than that, it's great!
My bot rarely will log out from randoms, but instead the 3D models stay up and i fail the random.
Is there a way for me to make it log off instead of failing randoms?
as dafuq said - the rest is ok, as for the fireball
even in pre-40 i have much better fireball, and it recognizes it but doesn't match uptext, then it tries to right click and still doesn't match uptext,
i'm going to put trace on that because i suspect that it is reading Fireball as FirebaII (capital i) because it keeps failing to read it properly even on right click. It seems to only affect fireball while it reads other text fine so not sure but i need to get to the bottom of it before i can release, since there is no point of having new fireball model when it will just mouse over it and periodically right click and never select siphon.
it could very well have something to do with font kerning... basically for those who don't live in font worlds, for example ff or fi are ligatures that are typeset closer than normally f and i would be, and it is accomplished through font kerning, it is an additional table that specifies adjustments to spacing depending on what letters are next to each other and i suppose it could also be that ll is typeset so close together that it throws off OCR.
Last edited by zmon; 05-21-2012 at 04:27 PM.
Perfect script? There is no such thing as "perfect", only "better than you expect".
Yep, sorry, restarted the scrpt and it detected Fleshy easily, thank you.
1hr 15 min into the work, it's doing 42k xp/hour, pretty neat. I can't paste the proggy 'cause of "Pre-empt routine tested on 6 models at 210.42 ms each" stuff. :/
Last edited by Im New Sry; 05-21-2012 at 06:16 PM.
If you want to change default prioritization order or exclude some models from targetting, 3.3.40 has a nifty little procedure for you to edit.
Currently 3.3.40 only supports one default order, but now that i can specify orders, i'm open to comments from users of the sort: I noticed that blood esswraiths are slower in giving xp than death esswraiths until level 83 RC...
this can be now found in advanced user section
Simba Code:procedure InitializeUserSelection;
begin
// if you leave this blank, a default search order will be used
// if you fill this, ONLY ITEMS ON THIS LIST will be searched.
USER_SELECTED_ORDER := [];
(* Example of order:
[ TARGET_UNDEAD_SOUL, TARGET_LIVING_SOUL, TARGET_BLOODY_SKULLS,
TARGET_BLOOD_POOL, TARGET_SKULLS, TARGET_JUMPER,
TARGET_SOUL_ESSWRAITH, TARGET_SHIFTER, TARGET_NEBULA,
TARGET_BLOOD_ESSWRAITH, TARGET_CHAOTIC_CLOUD, TARGET_DEATH_ESSWRAITH,
TARGET_LAW_ESSHOUND, TARGET_FLESHY_GROWTH, TARGET_NATURE_ESSHOUND,
TARGET_ASTRAL_ESSHOUND, TARGET_FIREBALL, TARGET_VINE,
TARGET_FIRE_STORM, TARGET_CHAOS_ESSHOUND, TARGET_COSMIC_ESSHOUND,
TARGET_ROCK_FRAGMENT, TARGET_WATER_POOL, TARGET_BODY_ESSHOUND,
TARGET_GENERIC_ESSHOUND, TARGET_MIND_STORM, TARGET_CYCLONE,
TARGET_FIRE_ESSLING, TARGET_EARTH_ESSLING, TARGET_WATER_ESSLING,
TARGET_MIND_ESSLING, TARGET_AIR_ESSLING];
*)
end;
EDIT: You can specify anything in the order, but only those targets that you can use will be actually searched, so exclusion by current runespan level, current rune crafting skill level and current status of member/nonmember is still enforced. This order merely specifies how to order result set after it has gone through vetting process.
Last edited by zmon; 05-21-2012 at 08:19 PM.
Perfect script? There is no such thing as "perfect", only "better than you expect".
Thanks for the update! It looks really nice!![]()
83-90 with this... 91 tonight. 99 by sundayThanks for the constant updates!
I have found that wile using 3.2.4, it takes a while of running around the island to click on the monster/node and is constantly trying to click on a different soul esswraith on a different island. 3.2.39 is working great though, and I will be sticking with it.
This script is beautiful. Seriously. Im wondering why more people arn't using it..?
Im having a weird problem with my stats not getting sent to srl stats tho, other than that no complaints. I'll watch my cmd window next time I run it and see if anything pops up. Im sure I have my id and pass in correctly..
i already told wizzup that he broke the code on 19th, so far about 400k minutes are not being displayed from this script, about 95+% of all commits because some of the variables are not understood by his caching mechanism and it blows up
i tried to look into it in his code but there is too much to read on short notice and he knows the logic best so i posted the error and the line on which it happens and hopefully he'll get to it soon
E: and right before he broke it, the stats were about 1:1 on minutes between kyle's and this one so i wouldn't say people aren't using it - i think in 2 days this script logged in 261k while kyle's did 268k but then they broke the stats
Perfect script? There is no such thing as "perfect", only "better than you expect".
Working nicely :P
Thank you for the bot.. can you tell me where to find the screenshots?
This looks amazing will be nice to try out, thanks very much for all the updates and hard work that's gone into it. Will be a little while before I can create something as good as this but owell start simple and build my way up. Thanks
Just wanted to report that it somehow doesn't match Fireball uptext. Reads as FirebaII ? Don't know, other than that, great script! Gonna get mah 99 sooner or later![]()
"Egoist: person, who cares more about himself rather then me." J.Tuwim
Working great, 93 runecrafting so far!
Edited the codes where you gain runecrafting exp from an experience lamp to slaper experience.
I named it:But this is the first time ever I learn about simba scripts and stuff, I hope this is correct what I have done? (:Code:LampSkill := SKILL_SLAYER;
Thanks for the amazing script man! Loveing it!
yes, well that's actually from SRL
they used to have global for lamp skill which was string, but now it is actually associated with player, which is good, and it is from defines, so you can't accidentally type salyer instead of slayer, because it won't compile if it is wrong
so in short yes, it is correct - provided that you want slayer out of it ;-)
i am aware of it not reading the text properly and while quick and dirty solution would be to just look for "Fireba", of course i have to take the more complex route :P ... i'm implementing a way to match dirty strings and calculate similarity, so that i don't have to tune it in next script for every uptext
Last edited by zmon; 05-22-2012 at 07:57 AM.
Perfect script? There is no such thing as "perfect", only "better than you expect".
Is it normal if the script has been doing Air Esslings from 1-48?..
Ahhh alright well then, hopefully wizzup can fix that soon. Broken stats arnt going to stop me from running this tho! lol
And thats very interesting! But it makes sense aswell because after watching this script I kept thinking..why is this at least not as popular as kyles hah
60+ - 90+ rc in a couple of days, seriusly a great script :thumbup
Taking pretty long to find a target :/
Saw this on your first post... you know that you can talk to the wizard finix and he will give you 10 of every single rune in exchange for like 176 points.Hopping between platforms and collecting runes required (tentative, although work has been done to determine inventory levels)
Great bot except it has a small flaw. It hogs the mouse over something irrelevant for the bot all the time. Like it just keeps hovering the mouse over this particular bar all the time. Could it be because the bar has same coloring that's on the wraths? Thanks
I must say, it's working great on those unofficial 'bot islands' in w39. I'd say about twice as good as anything powerbot's offering right now.
Thanks a lot. And kudos for making such a quality script.
There are currently 1 users browsing this thread. (0 members and 1 guests)