[Request] BD out party script...

09/10/2008 23:16 oxz#16
Still waiting...
01/05/2009 17:35 Liuss#17
I'm also waiting.
Tried to make say(/invite bd) but yeah it makes the char say everything inside parenthesis :(
01/07/2009 21:43 pedroabreu#18
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