Invisible Yubos

Added by Mankar about 5 years ago

I had the server working perfectly and could connect a client to it and run around and kill yubos. After making changes and rebuilding packed sheets I was missing obviously headless, but that wasn't really a problem. Then, today when I updated to the latest revision (for the sole purpose of getting heads back) the yubos became invisible and are having some issues.

In code\ryzom\common\data_leveldesign\leveldesign\Game_elem\Creature\fauna\set_armure\_medium_slashing_armor_set.creature:
An "Arms" value has been added which causes a problem because medium_slashing_arms.item doesn't exist.
In code\ryzom\common\data_leveldesign\leveldesign\Game_elem\Creature\fauna\Parent_creature_prototype\_dag.creature:
The equipment have been set to items that don't exist:

<STRUCT Name="Equipment">
<STRUCT Name="Body">
<ATOM Name="Item" Value="dag_light_slashing_chest.item"/>
</STRUCT>
<STRUCT Name="Legs">
<ATOM Name="Item" Value="light_slashing_legs.item"/>
</STRUCT>
<STRUCT Name="Arms">
<ATOM Name="Item" Value="light_slashing_arms.item"/>
</STRUCT>
<STRUCT Name="Hands">
<ATOM Name="Item" Value="light_slashing_hands.item"/>
</STRUCT>
<STRUCT Name="Feet">
<ATOM Name="Item" Value="light_slashing_feet.item"/>
</STRUCT>
<STRUCT Name="Head">
<ATOM Name="Item" Value="light_slashing_head.item"/>
</STRUCT>
</STRUCT>

Also, in the client log.log file it's complaining that:

2010/06/17 12:33:03 WRN e58 client_ryzom_r.exe misc.cpp 540 getLodCharacterId : getLodCharacterId: Not found A Character LodCharacter in the Manager: TR_MO_dag_LOD

I tried just deleting the arm references and setting the equipment to medium_slashing_<body part here>.item but that didn't fix the problem. Has anyone else had this problem recently or fixed it? I managed to overwrite all my original working files :P . According to the repository browser _dag.creature was never changed since revision 1, so maybe I have a better working one that I got from somewhere else...

-Mankar


Replies (4)

RE: Invisible Yubos - Added by Mankar about 5 years ago

Fixed the problem by setting the correct shape file in the chest.item. The creature and item files in the repository need to be fixed so this isn't a problem for new people, but I'm all set for the moment.

-Mankar

RE: Invisible Yubos - Added by nimbus3 over 4 years ago

I don't know if people are aware, but this is still an issue in the current build.

RE: Invisible Yubos - Added by molator over 4 years ago

I don't have that issue anymore.
You just have to update the common folder with the repository.

RE: Invisible Yubos - Added by nimbus3 over 4 years ago

sorry I am on my mobile and just found the fix for it

thx molator

(1-4/4)