If SWS and BD is 78 and the songs of second class is enchanted to +6, not need recharge, the MP will recovered after song/dance.
Song:
Dance:
Use tkx button, ty!
Song:
Code:
LABEL(ren)
!CharBuffs(Song of Renewal){
USESKILL(Song of Renewal)
}
!CharBuffs(Song of Renewal){
JMP(ren)
}
Label(fire)
CharBuffs(Dance of Fire){
JMP(ear)
}
JMP(fire)
LABEL(ear)
!CharBuffs(Song of Earth){
USESKILL(Song of Earth)
}
!CharBuffs(Song of Earth){
JMP(ear)
}
Label(warrior)
CharBuffs(Dance of the Warrior){
JMP(hun)
}
JMP(warrior)
Label(hun)
!CharBuffs(Song of Hunter){
USESKILL(Song of Hunter)
}
!CharBuffs(Song of Hunter){
JMP(hun)
}
label(testa)
!CharBuffs(Dance of the Vampire){
JMP(testa)
}
label(fim)
CharBuffs(Dance of the Vampire){
JMP(fim)
}
JMP(ren)
Dance:
Code:
LABEL(ren)
CharBuffs(Song of Renewal){
JMP(fire)
}
JMP(ren)
Label(fire)
!CharBuffs(Dance of Fire){
USESKILL(Dance of Fire)
}
!CharBuffs(Dance of Fire){
JMP(fire)
}
LABEL(ear)
CharBuffs(Song of Earth){
JMP(fury)
}
JMP(ear)
LABEL(fury)
!CharBuffs(Dance of Fury){
USESKILL(Dance of Fury)
}
!CharBuffs(Dance of Fury){
JMP(fury)
}
LABEL(warrior)
USESKILL(Dance of the Warrior)
}
!CharBuffs(Dance of the Warrior){
JMP(warrior)
}
LABEL(hun)
CharBuffs(Song of Hunter){
JMP(vampire)
}
JMP(hun)
LABEL(vampire)
!CharBuffs(Dance of the Vampire){
USESKILL(Dance of the Vampire)
}
!CharBuffs(Dance of the Vampire){
JMP(vampire)
}
label(fim)
CharBuffs(Dance of the Vampire){
JMP(fim)
}
JMP(fire)