QUALITY Undefined keyword - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: QUALITY Undefined keyword (/Thread-QUALITY-Undefined-keyword) |
QUALITY Undefined keyword - xtronchox - 06-09-2020 02:58 AM I am getting this error in console. What happened to QUALITY? PHP Code: ERROR:(spherechars.scp,33468)Undefined keyword 'QUALITY' Thanks! RE: QUALITY Undefined keyword - golfin - 06-09-2020 04:15 AM quality is used for items, I'm not sure if it can be used for character. RE: QUALITY Undefined keyword - xtronchox - 06-09-2020 04:52 AM (06-09-2020 04:15 AM)golfin Wrote: quality is used for items, I'm not sure if it can be used for character. it is not being used in a char, the value is in a map made by a char, if I go to the error line (33468) it is a map that has a char in the backpack RE: QUALITY Undefined keyword - golfin - 06-09-2020 12:26 PM Oh well, I would look for that in a script that solves this particular map, which is an object that somehow adds quality to your script. The error will not be in spherechars.scp, but in scp, where you define a specific object of the map. RE: QUALITY Undefined keyword - xtronchox - 06-10-2020 09:27 PM (06-09-2020 12:26 PM)golfin Wrote: Oh well, I would look for that in a script that solves this particular map, which is an object that somehow adds quality to your script. The error will not be in spherechars.scp, but in scp, where you define a specific object of the map. it must be encoded in sphere, since in Cartography in sphere_skill there is nothing about QUALITY and in the ITEMDEF of the map neither RE: QUALITY Undefined keyword - golfin - 06-10-2020 11:32 PM I also don't see anything in sphere_item_profession_cartographer.scp, I guess you'll need an answer from Coruja. |