AinsLord Posted August 27, 2018 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted August 27, 2018 anyone here have an NPC that gives buff for non VIP and VIP players example the if the NPC detects that the player has no VIP he/she only gets heal + Agi + Bless but if the NPC detects the player is a VIP it will give additional buffs like Food buffs etc thnx in advance Quote Link to comment Share on other sites More sharing options...
1 sader1992 Posted August 27, 2018 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: Tuesday at 07:50 PM Share Posted August 27, 2018 (edited) prontera,0,0,0 script buffer 444,{ //buffs for everyone specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,60000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,60000,10; specialeffect2 EF_HEAL2; percentheal 100,100; //vip buffs if(vip_status(VIP_STATUS_ACTIVE)){ sc_start SC_STRFOOD,60000,10; sc_start SC_INTFOOD,60000,10; sc_start SC_DEXFOOD,60000,10; sc_start SC_AGIFOOD,60000,10; sc_start SC_VITFOOD,60000,10; sc_start SC_LUKFOOD,60000,10; } end; } Edited August 27, 2018 by sader1992 1 Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted August 27, 2018 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Author Share Posted August 27, 2018 Ty Sir ur D'best ^_^ Quote Link to comment Share on other sites More sharing options...
0 choigene120115 Posted April 16, 2019 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 04/11/19 Last Seen: July 19, 2019 Share Posted April 16, 2019 ty for this sir , Godbless Quote Link to comment Share on other sites More sharing options...
0 skymia Posted May 10, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 298 Reputation: 4 Joined: 02/19/17 Last Seen: May 26, 2024 Share Posted May 10, 2020 On 8/27/2018 at 12:11 PM, sader1992 said: prontera,0,0,0 script buffer 444,{ //buffs for everyone specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,60000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,60000,10; specialeffect2 EF_HEAL2; percentheal 100,100; //vip buffs if(vip_status(VIP_STATUS_ACTIVE)){ sc_start SC_STRFOOD,60000,10; sc_start SC_INTFOOD,60000,10; sc_start SC_DEXFOOD,60000,10; sc_start SC_AGIFOOD,60000,10; sc_start SC_VITFOOD,60000,10; sc_start SC_LUKFOOD,60000,10; } end; } how to make 8am will appear the buffer npc and it will announce if will appear and 3mins before it will disappear again and next appear will 1pm and next will 6pm again sorry if i cant explain so clearly hope someone can understand what i want in this script hehehe Quote Link to comment Share on other sites More sharing options...
Question
AinsLord
anyone here have an NPC that gives buff for non VIP and VIP players
example the if the NPC detects that the player has no VIP he/she only gets heal + Agi + Bless
but if the NPC detects the player is a VIP it will give additional buffs like Food buffs etc
thnx in advance
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.