Jump to content

Anti-freeze or any status consumable?


Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   9
  • Joined:  11/14/12
  • Last Seen:  

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 :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Check this item out.

 

 

http://ratemyserver.net/index.php?page=re_item_db&item_id=&iname=&itype=2&islot_sign=-1&islot=-1&ij[+]=-1&iju=-1&idesc=freeze&iscript=&i_ele=-1&i_status=-1&i_race=-1&i_bonus=-1&icfix=&sort_r=0&sort_o=0&isearch=Search

 

 

sc_start SC_COMMONSC_RESIST,3600000,10;
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   9
  • Joined:  11/14/12
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...