![]() |
|
#1
|
|||
|
|||
![]()
Can anyone recommend me something to make Asmodeo worth it?
He takes a valuable left hand slot, precious points of mana and leadership and he simply SUCK bad. I'm trying a no loss impossible mage and I'll start on Bolo soon. My Asmo deals very low damage. His first skill is interesting but the damage is too low, the second skill means sending him to certain death and the third skill I haven't figured out how it works yet, nothing happens when I select the dead creature. Is it ok to go get rid of him and go on with the game? I liked red sands, but I hate Asmo, I hate him badly for being so demanding and giving nothing in return. |
#2
|
|||
|
|||
![]()
I answered same question in Red sands extreme mod tread
Quote:
|
#3
|
|||
|
|||
![]() Quote:
In upcoming patch i some kinda modify his expirience gaining system. So he grows faster if hero is more expirienced than Asmadeo. Anyway thanks for your gratitude. |
#4
|
|||
|
|||
![]() Quote:
I am currently playing two games now: 1 - red sands on my laptop: I started a new game with the main purpose - to level up Asmadeo. I've had about 12 fights so far and killed nearly all units using Asmadeo, but he is still level 1! ![]() 2 - red sands extreme on my desktop: the new level 5 creatures on this one are so powerful that I even let Asmadeo aside, he was leveling a little bit but still way behind my hero. I just don't understand, what have I done wrong on the game that I'm trying to level Asmadeo and he is still level 1? |
#5
|
|||
|
|||
![]()
@F-kid Do you have same versions of game on both laptop and desktop pc ? If Asmo get exp on desktop in you`re RSE game, he should lvlup on laptop also because in RSE Asmo weren`t changed at all. You had to change something in his files by mistake maybe.
Try new game on laptop just for 4-5 fights to see will he get any exp, also attack low lvl troops with him (he get more exp if you kill 1-2 lvl enemy units, and more so if they are under pugmy/doom/plague spells). If he still dont get any exp my only idea is to latest patch and hope for best. Good luck ![]() |
#6
|
|||
|
|||
![]()
I noticed this problem before, but now in Red sands mod it`s even more
![]() If you use archmage and get him to higher lvl, and some bonus dmg on stats in battle during battle trance he will get 100% dmg but only from his basic 5-8, not including bonus from lvlup. If you get some archmage_staff (or 2, i tried using 3 with warrior just to check) my archmage had 3x20% bonus dmg from staff and +18% from lvl`s so in battle dmg was 9-14. When i use battle trance he should get +100% dmg from but instead 18-28, i got 14-22, so +(5-8 ) got only his basic dmg without any item/lvlup bonuses. On other side if you use ogre and get his attack from 47 basic, to 100 with lvlup/frenzy/items and use ogre rage, he`ll get 100% bonus attack from his current, not basic attack. My question for you ppl is, how to make archmage get same bonus as ogre, based on his actual dmg in game, not basic from archmage.txt Same prob happens if you use some +dmg item (poison dagger/whip of ishara) archmage will get dmg from those items, but in battle trance will get bonus from his basic dmg 5-8 ![]() Try checking in scripts special_attacks.lua file and compare Battle mage, and Ogre rage part of file, to figure out how to give same bonus to archmage as ogre have. |
#7
|
|||
|
|||
![]()
@Fatt_Shade:
As it turns out, it is implemented as Percent of Base in both TL and AP so the developers intended for it to work this way, I guess. Nonetheless, the change is easy:
By the way, for most functions that work on a statistic, the order is absolute percent increase, percent of base, and then percent of current. See http://translate.googleusercontent.c...LwAowdEODmh0mw as a reference for the King's Bounty LUA Attack library. Good luck! ![]() /C\/C\ Quote:
|
#8
|
|||
|
|||
![]()
Not working
Code:
Attack.act_apply_dmgmin_spell( "magic", 0, 0, power, duration, false) Attack.act_apply_dmgmax_spell( "magic", 0, 0, power, duration, false) Attack.act_apply_par_spell( "defense", 0, 0, -penalty, duration, false) |
![]() |
|
|