Kalimus Posted July 1, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 27 Reputation: 0 Joined: 06/17/17 Last Seen: May 25, 2020 Share Posted July 1, 2017 Hello. Does anyone has a VIP BUFFER script? I want it to gives +6 all stats food, 40 atk & m.atk, and +100% EXP & JOB EXP for 5 hours. Thank you. Quote Link to comment Share on other sites More sharing options...
0 GiovanT Posted July 1, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Share Posted July 1, 2017 Here Just to add your message... prontera,153,175,6 script VIP BUFFER 908,{ sc_start SC_FOOD_STR_CASH,18000000,6; sc_start SC_FOOD_AGI_CASH,18000000,6; sc_start SC_FOOD_INT_CASH,18000000,6; sc_start SC_FOOD_VIT_CASH,18000000,6; sc_start SC_FOOD_DEX_CASH,18000000,6; sc_start SC_FOOD_LUK_CASH,18000000,6; sc_start SC_ATKPOTION,18000000,40; sc_start SC_MATKFOOD,18000000,40; sc_start SC_EXPBOOST,18000000,100; sc_start SC_JEXPBOOST,18000000,100; } Quote Link to comment Share on other sites More sharing options...
0 Kalimus Posted July 1, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 27 Reputation: 0 Joined: 06/17/17 Last Seen: May 25, 2020 Author Share Posted July 1, 2017 Thanks, but this npc will buff anyone, not only vips Quote Link to comment Share on other sites More sharing options...
0 Kalimus Posted July 1, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 27 Reputation: 0 Joined: 06/17/17 Last Seen: May 25, 2020 Author Share Posted July 1, 2017 And also, not working at all... The NPC spawn, but you can't talk with him Quote Link to comment Share on other sites More sharing options...
0 Kalimus Posted July 1, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 27 Reputation: 0 Joined: 06/17/17 Last Seen: May 25, 2020 Author Share Posted July 1, 2017 Sorry he works, i just did not @reloadscript, so it was my old buff npc (that does not work) He is buffing well, but he is buffing any player, not those with group ID 1 Quote Link to comment Share on other sites More sharing options...
0 Kalimus Posted July 1, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 27 Reputation: 0 Joined: 06/17/17 Last Seen: May 25, 2020 Author Share Posted July 1, 2017 But i am getting stone curse, instead of getting bonus EXP and JOB... the other status are fine Quote Link to comment Share on other sites More sharing options...
0 Kalimus Posted July 1, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 27 Reputation: 0 Joined: 06/17/17 Last Seen: May 25, 2020 Author Share Posted July 1, 2017 (edited) I also removed the Stone Curse effect by removing: sc_start SC_ATKPOTION,18000000,40; sc_start SC_MATKFOOD,18000000,40; sc_start SC_EXPBOOST,18000000,100; sc_start SC_JEXPBOOST,18000000,100; And putting: sc_start SC_PLUSATTACKPOWER, 18000000, 40; sc_start SC_PLUSMAGICPOWER, 18000000, 40; sc_start SC_CASH_PLUSEXP,18000000,100; sc_start SC_CASH_PLUSONLYJOBEXP,18000000,100; Edited July 1, 2017 by Kalimus Quote Link to comment Share on other sites More sharing options...
0 viperballz Posted July 6, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 6 Reputation: 3 Joined: 05/28/17 Last Seen: July 13, 2017 Share Posted July 6, 2017 (edited) normal user will receive only heal, VIP will + buff as you requested. prontera,153,175,6 script BUFFER 908,{ percentheal 100,100; if (vip_status(VIP_STATUS_ACTIVE)){ sc_start SC_STRFood,18000000,6; sc_start SC_AGIFood,18000000,6; sc_start SC_VITFood,18000000,6; sc_start SC_INTFood,18000000,6; sc_start SC_DEXFood,18000000,6; sc_start SC_LUKFood,18000000,6; sc_start SC_WATKFOOD,18000000,40; sc_start SC_MATKFOOD,18000000,40; sc_start SC_JEXPBOOST,18000000,100; sc_start SC_EXPBOOST,18000000,100; } close; } Edited July 6, 2017 by viperballz Quote Link to comment Share on other sites More sharing options...
Question
Kalimus
Hello.
Does anyone has a VIP BUFFER script?
I want it to gives +6 all stats food, 40 atk & m.atk, and +100% EXP & JOB EXP for 5 hours.
Thank you.
Link to comment
Share on other sites
7 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.