Unable to sell items with thief

Results 1 to 1 of 1
  1. #1
    Proficient Member Swiftdeath is offline
    MemberRank
    Jan 2016 Join Date
    184Posts

    Unable to sell items with thief

    He guys,

    I have a problem with selling items while using my thief char.
    All chars (Knight, Archer, Mage) can sell the g1 weapon for 1 geon but the thief will not sell it.

    These are the Inititems:
    Code:
    (item    (name 256)        (Index 1)    (Image "Wea001")    (Action 1 1)        (class weapon sword)    (code 1 1 1 1)    (country 0 1 2)    (level 1)    (wear 1)                                    (limit knight 1)    (range 16)    (buy 4)    (sell 1)    (endurance 4)                (specialty    (aspeed 700)                        (Attack 3 10)                    (hit 15)                                                                                                    )                                )
    
    (item    (name 277)        (Index 22)    (Image "Wea011")    (Action 1 1)        (class weapon bow)    (code 1 2 2 2)    (country 0 1 2)    (level 1)    (wear 1)                                    (limit archer 1)    (range 160)    (buy 4)    (sell 1)    (endurance 4)                (specialty    (aspeed 800)                        (Attack 2 7)                    (hit 12)                                                                                                    )                                )
    
    (item    (name 345)        (Index 90)    (Image "Wea021")    (Action 1 1)        (class weapon wand)    (code 1 2 1 3)    (country 0 1 2)    (level 1)    (wear 1)                                    (limit mage 1)    (range 18)    (buy 4)    (sell 1)    (endurance 4)                (specialty    (aspeed 1000)                        (Attack 1 8)    (Magic 2 12)                (hit 12)                                                                                                    )                                )
    
    (item    (name 2599)        (Index 1404)    (Image "Wea169")    (Action 1 1)        (class weapon dagger)    (code 1 2 1 1)    (country 0 2)    (level 1)    (wear 1)                                            (limit thief 1)    (range 16)    (buy 4)    (sell 1)    (endurance 4)                    (specialty                                    (aspeed 500)                        (Attack 3 12)                    (hit 15)                                                                                                    )                                        )
    the only 2 things i don't really know what they mean are: code 1211 and country 0 1 2
    can somone have a look for what i could have done wrong?

    p.s. code from cry console =
    Code:
    Packet--> [0x05] 'd' Name:[??] From: 0x00587f14 <engine.exe>
    00::d -> 1128530
    Packet--> [0x05] 'd' Name:[??] From: 0x005de579 <engine.exe>
    00::d -> 5720
    
    <-- Recv: Type[0x4a] Size[0x7:7]
    01 00 00 00
    
    Packet--> [0x05] 'd' Name:[??] From: 0x0057addd <engine.exe>
    00::d -> 5720
    
    <-- Recv: Type[0x4c] Size[0x4:4]
    64
    
    Packet--> [0x05] 'm' Name:[??] From: 0x0057af82 <engine.exe>
    00::m -> 11 bytes
    thanks!




Advertisement