Yoko

All sides of Injection
It is currently 2025-12-28 17:16:35

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 2004-07-22 12:00:02 
Offline

Joined: 2004-04-13 19:05:40
Posts: 40
sub Inscription()
VAR Sunduk = '0x4020785C'
VAR Blanki = '0x0E34'
VAR Redysc = '0x1F40'
VAR Kolvo = 200
While TRUE
UO.FindType( Blanki, -1, Sunduk )
If UO.FindCount() == 0 Then
UO.Print("Blank Scrolls Not Found, script terminated")
return
Endif
UO.Grab( Str( Kolvo ), 'finditem' )
wait( 2000 )
While UO.Count( Blanki ) > 0
UO.DeleteJournal()
UO.CancelMenu()
UO.Exec("waitmenu 'Spell Circles' 'Third Circle' 'Spell Circle 3' Poison")
UO.Exec("usetype 0x0e34")
k = 0
while NOT UO.InJournal('You put') AND NOT UO.InJournal('fail') AND ( k < 30 )
k = k + 1
wait(500)
wend
if UO.Count( Redysc ) > 0 then
UO.FindType( Redysc, -1, -1 )
UO.MoveItem( 'finditem', 0, Sunduk )
wait( 1000 )
UO.Print( 'scrol moved' )
end if
Wend
Wend
end sub


the script is taking blank scrolls from a chest (Sunduk) making Poison Scrolls (Redysc) and puting them back to the chest!!!

don yell its my first one not 100% my work but 80%-85% )


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 1 post ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited