AinsLord Posted August 27, 2018 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
1 sader1992 Posted August 27, 2018 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
0 skymia Posted May 10, 2020 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
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
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.