Client and other players experience crashing everytime this script runs
- Id: 18856
AegisName: W_King_Tiger_Doll_Hat
Name: W King Tiger Doll Hat
Type: Armor
Buy: 10
Defense: 10
Locations:
Head_Top: true
ArmorLevel: 1
EquipLevelMin: 1
Refineable: true
View: 973
Script: |
bonus bStr,2;
bonus bDex,2;
bonus2 bAddRace,RC_Brute,10;
bonus2 bAddRace,RC_Player_Doram,10;
.@r = getrefine();
autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*max(1,getrefine()); }",3*.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Traaaansformation-!! Eddga form!!\"; }";
autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*max(1,getrefine()); }",.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Traaaansformation-!! Eddga form!!\"; }";
or
- Id: 11592
AegisName: Trance_Candy_R
Name: Trans Candy Red
Type: Healing
Buy: 20
Weight: 30
Script: |
itemheal 45,0;
transform 1507,600000,SC_MTF_MHP,20;
specialeffect2 EF_CLOAKING;
showscript "Trans-Form-!! Bloody Murderer Fo-rm!!";
There is no console error or .exe crash log to identify the source. any idea?