![]() |
Unshrink Rides [Serious Bug] - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Unshrink Rides [Serious Bug] (/Thread-Unshrink-Rides-Serious-Bug) |
Unshrink Rides [Serious Bug] - Van Glan Bloom - 04-13-2014 10:31 AM I have a serious bug.When i Unshrink my rides they transforms into a human and dies. recently i dont touched a function that could affect the shard this way. Does anyone know what is happening and how can I change this situation? RE: Unshrink Rides [Serious Bug] - Avatar - 04-13-2014 10:59 AM Maybe, your definitions in chardef are wrongly stated. When you unshrink npc , you know it has corrosponding TDATA3. Look at example below which is pet of llama. Once you shrink Llama, it become pet llama and has TDATA3=c_llama corrosponding NPC Char definitions. Just check your pets definitions and TDATA3. There should be missmatching in scripts. If there is no problem in pets, then check char definitions [chardef xxx] of which you are dealing with. [ITEMDEF 020f6] DEFNAME=i_pet_llama NAME=Llama TYPE=t_figurine TDATA3=c_llama VALUE={25 50} CATEGORY=Miscellaneous SUBSECTION=Character Icons DESCRIPTION=Llama RE: Unshrink Rides [Serious Bug] - Van Glan Bloom - 04-13-2014 12:38 PM Thanks Avatar, but have discovered what happened. I have create a new function for a new script and this new function entered in conflicts with my ethereal system. |