Jump to content

Whandee

Inactive Member
  • Posts

    36
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Whandee

  1. you need to add flag on quest when the player complete the quest, then  you can check it in navicat->player->quest

    also a your example is wrong:

    Spoiler

        state start begin
            when login begin
                when namequest? begin
                    send_letter("xxx mision scroll")
                end
            end

    the right example is this: 

    Spoiler

    state start begin
         when login begin
              send_letter("xxx mision scroll")
         end
    end

     

  2. edit your thread bro and put all these in a code:

    search: 

    Quote

    ServerStateChecker.Destroy(self)

    replace with: 

    Quote

    ServerStateChecker.Initialize(self)

    search: 

    Quote

    for id, channelDataDict in channelDict.items():
                key=channelDataDict["key"]
                ip=channelDataDict["ip"]
                udp_port=channelDataDict["udp_port"]
                ServerStateChecker.Request(key, ip, udp_port)

    replace with: 

    Quote

    ServerStateChecker.Initialize();
            for id, channelDataDict in channelDict.items():
                key=channelDataDict["key"]
                ip=channelDataDict["ip"]
                udp_port=channelDataDict["udp_port"]
                ServerStateChecker.AddChannel(key, ip, udp_port)

            ServerStateChecker.Request()

    search: 

    Quote

    regionID=int(addrKey/1000)
            serverID=int(addrKey/10) % 100
            channelID=addrKey%10

    replace with:

    Quote

    regionID=self.__GetRegionID()
            serverID=self.__GetServerID()
            channelID=addrKey%10

    hope it works

  3. Hello Metin2Dev, i use granny version 2.9 and all models exported by 3d max 2013 with granny version 2.9 cannot see them in game, i don't know what else to do

    Spoiler

    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Pelvis' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine1' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine2' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Neck' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Head' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail11' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail12' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail13' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail14' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Clavicle' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L UpperArm' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L ForeArm' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger01' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger11' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Hand' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger21' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_shoulder_03' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_shoulder_04' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Clavicle' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R UpperArm' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R ForeArm' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger01' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger11' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger21' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
    0116 11:42:20652 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Hand' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'equip_right_hand' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_shoulder_01' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_shoulder_02' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone01' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone02' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone03' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_left_01' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_left_02' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_left_03' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_left_04' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_right_01' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_right_02' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_right_03' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_right_04' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_front_01' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_front_02' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_front_03' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_front_04' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Thigh' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Calf' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Foot' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Thigh' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Calf' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Foot' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Tail' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Tail1' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Tail2' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 TailNub' in the ToSkeleton
    0116 11:42:20653 :: GRANNY: Unable to find matching track_group for Model: "Object001" in Animation: "C:\Documents and Settings\bap\My Documents\¹ÞÀº ÆÄÀÏ\¼­±â.max"

    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Pelvis' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine1' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine2' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Neck' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Head' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail11' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail12' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail13' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail14' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Clavicle' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L UpperArm' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Forearm' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger01' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger02' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger11' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger12' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Hand' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger21' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger22' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger3' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger31' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger32' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger3Nub' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger4' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger41' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger42' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger4Nub' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone01' in the ToSkeleton
    0116 11:42:20710 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone02' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Clavicle' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R UpperArm' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Forearm' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger01' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger02' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger11' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger12' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Hand' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger21' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger22' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger3' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger31' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger32' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger3Nub' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger4' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger41' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger42' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger4Nub' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone09' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone10' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Thigh' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Calf' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Foot' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Thigh' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Calf' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Foot' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'L_01' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'L_02' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'L_03' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'R_01' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'R_02' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'R_03' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'F_01' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'F_02' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'F_03' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'B_01' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'B_02' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: NewMeshBinding: Unable to find bone: 'B_03' in the ToSkeleton
    0116 11:42:20711 :: GRANNY: Unable to find matching track_group for Model: "Object001" in Animation: "D:\Max work\pc2\assassin(³²ÀÚ)\intro\wait.max"

    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Pelvis' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine1' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine2' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Neck' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Head' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail11' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail12' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail13' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail14' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Clavicle' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L UpperArm' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L ForeArm' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger01' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger02' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger11' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger12' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger21' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger22' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Hand' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone20' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone21' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone22' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone23' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone24' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone25' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone26' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone27' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone01' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone02' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone03' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone04' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'sh_bone01' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'sh_bone02' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Clavicle' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R UpperArm' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R ForeArm' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger01' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger02' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger11' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger12' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
    0116 11:42:20743 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Hand' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger21' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger22' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone05' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone06' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone07' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone08' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'sh_bone03' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'sh_bone04' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone17' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone18' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone19' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone14' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone15' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone16' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone09' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone10' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone10-1' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone11' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone12' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone13' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Thigh' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Calf' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Foot' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Thigh' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Calf' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Foot' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
    0116 11:42:20744 :: GRANNY: Unable to find matching track_group for Model: "Object003" in Animation: "D:\zwork\¹ÚÀç°ü\3¿ù21ÀÏÀÌÈÄÀǼöÁ¤¾Ö´Ï¸ÞÀ̼Ç\¼ö¶óij¸¯ÅͼöÁ¤\¼ö¶ó¸ð¼Ç¼öÁ¤\¼±ÅÃ\wait.max"

    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Pelvis' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine1' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine2' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Neck' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Head' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail11' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail12' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail13' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail14' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Clavicle' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L UpperArm' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Forearm' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger01' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger02' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger11' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger12' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Hand' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger21' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger22' in the ToSkeleton
    0116 11:42:20802 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger3' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger31' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger32' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger3Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger4' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger41' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger42' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger4Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone11' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone12' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone13' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone09' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone10' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Clavicle' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R UpperArm' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Forearm' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger01' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger02' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger11' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger12' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Hand' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger21' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger22' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger3' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger31' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger32' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger3Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger4' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger41' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger42' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger4Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone11(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone12(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone13(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone09(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone10(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Thigh' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Calf' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Foot' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Thigh' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Calf' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Foot' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone01' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone02' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone03' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone04' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone01(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone02(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone03(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone04(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone05(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone06(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone07(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone08(mirrored)' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone05' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone06' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone07' in the ToSkeleton
    0116 11:42:20803 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone08' in the ToSkeleton
    0116 11:42:20804 :: GRANNY: Unable to find matching track_group for Model: "Object003" in Animation: "C:\Documents and Settings\sun.SUN\¹ÙÅÁ È­¸é\¾Ö´Ï¸ÞÀ̼ǼöÁ¤\shaman\intro\wait.max"

    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Pelvis' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine1' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine2' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Neck' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Head' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail11' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail12' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail13' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail14' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Clavicle' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L UpperArm' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Forearm' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger01' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger02' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger11' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger12' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Hand' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger21' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger22' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_shoulder_01(mirrored)' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_shoulder_02(mirrored)' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Clavicle' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R UpperArm' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Forearm' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0' in the ToSkeleton
    0116 11:42:20865 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger01' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger02' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger11' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger12' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Hand' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger21' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger22' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_shoulder_01' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_shoulder_02' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_cloak_01' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_cloak_02' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_cloak_03' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_sm01' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_sm02' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_sm03' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_sm04' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Thigh' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Calf' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Foot' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Thigh' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Calf' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Foot' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_front_01' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_front_02' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_front_03' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_front_04' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_left_01' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_left_02' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_left_03' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_left_04' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_right_01' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_right_02' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_right_03' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone_right_04' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_back_01' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_back_02' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_back_03' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: NewMeshBinding: Unable to find bone: 'bone_back_04' in the ToSkeleton
    0116 11:42:20866 :: GRANNY: Unable to find matching track_group for Model: "Object003" in Animation: "D:\Max work\pc2\warrior(¿©ÀÚ)\intro\wait.max"

    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Pelvis' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine1' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine2' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Neck' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Head' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail11' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail12' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail13' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail14' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Clavicle' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L UpperArm' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L ForeArm' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger01' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger02' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger11' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger12' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Hand' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger21' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger22' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'equip_left' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone01' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone02' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Clavicle' in the ToSkeleton
    0116 11:42:20904 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R UpperArm' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R ForeArm' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger01' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger02' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger11' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger12' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Hand' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger21' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger22' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'equip_right' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone09' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone10' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone05' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone06' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone07' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone08' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Thigh' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Calf' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Foot' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Thigh' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Calf' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Foot' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'R_01' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'R_02' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'R_03' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'B_01' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'B_02' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'B_03' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'L_01' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'L_02' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'L_03' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'F_01' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'F_02' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: NewMeshBinding: Unable to find bone: 'F_03' in the ToSkeleton
    0116 11:42:20905 :: GRANNY: Unable to find matching track_group for Model: "Object001" in Animation: "D:\zwork\¹ÚÀç°ü\3¿ù21ÀÏÀÌÈÄÀǼöÁ¤¾Ö´Ï¸ÞÀ̼Ç\ÀÚ°´Ä³¸¯ÅÍ ¼öÁ¤\µ¿ÀÛ\¼±ÅÃ\¼­±â.max"

    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Pelvis' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine1' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine2' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Neck' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Head' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail11' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail12' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail13' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail14' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Clavicle' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L UpperArm' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Forearm' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger01' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger02' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger11' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger12' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Hand' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger21' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger22' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger3' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger31' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger32' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger3Nub' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger4' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger41' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger42' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger4Nub' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone01' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone02' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone03' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone04' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone21' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone22' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Clavicle' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R UpperArm' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Forearm' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger01' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger02' in the ToSkeleton
    0116 11:42:20969 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger11' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger12' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Hand' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger21' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger22' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger3' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger31' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger32' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger3Nub' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger4' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger41' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger42' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger4Nub' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone05' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone06' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone07' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone08' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone21(mirrored)' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone22(mirrored)' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone09(mirrored)' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone10(mirrored)' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone09' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone10' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Thigh' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Calf' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Foot' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Thigh' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Calf' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Foot' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone17' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone18' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone19' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone20' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone14' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone15' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone16' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone11' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone12' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone13' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone11(mirrored)' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone12(mirrored)' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone13(mirrored)' in the ToSkeleton
    0116 11:42:20970 :: GRANNY: Unable to find matching track_group for Model: "Object001" in Animation: "C:\Documents and Settings\sun.SUN\¹ÙÅÁ È­¸é\¾Ö´Ï¸ÞÀ̼ǼöÁ¤\sura\intro\wait.max"

    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Pelvis' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine1' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Spine2' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Neck' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Head' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail11' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail12' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail13' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail14' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Clavicle' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L UpperArm' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L ForeArm' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger01' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger02' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger11' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger12' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Hand' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger21' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger22' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_01' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_02' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_03' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Clavicle' in the ToSkeleton
    0116 11:42:21063 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R UpperArm' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R ForeArm' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger01' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger02' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger11' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger12' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Hand' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger21' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger22' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_01' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_02' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_03' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'lu_bone01' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'lu_bone02' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'ru_bone01' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'ru_bone02' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Thigh' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Calf' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Foot' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Thigh' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Calf' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Foot' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'front_bone01' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'front_bone02' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'front_bone03' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'back_bone01' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'back_bone02' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'back_bone03' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'back_bone04' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'back_bone05' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'back_bone06' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_bone01' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_bone02' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_bone03' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_bone04' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_bone05' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_bone06' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_bone01' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_bone02' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_bone03' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_bone04' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_bone05' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_bone06' in the ToSkeleton
    0116 11:42:21064 :: GRANNY: Unable to find matching track_group for Model: "Object002" in Animation: "D:\zwork\¹ÚÀç°ü\3¿ù21ÀÏÀÌÈÄÀǼöÁ¤¾Ö´Ï¸ÞÀ̼Ç\¹«´çÄɸ¯ÅÍ ¼öÁ¤\¹«´çµ¿ÀÛ\select\wait.max"

    0116 11:42:21065 :: GRANNY: Unable to find matching track_group for Model: "Object001" in Animation: "C:\Documents and Settings\bap\My Documents\¹ÞÀº ÆÄÀÏ\¼­±â.max"

    Solved: Wasn't skinned.

  4. Hello Metin2Dev, i got a small problem about armors texture: only armors that are passing level 70 has that bug, what can i do? some armors when i'm far the're loking white, another armors if i'm close are looking white. thank you.

    https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

    https://metin2.download/picture/yCxRnpLvH18qaf2aqwglSNqKK2i9uSj8/.png

    https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

    https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.