Haki Posted August 23, 2016 Posted August 23, 2016 Is there a possible way to create a custom potion that makes you invulnerable to damage(tho you can still be attacked, just 0 damage) for atleast 5 seconds and has a cooldown of 10 minutes? Thanks for anyone who can help Quote
0 juanfu Posted August 23, 2016 Posted August 23, 2016 (edited) { sc_start SC_INVINCIBLE,5000,1; } itemDB id,nameA,NameB,11,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ specialeffect2 EF_GUARD; sc_start SC_INVINCIBLE,5000,1; },{},{} item type 11 = will not be consumed, if you will carry more than 1 and want them consume change to 2 item_delay id,600000//you custom potion with invincible all damage will be 1 or miss itemdelay 600000=10min Edited August 23, 2016 by juanfu 1 Quote
Question
Haki
Is there a possible way to create a custom potion that makes you invulnerable to damage(tho you can still be attacked, just 0 damage) for atleast 5 seconds and has a cooldown of 10 minutes?
Thanks for anyone who can help
2 answers to this question
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.