View Single Post
  #2  
Old 12-30-2011, 12:17 AM
MattCaspermeyer MattCaspermeyer is offline
Approved Member
 
Join Date: Aug 2010
Posts: 553
Smile Thanks for finding these errors!

Quote:
Originally Posted by Fatt_Shade View Post
Come on Matt , you added new wives with bunch of kids, and you say adding 1 item in Tibold inventory would be problem Adding item in game is no prob, only copy from AP/CW items.txt en_items.lua and image, how to add it in Tibolds shopping choice is prob.
That's what I mean! Tibold's inventory is the tricky part...

Quote:
Originally Posted by Fatt_Shade View Post
Found miss in xeona children :
kid_ignatius you gave +2 attack imps 2 times.
kid_fiur you gave all melee 20% bonus dmg, and then +20% more to all units. Is this planed or ...?
kid_ignisa same as for fiur +10% melee dmg, and +20% for all units.
kid_demeer sp_spell_defense=count,10 , sp_spell_attack=count,10 What does this do?
Imps - fixed!
Fiur - Melee Damage: +20%, +1 Fire; All Units Fire Damage: +20%, Resist All: +5%. This is ok.
Ignissa: Melee Damage: +10%; Ranged Unit Attack: +20%; All Units Fire Damage: +20%, Resist All: +5%. This is ok.
Deemer: in SPELLS.TXT, sp_spell_attack are attack spells where there is a parameter of attack=1; sp_spell_defense are defense spells where there is a parameter of defense=1.

Attack spells are (this is also in the kid's description if you get them): Healing (for damage to Undead), Magic Pole Axe, Dragon Slayer (adds to the damage of your units against Dragons), Phoenix (does damage), Demon Slayer (same as Dragon Slayer), Lightning, Holy Rain (for damage to Undead), Precision (adds to unit damage), Berserker (adds to unit damage), Pain Mirror, Trap, Ghost Sword, Geyser, Fire Arrow, Poison Skull, Greasy Mist, Hell Breath (adds to unit damage), Ice Snake, Fire Ball, Evil Book (same as Phoenix), Kamikaze, Fire Rain, and Armageddon.

Defense spells are (in kid's description): Stone Skin, Phoenix (since it defends), Divine Armor, Magic Spring (since it adds to unit defense), and Evil Book (same as Phoenix).

Note that stuff in () are just my comment for why they are that type of spell and don't appear in the kid's description (just the spell names do).

Quote:
Originally Posted by Fatt_Shade View Post
gerda children :
kid_ordwald +1 initiative , 2 times mistake or you planed +2 initiative ?
Should be +1 init, +1 speed. Copy, paste, but forget to change keyword - whoops! This is now fixed!

Quote:
Originally Posted by Fatt_Shade View Post
neoka children :
kid_monere kid_pasis same as for xeona`s fiur/ignisa +10% dmg, then +20% more magic dmg. Planed or ...
Monere: Melee Damage: +10%; +1 Speed; All Unit Magic Damage: +20%, Magic Resistance: +20%. This is ok.
Pasis: Melee Damage: +10%; Ranged Unit Attack: +20%; All Unit Magic Damage: +20%, Magic Resistance: +20%. This is ok.

Quote:
Originally Posted by Fatt_Shade View Post
eng_homm3_babies_neoka in itm_kid_mephala_hint text string change [armorer2] to [armor2] , because game freezes when mephala is born with current settings.
Great catch - armor2 is the correct value - fixed!

We got keep an eye out for these as I fixed Josephine (for her, mysticism was misspelled) in the update I sent you on the 28th! Unfortunately, these are hard to find unless the game freezes or you are a very, very good proof reader! By the way, if the game freezes when cursoring over an item, then there is an error in the template (i.e. a misspelling in this case) for the item's language file.

Quote:
Originally Posted by Fatt_Shade View Post
eng_homm3_babies_orcelyn :
kid_gretchyn you wrote [goblin1] and [goblin21] error ?
kid_jabarkas [orc1] and [orc21] also error ?
These are okay, because they refer to Goblins level 1 (goblin1) and Furious Goblins Level 1 (goblin2 is Furious Goblin and then level 1 = goblin21). Same for orc1 (Orcs, level 1) and orc21 (Veteran Orcs, level 1).

Thanks for checking these, though, as errors here will cause the game to lockup. I checked all "generator codes" by copying them to an existing child and making sure they worked and looked good in the game; however, if I mistyped the name than that is a problem. I'm usually pretty good with copying and pasting the names (because of this very problem), but every once in a while, I have to type it in if it is too much trouble to search for a baby with the same or similar bonus or it is new.

These fixes will go into the next update - thanks!

/C\/C\
Reply With Quote