Jump to content
  • 0
cumbe11

GvG flag on in Clan

Question

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

4 answers to this question

Recommended Posts

  • 0

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",
	)
},

 

Share this post


Link to post
Share on other sites
  • 0
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?

Share this post


Link to post
Share on other sites
  • 0
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

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.