Beiträge von Winchester

    Hello,


    Can someone help to convert this quest to dungeon ?

    Hi everyone, i need help for finish auto price functions and i don't know what i missed


    SaveFilePrice functions works fine but when i add same items again , it don't read file for auto price, so there is problem with ReadFilePrice functions.


    My 2 functions in uiofflineshopbuilder :




    In def AcceptInputPrice(self):

    i added :


    Code
    1. self.SaveFilePrice(vnum,count,price)


    in def OnSelectEmptySlot(self, selectedSlotPos):

    i added :


    Code
    1. itemPrice = self.ReadFilePrice(itemVNum,count)

    Hi devs,


    I wanted to know how can we change colors for 6 and 7th bonus ?


    I already did that :


    uitooltip.py

    But when i link item on chat if have 6/7th bonus the color is green again but i want when bonus is taken from item_attr_table the color is different than 1/5 bonus


    Thanks advance for helps

    I create this post, because I try to solve a syserr in channel config for several days but without success, so I rely on your wisdom. Does anyone know where the problem comes from?



    SYSERR: Jul 12 13:16:57 :: Analyze: Handshake phase does not handle packet 66 (fd 24)
    SYSERR: Jul 12 13:17:02 :: Analyze: Handshake phase does not handle packet 66 (fd 25)
    SYSERR: Jul 12 14:55:38 :: Analyze: Handshake phase does not handle packet 66 (fd 21)
    SYSERR: Jul 12 15:08:08 :: Analyze: Handshake phase does not handle packet 66 (fd 21)
    SYSERR: Jul 12 15:35:45 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Jul 12 15:36:55 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Jul 12 20:37:59 :: Analyze: Handshake phase does not handle packet 66 (fd 21)
    SYSERR: Jul 9 17:37:27 :: Analyze: Handshake phase does not handle packet 66 (fd 24)
    SYSERR: Jul 9 17:37:36 :: Analyze: Handshake phase does not handle packet 66 (fd 21)

    I said before i already try with this code...



    After these line I have new warnings :



    C
    1. config.cpp:468: warning: unused variable 'days'
    2. config.cpp:469: warning: unused variable 'price'
    3. config.cpp:472: warning: 'c.SShopPrice::days' may be used uninitialized in this function
    4. config.cpp:472: warning: 'c.SShopPrice::price' may be used uninitialized in this function
    Code
    1. config.cpp:472: warning: 'c.SShopPrice::days' may be used uninitialized in this function
    2. config.cpp:472: warning: 'c.SShopPrice::price' may be used uninitialized in this function



    Function :



    Tables.h


    C
    1. typedef struct SShopPrice
    2. {
    3. int days;
    4. int time;
    5. long long price;
    6. } TShopCost;


    I try to add in config.cpp


    Code
    1. int days;
    2. int price;

    but i have new warning :


    Code
    1. config.cpp:468: warning: unused variable 'days'
    2. config.cpp:469: warning: unused variable 'price'


    So, someone know how i can solve this warning ? ^^
    thanks advance


    Code
    1. SYSERR: Aug 4 13:30:38 :: UseMobSkill: No skill hit data for mob Captain Huashin index 0
    2. SYSERR: Aug 4 13:31:14 :: UseMobSkill: No skill hit data for mob Captain Huashin index 1



    Syserr

    Code
    1. socket_accept: accept: Software caused connection abort (fd 12)


    Syserr



    Code
    1. Analyze: Handshake phase does not handle packet 29 (fd 20)


    I search, check everything about these errors, but nothing changes, someone know how to fix them ?