![]() |
|
#371
|
|||
|
|||
|
Turn out that the root cause of this problem is the same as the root cause of the Last Hero spell is/was - they neglected to include the sound file for the spell. You can fix this by cutting out the "sound" section of the magic_temper_diff.atom file, or you could substitute another sound file name in that section. Either way, the spell(s) will work at that point.
|
|
#372
|
|||
|
|||
|
Quote:
|
|
#373
|
|||
|
|||
|
Yup, definitely a bug. What it's doing right now is potentially freezing the center target for each extra unit that it hits. So say it hits 4 units total, with one in the center. The one in the center would have a 30% chance of getting frozen first, then it would have 3 chances of 15% of getting frozen for each of the other units. Obviously it should be targetting the extra units rather than the one in the center.
|
|
#374
|
|||
|
|||
|
I still have the greedy achievement at 0 (even after the patch).
When I try to donate the rune of the sun (regalia) to Crhista the item disappears and the option to donate, destroy or see the info still apears. If I click again it crashes. To lvl 2 is only necessary one item right? |
|
#375
|
|||
|
|||
|
The rage ready skill doesnt work for me.Its supposed to decrease cooldown of rage skills but it doesnt.
|
|
#376
|
|||
|
|||
|
@Bhruic
Quote:
Code:
set_vampire {
category=o
image=
hint_config=object_item
label=itm_set_vampire_name
hint=itm_set_vampire_hint
information_label=
maphint=
mapinfo=
price=10
maxcount=0
level=1
race=human
use {}
fight {
{
filter {
belligerent=enemy
level=<5
}
pbonus=defense,0,-10,0,-100,0,0
dbonus=
rbonus=
attack_on=
attack_off=
}
}
mods {
attack=count,2
defense=count,2
mana=limit,2
rage=limit,2
}
|
|
#377
|
|||
|
|||
|
Again, you must not be using the latest patch.
Code:
set_vampire {
category=o
image=
hint_config=object_item
label=itm_set_vampire_name
hint=itm_set_vampire_hint
information_label=
maphint=
mapinfo=
price=10
maxcount=0
level=1
race=human
use {}
fight {
{
filter {
belligerent=enemy
level=<5
}
pbonus=defense,0,-10,0,-100,0,0
dbonus=
rbonus=
attack_on=
attack_off=
}
}
mods {
attack=count,10
defense=count,10
mana=limit,10
rage=limit,10
}
propbits=setbonus
params {
items=bloodsucker_sword,vampire_ring,chaos_crown
}
}
|
|
#378
|
|||
|
|||
|
Quote:
just, i cannot find the atom file in question. can you point me out? And btw, i dont' think many out here got the game patched: the old save will be wasted and with him hours of gameplay. I'm one of those; don't like to start over, some point are difficult or repetitive. |
|
#379
|
|||
|
|||
|
In the ses.kfs file (it's just a zip file, you can open it with something like 7zip), you'll find the magic_temper_diff.atom file. Cut out the following (lines 202-210):
Code:
1 {
sound {
animation=default
frame=0.01/2.00999999
restart=true
file=magic_temper_diff
fadetime=60
}
}
|
|
#380
|
|||
|
|||
|
Sorry if it was posted before, but I wanted to report that Troll's ability "Pacify" does not work for me. Ability sais the initiative of the victim will drop to 1 and that he will deal minimal damage but none of these things happen. Should be investigated.
|
![]() |
|
|