Jump to content
  • 0

Diamond Dust Crystalization Formula


firewing225

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/01/12
  • Last Seen:  

I'm having a problem with the Diamond Dust Crystalization .... its around 75% success rate when I tested it on my server.... 3 sets of 20 hits each but while browsing on the internet, I found that the base chance should be (5 + 5 * Skill level)% and Summon Aqua adds around (Caster's Job level / 5)%..... This should be around 40% chance max. The code which I have no where calls upon the caster's job level. Please check and tell me if my code is right and official or am I outdated?

Can anyone give me the correct source code for this please? (The Diamond Dust Crystalization Chance and the aqua level 2 var)

case SO_DIAMONDDUST:
rate = 5 + 5 * skilllv;
if( sc && sc->data[sC_COOLER_OPTION] )
rate += rate * sc->data[sC_COOLER_OPTION]->val2 / 100;
sc_start(bl, SC_CRYSTALIZE, rate, skilllv, skill_get_time2(skillid, skilllv));
break;

case SC_COOLER_OPTION:
val2 = 80; // % Freezing chance
val3 = 33; // % increased damage
val4 = 1; // Change into water elemet
val_flag |= 1|2|4;
break;

Edited by firewing225
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...