nicolasdemartini Posted December 22, 2022 Group: Members Topic Count: 15 Topics Per Day: 0.02 Content Count: 33 Reputation: 0 Joined: 09/21/22 Last Seen: August 13, 2024 Share Posted December 22, 2022 Good afternoon I wonder if it is possible to create an NPC Heleader that for normal users only of Heal and for VIPs blesin and agi nothing else Quote Link to comment Share on other sites More sharing options...
0 cook1e Posted December 22, 2022 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 171 Reputation: 68 Joined: 10/25/20 Last Seen: 2 hours ago Share Posted December 22, 2022 - script Healer -1,{ percentheal 100,100; if(vip_status(VIP_STATUS_ACTIVE)) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } end; } prontera,162,193,4 duplicate(Healer) Healer#prt 909 Quote Link to comment Share on other sites More sharing options...
0 nicolasdemartini Posted December 23, 2022 Group: Members Topic Count: 15 Topics Per Day: 0.02 Content Count: 33 Reputation: 0 Joined: 09/21/22 Last Seen: August 13, 2024 Author Share Posted December 23, 2022 hello I did not work :C Quote Link to comment Share on other sites More sharing options...
0 cook1e Posted December 23, 2022 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 171 Reputation: 68 Joined: 10/25/20 Last Seen: 2 hours ago Share Posted December 23, 2022 It is working, you need to uncomment this line. https://github.com/rathena/rathena/blob/master/src/config/core.hpp#L50 Quote Link to comment Share on other sites More sharing options...
0 manuel Posted January 2, 2023 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 48 Reputation: 2 Joined: 03/19/14 Last Seen: Wednesday at 01:08 AM Share Posted January 2, 2023 saludos bro toma pa el emu if (vip_status(1)) { pones las dopas dentro jsojso saludos } 1 Quote Link to comment Share on other sites More sharing options...
Question
nicolasdemartini
Good afternoon I wonder if it is possible to create an NPC Heleader that for normal users only of Heal and for VIPs blesin and agi nothing else
Link to comment
Share on other sites
4 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.