Jump to content
Korean Random

Schmolldu

User
  • Posts

    7
  • Joined

  • Last visited

Reputation

0 Noob
  1. Your code speaks for you, loud and clear ! Thanks for this clever solution, works perfectly.
  2. Thanks for your answer, your information will be usefull. I'm sorry but I didn't really understand your last sentence : Could you rephrase it ?
  3. Hello, I am having troubles managing the alpha value of the shadow in the extraFields. I would like the shadow to disappear when the player is dead. I tried that : "extraFieldsRight": [ { "alpha": "{{alive?100|70}}", "x": 10, "y": -3, "format": "{{alive?|<font color='#000000'>}}<font size='24'>{{vtype}}</font>{{alive?|</font>}}", "shadow": {"alpha": "{{alive?100|0}}", "color": "0x000000", "angle": 90, "distance": 0, "size": 6, "strength": 200} } ] This piece : "shadow": {"alpha": "{{alive?100|0}}", doesn't seem to do anything, there is never any shadow. If I write : "shadow": {"alpha": 100, I have permanent shadow... not what I am looking for Have you got any solution ?
  4. Thanks for your answer, Wouldt it be possible to make them available in the PlayerPanels on a future version of XVM ?
  5. Thanks for your answer. Actually the idea is to monitor the damages dealt by each player during a battle, and to do it in the PlayersPanels. I tried {{dmg-player}} or even {{n-player}}. But none of these macros seem to work in the PlayersPanels. Actually I don't have any error when I test it on a replay but I don't have any result on the screen either.
  6. Hi XVM Team, Thanks for this great mod and your excellent work. I am looking for a macro giving the total damage dealt by every player during the current battle. I found {{dmg-total}} but it is only for the current player. Have you got any solution ?
×
×
  • Create New...