Ребята, подскажите, пожалуйста, в чем здесь ошибка?
Цитата
[itemdef i_cape_moon]
ID=i_cape
NAME=Moon cloak
RESOURCES=100 i_cloth, 10 i_hides_cut, 10 i_leather_daemon, 10 i_leather_dragon, 50 i_spool_wire, 5 i_potion_mana
SKILLMAKE=TAILORING 90.0, MAGERY 90.0, MEDITATION 90.0, i_diamond_sk
dye=1
on=@create
hitpoints={5 10}
on=@equip
timer=1
on=@timer
if (<cont.meditation><80.0) || (<cont.magery><80.0)
cont.sysmessage You lack the required skill in magery/meditation to wear this
cont=<cont.findlayer(21).uid>
timer=1
return 1
endif
if <cont.sector.light><=7
timer=1
return 1
endif
cont.mana=<cont.mana>+2
if <cont.mana>><cont.int>
cont.mana=<cont.int>
endif
timer=1
return 1
Сфера (55i) пишет вот это:
Цитата
ERROR:(tailoring_rare.scp,134)Invalid container 00
Спасибо