Jump to content

Recommended Posts

db syserr is empty

the auth syserr write this: 

 

SYSERR: Aug 31 06:45:41.834335 :: Process: UNKNOWN HEADER: 22, LAST HEADER: 0(0), REMAIN BYTES: 243, fd: 15
SYSERR: Aug 31 06:45:42.114322 :: Process: UNKNOWN HEADER: 22, LAST HEADER: 0(0), REMAIN BYTES: 207, fd: 15
SYSERR: Aug 31 08:18:16.154294 :: Process: UNKNOWN HEADER: 22, LAST HEADER: 0(0), REMAIN BYTES: 284, fd: 15
SYSERR: Aug 31 08:18:34.872080 :: Analyze: Handshake phase does not handle packet 71 (fd 16)
SYSERR: Aug 31 08:18:34.872115 :: Process: SEQUENCE 28ccae00 mismatch 0xaf != 0x20 header 71
SYSERR: Aug 31 08:18:34.872121 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    [071 : 0xaf]

SYSERR: Aug 31 08:18:35.272336 :: Analyze: Handshake phase does not handle packet 1 (fd 15)
SYSERR: Aug 31 08:18:35.272365 :: Process: SEQUENCE 28cca900 mismatch 0xaf != 0x0 header 1
SYSERR: Aug 31 08:18:35.272371 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    [001 : 0xaf]

SYSERR: Aug 31 08:18:35.674259 :: Process: UNKNOWN HEADER: 68, LAST HEADER: 0(1), REMAIN BYTES: 49, fd: 15
SYSERR: Aug 31 08:18:36.72216 :: Analyze: Handshake phase does not handle packet 50 (fd 15)
SYSERR: Aug 31 08:18:36.72244 :: Process: SEQUENCE 28cca900 mismatch 0xaf != 0x1 header 50
SYSERR: Aug 31 08:18:36.72253 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    [050 : 0xaf]

SYSERR: Aug 31 08:18:54.832486 :: Process: UNKNOWN HEADER: 199, LAST HEADER: 0(1), REMAIN BYTES: 200, fd: 15
SYSERR: Aug 31 08:18:55.232566 :: Analyze: Handshake phase does not handle packet 3 (fd 15)
SYSERR: Aug 31 08:18:55.232599 :: Process: SEQUENCE 28cca900 mismatch 0xaf != 0x6 header 3
SYSERR: Aug 31 08:18:55.232607 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    [003 : 0xaf]

SYSERR: Aug 31 08:18:55.634247 :: Analyze: Handshake phase does not handle packet 3 (fd 15)
SYSERR: Aug 31 08:18:55.634295 :: Process: SEQUENCE 28cca900 mismatch 0xaf != 0x2e header 3
SYSERR: Aug 31 08:18:55.634300 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    [003 : 0xaf]

SYSERR: Aug 31 12:00:02.225936 :: Process: UNKNOWN HEADER: 71, LAST HEADER: 0(0), REMAIN BYTES: 352, fd: 15

Edited by csocsalo
Link to comment
https://metin2.dev/topic/21848-shop-ex-renewal/page/7/#findComment-166789
Share on other sites

  • 5 months later...
On 6/29/2024 at 11:53 AM, AncientWorld said:

 

i solved in this way
uitooltip.py
 

    def SetShopItem(self, slotIndex):

        itemVnum = shop.GetItemID(slotIndex)

        if 0 == itemVnum:

            return

 

        price = shop.GetItemPrice(slotIndex)

        if app.ENABLE_CHEQUE_SYSTEM:

            cheque = shop.GetItemCheque(slotIndex)

        self.ClearToolTip()

        self.isShopItem = True

 

        metinSlot = []

        for i in xrange(player.METIN_SOCKET_MAX_NUM):

            metinSlot.append(shop.GetItemMetinSocket(slotIndex, i))

        attrSlot = []

        for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM):

            attrSlot.append(shop.GetItemAttribute(slotIndex, i))

 

        self.AddItemData(itemVnum, metinSlot, attrSlot)

        if not app.ENABLE_RENEWAL_SHOPEX:

            if app.ENABLE_CHEQUE_SYSTEM:

                self.AppendSpace(5)

                self.AppendTextLine(localeInfo.CHEQUE_SYSTEM_SELL_PRICE, grp.GenerateColor(1.0, 0.9686, 0.3098, 1.0))

                self.AppendCheque(cheque)

                self.AppendPrice(price)

            else:

                self.AppendPrice(price)

        else:

            self.AppendPrice(price)
 

1 year later.. doesnt work for me 😄 now I dont have tooltips 

Link to comment
https://metin2.dev/topic/21848-shop-ex-renewal/page/7/#findComment-169372
Share on other sites

  • 2 months later...
  • Active Member

Hello @ Mali, everything works Great, thank you, but i have a question:
I added multiple pages to the shop, such as 10 pages, but the items after the 255 slot are not purchasable. 
Lets say i have 10 pages x 40 slots each = 480 slots.
Page 6 = 240 slots, page 7 = 280 slots.
That means only the next 15 slots from the 7th page are usable (at the 255 mark), then it tells me 'i don't have the items or i don't have yang etc'

how can i use 512 slots instead of the limit of 255 slots? 
(i changed the slot count as well from 40 to 48, and for 10x48 it needs 480 slots to work properly)
i have no problem until page 6 (FULLY Working)
spacer.png

can you please help me understand where should i make the changes please?

Edited by Metin2 Dev International
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/21848-shop-ex-renewal/page/7/#findComment-170443
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.