Thread: "Adventure" Mod
View Single Post
  #7  
Old 08-29-2011, 08:27 AM
infernal1800 infernal1800 is offline
Approved Member
 
Join Date: Jun 2011
Posts: 93
Post

Quote:
Originally Posted by Fatt_Shade View Post
I finaly figured out what caused problem i mentioned in first post on 4th page of this tread, about instantly killing every troop with 1 hit (1 peasant killing 2 EGD for instance).
It`s something with skill.txt skill.lua and eng_skill.lng files. As soon i learned 1 lvl of dark commander in might tree, this problem started.
Bladeking you also said you encountered this problem before, so just to let you know what caused it. As for fixing it i have no idea how
I also had this problem, but it is special_attacks.lua instead of "skills" files or dark commander as you said. I've created new custom talents and forget to add some "local =" so that the talent is incorrect. Making the creature who has this talent always 1 hit kill

btw, I have a warning for any person who want to create new talents for monsters like bladeking77 ( e.g "sapphire scale" of Azure Dragon) You have to edit arena.lua file to create a "guide" for AI of the enemy or they will never use this talent even it available for use. There are some talent dont require doing this but most of talent which we have to create in the special_attacks.lua or addon_special_attacks.lua require editing arena.lua for AI usage

Last edited by infernal1800; 08-29-2011 at 08:30 AM.
Reply With Quote