Yoko

All sides of Injection
It is currently 2024-03-29 01:41:33

All times are UTC+02:00




Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: 2006-05-18 01:49:12 
Offline

Joined: 2005-05-28 18:59:31
Posts: 14
i do this macro.. but somthing its stranger... apear this error = Warning: menu 'What would you like to make?' opened. waiting cancelled . Plz help. How i can do this work?


sub Tailoring()
uo.exec("addobject Tool")
while uo.targeting()
wait(500)
wend
uo.exec("addobject cloths")
while uo.targeting()
wait(500)
wend

var menu1,menu2,loops
var skill = " Tailoring: "
Menu1 = "Carpet"
Menu2 = "Carpet"
loops= "10"
uo.exec("set norbcheck 1")
uo.exec("set norbcalc 1")

loop:
uo.exec("waitmenu" +skill +menu1 +skill +menu2)
uo.exec("recall self 0")
uo.exec("waittargetobject cloths")
uo.exec("useobject Tool")
uo.deletejournal()
wait(4000)
uo.say(loops)
while not uo.injournal("You stop crafting.")
wait(500)
wend
goto loop

end sub


Top
   
 
 Post subject:
PostPosted: 2006-05-18 03:48:22 
Offline
Expert!
User avatar

Joined: 2005-05-04 14:05:19
Posts: 2580
Location: Москва
incorrect useing waitmenu...
something like this uo.waitmenu('What', 'Carpet', 'What', 'Carpet')


Top
   
 
Display posts from previous:  Sort by  
Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 7 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited