Talon Posted September 21, 2014 Posted September 21, 2014 prontera,150,188,5 script Healer 447,{ if (getgroupid() > 98 { specialeffect2 EF_BLESSING; sc_start SC_BLESSING,600000,10; } else { specialeffect2 EF_BLESSING; sc_start SC_BLESSING,120000,10; end; } Don't know what's wrong with this code, this is meant to buff groupid = 99 or normal group get blessing for 2 minutes... But the worst thing is I can't even see the npc exists...! Quote
Talon Posted September 21, 2014 Author Posted September 21, 2014 (edited) Thanks Emistry! It's working people.. prontera,150,188,5 script Healer 447,{ if (getgroupid() > 98) /*<--------this was missing aswell...xD*/ { specialeffect2 EF_BLESSING; sc_start SC_BLESSING,600000,10; } else { specialeffect2 EF_BLESSING; sc_start SC_BLESSING,120000,10; } // <------------------------------------------- MISSING end; } Edited September 21, 2014 by Talon Quote
Emistry Posted September 21, 2014 Posted September 21, 2014 prontera,150,188,5 script Healer 447,{ if (getgroupid() > 98 { specialeffect2 EF_BLESSING; sc_start SC_BLESSING,600000,10; } else { specialeffect2 EF_BLESSING; sc_start SC_BLESSING,120000,10; } // <------------------------------------------- MISSING end; } 1 Quote
Question
Talon
Don't know what's wrong with this code, this is meant to buff groupid = 99 or normal group get blessing for 2 minutes...
But the worst thing is I can't even see the npc exists...!
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.