Search found 30 matches
- April 29th, 2017, 3:59 pm
- Forum: WML Workshop
- Topic: Replacing specific terrain
- Replies: 8
- Views: 2111
Re: Replacing specific terrain
Thanks so much for the help, Zookeeper. It worked perfectly.
The syntax for this specific code is rather unintuitive. Will this potentially be changed in the future?
The syntax for this specific code is rather unintuitive. Will this potentially be changed in the future?
- April 28th, 2017, 8:37 pm
- Forum: WML Workshop
- Topic: Replacing specific terrain
- Replies: 8
- Views: 2111
Replacing specific terrain
Hello, I'm an amateur WML coder, and I'm wondering if there's a way to change a map's terrain by filtering the terrain type instead of its location. For example, let's say I'm making a scenario where I want every water hex to be replaced with an ice hex. [event] name= turn 3 [terrain] [filter] [filt...
- August 5th, 2015, 8:49 pm
- Forum: WML Workshop
- Topic: Armor Item
- Replies: 4
- Views: 1201
Re: Armor Item
How should I fix this problem?Ravana wrote:There is also the problem of using actionwml in [object] and [effect].
- August 5th, 2015, 7:49 pm
- Forum: WML Workshop
- Topic: Armor Item
- Replies: 4
- Views: 1201
Armor Item
Hi! I've attempted to make a series of events where a unit moves to a piece of armor and is given an option to pick it up, gaining increases resistances. The code I tried to write is as follows: [event] name=moveto first_time_only=no id=ArmorLeader [filter] side=1 x=20 y=34 id=Armin,Dartius,Sab [/fi...
- July 27th, 2015, 5:17 pm
- Forum: WML Workshop
- Topic: Unit image not found
- Replies: 3
- Views: 1291
Re: Unit image not found
Yeah, that fixed it. Thanks a lot for the help! 

- July 26th, 2015, 6:00 pm
- Forum: WML Workshop
- Topic: Unit image not found
- Replies: 3
- Views: 1291
Unit image not found
Hi! I'm working on a campaign that involves a custom spider hatchling unit, but I'm getting a yellow background behind the unit's idle sprite saying "image not found". image not found.png The unit sprite actually does appear, but I don't know why the yellow background is still there. I've ...
- July 15th, 2015, 3:31 am
- Forum: WML Workshop
- Topic: How do I change a unit's side once defeated?
- Replies: 2
- Views: 810
Re: How do I change a unit's side once defeated?
Yup, that did it. Thank you very much for the help; I really appreciate it!
- July 15th, 2015, 2:26 am
- Forum: WML Workshop
- Topic: How do I change a unit's side once defeated?
- Replies: 2
- Views: 810
How do I change a unit's side once defeated?
Hi, I'm working on a scenario where the player is meant to "capture" some ogres by defeating them in battle. Basically, I'd like to make it so that once an ogre is killed, it switches to the player's side. I currently created this bit of code here: [event] name=last breath [filter] side=2 ...
- November 4th, 2014, 11:21 pm
- Forum: Scenario & Campaign Development
- Topic: The Peasants' Crusade
- Replies: 7
- Views: 2966
Re: The Peasants' Crusade
Come on, Guys. The campaign has been downloaded six times. Please provide any feedback or comments you can.
- November 3rd, 2014, 11:33 pm
- Forum: Scenario & Campaign Development
- Topic: The Peasants' Crusade
- Replies: 7
- Views: 2966
Re: The Peasants' Crusade
I can't believe I didn't think of that...
- November 2nd, 2014, 2:48 am
- Forum: Scenario & Campaign Development
- Topic: The Peasants' Crusade
- Replies: 7
- Views: 2966
Re: The Peasants' Crusade
Thanks for the feedback! I'll fix a few bugs, and make Homecoming harder, and Desperate Defense easier. I will upload this to the add-ons server when it's finished, though that's quite a ways away. The sighted event has been buggy in general for a while, so I think I'll just change it to an attack e...
- November 1st, 2014, 11:16 pm
- Forum: WML Workshop
- Topic: Nested Quoted String Error
- Replies: 4
- Views: 1384
Re: Nested Quoted String Error
That guide is very helpful, thank you! I tried to help fix a few mistakes as best I could: If your add-on produces an error on the loading stage, and it looks like the quote below, then you can find a solution to your problem here. This error message consists of three parts: Error name. In this case...
- November 1st, 2014, 11:04 pm
- Forum: Scenario & Campaign Development
- Topic: The Peasants' Crusade
- Replies: 7
- Views: 2966
The Peasants' Crusade
Hey! I'm currently developing my own campaign, The Peasants' Crusade, and I'd really appreciate some feedback on how it is so far. Currently, the campaign has four scenarios, one dialogue only. Mainly, I'm concerned about a few things: In "Homecoming", the player is given the choice of eit...
- November 1st, 2014, 9:27 pm
- Forum: WML Workshop
- Topic: Nested Quoted String Error
- Replies: 4
- Views: 1384
Re: Nested Quoted String Error
Ah, thanks. The scenario worked fine yesterday, then I got the error today. I must've accidentally removed that quotation at some point. I appreciate the help.
- November 1st, 2014, 7:54 pm
- Forum: WML Workshop
- Topic: Nested Quoted String Error
- Replies: 4
- Views: 1384
Nested Quoted String Error
Hi! I've been working on a campaign using Wesnoth1.11.18, and I'm getting this error: The following add-on had errors and could not be loaded: The Peasants' Crusade Please report this to the author or maintainer of this add-on. Details: Nested quoted string at core/macros/image-utils.cfg:28 included...