allora se siete da 0 a 10 mettetevi a heartwood sopra l'arcane circle
codice:
;================================== ; Script Name: Spellweaving trainer 0-120 ; Author: Jacksus ; Version: 1.0 ; Client Tested with: 6.0.1.3 ; EUO version tested with: 1.50 ; Shard OSI / FS: UODreams ; Revision Date: 10/10/07 ; Public Release: 10/10/07 ; Purpose: Train Spellweaving ;================================== ;arcane circle; chooseskill spellweaving if #skill > 000 && #skill <= 100 { if #mana > 24 { event macro 15 601 wait 3s } else { event macro 13 46 wait 5s } } ;thunderstorm; while #skill > 100 && #skill <= 240 { if #mana > 32 { event macro 15 605 wait 3s } else { event macro 13 46 wait 5s } } ;reaper form; while #skill > 240 && #skill <= 520 { if #mana > 24 { event macro 15 609 wait 5s } else { event macro 13 46 wait 5s } } ;essence of wind; while #skill > 520 && #skill <= 800 { if #mana > 40 { event macro 15 611 wait 5s } else { event macro 13 46 wait 5s } } ;word of death; while #skill > 800 && #skill <= 1200 { if #mana > 50 { event macro 15 614 wait 6s } else { event macro 13 46 wait 5s } } if #skill = 1200 { display Finish! Legendary Spellweaver.. divertiti :| halt }
Commenta