nasagnilac Posted April 3, 2014 Group: Members Topic Count: 89 Topics Per Day: 0.02 Content Count: 232 Reputation: 15 Joined: 11/02/13 Last Seen: December 19, 2024 Share Posted April 3, 2014 File Name: Guild Package System + Freebies System + Reward System Package files File Submitter: gmprestige File Submitted: 16 Dec 2013 File Category: Utilities Content Author: Noriel Calingasan//= 100% Working on eAthena,rAthena and Hercules.//= @gpcheck - a command to check your guild package status.//= Highly recommended to harmony user and any server rates.//= Query_sql base script.//------------------------------------------------------------------------------------------------- // Note 1: If .itemtype is set to 2 your .FreebiesAmount value will be always 1.// Note 2: Don't set to 2 if your svn don't support rentitem2 script command.// Note 3: Item Bound System working on rAthena and Hercules// Note 4: Works only if the .itemtype is set to 2. 60 = 1 minute / 3600 = 1 hour / 86400 = 1 day / 604800 = 1 week// Note 5: Item refinement must don't exceed the limit or else item refinement will stay on the// server max item refinement.//------------------------------------------------------------------------------------------------- //------------------------------------------------------------------------------------------------- //- Guild Package Item List. setarray .Gitem[0], 13810, 13536, 13537, 13535, 13534, 13534, 7060, 668, 5058, 5033, 5084, 5065, 5078; // Item Number setarray .GAmount[0], 100, 50, 50, 50, 100, 100, 300, 500, 1, 1, 1, 1, 1; // Amount (Note 1) setarray .GItemRefine[0], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; // Input the refinement of each item. ( Recommended only to equipment type items. ) (Note 5) setarray .GRentTime[0], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; // Input the expiration time of each item. ( Recommended only to equipment type items. ) (Note 4)//------------------------------------------------------------------------------------------------- //- Additional Item List for x3 amount of members base is (.MaxMembers/.Mdivider). setarray .Aitem[0], 5170, 5016, 5108, 5025, 5038, 985, 985, 985, 984, 984, 984; // Item Number setarray .AAmount[0], 2, 2, 2, 1, 1, 50, 50, 50, 50, 50, 50; // Amount setarray .AItemRefine[0], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; // Input the refinement of each item. ( Recommended only to equipment type items. ) (Note 5) setarray .ARentTime[0], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; // Input the expiration time of each item. ( Recommended only to equipment type items. ) (Note 4)//------------------------------------------------------------------------------------------------- set .n$, "^FF0000[ Rune-Midgard [ GM ] ]^000000"; // Input the NPC name. set .check,1; // 0 - IP Address, 1 - Harmony Mac Address set .itemtype,0; // 0 - Disable, 1 - Item bound, 2 - Rental (Note 2) set .boundtype,1; // 1 - Account Bound, 2 - Guild Bound, 3 - Party Bound, 4 - Character Bound (Note 3) set .MaxMembers,25; // The maximum guild members needed must be divisible by .Mdivider. set .Mdivider,5; // Max guild members divider (Don't touch this) set .ReqLvl,90; // Guild members required level set .mac$,0; // Default MAC Address ( Don't touch this ) //------------------------------------------------------------------------------------------------- Skype: [email protected]Contact me anytime Click here to download this file 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.