; #################################
; Script Name: Guadah's Pot Chugger
; Author: Guadah / Cerveza
; Version: 1.0
; Client Tested with: EA 6.0.3.1 (Patch 60)
; EUO version tested with: 1.5 Version 127
; Shard OSI / FS: OSI Servers
; Revision Date: N/A
; Public Release:
; Global Variables Used:
; Purpose: Freehand Pot Chugger
; Special Thanks: Cerveza for reorganization and advice. Thanks!
; __ __ __ __ __ __ __
; | || |/ `| || \[__ [__)(__
; |__||__|\__.|__||__/[___| \___)
; http://www.UOCoders.com/
; #################################
; THIS IS PART OF YOUR SET UP. SET THIS NUMBER TO THE VALUE WHERE YOU WANT TO DRINK YOUR POTIONS.
set %heal 75
set %refresh 15
set %str 95
set %cure NUF
set %heal UUF
set %refresh ZUF
set %apple CBS
repeat
if ( c in #charstatus )
gosub drinkit %cure
if ( #hits <= %heal ) && ( #sCnt > %healtimer )
{
gosub drinkit %heal
set %healtimer ( #sCnt + 11 )
}
if ( #stamina <= %stam )
gosub drinkit %refresh
if ( #str <= %str ) && ( #sCnt > %appletimer )
{
gosub drinkit %apple
set %appletimer ( #sCnt + 30 )
}
Until #Clilogged = 0 || #CharGhost = YES
HALT
sub drinkit
findItem %1 C_ , #backpackID
if #findKind = -1
return
set #lobjectID #findID
set #ltargetKind 1
event macro 17 0
wait 5
return
terça-feira, 9 de fevereiro de 2010
Guadah's Pot Chugger
Auto pot drinker, otimo para ser usado no pvp ou pvm high level(perless), recomendado para archers com arcos balanced, uma vez que ele não desequipa arma ou algo assim para tomar a pot, caso use arma ou algo assim, ative a opção de unequip hand for potions no razor.
Marcadores:
Easyuo Scripts
Assinar:
Postar comentários (Atom)
0 comentários:
Postar um comentário