[Error] I:\Simba\Includes\P07Include.simba(57:3): Unknown identifier 'MMouse' at line 56
Compiling failed.
how to fix?
[Error] I:\Simba\Includes\P07Include.simba(57:3): Unknown identifier 'MMouse' at line 56
Compiling failed.
how to fix?
Keeps telling me I don't have 1.6 downloaded even though I do. I've tried restarting and re-downloading it, but I can't seem to get it to work.
You must have another P07Include.Simba saved in simba folder somewhere ?
Edit - tested updater
Simba Code:Compiled successfully in 468 ms.
Checking P07Include VersionNumber
Local : 1.5 / Latest : 1.6
New P07Include Version Available! Updating...
New P07Include Version Downloaded Please Restart Your Script!
Successfully executed.
Compiled successfully in 468 ms.
Checking P07Include VersionNumber
Local : 1.6 / Latest : 1.6
You Have The Latest Version of P07Include
Successfully executed.
Last edited by DannyRS; 02-26-2013 at 07:12 PM.
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
Thanks for your work on this Danny!
I'm having a problem, the code in the script is correct, and after I run a script, the mouse would hover over what it has to click, but it doesn't click it
You think its a problem with the script or the setup of my runescape is wrong?
Thanks!
Love to see SMART added, I Will try to script the next weeks aswell![]()
I get this:
I've never used Simba before so do I now just run Runescape on my browser (Chrome) and let the bot do the work?Code:[Hint] C:\Users\Farbod\Desktop\[07] Draynor Willow Banker [1.3].simba(130:10): Variable 'Result' never used at line 129 Compiled successfully in 359 ms. Checking P07Include VersionNumber Local : 1.6 / Latest : 1.6 You Have The Latest Version of P07Include 546 chopwaitt 546 chopwaitt 3588 chopwaitt 3588 chopwaitt Successfully executed.
EDIT: Sorry posted in the wrong thread![]()
Last edited by MrFarbodD; 02-26-2013 at 08:16 PM.
looking nice danny! good work man
Thanks
Added a whole load of useful stuff to V1.7 :
Simba Code:Procedure P07_ClickToContinue;
Function P07_CastSpell(SpellNumber: Integer): Boolean;
Procedure P07_AutoRetaliate(ToggleTo: Boolean);
Procedure P07_CombatStance(ToggleToNum: Integer);
Function P07_WearingItem(I: Integer): Boolean;
Function P07_GetMiniMapDots(WhatDotCol: String): TPointArray;
Function P07_CountMiniMapDots(WhatDotCol: String): Integer;
Function P07_DidClick(Red: Boolean; Time: Integer): boolean; //Creds to Justin
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
Function P07_DidClick(Red: Boolean; Time: Integer): boolean; //Creds to Justin OFMFMFMFFFOFOFMG
Procedure P07_ClickToContinue; ofmfmfmfmfmfmfmg
Last edited by DannyRS; 02-27-2013 at 01:30 AM.
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
Will do, currently working on a muilti-fletcher, will release with no anti leech simply because it won't "ruin" legit trainers (does not take up rocks,trees etc etc)
P07_ChooseOptionMulti
gives this runtime error:and highlights this line:Error: Exception: You passed a wrong xe to a finder function: 1439. The client has a width of 764, thus the xe is out of bounds. at line 529
Simba Code:FindColors(OptionBoxTPA1, 4674653, P07_MSX1, P07_MSY1, P07_ClientWidth-1, P07_ClientHeight-1);
Last edited by DannyRS; 02-27-2013 at 02:32 AM.
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
AM I doing this correctly?
P07_Deposit( 1, DepositAll);
I want to deposit my entire inventory I gave the slot for the item and how many of them it should deposit. Btw I'm Using Sps for a walking method atm what should I use instead of this for rs 07 or is what I am doing ok? Here's a sample of the code for wlaking:
ToBank := [ Point(442, 144), Point(431, 186), Point(403, 218), Point(410, 261) ];
SPS_Setup(RUNESCAPE_SURFACE, ['5_8']);
SPS_WalkPath(ToBank); ( I used a rs 2013 map as I don't know how to use a rs 07 map as I am new to programming for simba).


Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

There are currently 1 users browsing this thread. (0 members and 1 guests)