AsYlum wrote:
Check ecompile and *.em files version.
Ok, using the .em files provided in the 098.2 core package.
Just a few constants definitions in uo.em and vitals.em
AsYlum wrote:
what do you have in pkg.cfg for debris?
Enabled 1
Name debris
AsYlum wrote:
what your ecompile.cfg says and what is full path to POL?
Its exactly like the file ecompile.cfg.example but with the actual paths to modules, scripts and pkg folders.
AsYlum wrote:
what do you have in your method.src script?
- Code: Select all
use uo;
use os;
program Install()
return 1;
endprogram
exported function IsDebris(item)
return 1;
endfunction
AsYlum wrote:
MethodScript should be noted with .ecl extension
I tried that, didn't work here, no additional errors anyway.