|
but u can use this script if ud like
it gives u only warrior dances...
DO
// Invitando
COMMAND "/invite UrCharNick"
// Espera o principal aceitar o invite
DO
SLEEP 500
LOOP CHAR_PARTY_COUNT == #I0 // Assumin ur BD is not in party
// Dancas
USE_SKILL 274 //Dance of Fire
SLEEP 2500
USE_SKILL 275 //Dance of Fury
SLEEP 2500
USE_SKILL 271 //Dance of Warrior
SLEEP 2500
// Saindo da PT
COMMAND "/leave"
// Aguardando pra começar novamente
SLEEP 120000
LOOP TRUE == TRUE
|