Conan Exiles

Conan Exiles

61 ratings
Conquest World Map
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
9.592 MB
15 Dec, 2019 @ 8:30pm
15 Feb, 2020 @ 8:56am
5 Change Notes ( view )

Subscribe to download
Conquest World Map

Description
Need to create a conquest playstyle in your server? This segregates locations for land claiming. Each locations has a different Letter/Number assigned to it that is completely separate from the original grid to avoid confusion when giving coordinates.
55 Comments
Kloud77 21 Sep, 2023 @ 4:04pm 
This is a great roleplay mod, would love to see it updated.
Rei 12 Apr, 2023 @ 7:22pm 
Is this mod still working for the new version?
Liquidblade 8 Oct, 2022 @ 4:45am 
is this being updated?
Daigan 13 Sep, 2022 @ 5:10pm 
With Funcoms Update today. This mod is now corrupted and needs to be updated.
Daigan 31 Aug, 2022 @ 9:58pm 
Is there a way we can get the map? I'd like to upload it to our discord so ppl can see who owns what in discord as well.
Agonos 27 Aug, 2022 @ 1:15pm 
Thx Zio
Zio  [author] 31 May, 2022 @ 6:40pm 
@agonos Its just a map overlay.
Agonos 31 May, 2022 @ 6:35am 
Hello. We agree: This mod does not include any claim system? It just redraws the original map?
Agonos 31 May, 2022 @ 6:25am 
Hello
@taylorjeffrey : The idea is good but how do you make the Thespian add this variable to all players without having to interact with a Thespian already?
taylorjeffrey 3 Mar, 2022 @ 3:31pm 
If anyone is curious, I am implementing a herald system via mushi script. It works like this:

Each player is assigned a CharVar named "claim". I have mapped each region in this map to a numerical value. S1 = 1, S2 = 2, etc. This is because CharVars are only numeric. So in this example, the player has a CharVar value "claim=1" (they own the S1 region).

I created a herald dialog thespian. The dialog works roughly like this:

Condition Node:
CharVar condion - Equals ==
CharVar name: claim
CharVar value: 1

true - Action Node, Webhook Message, Message: <PlayerName> is rightful ruler of S1

rinse and repeat for each region.

What this will do is announce to a channel on the discord that the player is rightful ruler of a certain region. It will still require some RP actions to enforce, but it guarantees that region ownership rights are verified by in-game variables that either you set or set via merchant thespian or kit or something.