Hotkeys
Z AmonWiki
(Rozdíly mezi verzemi)
Deacon Frost (diskuse | příspěvky)
(Založena nová stránka: bandageself useskill Hiding cast 'Magic Arrow'self cast 'Greater Heal' usetype draw_knife > Object Types > Name draw_knife > New > From Target > Save massmove 500 emptycont…)
Porovnání s novější verzí →
(Založena nová stránka: bandageself useskill Hiding cast 'Magic Arrow'self cast 'Greater Heal' usetype draw_knife > Object Types > Name draw_knife > New > From Target > Save massmove 500 emptycont…)
Porovnání s novější verzí →
Verze z 14. 2. 2010, 17:36
bandageself useskill Hiding cast 'Magic Arrow'self cast 'Greater Heal' usetype draw_knife > Object Types > Name draw_knife > New > From Target > Save massmove 500 emptycontainer 500 setreceivingcontainer hide exec KadSvetlo
> Script > Edit current script
sub KadSvetlo()
var type = 0x1843 var color = 0x03C4 if uo.count(type, color) == 0 then uo.print("Neni Svetlo" + ". Ukoncuji") return endIf uo.deleteJournal() uo.useType(type, color) UO.WaitTargetSelf()
end sub
> Save Script