Search found 846 matches
- June 23rd, 2012, 8:18 am
- Forum: Faction & Era Development
- Topic: Regarding the inventory of units...
- Replies: 7
- Views: 2579
Re: Regarding the inventory of units...
Its already fixed
, now is avaible version 1.5.1 of creep war edit.

- June 20th, 2012, 1:15 pm
- Forum: Faction & Era Development
- Topic: Ideas on Creep War Edit ...
- Replies: 5
- Views: 3271
Ideas on Creep War Edit ...
As you know, Creep War was reworked (named Creep War Edit). At the time there are mainly new units coming. Latertwo new eras will be added in the add-on. According to some people there are unbalanced units in the add-on. Your ideas about how some units should be rebalanced should be posted here. Pos...
- June 20th, 2012, 10:00 am
- Forum: Scenario & Campaign Development
- Topic: All in one place (colosseum edited/changed)
- Replies: 18
- Views: 4898
Re: All in one place (colosseum edited/changed)
It sure would be great, only problem is that I do not know how to do this script.
- June 15th, 2012, 10:17 pm
- Forum: Faction & Era Development
- Topic: Regarding the inventory of units...
- Replies: 7
- Views: 2579
Re: Regarding the inventory of units...
I was interesting why they dont use my era ;D! Now i know, cause i forgot damn 2 files heh... Soon it will be repaired
.

- June 14th, 2012, 1:35 pm
- Forum: Faction & Era Development
- Topic: Regarding the inventory of units...
- Replies: 7
- Views: 2579
Re: Regarding the inventory of units...
Ok, so how can i fix it
?

- June 14th, 2012, 9:18 am
- Forum: Faction & Era Development
- Topic: Regarding the inventory of units...
- Replies: 7
- Views: 2579
Regarding the inventory of units...
On this page: "http://units.wesnoth.org/1.10/Chaotic_Era/en_US/0%20Chaotic_Era.html" someone tries to introduce the unit from my era. The problem with this (except that it was not finished there, write all) that he did not understand what's going on with the numbers before the name of the ...
- June 9th, 2012, 2:19 pm
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Re: I need help with the creation of codes...
Someone who can program the code for Wesnoth could do such as increased by 1 level units along with code Amla.
- June 2nd, 2012, 1:19 pm
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Got a question.
Is it possible to order the units in my era (taken from the core wesnoth) to use the file Amla is also being amended and in my era, without making copies of them?
- May 27th, 2012, 2:55 pm
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Re: I need help with the creation of codes...
Resistances they are work well
. Try this era on SX RPG, there you can check your resistances in shop
. Just check them when you will get another lvl with using amla codes.


- May 26th, 2012, 3:12 pm
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Re: I need help with the creation of codes...
My Amla file is looking like that (but it isnt do higher lvls with getting next levels, and bonuses for strikes isnt working :P). #textdomain wesnoth-help #this file contains macros for After Max Level Advancement (AMLA) #define AMLA_DEFAULT # Canned definition of the default AMLA. [advancement] str...
- May 25th, 2012, 2:55 pm
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Re: I need a little help : ).
Amazing, something happens! (era size - 14,8 mib) Now I'm curious how fast draws my file server. Because of their smaller, the longer it will take to upload it. Already made it, I invite you to download. Is temporarily without a new animation). Chaotic Era MP Era ( newest version 1.3.9 ) If someon...
- May 25th, 2012, 9:20 am
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Re: I need help with the creation of codes...
As for the code below, then first you need to somehow put it in the Amla to use that event. Second, in the filter, there should write id of all units which have been his last form (if so, how it should be saved, because I do not think its only the id written), and thirdly if this is ever going to wo...
- May 24th, 2012, 12:31 pm
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Re: I need help with the creation of codes...
But I do not want to change its form during the lvl up, only to increase its level, ie for example, while the 5 lvl and giving units what they attack him 5 xp for attacking (and killing a 5 * 8xp = 40 xp) increased by 1 level up the activation of 'amla', ie the activation of 'amla' units which gave ...
- May 24th, 2012, 6:16 am
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Re: I need help with the creation of codes...
It's bad, because I want to unit level is increased by 1 with each level gained after it reaches the final form of the unit. As for the attack, even if they did not work, maybe it was the easiest way to make a variable that with every action of Amla to increase by 1, and if its value was positive (i...
- May 23rd, 2012, 4:49 pm
- Forum: WML Workshop
- Topic: ChaosRider’s WML questions
- Replies: 459
- Views: 54847
Re: I need help with the creation of codes...
Btw i have question about amla:
Is this will work well to get 1 strike more per 2 get lvls (in the highest/last unit form)
and is this will work to increase unit lvl?
Is this will work well to get 1 strike more per 2 get lvls (in the highest/last unit form)
Code: Select all
[effect]
apply_to=attack
increase_attacks=0.5
[/effect]
Code: Select all
[effect]
apply_to=level
increase_level=1
[/effect]