RE: ore script
ERROR:(sphere_region.scp,107)Undefined symbol 'mr_rusty'
ERROR:(sphere_region.scp,107)Bad resource list id '100.0 mr_rusty'
ERROR:(sphere_region.scp,108)Undefined symbol 'mr_old_copper'
ERROR:(sphere_region.scp,108)Bad resource list id '80.0 mr_old_copper'
ERROR:(sphere_region.scp,109)Undefined symbol 'mr_dull_copper'
ERROR:(sphere_region.scp,109)Bad resource list id '75.0 mr_dull_copper'
ERROR:(sphere_region.scp,111)Undefined symbol 'mr_bronze'
ERROR:(sphere_region.scp,111)Bad resource list id '65.0 mr_bronze'
ERROR:(sphere_region.scp,122)Undefined symbol 'mr_rubyp'
ERROR:(sphere_region.scp,122)Bad resource list id '15.5 mr_rubyp'
ERROR:(sphere_region.scp,129)Undefined symbol 'mr_hell'
ERROR:(sphere_region.scp,129)Bad resource list id '23.0 mr_hell'
ERROR:(sphere_region.scp,130)Undefined symbol 'mr_mystic'
ERROR:(sphere_region.scp,130)Bad resource list id '20.0 mr_mystic'
ERROR:(sphere_region.scp,132)Undefined symbol 'mr_diamoundo'
ERROR:(sphere_region.scp,132)Bad resource list id '75.0 mr_diamoundo'
ERROR:(sphere_region.scp,133)Undefined symbol 'mr_sunshine'
ERROR:(sphere_region.scp,133)Bad resource list id '80.0 mr_sunshine'
ERROR:(sphere_region.scp,134)Undefined symbol 'mr_neon'
ERROR:(sphere_region.scp,134)Bad resource list id '85.0 mr_neon'
ERROR:(sphere_region.scp,135)Undefined symbol 'mr_emeraldo'
ERROR:(sphere_region.scp,135)Bad resource list id '80.0 mr_emeraldo'
ERROR:(sphere_region.scp,136)Undefined symbol 'mr_crystal'
ERROR:(sphere_region.scp,136)Bad resource list id '85.0 mr_crystal'
ERROR:(sphere_region.scp,137)Undefined symbol 'mr_dark_rock'
ERROR:(sphere_region.scp,137)Bad resource list id '30.0 mr_dark_rock'
ERROR:(sphere_region.scp,138)Undefined symbol 'mr_dream_rock'
ERROR:(sphere_region.scp,138)Bad resource list id '30.0 mr_dream_rock'
ERROR:(sphere_region.scp,139)Undefined symbol 'mr_kryptonite'
ERROR:(sphere_region.scp,139)Bad resource list id '40.0 mr_kryptonite'
ERROR:(sphere_region.scp,140)Undefined symbol 'mr_bluestone'
ERROR:(sphere_region.scp,140)Bad resource list id '70.0 mr_bluestone'
ERROR:(sphere_region.scp,141)Undefined symbol 'mr_light'
ERROR:(sphere_region.scp,141)Bad resource list id '70.0 mr_light'
Created the ingots and ores, thus:
[ITEMDEF I_ORE_HELL]
NAME Hell Pray
ID I_ORE_IRON
WEIGHT = 0.5
SKILLMAKE MINING
TDATA1 I_INGOT_HELL
ON = @ CREATE
COLOR COLOR_ORE_HELL
so on have to create something with Mr_ ahead to not give up this error?
obs: the script of ores and ingots, ore ingots.scp station in script has some problem?
|