![]() |
|
#1
|
|||
|
|||
![]()
I have not yet seen this bug, does it show an error message when it crashes? or the game just close with a crash window kb.exe faulting etc.. I'll look into it.
I'm also looking up another crash issue, the Dragon of Chaos and Demons spawn a ball of Rage upon killing an enemy stack, when killing Angelic Guards, the Runemage/Griffin summon, it makes the game crash with no error messages. I've only found the script code for the Dragon but not for the demons, no solutions yet. |
#2
|
|||
|
|||
![]() Quote:
![]() About chaos dragon issue, I've found how to fix this bug when I were creating a new bone dragon with blue fire on it ![]() ![]() ![]() Can you tell me which file contain the script code for dragon? Last edited by infernal1800; 08-10-2011 at 04:43 PM. |
#3
|
|||
|
|||
![]()
Awesome! That did the trick, i tested both demons and Dragon of Chaos, and a ball of rage spawns without game crash, problem solved, Thanks.
addon_unit_features.lua contains those scripts, find "function inferno_breath(corpse, dmgts)" and "function chaos_dragon_regeneration". I'll upload the fixed file, see attachment, copy/replace into \sessions\red_sands\atoms Oh and can you tell which enemy cast phantom? so far only level 14 and haven't seen an enemy cast it. |
#4
|
|||
|
|||
![]() Quote:
![]() ![]() About Phantom issue, island: Dersu => hero name: Gagash => army: Gorgul and Lake Dragonfly. Anytime he cast phantom, the game crash no matter which troop they cast on. He also use Call Animal. I've changed his troop via the Editor but it doesnt help ![]() Note: Amelie doesnt have any problem using Phantom in my game. |
#5
|
|||
|
|||
![]()
That function was for Dragon of Chaos, not the demons they use a different spell, which i can't find the code. It should be something similar to "demon_soul_reaver" inside the atom file but nothing refers to it from all lua files.
Gagash, i quickly did a fight with him no strategy has i had losses, i didn't plan on saving. Well i have no idea what's the cause since my game doesn't crash on that fight, he had cast 3xPhantom and 1 animal call. Idk maybe a video setting causes this or the mod needs a re-install. See screenshots. |
#6
|
|||
|
|||
![]() Quote:
Do you know which file contain all contents about phantom spell and can you upload those files so I can check it. I've tried to create a talent that can increase fire,magic and poison resistance but I have no clue how do it ![]() ![]() -About rage ball of demon, "demon_soul_reaver" is the script of ingame discription of the skill. I found drunken stance of Dwarf, Power of the elemental of Elf, Metabolism of Lizardman etc but no clue about rage ball of demon ![]() ![]() |
#7
|
|||
|
|||
![]()
spells.lua - Line 2595 "function spell_phantom_attack()"
I've just found that Demon skill that spawns rage, by accident.. hehe addon_special_attacks.lua line 7101 "function enbox_bonus(t,cl)" The hint was these calls "energo_rage" and "add_blog_demon_regen_2" which = add_blog_demon_regen_2=^blog_td0^[name] picks up a ball of rage etc. |
![]() |
|
|