Recent content by myav

  1. M

    question about horde frequency (mod with dll)

    I want to change default horde spawn interval with harmony patch. Default spawn is 12-24h, and i want: 8-16. Here is my code: using System; using HarmonyLib; using UnityEngine; namespace ng_HordesSpawn { public class ModApi : IModApi { public void InitMod(Mod modInstance)...
  2. M

    How to write player name on chat ? (only with xml)

    I want to use <action class="AddChatMessage"> with localized property: "text_key" and inside localization.xml (where is localized this text_key) i have tried: {entityName}, {source.name}, {sourceEntityName}, {source_entity|name}, {source_entity.name} And then... I call game_event...
  3. M

    Problem with adding tags to quests

    it is bugged. I have used it correctly and have tried every variant from possible. extra_tags command is unstable now, and it deletes previous tags when you try to use it. So, now is impossible to attach any custom extra_tag to vanilla quests. if was no bug there, the developers would have...
  4. M

    Problem with adding tags to quests

    So, situation is very bad then... i can't mod prefabs server-side and extra-tags are bugged ( I already have written to developers bug report that <property name="extra_tags" value="" param1="extra_tags"/> is bugged. if to write anything on it, it delete quest tags clear,fetch and e.t.c. even...
  5. M

    Problem with adding tags to quests

    And how to change QuestTags inside \Prefabs\POIs ? game ignores append/set/replace commands. So, how to change with mod <property name="QuestTags" value="..." /> in this situation ?
  6. M

    Problem with adding tags to quests

    Can i change xml inside prefabs\POI as server side mod? If not, then this is not solution (
  7. M

    Problem with adding tags to quests

    So, what to do then? if extra_tags="test" delete older tag (clear) from <quest id="tier1_clear"> I have tried code: extra_tags="clear,test" too. But this dosen't help too. Traders remove quest from list. And it seems like bug, beause when written (clear,test) tag (clear) is in list and all POI...
  8. M

    pls add more pre-generated maps or update to 2.x old ones

    I never play with seed generation, because there - always unbalanced results (traders, building repeats in one place, chaos on PoI and e.t.c.) And i very like old pre-generated balanced maps. Developers, why you don't update them? Now on 2.x, zero maps with 10k... (when was 4).. and only half...
  9. M

    PC V2.0-2.4 Storms Brewing Dev Diary

    Suxar, then you have played on very early version of conan. Because, last year, you can find meteorite ore on snow biome 24/7 (i found always not less than 2-3 spots). And not important, day or night. And no need to wait. 15-20 min and disappear of nodes was only on early version of game. Now...
  10. M

    PC V2.0-2.4 Storms Brewing Dev Diary

    Grinding in Conan is interesting and not hard. Also, no problems if you are skilled. Pain there is only for beginners. My team in the Conan (clan name - BDSM), have attacked a lot of pvp servers (10+) and in my team, builders was only me and one girl. We have collected millions of all needed...
  11. M

    Please improve rental conditions in traders areas.

    you suggest to move to machine 30 times? )) for seller needed many slots. For buyer enough 1-2.
  12. M

    Please fix bugged logic of tags in the quests (2.2)

    If to write anything as "value" on any quest: <property name="extra_tags" value="" param1="extra_tags"/> Example: <property name="extra_tags" value="test" param1="extra_tags"/> or <property name="extra_tags" value="test"/> Traders will stop to offer this quest completely, and will start to...
  13. M

    Please improve rental conditions in traders areas.

    Nope. Because almost all PvP servers have setting - on death drop backpack but don't drop tool belt. So, buyer can easy buy 1-2 slots on tool belt without risking losing them. So, every player (even raider or griefer) often meets npc traders and they can buy 1-2 slots without risk. And the main...
  14. M

    Problem with adding tags to quests

    zero answers.... i correctly understand that at current version of the game - to change quest extra_tags (without listed above problems) is impossible ?
  15. M

    Please improve rental conditions in traders areas.

    Suxar, at this moment (and earlier too) - nobody uses vending machines near trader, in PvP. because you can get killed when you are carrying things for sale. In addition, if you often replenish the vending machine with goods, raiders will understand that you live in this biome and will look for...
Back
Top