lakasmonk Posted December 29, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 231 Reputation: 24 Joined: 12/18/11 Last Seen: 21 hours ago Share Posted December 29, 2012 how to change the required item on making a guild for example emperium is the default item i want to change it to may custom item 20101 and disable the /guild and use an NPC to create a guild the custom item name is Guild Permit Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted March 20, 2020 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 1 hour ago Share Posted March 20, 2020 how to added Zeny Requirement too? Quote Link to comment Share on other sites More sharing options...
Hyvraine Posted December 29, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 133 Reputation: 15 Joined: 12/23/11 Last Seen: December 20, 2023 Share Posted December 29, 2012 (edited) Lol I'm using eAthena so try src/map/guild.c around line 410 or so.. or just look for this: Line 410: if( battle_config.guild_emperium_check && pc_search_inventory(sd,714) == -1 ) Line 437: pc_delitem(sd,pc_search_inventory(sd,714),1,0,0); // ƒGƒ“ƒyƒŠƒEƒ€�Á–Õ Use Notepad++, CTRL+F then Find in Files and put ",714" With the comma, yeah. Of course you'd have to put the correct directory P.S. I have no idea in source coding. Edited December 29, 2012 by kenshn111 Quote Link to comment Share on other sites More sharing options...
lakasmonk Posted December 29, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 231 Reputation: 24 Joined: 12/18/11 Last Seen: 21 hours ago Author Share Posted December 29, 2012 Not working Quote Link to comment Share on other sites More sharing options...
Kyo Posted December 29, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 90 Reputation: 12 Joined: 08/22/12 Last Seen: July 20, 2014 Share Posted December 29, 2012 The easiest you can do is go to src/map/guild.c, just as kenshn111 said, find the following if( battle_config.guild_emperium_check && pc_search_inventory(sd,714) == -1 ) Change it to the following if( battle_config.guild_emperium_check && pc_search_inventory(sd,55555) == -1 ) //Just use an item ID that doesn't exist, so people won't be able to make a guild. Then you create a NPC that requires your requested item to make a guild, after the guild was created via NPC delete it. Quote Link to comment Share on other sites More sharing options...
lakasmonk Posted December 31, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 231 Reputation: 24 Joined: 12/18/11 Last Seen: 21 hours ago Author Share Posted December 31, 2012 ok ill try what if i use a custom item Quote Link to comment Share on other sites More sharing options...
Question
lakasmonk
how to change the required item on making a guild
for example emperium is the default item i want to change it to may custom item 20101 and disable the /guild and use an NPC to create a guild
the custom item name is Guild Permit
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.