eboni001 Posted July 19, 2013 Posted July 19, 2013 hey guys i have a guild creator npc in my server with some requirements but people still can creating guild using /guild "Guild Name" can somebody please explain detailed how to disable this? newbie question here. Quote
ngek202 Posted July 19, 2013 Posted July 19, 2013 In src/map/guild.c on line 389: if( sd->status.guild_id ) {// already in a guild clif_guild_created(sd,1); return 0; } if( battle_config.guild_emperium_check && pc_search_inventory(sd,714) == -1 ) {// item required 714 is Emperium you can replace that so every time they try /guild it won't work because the item requied is different replace it with some not used. then recompile. Quote
eboni001 Posted July 19, 2013 Author Posted July 19, 2013 In src/map/guild.c on line 389: if( sd->status.guild_id ) {// already in a guild clif_guild_created(sd,1); return 0; } if( battle_config.guild_emperium_check && pc_search_inventory(sd,714) == -1 ) {// item required 714 is Emperium you can replace that so every time they try /guild it won't work because the item requied is different replace it with some not used. then recompile. ok thank you people are not available to create a guild using /guild now, how can i change the message when they try to do it? it say: you need the necesary item to create a guild, i want it say you are not available to use this command. Quote
ngek202 Posted July 19, 2013 Posted July 19, 2013 check the msgstringtable.txt it's on your Data folder on your Client. Quote
eboni001 Posted July 19, 2013 Author Posted July 19, 2013 check the msgstringtable.txt it's on your Data folder on your Client. ok ty sir Quote
Question
eboni001
hey guys i have a guild creator npc in my server with some requirements but people still can creating guild using /guild "Guild Name" can somebody please explain detailed how to disable this? newbie question here.
4 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.