j'ai trouvé ceci sur le fofo :
Battle Stance = 1
Defensive Stance = 2
Berserker Stance = 3
/script icon1, name1, isactive1 = GetShapeshiftFormInfo(1);icon2, name2, isactive2 = GetShapeshiftFormInfo(2);icon3, name3, isactive3 = GetShapeshiftFormInfo(3);
/script if isactive1 then ShapeshiftBar_ChangeForm(2);end;
/script if isactive2 then ShapeshiftBar_ChangeForm(3);end;
/script if isactive3 then ShapeshiftBar_ChangeForm(1);end;
puis je l'adapter ainsi :
/script icon1, name1, isactive1 = GetShapeshiftFormInfo(1);icon2, name2, isactive2 = GetShapeshiftFormInfo(2);icon3, name3, isactive3 = GetShapeshiftFormInfo(3);
/script if isactive2 then ShapeshiftBar_ChangeForm(3);
/Lancer Rage berseker();
/script if isactive3 then ShapeshiftBar_ChangeForm(2);end;
Message édité par sigurdia le 03-12-2007 à 11:35:37