Graziani WML Questions

The place to post your WML questions and answers.

Moderator: Forum Moderators

Forum rules
  • Please use [code] BBCode tags in your posts for embedding WML snippets.
  • To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
Post Reply
User avatar
Graziani
Posts: 179
Joined: December 20th, 2010, 1:04 am
Location: France

Re: Graziani WML Questions

Post by Graziani »

Ravana wrote: February 2nd, 2024, 8:55 pm Game cant decide which ellipse to show, so you need to decide which files to copy there.
I succceeded to remove totally the ellipse by doing this. Now there is no ellipse at all. But still better than an graphical error

Code: Select all

[modify_unit]
[filter]
id=Firag
[/filter]
canrecruit=yes
    [+trait]
        [effect]
            apply_to=ellipse
            ellipse=misc/ellipse-hero
        [/effect]
    [/trait]
{IS_HERO}
[/modify_unit]
Creator and maintainer of "A goblin adventure" (available) and "From Rocks and Blood"(available) --- Working on a new campaign "Facing Death"
User avatar
Ravana
Forum Moderator
Posts: 3016
Joined: January 29th, 2012, 12:49 am
Location: Estonia
Contact:

Re: Graziani WML Questions

Post by Ravana »

Its not error, its debug message. If you dont have debug enabled it shows no image.
User avatar
Graziani
Posts: 179
Joined: December 20th, 2010, 1:04 am
Location: France

Re: Graziani WML Questions

Post by Graziani »

Ravana wrote: February 2nd, 2024, 9:27 pm Its not error, its debug message. If you dont have debug enabled it shows no image.
Oh ok ! Good to know ^^ thanks for your help
Creator and maintainer of "A goblin adventure" (available) and "From Rocks and Blood"(available) --- Working on a new campaign "Facing Death"
Post Reply