![]() |
Invalid code=1203 (Ridden NPC not acting as such) - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Invalid code=1203 (Ridden NPC not acting as such) (/Thread-Invalid-code-1203-Ridden-NPC-not-acting-as-such) Pages: 1 2 |
RE: Invalid code=1203 (Ridden NPC not acting as such) - pointhz - 06-02-2016 01:39 AM I assumed it had to be something with shrinks, or else it would happen a lot more frequently with all kind of usual mounts such as normal horses and not only with rare steeds which are shrunk a lot often/at least once. RE: Invalid code=1203 (Ridden NPC not acting as such) - Coruja - 06-02-2016 03:04 PM sphere always set "FLAGS |= statf_ridden" + "ACTION=111" on NPCs when you ride or shrink it and it throw error 0x1203 using this check called on every worldsave: Code: if ( IsStatFlag( STATF_Ridden )) RE: Invalid code=1203 (Ridden NPC not acting as such) - Criminal - 06-02-2016 04:08 PM if i set it before shrink, it should be fixed? RE: Invalid code=1203 (Ridden NPC not acting as such) - Ultima One - 06-02-2016 08:26 PM Hey Coruja, it seems nothing in any script is setting an ACTION value, so not sure whats going on. This is a 56b from 3-4 years ago. there may well be other scripts doing things, but nothing I can see sets Action or gets fired on shrunk pets or during the shrink process. So no idea, its probably something causing it in scripts but not able to find, unless another sphere function is called that may do it. Only thing different between now and before it started breaking is a handful of script changes and using background saves. (although not my server so may be more additions than i know of). Criminal - try setting it after shrink (on the pet, not the statue), just to make sure its set correctly. If you see mounts getting lost after that change then we know its something outside of the shrink process that is causing it. This is what I did for pointz + fronz and waiting to see if it still happens, but not heard anything since yesterday |