| Code: |
[03/19 15:30:24] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL096-2006-03-17-20060319145548-0.dmp'
Last Script: pkg/skills/spells/harm.ecl PC: 177 |
| Code: |
PlayObjectCenteredEffect( cast_on, FX_GLOW_SPIKE, 0x0a,0x1e);
if(GetHp(cast_on) >= 1)
if(cast_on.npctemplate)
dmg := dmg * 2;
endif
EraseObjProperty(cast_on, "#pp");
ShowDamage(caster, cast_on, dmg);
ApplyRawDamage(cast_on, Resisted(circle,caster,cast_on,dmg));
endif
endprogram
|
| Code: |
ApplyRawDamage(cast_on, Resisted(circle,caster,cast_on,dmg));
167: local #7
168: local #1
169: local #6
170: local #7
171: local #9
172: makelocal
173: jmp userfunc @1233
174: Func(3,12): ApplyRawDamage
175: #
176: leave block(10)
177: progend
|