
Originally Posted by
Toxcicity
The range part in the script is working great, but I can't fix it to equip the knives my character picks up before I'm out of knives and start punching the monsters (using iron knives btw)
Any way around this?
Knives Fix
most importantly is that if you use knives then don't equip bolts as well, if you use bolts well then you can't equip knives, but just dont equip knives + bolts, because the script will count both then fail to understand it ran out of arrows/knives/bolts Equip only one range weapon!
Yep, i forgot to add knives (my BaD! sorry!) Anyway here's the way around it (currently it will just die then go back inside then realize its out of knives/arrows/bolts, if you add this, it will automatically detect it without the need to die and re-enter the cave).
Right am going to assume you have a clean 1.3 without any changes/spaced it out, if you changed some lines then re-download so you can locate this function, what we're going to do is tell the script to recognize knives too, because right now it only detects arrows/bolts.
Anyway, open the file, and head-over to line 1414
You'll see something that looks like this:
Simba Code:
function OutofRange:boolean;
Begin
result := FindTextTPA(clBlack , 0, 179, 447, 216, 460, 'uiver', smallChars07, Nothing);
// result:= FindText(x, y, 'quiver', smallChars07, MCX1, MCY1, MCX2, MCY2);
end;
Now we'll focus on line 1416 which reads like this:
Simba Code:
result := FindTextTPA(clBlack , 0, 179, 447, 216, 460, 'uiver', smallChars07, Nothing);
Simply copy paste the follow line instead:
Simba Code:
result := FindTextTPA(clBlack , 0, 179, 447, 216, 460, 'uiver', smallChars07, Nothing) or FindTextTPA(clBlack , 0, 116, 442, 144, 455, 'one', smallChars07, Nothing);
Don't change anything before/after that, just the line with Result :=....
Ok? hope it helps.That wasn't hard was it?
---
Back to discussion now.
@imyourcat nice gear, no way am ever gona re-do torso dont know how you can stand doing that crap.

Originally Posted by
chuffmane
Along with many others. I think it is rude as fuck to tell people not to use a script on the thread of the script, but.... Don't use this script. Bot for like 8 hrs. Baby sit and switch worlds.
Who got banned? and how? was it mods? or players on botwatch? where do i find post/pics of people getting banned.
If you want to use it or not, thats upto you, like i've said in many other posts (and got flamed for saying so) i don't consider my self a mega botter because i truly check my script/progress/status very often. Even if its a 20 hour session, i'll still check from iphone/laptop.
Regardless i always expressed discontent with long sessions/abuse.