adeptfrog Posted September 12, 2024 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 14 Reputation: 8 Joined: 05/05/20 Last Seen: 14 hours ago Share Posted September 12, 2024 View File Guild Package Manager An automated guild package manager that will help your server manage the distribution of guild package. Currently the script checks the following: Must be a new guild on the server Must have at least {.@min-1} Guild Members ({.@min} including the Guild Leader) Guild Members must be online Guild Members must have a unique IP (duals are not counted and won't be receiving any rewards) {.@bypassipcheck == 0} Both Guild Leader and Guild Members must be at their maximum level {.@blvl}/{.@jlvl} Both Guild Leader and Guild Members must not participated on any Guild Recruitment on the past Configurations: .@min = 5; // Minimum Guild Count Requirement .@blvl = 255; // Required Base Level .@jlvl = 120; // Required Job Level .@bypassipcheck = 0; // Bypass IP Check Notes: » All contents must be Guild-bounded » Sharable within the guild by using @gstorage or trading guildmates » Guildmates who left the guild will have their guild-bounded items automatically transfer into @gstorage (including compounded cards) Example Packages: (feel free to modify the packages in functions getrlp, getrap, getrwp, always use getitembound/getitembound2 with Bound_Guild flag) » Recruitment Leader Pack (for Guild Leader only) - 1x BTS Armor Set » Recruitment Armor Pack (for Guild Members only) - 1x Quest Valkyrie Set of choice » Recruitment Weapon Pack (for All) - 1x +7 Custom Weapon of choice (Quest Weapon) ItemDB Packages: - Id: {YOUR .@rlpid ID HERE} AegisName: Recruitment_Leader_Pack Name: Recruitment Leader Pack Type: Delayconsume Buy: 2 Script: | callfunc "getrlp"; - Id: {YOUR .@rapid ID HERE} AegisName: Recruitment_Armor_Pack Name: Recruitment Armor Pack Type: Delayconsume Buy: 2 Script: | callfunc "getrap"; - Id: {YOUR .@rwpid ID HERE} AegisName: Recruitment_Weapon_Pack Name: Recruitment Weapon Pack Type: Delayconsume Buy: 2 Script: | callfunc "getrwp"; Submitter dizonivan11 Submitted 09/07/24 Category Utilities Video Content Author dizonivan11 Quote Link to comment Share on other sites More sharing options...
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.