![]() |
|
#1
|
|||
|
|||
![]()
I can't find where to mod this ability. I want to make it so it heals all units. I looked in paladin.atom but there is nothing in there that specifies which units the ability works on.
TIA |
#2
|
|||
|
|||
![]()
I don'T think you can find it in the data.kfs
check ses.kfs and look for the special_paran.txt file, unit_skill or units_special.txt file. Something like that. I know I saw it in one of the file. |
#3
|
|||
|
|||
![]()
U can find it on the addon_special_attacks.lua file on the KBMaster mod. U can do a search with winrar and find "prayer".
|
#4
|
|||
|
|||
![]()
Hi, thanks for the help but I still can't seem to get it to work. I looked in the addon_special_attacks.lua. I removed demon and undead from the attack part but demons still get damaged. And I am not sure where to make it so demons would also get healed.
Any help would be appreciated TIA |
#5
|
|||
|
|||
![]()
Hey guys, did you namage to understand the way prayer work so you can make the paladin resurrect all your units not just those near the paladin?
There's a loop function where it goeas from 0 to 5 around the paladin. You think if I modified the numbers of loop it might check the entire arena area? I'm just affraid it's gonna crash if it goea out of bond. Might be simplier to modify to makes it like the mass_healing spell that stills there in one of the file but doesn't remember being use in the game! |
#6
|
|||
|
|||
![]()
I am trying to edit the prayer ability in addon_special_attacks.lua and no matter what I change, nothing seems to change in the game. The prayer ability still damages demons and doesn't heal them.
DO I need to start a new game for changes in addon_special_attacks.lua to take place? I have edited other files so I know how to do it and everything else works okay. |
#7
|
|||
|
|||
![]()
no. you haven't.
you should create a new lua file, paste source code for the hability and then edit it in that file. i advice simply delete checking for features. |
![]() |
|
|