Jump to content

  •  

Megathronzz

Member Since 08 Oct 2014
Offline Last Active Dec 25 2016 06:01 AM
-----

Posts I've Made

In Topic: need help exe 2015-11-04aRagexe

23 April 2016 - 08:43 AM

because its not supported by herc

 

thank guy



You hex it incorrect. And also take note herc still don't support 2015-10-29a and 2015-11-04 

thank


In Topic: 2015-05-13aRagexe Release

21 April 2016 - 04:19 AM

this bug exe right ?

 

skill Killing Cloud

 


In Topic: aboute skill NPC_WIDESOULDRAIN

14 April 2016 - 09:14 AM

if( getrefine()>9 ) 
   bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",3,5,BF_MAGIC,0; 
else 
   bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",1,5,BF_MAGIC,0;

 

It says if the refine is 10, then it casts level 3 (19x19)

If it isn't, then it casts level 1 (11x11)

 

I Have Eraser refine +13


In Topic: item combo and getrefine() bug

10 March 2016 - 05:54 PM

renewal?

right



i can't fix

 

thank @memoryss1

 

https://github.com/H...les/issues/1190


In Topic: how to use bSubSkill

09 March 2016 - 01:17 PM

There's nothing like SubSkill in Hercules.
Better give some description?

 

 

 Reduces damage taken from Arrow Storm and Gate of Hell by 10%.

Every 10 base increment of LUK, CRIT +1, ATK +2, MATK +2.
When base LUK is 108 or higher, CRIT +5, Critical damage +10%.
When base LUK is 120 or higher, CRIT +10, Critical damage +17%, reduces damage taken from Arrow Storm and Gate of Hell by 30%.
Every 10 base increment of DEX, Critical damage -2%.
 

This script item

 
{ bonus bCritical,3; bonus bCritAtkRate,3; bonus2 bSubSkill,"RA_ARROWSTORM",10; bonus2 bSubSkill,"SR_GATEOFHELL",10; .@dex = readparam(bDex); .@luk = readparam(bLuk); bonus bCritAtkRate,-(.@dex/10)*2; bonus bCritical,.@luk/10; bonus bBaseAtk,(.@luk/10)*2; bonus bMatk,(.@luk/10)*2; if (.@luk > 120) { bonus bCritical,10; bonus bCritAtkRate,10; bonus2 bSubSkill,"RA_ARROWSTORM",30; bonus2 bSubSkill,"SR_GATEOFHELL",30; } else if (.@luk > 108) { bonus bCritical,5; bonus bCritAtkRate,10; } },{},{}

 

 

full link http://ratemyserver....&isearch=Search