Sallycantdance Posted November 26, 2023 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 797 Reputation: 12 Joined: 12/04/20 Last Seen: 2 hours ago Share Posted November 26, 2023 (edited) hello how can i put zeny payment for normal players and free for vip players group 5 Quote prontera,162,197,4 script Healer 569,{ //buffs for everyone specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; specialeffect2 EF_HEAL2; percentheal 100,100; //vip buffs if(vip_status(VIP_STATUS_ACTIVE)){ sc_start SC_SUFFRAGIUM,60000,3; sc_start SC_GLORIA,60000,5; sc_start SC_IMPOSITIO,60000,5; sc_start SC_ANGELUS,60000,10; // 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 November 26, 2023 by GM Winter Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted November 27, 2023 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 1 hour ago Share Posted November 27, 2023 (edited) prontera,162,197,4 script Healer 569,{ if(Zeny < 1000){ mes "I'm sorry, but you don't"; mes "have enough Zeny"; end; } set Zeny, Zeny - 1000; //buffs for everyone specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; specialeffect2 EF_HEAL2; percentheal 100,100; //vip buffs if(vip_status(VIP_STATUS_ACTIVE)){ sc_start SC_SUFFRAGIUM,60000,3; sc_start SC_GLORIA,60000,5; sc_start SC_IMPOSITIO,60000,5; sc_start SC_ANGELUS,60000,10; // 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; } Try This Edited November 27, 2023 by hendra814 1 Quote Link to comment Share on other sites More sharing options...
0 Nyaniverse Posted November 27, 2023 Group: Members Topic Count: 13 Topics Per Day: 0.02 Content Count: 49 Reputation: 31 Joined: 09/09/23 Last Seen: 5 hours ago Share Posted November 27, 2023 2 hours ago, GM Winter said: hello how can i put zeny payment for normal players and free for vip players group 5 You can reference your question by looking at the default custom Healer that comes with rAthena. Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted November 27, 2023 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 797 Reputation: 12 Joined: 12/04/20 Last Seen: 2 hours ago Author Share Posted November 27, 2023 4 hours ago, hendra814 said: prontera,162,197,4 script Healer 569,{ if(Zeny < 1000){ mes "I'm sorry, but you don't"; mes "have enough Zeny; end; } set Zeny, Zeny - 1000; //buffs for everyone specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; specialeffect2 EF_HEAL2; percentheal 100,100; //vip buffs if(vip_status(VIP_STATUS_ACTIVE)){ sc_start SC_SUFFRAGIUM,60000,3; sc_start SC_GLORIA,60000,5; sc_start SC_IMPOSITIO,60000,5; sc_start SC_ANGELUS,60000,10; // 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; } Try This Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted November 27, 2023 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 797 Reputation: 12 Joined: 12/04/20 Last Seen: 2 hours ago Author Share Posted November 27, 2023 thank you @hendra814 you just missed " here " mes "have enough Zeny"; " problem solved thanks alot 1 Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted November 27, 2023 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 1 hour ago Share Posted November 27, 2023 1 hour ago, GM Winter said: thank you @hendra814 you just missed " here " mes "have enough Zeny"; " problem solved thanks alot Thanks for the information. 1 Quote Link to comment Share on other sites More sharing options...
Question
Sallycantdance
hello how can i put zeny payment for normal players and free for vip players group 5
Link to comment
Share on other sites
5 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.