• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

My console one liner autoheal

Lessaire

Omniscient Hypervisor
Joined
Dec 29, 2009
Messages
1,264
Solutions
46
Reaction score
462
Location
Oregon
Just fucking around with console, I thought I'd share:

Code:
function healMyAss()
    if g_game.getLocalPlayer():getHealthPercent() < [B]90[/B] then g_game.talk('[B]exura san[/B]') ; end ;
    scheduleEvent(healMyAss, [B]1000[/B]) ; 
end ; scheduleEvent(healMyAss, 1000) ;

Since the currently existing bot out there uses the calculated percentage based on the (nominally) U16 limited values, this may be of use to those wondering how to base it on the player's gamefield lifebar.

I'm trying to press my players into using OTClient, but many are reluctant because they are cowards preferring the soft wimpy comforts of mature bots like ElfBot. Timid bitches. But that's what I get running a server that semi-caters to botters for so long.
 
Back
Top