i cant get the bot to change so when im attacking a monster to change to attacking monster
keeps trying to search for a new one to attack while it is still in combat
i cant get the bot to change so when im attacking a monster to change to attacking monster
keeps trying to search for a new one to attack while it is still in combat
[Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228
i need the latest version smart and the new smartparams in order to run hoodsfighter. now i've did some research and i found smart 8.3.. i've downloaded its zip, and copy-paste everything...
at the first i get
[Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228
Compiling failed.
and if i press start again i get :
[Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(35:7): Unknown identifier 'Smart_World' at line 34
Compiling failed.
what am im doing wrong ?=/
Meep!
does anybody know how to kill cows with this script without it getting stuck on dairy cows?
new reflection version added.
you need the minireflection include!
and please answer this: what scripts of my do you like? what can be better? and do am i getting better at scripting?
this just helps me to improve my scripts
thanks
Keep getting this error on starting script. Unknown identifier 'R_gethealth' at line 86 Compiling failed.
Last edited by Stevenbest4; 09-18-2013 at 09:39 PM.
I really like your hoodzfigher. I will try your barbfisher soon and let you know what I think. The only thing about your figher I have had a problem with so far is swarms and evil chickens. Idk much about making scripts or how complex it would be to find these randoms and make your guy run away and then come back. regardless I really like your script. thanks a ton!
the anti random tab and common tab after it mess the script up -_-
I can run the script for about 2 hours max if im lucky, when i go back to check on it it tabs cuz of a random :/
hi mate was bored and browsing forums decided to take gander at your script few things caught my eye you have lots of repetitive code you might want to try shorten your code now that your getting to grips with it for example you could lose 600 lines+ by giving your attack monster procedure a random generated colour using arrays instead of having a new procedure for each color.
There's also a few other things that can be shortened that would help updating script and reading alot easier.Simba Code://so in that AttackMonster procedure this line can be changed using an array;
FindColorsSpiralTolerance(MSCX, MSCY, TPA, monstercolor1, MSX1, MSY1, MSX2, MSY2, 15);
//in lape you can set the array at the top of your script like so.
var i:integer; MonsterColorArray : Array [1..6] of Integer = [1,2,3,4,5,6];
//following for pascal.
var MonsterColorArray : Array [1..6] of Integer;//
//then you will have to define the colours 1-6 at the beginning of your script.
MonsterColorArray :=[MosterColor1,MonsterColour2,Monstblah3,,Mblah....];
FindColorsSpiralTolerance(MSCX, MSCY, TPA, MonsterColorArray[RandomRange(1, 6)], MSX1, MSY1, MSX2, MSY2, 15);
but just my 2 cents.
Last edited by Mark; 09-21-2013 at 10:49 PM.
n3ss3s posted an auto updater for hooks yesterday. so we are starting any moment now. fishy and i are now working on the mini include.
do you want to help with the official include?
http://villavu.com/forum/showthread.php?t=105761
last time you have to download this![]()
Thanks man, seems to be working well on minotaurs. Shame there is no random support though...
[Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(62:26): Invalid number of parameters at line 62
Is this a problem with the update or? I could not figure it out xD
sameeee error.
[Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(62:26): Invalid number of parameters at line 62
Showed up in the Debug
Warning! You passed a wrong ys to a finder function: -12. That is below 0, thus out of bounds. Setting the value to 0 for now.
HoodzFighter_osr-srl17.simba error
Exception in Script: Unknown declaration "SmartGetAvailablePID" at line 81, column 20 in file "C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba"
i tried following guides on how to fix this but to no prevail
There are currently 1 users browsing this thread. (0 members and 1 guests)