system05 2 Posted May 14, 2016 This item is not in the database of the hercules and would and help to create. I have the script in rAthena but I can not "convert" pro hercules. { bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,10; .@r = getrefine(); autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*.@r; }",3*.@r,3000,BF_NORMAL,"{ transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Traaaansformation-!! Eddga form!!\"; }"; autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*.@r; }",.@r,3000,BF_NORMAL,"{ transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Traaaansformation-!! Eddga form!!\"; }"; } Quote Share this post Link to post Share on other sites
1 Emszy 0 Posted May 14, 2016 (edited) Give me the whole line and I'll do it for you. Here ya go. Script: <" bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,10; .@r = getrefine(); autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*.@r; }",3*.@r,3000,BF_NORMAL,"{ transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Traaaansformation-!! Eddga form!!\"; }"; autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*.@r; }",.@r,3000,BF_NORMAL,"{ transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Traaaansformation-!! Eddga form!!\"; }"; "> Edited May 14, 2016 by Emszy Quote Share this post Link to post Share on other sites
0 system05 2 Posted May 14, 2016 (edited) Thanks! A detail: Change transform para montransform Edited May 14, 2016 by system05 Quote Share this post Link to post Share on other sites
0 Alunder 0 Posted June 6, 2017 (edited) White King Tiger Doll Hat A smoking tiger-shaped hat with wearing a bamboo hat. It is originated by an old expression. 'Once upon a time there lived a tiger who is smoking' STR +2, DEX +2. To each refine: Increases damage inflicted on Brute monsters by 1%. When dealing or attacked by physical attacks, adds a chance to transform into king of tigers 'Eddga'. Both transforming chance and strength are increased per each refine grade. During processing: ATQ +20 by refining. Drains 10 SP per second. ------ Script: <" bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,(getrefine()*1); .@r = getrefine(); autobonus "{ bonus2 bSPLossRate,10,3000; bonus bBaseAtk,20*getrefine(); }",3*.@r,3000,BF_NORMAL,"{ montransform (1115),3000,SC_MTF_ASPD; specialeffect2 EF_POTION_BERSERK; }"; autobonus2 "{ bonus2 bSPLossRate,10,3000; bonus bBaseAtk,20*getrefine(); }",3*.@r,3000,WhenHit,"{ montransform (1115),3000,SC_MTF_ASPD; specialeffect2 EF_POTION_BERSERK; }"; "> ------ This is the formula that I made according to the standards of item_db, has no errors and apparently is working perfectly. It will work according to the refinement, increasing consecutively the chance of success and also when receiving damage as it is in the description. If you get one above +11 this item becomes very OP. Using a knight Lv. 90 ~50 Str with a +17 hat, his attack came close to 1,000 points. All functions are working perfectly. The only thing I did not try to change, because it did not matter to me is the phrase that comes up when Eddga appears, like this: "Traaaansformation-!! Eddga form!! I also did not need to put it in the formula once the phrase appears automatically. Have fun guys! ; ) Edited June 7, 2017 by Alunder Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites