Can anyone update this for srl 5
Printable View
Can anyone update this for srl 5
Okei its easy just change these
{$i SRL\SRL.scar}
{$i SRL/SRL/skill/fighting.scar}
into this
{$i SRL\SRL.simba}
{$i SRL/SRL/skill/fighting.simba}
and this
begin
SetAngle(True);
MakeCompass('N');
Retaliate(True);
end;
into this
begin
SetupSRL();
SetAngle(0);
ClickNorth(0);
end;
kk
done worked
This is the first script I tried in the last few months that wasnt my own. I must say I am very impressed by the script, however I will not be using it unless I can successfully fix a few things. You have already mentioned some of these on page one:
-Faster Yak finding
-It can accidently attack another yak before finishing the one you are already killing, making the xp rate slower due to 'failed attacks'.
-Needs a better method than 'examine' to figure out someone else is fighting the NPC. I find it very suspicious.
-Hovers mouse on characters head a lot (tried both pale and super black skin)
-Accidently spoke to NPC once, but doesent seem to be a serious problem.
-(In my opinion) Way too frequent anti-bans. No real player compromises XP over checking skills etc. :-) The script did more anti-bans than attacking yaks.
Please take this as constructive criticism, as I believe this script can semi-easily be improved to an extend where it will perform very, very smoothly.
Closed on request.
Look in fighting section for updated thread.