Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


alpabarda

Members
  • Posts

    3
  • Joined

  • Last visited

  1. I would like to change some features of some engrams on my server, for example saddles, so that all can be learned at level 10. I put in my game.ini this: ........... OverrideNamedEngramEntries=(EngramClassName="EngramEntry_ToadSaddle_C",EngramHidden=False,EngramPointsCost=20,EngramLevelRequirement=10,RemoveEngramPreReq=True) OverrideNamedEngramEntries=(EngramClassName="EngramEntry_SauroSaddle_Platform_C",EngramHidden=False,EngramPointsCost=20,EngramLevelRequirement=10,RemoveEngramPreReq=True) OverrideNamedEngramEntries=(EngramClassName="EngramEntry_SauroSaddle_C",EngramHidden=False,EngramPointsCost=20,EngramLevelRequirement=10,RemoveEngramPreReq=True) OverrideNamedEngramEntries=(EngramClassName="EngramEntry_TurtleSaddle_C",EngramHidden=False,EngramPointsCost=20,EngramLevelRequirement=10,RemoveEngramPreReq=True) OverrideNamedEngramEntries=(EngramClassName="EngramEntry_CarnoSaddle_C",EngramHidden=False,EngramPointsCost=20,EngramLevelRequirement=10,RemoveEngramPreReq=True) OverrideNamedEngramEntries=(EngramClassName="EngramEntry_BeaverSaddle_C",EngramHidden=False,EngramPointsCost=20,EngramLevelRequirement=10,RemoveEngramPreReq=True) OverrideNamedEngramEntries=(EngramClassName="EngramEntry_ChalicoSaddle_C",EngramHidden=False,EngramPointsCost=20,EngramLevelRequirement=10,RemoveEngramPreReq=True) .................. (These are some examples) The problem is that at the time of playing, the server asks me for the levels that the game itself requests when it is untouched, instead of letting them unlock at level 10 With the engrams I set of mods does not happen to me, but if with the ones that brings the game. It is on the map of Ragnarok (in case it influences anything) What can be caused this??
  2. Since a few days when my server a player dies, spawn revives with loot and skins. I would need to disable that option, at least the skins, because we use the skins as prizes in the events
  3. Good afternoon, I would need to change in my game.ini the configuration of argentavis to reduce the weight they can support, is that possible? And if so, which code should I enter in the game.ini?