VhayneRO Posted June 7, 2012 Posted June 7, 2012 How to edit Guild that allows only 1 Class per Guild for example, in a guild i only want to have 10 members so ive already done that on mmo.h and now i want it to be 1 class per guild, for example, only 1 Champion is able to join the guild etc etc Is this possible at all? Quote
_Dynosawr_ Posted June 7, 2012 Posted June 7, 2012 You could just invite people by yourself and make sure they aren't the same classes. I don't think it is possible, but you'll have to wait for someone who knows more about DB editing and such to find out. Quote
F0xxy Posted June 7, 2012 Posted June 7, 2012 You could just invite people by yourself and make sure they aren't the same classes. I don't think it is possible, but you'll have to wait for someone who knows more about DB editing and such to find out. Nothing to do with DB, sourcemod instead. Quote
en_dev Posted June 7, 2012 Posted June 7, 2012 (edited) Its kinda a lot of work, modification of guild is inside guild.c under src->map folder. just to give you idea, In a sense, It could be done inside int guild_invite() , where loop each of your current member, get their sd->status.class_ , create an array of classes, then loop through each of that classes along with the sd->status.class_ of your guild, if they exist, return a message that you cant invite same class or class already exist, else continue inviting. Edited June 7, 2012 by en_dev Quote
VhayneRO Posted June 8, 2012 Author Posted June 8, 2012 Can anybody give a guide for me and also for those who are planning to use this, just incase . Quote
Question
VhayneRO
How to edit Guild that allows only 1 Class per Guild
for example, in a guild i only want to have 10 members so ive already done that on mmo.h
and now i want it to be 1 class per guild, for example, only 1 Champion is able to join the guild etc etc
Is this possible at all?
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.