Прямая связь с администрацией по скайпу: gods.dragon
We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
sub trap() Uo.DeleteJournal() REPEAT If Uo.InJournal('You are frozen and can not move') Then uo.msg('.Usetraped') Uo.DeleteJournal() Else Wait(100) EndIf Until Uo.Dead() end sub
sub disp() uo.usetype('0x183C','0x0427') end sub
sub bandage() VAR Success = 'You put the bloody bandage' VAR Fizzle = 'failed.' VAR bandag = '0x0E21' VAR k repeat If UO.GetHP() < UO.GetMaxHP() - 1 Then If UO.Count( Bandag ) > 0 Then uo.DeleteJournal( Success ) uo.DeleteJournal( Fizzle ) k = 0 UO.Bandageself() repeat wait(50) k = k + 1 until UO.InJournal( Success ) or UO.InJournal( Fizzle ) or k > 100 Else return Endif Else wait(500) Endif until UO.Life == 0 end sub