GvG flag on in Clan

cumbe11

New member
Messages
46
Points
0
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

 
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

Code:
{
	/* 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",
	)
},
 
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

 
Back
Top