| Code: |
Build: POL096.5-2007-01-02 Vestal Virgin (gentoo)
Last Script: pkg/foundations/hooks/regen.ecl PC: 242
Stack Backtrace:
[0x822fcee]
[0xffffe420]
[0x8165faa]
[0x81460d9]
[0x8146f4b]
[0x815fb05]
[0x8169c4f]
[0x80ff5c7]
[0x80ffd09]
[0x8238128]
[0x8295870]
[0x8048151]
|
| Code: |
/pol/pkg/foundations/hooks/regen.src, Line 106
exported function GetSoulRegenRateExported(mob)
240: makelocal
241: jmp userfunc @243
242: progend
243: pop param 'mob'
var mods_regenrate:=GetObjProperty(mob,"mods_regenrate");
244: decl local #1
245: local #0
246: "mods_regenrate"
247: Func(2,1): GetObjProperty
248: :=
249: #
if(mods_regenrate!=error)
250: local #1
251: error
252: <>
253: if false goto 262
return 300+CInt(mods_regenrate[4]);
254: 300L
255: local #1
256: 4L
257: [] 1
258: Func(0,0): CInt
259: +
260: return
261: goto264
return 300;
262: 300L
263: return
264: 0L
265: return
|