Meister Posted December 11, 2015 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted December 11, 2015 Hi, Like for example.. An account uses item A wherein item A changes a group of a normal player for a week or two. How to do it in script? Is it like the example below? snippet: //item ITEM,blah blah blah, { set #testing,1week },{},{} if (#testing ==0)end; set groupid,2; Regards! Quote Link to comment Share on other sites More sharing options...
0 Ninja Posted December 11, 2015 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share Posted December 11, 2015 You can try to create an item in your item database with an OnEquip/OnUnequip script and use atcommand "@adjgroup <group id>"; then use rentitem to limit the duration of the item. Also try looking at the VIP system. Quote Link to comment Share on other sites More sharing options...
0 Meister Posted December 11, 2015 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted December 11, 2015 You can try to create an item in your item database with an OnEquip/OnUnequip script and use atcommand "@adjgroup <group id>"; then use rentitem to limit the duration of the item. Also try looking at the VIP system. I don't want to use VIP system cause it cracks the character and I hate seeing such thing haha! I also found out recently atcommand in scripts_command thanks mate! Quote Link to comment Share on other sites More sharing options...
Question
Meister
Hi,
Like for example.. An account uses item A wherein item A changes a group of a normal player for a week or two.
How to do it in script? Is it like the example below?
Regards!
Link to comment
Share on other sites
2 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.