cumbe11 1 Posted July 6 How can I set it so that players from different clans can attack each other on GvG maps? In other words, how do I make clans behave like guilds? I would like to use a GvG flag in the clan Quote Share this post Link to post Share on other sites
0 KirieZ 88 Posted July 6 This seems somewhat undocumented, but there is a "cvc" mapflag that should make a clan vs clan. https://github.com/HerculesWS/Hercules/blob/stable/src/map/map.c#L5428 does that work for you? or there is a specific reason why you need to use gvg? 1 cumbe11 reacted to this Quote Share this post Link to post Share on other sites
0 cumbe11 1 Posted July 7 6 hours ago, KirieZ said: Isso parece um tanto não documentado, mas há um mapflag "cvc" que deve fazer um clã contra clã. https://github.com/HerculesWS/Hercules/blob/stable/src/map/map.c#L5428 isso funciona para você? ou há um motivo específico pelo qual você precisa usar o GVG? CvC would work perfectly for me, I'll check it out, thanks Quote Share this post Link to post Share on other sites
0 Louis T Steinhil 4 Posted July 7 you can find this in mapzone. Let us know also if it's working like gvg or not. I am interested also Heracles-master\db\re { /* CvC zone is applied to all maps with a cvc mapflag */ name: "CvC" /* changing this name requires MAP_ZONE_CVC_NAME to also be changed in src/map/map.h file */ disabled_skills: { BS_GREED: "PLAYER" CG_HERMODE: "PLAYER" } disabled_items: { Greed_Scroll: true C_Beginner_Cap: true } /* cashshop disabled in cvc maps */ mapflags: ( "nocashshop", ) }, Quote Share this post Link to post Share on other sites
0 cumbe11 1 Posted July 7 16 hours ago, KirieZ said: This seems somewhat undocumented, but there is a "cvc" mapflag that should make a clan vs clan. https://github.com/HerculesWS/Hercules/blob/stable/src/map/map.c#L5428 does that work for you? or there is a specific reason why you need to use gvg? I did a check and I saw that my emulator still doesn't have cvc, is there any diff or patch that I can add to my emulator? Quote Share this post Link to post Share on other sites
0 KirieZ 88 Posted July 7 1 hour ago, cumbe11 said: I did a check and I saw that my emulator still doesn't have cvc, is there any diff or patch that I can add to my emulator? That's weird... cvc was implemented together with the clan system, not having cvc would mean you don't have the clan system too. I do recommend updating though, since it is there since 2017. But here is the PR that introduced it: https://github.com/HerculesWS/Hercules/pull/1718 1 cumbe11 reacted to this Quote Share this post Link to post Share on other sites
How can I set it so that players from different clans can attack each other on GvG maps? In other words, how do I make clans behave like guilds?
I would like to use a GvG flag in the clan
Share this post
Link to post
Share on other sites