PROVOCATION (by Kraz)
- Descrizione: Alza la skill usandola su due pet
- Istruzioni: Munitevi di tanti lutes, selezionate il primo pet, selezionate il secondo pet e fate partire la macro
codice:[color=yellow]// Author: Kraz // Description: train provocation using lutes[/color] if not @findobject 'firstPet' promptalias 'firstPet' endif if not @findobject 'secondPet' promptalias 'secondPet' endif useskill 'Provocation' waitfortarget 1000 if @injournal 'instrument shall' 'system' // Search for lutes if @findtype 0xeb3 0 'backpack' target! 'found' waitfortarget 1000 else sysmsg 'Out of lutes!' 25 stop endif endif target! 'firstPet' waitfortarget 1000 target! 'secondPet' pause 10050 @clearjournal
Commenta