Talon Posted September 21, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Share 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 Link to comment Share on other sites More sharing options...
Talon Posted September 21, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 21, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
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...!
Link to comment
Share on other sites
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.