Jump to content

Recommended Posts

Posted

Meron ba nito? Kung wala, is it possible thru scripts? No full resist sa statuses kasi sa server namin, iniisip ko maganda sana kung may gantong consumable. Let's say, gamit ka nito para immune ka sa freeze for 2 minutes, mga ganyan. Salamat sa mga magrereply :)

Posted

Find in Status.C

case SC_FREEZE:

sc_def = status->mdef*100;

sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10;

tick_def2 = status_src->luk*-10; // Caster can increase final duration with luk

break;

and add this

tick_def = status->luk*100; // if Freeze your duration is 10000ms and 100 Luk will make it Freeze Duration is 1ms

after

sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10;

Posted

Ah mega resist potion! Thanks Sir Sandbox, I'll try to modify the script and see if it fits our server's needs. :D


update: it worked, thanks! Marking this thread as solved :D

Join the conversation

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

Guest
Reply to this topic...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...