PDA

View Full Version : My autofighter v. 2.00



GoF
12-08-2006, 02:40 PM
Dead. And old.

DaWu
12-08-2006, 02:55 PM
Seems pretty good, but ain't findobj pretty slow for fighting ?
Mmm.. Seems like I've got a script to compete with my autofighter :O
Have to keep updateing my one. :O
There ain't too many working free autofighters around tho.

GoF
12-08-2006, 03:02 PM
Yea i guess, just dont want to make the fighting procedures etc like 5 lines long. But well, ur fighter is good too... This was actually my first SRL script.

DaWu
12-08-2006, 06:27 PM
Yea i guess, just dont want to make the fighting procedures etc like 5 lines long. But well, ur fighter is good too... This was actually my first SRL script.

Yep, My fighter is my first SRL script too. :)
And currently only one and will be for long, still lots to add.

DaWu
12-09-2006, 09:31 PM
May I take youre arrow picking / equiping procedures on to my script ?

GoF
12-10-2006, 02:25 PM
Yea sure just mention they are by me. U can also test them, but im quite sure they work well.

DaWu
12-10-2006, 03:16 PM
Yea sure just mention they are by me. U can also test them, but im quite sure they work well.

I added them into my script, they work great, also remembered to mention that they are made by you. :) thanks.

mainguy
03-09-2007, 03:37 AM
ty

Mr. Doctor
03-11-2007, 03:17 PM
Instead of FindObj for finding monsters use

FindMonster(Color1, Color2, Color3, Tolerance: Integer; MonsterName: String): Boolean;

AND


AttackMonster(Color1, color2, color3: Integer; MonsterName: String; Tolerence: Integer): Boolean;


Those will be useful, The SRL manual is always Useful!

GoF
03-12-2007, 12:16 PM
Yes, but i didnt want to make it 50 lines long with const for monster cols, few vars and a procedure like:


procedure Attacksomething;
begin
repeat
AttackMonster(Color1, color2, color3: Integer; MonsterName: String; Tolerence: Integer): Boolean;
Findnormalrandoms;
Wait(something)
until(something)
end;


Also this was my first script and im not working on this anymore.

Jemage
07-16-2007, 07:57 AM
Include file C:\Program Files\VirtualDJ\SCAR 3.11\includes\SRL\SRL.scar does not exist.
Include file C:\Program Files\VirtualDJ\SCAR 3.11\includes\SRL\SRL\Skill\Fighting.scar does not exist.
Include file C:\Program Files\VirtualDJ\SCAR 3.11\includes\SRL\SRL\Skill\Ranging.scar does not exist.
Failed when compiling

thats what comes p when i try. anyone help???

Haxor
07-16-2007, 01:14 PM
this is an old script and will most likely not work. it needs to be updated. so use anonther one.

haxor