Search found 564 matches
- September 7th, 2026, 7:09 pm
- Forum: Scenario & Campaign Development
- Topic: Legends of Idaamub
- Replies: 133
- Views: 44811
Re: Legends of Idaamub
Hi! I discovered another bug. When I get to Zei and want to buy weapons, for example a sword, if I buy it, it doesn’t get saved in the storage (even if I buy other things). I bought the most expensive sword, and to avoid this, I have to equip it directly after buying. There are also some gloves ...
- September 6th, 2026, 4:35 am
- Forum: Scenario & Campaign Development
- Topic: Legends of Idaamub
- Replies: 133
- Views: 44811
Re: Legends of Idaamub
Yesfnmallo wrote: September 5th, 2026, 7:10 pm Hi! To understand, should it really never have been possible to equip objects to non-hero units?
- September 5th, 2026, 3:54 pm
- Forum: Scenario & Campaign Development
- Topic: Legends of Idaamub
- Replies: 133
- Views: 44811
Re: Legends of Idaamub
Hi! I'm playing the campaign in version 1.18.8 and when I bring back a unit, the item menu doesn't appear, it only shows up with units recruited in the same scenario.
Hi,
Thank you very much for playing my campaign. I hope you will enjoy it.
Nice catch. This is a bug that dates from the first ...
- August 28th, 2026, 12:44 pm
- Forum: WML Workshop
- Topic: From [store_unit] to [recall]
- Replies: 6
- Views: 97
Re: From [store_unit] to [recall]
I think what Ravana mentions is to use x,y=recall,recall in unstore_unit
- August 27th, 2026, 11:10 am
- Forum: Scenario & Campaign Development
- Topic: Aria of the Dragon-Slayer (SP Campaign for 1.11)
- Replies: 216
- Views: 97968
Re: Aria of the Dragon-Slayer (SP Campaign for 1.11)
As LK said, you can either wait for the update or manually replace the file in the scenarios folder with the one in my previous post.
- August 25th, 2026, 11:33 am
- Forum: Scenario & Campaign Development
- Topic: Aria of the Dragon-Slayer (SP Campaign for 1.11)
- Replies: 216
- Views: 97968
Re: Aria of the Dragon-Slayer (SP Campaign for 1.11)
In the meantime, you can try replacing the file in the scenarios folder with this one and loading again the start of scenario save. It should fix the issue.
- August 25th, 2026, 11:14 am
- Forum: Scenario & Campaign Development
- Topic: Aria of the Dragon-Slayer (SP Campaign for 1.11)
- Replies: 216
- Views: 97968
Re: Aria of the Dragon-Slayer (SP Campaign for 1.11)
Yes, i have a screenshot but i can't find how to post it there, it says precisely " [unstore_unit]: variable "tallin_store" doesn't exist ",
Just after the precise line of dialogue "What makes you think she's alone, Sky Dragon?"
I use 1.18 version. Savefile is... Well i have it but i don't find ...
- August 24th, 2026, 1:04 pm
- Forum: WML Workshop
- Topic: Teleporting the AI...
- Replies: 19
- Views: 262
Re: Teleporting the AI...
I would do it differently. Instead of using a variable, I would use a nested event.
[event]
name=recruit
first_time_only=no
[filter]
side=2
[/filter]
[set_variable]
name=teleport_x
rand=1..10
[/set_variable]
[set_variable]
name=teleport_y
rand=1..10
[/set_variable]
[event]
name=side ...
[event]
name=recruit
first_time_only=no
[filter]
side=2
[/filter]
[set_variable]
name=teleport_x
rand=1..10
[/set_variable]
[set_variable]
name=teleport_y
rand=1..10
[/set_variable]
[event]
name=side ...
- August 24th, 2026, 12:56 pm
- Forum: Users’ Forum
- Topic: How much damage is reduced by absorb?
- Replies: 3
- Views: 148
Re: How much damage is reduced by absorb?
It has been changed in 1.19 btw
- August 24th, 2026, 12:55 pm
- Forum: Scenario & Campaign Development
- Topic: Dusk of Dawn - Campaign
- Replies: 29
- Views: 9882
Re: Dusk of Dawn - Campaign
AFAIK, this is caused by a modification of how terrain mask are handled in 1.19, so updating should indeed solve the issue.
- August 24th, 2026, 11:50 am
- Forum: WML Workshop
- Topic: AI in add-ons
- Replies: 35
- Views: 1085
Re: AI in add-ons
This line already doesn't do what it is saying.# +1 creep every wave
{VARIABLE_OP ccw.spawn_count add $ccw.wave}
It is not adding 1 creep but n more creeps, n being the wave number.
- August 24th, 2026, 11:36 am
- Forum: Technical Support
- Topic: Change resolution/ zoom for Android
- Replies: 1
- Views: 95
Re: Change resolution/ zoom for Android
Have you tried zooming using the zoom button by the minimap?
The rest is a known issue unfortunately.
The rest is a known issue unfortunately.
- August 24th, 2026, 11:30 am
- Forum: Scenario & Campaign Development
- Topic: Aria of the Dragon-Slayer (SP Campaign for 1.11)
- Replies: 216
- Views: 97968
Re: Aria of the Dragon-Slayer (SP Campaign for 1.11)
I will need a bit more details to solve this one
an error message appears
Do you still have that error message somewhere so that you can post it here?
Can you please provide your latest savefile before the bug?
Ideally also "AotDS-The Sun sets over Wesnoth.gz"
Also, which version of Wesnoth are ...
an error message appears
Do you still have that error message somewhere so that you can post it here?
Can you please provide your latest savefile before the bug?
Ideally also "AotDS-The Sun sets over Wesnoth.gz"
Also, which version of Wesnoth are ...
- July 31st, 2026, 5:57 am
- Forum: WML Workshop
- Topic: upkeep=free?
- Replies: 20
- Views: 261
Re: upkeep=free?
The most important is to remember that rebuild can happen anytime during the scenario. You cannot control when it will happen.
- July 30th, 2026, 11:59 am
- Forum: Scenario & Campaign Development
- Topic: Legend of the Invincibles
- Replies: 8324
- Views: 2611449
Re: Legend of the Invincibles
The beta is already on 1.19 IIRC