Hotkeys
Z AmonWiki
(Rozdíly mezi verzemi)
(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…) |
|||
Řádka 13: | Řádka 13: | ||
> Script > Edit current script | > Script > Edit current script | ||
- | sub KadSvetlo() | + | sub KadSvetlo() |
var type = 0x1843 | var type = 0x1843 | ||
var color = 0x03C4 | var color = 0x03C4 | ||
Řádka 23: | Řádka 23: | ||
uo.useType(type, color) | uo.useType(type, color) | ||
UO.WaitTargetSelf() | UO.WaitTargetSelf() | ||
- | end sub | + | end sub |
> Save Script | > Save Script |
Verze z 19. 2. 2010, 17:00
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