Inscription
Moderators: Murderator+, Murderator
Inscription
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 ?
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?
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?