iraciz Posted August 23, 2014 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 112 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted August 23, 2014 (edited) Hello, help me to figure how to make this script to this item. Transform your player into a Moonlight for 5 seconds, and add +100 crit inside that bonus for 5 seconds. 18742,C_MoonStar_Accessory,Moon and Stars,5,20,,0,,0,,0,0xFFFFFFFF,7,2,2048,,0,0,0,{ },{ sc_start SC_MOONSTAR,-1,0;},{ sc_end SC_MOONSTAR; } This effect is activated by hitting the target has some chance of success, in addition to being transformed you earn some bonus. I want some like thes gif! but in moonlight for 5 seconds and crit+100 for 5 seconds, effect berserk potion when activated. anyone could help? EDIT: GOT IT, in an unorthodox way but it works! SOLVED THANKS. 18742,C_MoonStar_Accessory,Moon and Stars,5,20,,0,,0,,0,0xFFFFFFFF,7,2,2048,,0,0,0,{ autobonus "{ bonus bCritical,100; }", 30, 5000, BF_WEAPON|BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; disguise 1150; sleep2 5000; undisguise; }";},{ sc_start SC_MOONSTAR,-1,0; },{ sc_end SC_MOONSTAR; } Edited August 24, 2014 by iraciz 1 Quote Link to comment Share on other sites More sharing options...
Question
iraciz
Hello, help me to figure how to make this script to this item.
Transform your player into a Moonlight for 5 seconds, and add +100 crit inside that bonus for 5 seconds.
18742,C_MoonStar_Accessory,Moon and Stars,5,20,,0,,0,,0,0xFFFFFFFF,7,2,2048,,0,0,0,{ },{ sc_start SC_MOONSTAR,-1,0;},{ sc_end SC_MOONSTAR; }
This effect is activated by hitting the target has some chance of success, in addition to being transformed you earn some bonus.
I want some like thes gif! but in moonlight for 5 seconds and crit+100 for 5 seconds, effect berserk potion when activated.
anyone could help?
EDIT:
GOT IT, in an unorthodox way but it works!
SOLVED THANKS.
Link to comment
Share on other sites
0 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.