sotf Posted March 26, 2014 Posted March 26, 2014 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 Quote
Litro Endemic Posted March 26, 2014 Posted March 26, 2014 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; Quote
sandbox Posted March 26, 2014 Posted March 26, 2014 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; 1 Quote
sotf Posted March 26, 2014 Author Posted March 26, 2014 Ah mega resist potion! Thanks Sir Sandbox, I'll try to modify the script and see if it fits our server's needs. update: it worked, thanks! Marking this thread as solved Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.