Search found 846 matches
- September 6th, 2015, 2:06 pm
- Forum: WML Workshop
- Topic: Can't find bug location in code :P
- Replies: 2
- Views: 693
Can't find bug location in code :P
I have item which is adding to unit weapons one of 40 weapon specials (for each weapon its picking value of added weapon special). Before its add any weapon special its checking is unit on this one weapon have any weapon specials from these 40 types - everytime its find weapon special its increase v...
- September 5th, 2015, 5:30 pm
- Forum: WML Workshop
- Topic: Question about defense tags.
- Replies: 1
- Views: 565
Question about defense tags.
Is there any way to create ability which is changing value of adjected units defense? I've moved part of code of resistance tags to code with defense tags but it doesnt work. I called it heavy stance (+25% res, -10% defense for own and adjected units) - Im just curious :P I know that I can put defen...
- September 4th, 2015, 3:18 pm
- Forum: Multiplayer Development
- Topic: Between Darkness And Light [BDAL] v1.2.1, place for feedback
- Replies: 35
- Views: 8940
Re: Between Darkness And Light [BDAL] v1.1.9, place for feed
You are right again, i tested it and the problem comes with having to much abilities, ai has to make to much calculations i guess. Problem appeared after buying the last 4 abilities. So its not WOTG RPG era but to much choice in shop. :) I would count on teleport ability... its looking for tunnels ...
- September 3rd, 2015, 4:07 pm
- Forum: Multiplayer Development
- Topic: Between Darkness And Light [BDAL] v1.2.1, place for feedback
- Replies: 35
- Views: 8940
Re: Between Darkness And Light [BDAL] v1.1.5, place for feed
I hate to tell you but there is still to much delay in movement, to much calculations i think. Mouse does not react real time like it should. Could you tell me what you have bought from shop? And with what amount of gold you started it :D ??? We both know that WOTG allows to add gold at start :P. L...
- September 3rd, 2015, 10:39 am
- Forum: Multiplayer Development
- Topic: Between Darkness And Light [BDAL] v1.2.1, place for feedback
- Replies: 35
- Views: 8940
Re: Between Darkness And Light [BDAL] v1.1.5, place for feed
To make game easier/more friendly for mainline units (from 0,1 lvls) weapons from items are now stronger and ai units also have decreased terrain defense by 10% and resistances by 10% (maybe this defenses and resistances decreasing for ai units I'll leave in future as choice for game hoster to play ...
- September 2nd, 2015, 9:21 am
- Forum: Multiplayer Development
- Topic: Between Darkness And Light [BDAL] v1.2.1, place for feedback
- Replies: 35
- Views: 8940
Re: Between Darkness And Light [BDAL] v1.1.3, place for feed
Post by Leendert » August 31st, 2015, 12:37 pm Also when i start a reaload game in my turn, i cannot attack, the game gets stuck there too. My unit can get next to the orange creep but a strike takes forever also. The game did not go on. Hi Chaos, Thanks for all the work, game is much faster now. O...
- September 1st, 2015, 10:44 pm
- Forum: WML Workshop
- Topic: Insert tag doesnt work and I dont know why :D...
- Replies: 6
- Views: 1170
Re: Insert tag doesnt work and I dont know why :D...
Conditional works but still I have this info at start... is there any way to clear it as in command line with "clear" ? Checked also rings of all res increase by 3% and other one to inrcease defense terrain everywhere by 3% - they works too. Can be even in lua if anybody knows how to clear...
- September 1st, 2015, 10:01 pm
- Forum: WML Workshop
- Topic: Insert tag doesnt work and I dont know why :D...
- Replies: 6
- Views: 1170
Re: Insert tag doesnt work and I dont know why :D...
Its one of example artifacts, other for example adds 3% to all resistance types with max 60% of resistance, same for terrain defense. This conditional inside object was pretty useful in MWC, only difference here is that Im doing it inside single scenario not campaign.
- September 1st, 2015, 9:50 pm
- Forum: WML Workshop
- Topic: Insert tag doesnt work and I dont know why :D...
- Replies: 6
- Views: 1170
Re: Insert tag doesnt work and I dont know why :D...
Just to be sure that only leader will get bonuses from artifact.
- September 1st, 2015, 9:04 pm
- Forum: WML Workshop
- Topic: Insert tag doesnt work and I dont know why :D...
- Replies: 6
- Views: 1170
Insert tag doesnt work and I dont know why :D...
Im trying to improve items/chests spawning in BDAL scenario, Im nearly at finish but insert tag which should works (and it works in world conquest and modified world conquest) doesnt work in scenario... Any idea how to fix it? Insert tag is inside object to insert there "conditional" to ma...
- August 30th, 2015, 8:37 pm
- Forum: WML Workshop
- Topic: Question about teleportation ability
- Replies: 2
- Views: 731
Re: Question about teleportation ability
It works thx, works more smoothly than my other option.
- August 30th, 2015, 8:09 pm
- Forum: WML Workshop
- Topic: Question about teleportation ability
- Replies: 2
- Views: 731
Question about teleportation ability
Yooo before next update of BDAL (Between Darkness And Light) I need to add only teleportation which is working also on teammates vils (players sides = 1,2,3,4,5,6), by working on teammates vils I understand you can teleport from any not enemy vil to any not enemy vil. I tried a bit by my self do it ...
- August 29th, 2015, 3:27 pm
- Forum: Multiplayer Development
- Topic: Between Darkness And Light [BDAL] v1.2.1, place for feedback
- Replies: 35
- Views: 8940
Re: Between Darkness And Light [BDAL] - place for feedback
Before I start to make spaghetti (its takes hour or more) I can push you on server changes which I created to this day (lower gold bonus by killing enemies, more gold at start, no spawning enemies after openning gates, little lower prices in shop, better balance in upgrading enemies (they will get s...
- August 28th, 2015, 8:19 pm
- Forum: WML Workshop
- Topic: Array variables in event move to.
- Replies: 17
- Views: 2391
Re: Array variables in event move to.
Post by Dugi » Today, 5:41 pm @ChaosRider Better make 200 events. It shouldn't be a problem as long as the filters don't have radii. You can do it in one event with 199 [or] tags, but you will have to place 200 [case]s for [switch] to make sure that the player will not gain gold more times for the ...
- August 28th, 2015, 5:14 pm
- Forum: WML Workshop
- Topic: Array variables in event move to.
- Replies: 17
- Views: 2391
Array variables in event move to.
I have a question! What if inside move to event I'll have filter with x,y=$array_all_x,$array_all_y? Is something like this could works? Without adding after point which value of array variable I mean? I want to create something like event move to which will have inside variable with 200 different x...