Page 1 of 1
Inscription
Posted: 2004-07-04 15:11:38
by Biba
I have some problems with automenu and scribing Flamestrike scrolls. If i scribe with lags (i think), then i got polymorph and reactive armor. Is there any way to solve this problem out ?
Posted: 2004-07-04 16:13:23
by Yoko
modify your script to satisfy shard lags then
also maybe you used (n) choices, try remove, this will make it failsafer
Posted: 2004-07-04 16:49:56
by Biba
I got this
SUB scribe_kvf()
Var LastTimer
LastTimer=UO.Timer()
UO.DeleteJournal()
UO.Useskill("Inscription")
repeat
wait(100)
until uo.injournal("You put") or uo.injournal("failed") or LastTimer+60<UO.Timer
END SUB
+ standart automenu in another script.
SUB automenu()
UO.Automenu ('Spell Circles','Spell Circle 7')
UO.Automenu ('Spell Circle 7','Flame Strike')
END SUB
Do u think, insert pause into automenu script will help?