Sidy Posted December 5, 2021 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 42 Reputation: 0 Joined: 03/16/20 Last Seen: Friday at 10:25 PM Share Posted December 5, 2021 Hello, I searched for how I can set like yggdrasil berry item(or other) for to not be used, and be infinite for one group(like vip). How I can set infinite usable item for Vip Chacracters? Thanks Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted December 6, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 15 hours ago Share Posted December 6, 2021 Made custom ygg. berry that cannot trade (Block all way to trade) and infinite use. Then sell or give this to them. Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted December 6, 2021 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 9 hours ago Share Posted December 6, 2021 or do some trick if(status_vip(VIP_STATUS_ACTIVE)(getitem 608,1;) Quote Link to comment Share on other sites More sharing options...
0 Cydh Posted December 6, 2021 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted December 6, 2021 just do like official servers create one NPC to check VIP status, give a box that generates an rental item for 24 hours check the box & items before player can claim it, only one per inventory just a work around idea Quote Link to comment Share on other sites More sharing options...
0 Sidy Posted December 8, 2021 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 42 Reputation: 0 Joined: 03/16/20 Last Seen: Friday at 10:25 PM Author Share Posted December 8, 2021 (edited) On 12/6/2021 at 5:19 AM, LearningRO said: or do some trick if(status_vip(VIP_STATUS_ACTIVE)(getitem 608,1;) How I can set value to group level = 1, 5, or 99(adm example)? or mean the vip status is already some representative value? Do the script db must be like below? - Id: 607 AegisName: Yggdrasilberry Name: Yggdrasil Berry Type: Healing Buy: 5000 Weight: 300 Flags: BuyingStore: true Delay: Duration: 5000 Status: Reuse_Limit_F Script: | if(status_vip(VIP_STATUS_ACTIVE)(getitem 607,1;); percentheal 100,100; Edit: I got error: Edited December 8, 2021 by Herbertsidy Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted December 10, 2021 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 9 hours ago Share Posted December 10, 2021 On 12/9/2021 at 1:46 AM, Herbertsidy said: How I can set value to group level = 1, 5, or 99(adm example)? or mean the vip status is already some representative value? Do the script db must be like below? - Id: 607 AegisName: Yggdrasilberry Name: Yggdrasil Berry Type: Healing Buy: 5000 Weight: 300 Flags: BuyingStore: true Delay: Duration: 5000 Status: Reuse_Limit_F Script: | if(status_vip(VIP_STATUS_ACTIVE)(getitem 607,1;); percentheal 100,100; Edit: I got error: if(vip_status(VIP_STATUS_ACTIVE) ){getitem 607,1;} Quote Link to comment Share on other sites More sharing options...
Question
Sidy
Hello, I searched for how I can set like yggdrasil berry item(or other) for to not be used, and be infinite for one group(like vip).
How I can set infinite usable item for Vip Chacracters?
Thanks
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.