Spirit Speak

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
tempting
Posts: 1
Joined: 2006-02-17 18:31:32

Spirit Speak

Post by tempting »

I need one script for spirit speak...Plys ...
MAKC
Posts: 23
Joined: 2005-05-06 16:07:12
Location: none
Contact:

Re: Spirit Speak

Post by MAKC »

tempting wrote:I need one script for spirit speak...Plys ...

Code: Select all

var food='0x097B' ##тип еды 
var Timer=UO.Timer() 
sub SpiritSpeak() 
#¤Leo¤# 
UO.DeleteJournal() 
   repeat 
      UO.Useskill('Spirit Speak') 
      UO.DeleteJournal() 
         repeat 
            wait(10) 
         until UO.InJournal("netherworld") 
         if UO.Timer()>(Timer+1200) then 
            UO.UseType(food) 
               wait(100) 
         Timer=UO.Timer() 
         end if 
   until UO.Dead() 
end sub
Post Reply