Hey there,
Well working on a script, and I have a problem. I have set up the anti-randoms how its done in other scripts I have(have the player setup and nick, and make a nickname bitmap out of the players nick), and I've added the FindNormalRandoms and such, however, it doesn't not find randoms its suppose to like, like the Frog, Genie, Security Guard, Sandwich Lady, etc, so I have to manually do it...which where the script is operating is a high-random zone so it kinda needs to solve these. It doesn't even find fight either.
Any help that can be given would be great!Code:CheckForLevel; FTWait(2); FindNormalRandoms; SelectAntiBan; FTWait(2); Wait(1000+random(500)); if (CountItemDtm(<dtm>) = <previous count>) then begin repeat FindNormalRandoms; FTWait(16); CheckForRandoms := CheckForRandoms + 1; if (not(LoggedIn)) then Exit; until(CheckForRandoms > 8); StartSpin; end;
- Azzon


Reply With Quote
.
