Hi,
I tried writing a dung script, it is quite simply impossible. So many combinations of each dungeon, it is very very hard to make
Type: Posts; User: Grumps
Hi,
I tried writing a dung script, it is quite simply impossible. So many combinations of each dungeon, it is very very hard to make
EdgeVille Hill Giant Killer
I know that hill giants are very popular to train on and noticed that there are not many bots to use, however i am in the beta stage of my script and would live to put...
I agree with some of the statements here, it will get Pked far too much. Its like the Green dragon bots, once they teleport blocked its over,
It would have to include Poting, Moving, Attacking the...
The thing is, there are some many "objects" to find, so its really simple to make it find and pick up food from the table, but because each Dungeon is different you will need to define all the keys,...
Hi
Bad news guys, am giving up from this dungeeoniring script, personally Its possible to make but there are so many monsters,keys ect...
Its very hard and it would need to search for all of...
Personally I would rather keep what I have done private, but so far all it does is picks up the food from the table and finds doors
How can i use that?
Hmm
thanks, do you know how to "en-hance" color finding
Hello,
Well basically I have a problem with my Dungeoniring Script , now its not the script that is the problem it is finding the colours. As you would know if you have ever done dungeoniring the...
GetMMLevels is part of the extensions list , have you defined this
{$i SRL/SRL/skill/fighting.simba} in your script?
Mate i still dont get how to use it...
Yer, but i dont get how to use getMMLevels('hp', stringHere);
Hello
does anybody know a decant Hp Checker guide, I am currently writting a Hill Giant Script however my Hp Checker does not work and I get a big error. I know that the script is nothing without...
well gametab loads and thats 2700 lines long
It comes up at this bit
function XPTillNextLevel(Skill: Variant): Integer;
var
TPA: TPointArray;
P: TPoint;
B: TBox;
begin
Result := -1;
Yes, it use to be a woodcutter however with a few changes i made it into attacker, that is no problem for me.
However all other simba scripts have worked fine for. Narcales fast fighter worked...
Hmm, well it seems like nobody knows. Here are parts of my script
program EdgeVille_Hillie_Tanker;
{$i SRL\SRL.simba}
{$DEFINE SMART}
const
SMART_HIGHDETAIL = false;
Hi,
I have a quite basic HPchecker which all i want is to tell me my HP is good at the moment for my fighting script
Function HPchecker: Boolean;
Begin
if (HPPercent > 50) then
...
Thanks for the help ;)
Ok then will be posting scripts if i finish them
Rofl :tongue:
hmm, but what if the script runs benlands100s smart or whatever it is called and not in the browser.
am sorry , I dont know where to post this , so i posted here to get views,
Ron
Now, i know this is completely irrelevant but is it illegal to make a runescape script, I know simba says its its legal. I want to ask the public though, also is it legal to post your script here.
...
Thanks, I will see to improve it
I could do , I would need to know how to work out how much xp goes for each level. That would be quite hard. Will see what I can do ;)
I dont know, how to round it , can you tell me?
What do you mean?
Runescape Woodcutting Calculator
Hello people, this is my first script. Its not a bot script but more of a tool for you. This is a very basic Runescape woodcutting calculator. It is simple and...