Jump to content

Haades

Inactive Member
  • Posts

    11
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Haades

  1. Hi metin2dev,

    I'm increased max gold value: https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif/

    But i have problem, i think client side, with gold value > 2,1kkk..

    If me update this number (pick up yang,buy item), input slot in inventory set to "0" but number in db not updated to "0", in db stay current number.

    After teleport or relog, gold in inventory set to gold in db.

    EDIT:

    I'm remove money=0 from onupdate function from uicommon.py and now if me update my gold value which is > 2,1kkk, gold value in inventory set to value < 2,1kkk, but after teleport or relog gold set to gold in db.

    So some error must be in game.. I'll try to find him..

     

  2. any one can help me i have the problem the money when i buy or drop or trade yang it's auto coming 0 yang when i reload then i have the correct money on inventory any one waht i need to make ? 

    the money it's work but when buy any thing or drop it's coming 0 and need too reload on client for show again the real money.

     

    j28PJjU.jpg

    I have the same problem.. Somebody know how to fix it?

    If my yang value is > max int value (2,1kkk), yangs in inventory after update set 0, if i logout and login yang value is again correct...

     

    And my next problem:

    Items from my inventory disappeared.

    If i give item to my inventory, after relog missing...

     

  3.  

    I have this problem too.

    I open system by button in inventory.

    Somebody know how this solve?

    Have you changed coords in quest?

     

    My quest:

    quest teleport_inv begin
    state start begin
    when login begin
    cmdchat("Teleport_inv index"..q.getcurrentquestindex())
    end
    when info or button begin
    local i = tonumber(input(cmdchat("Teleport_inv GetInfo")))+1
    if type(i) != "number" then return end
    local warp = teleport_inv.warp_kords()
    if warp == nil then return end
    pc.warp(warp[1], warp[2])
    end
     
    function warp_kords()
    return {
    {863900,246000}, --Bakra
    {145400,239900}, --Bokjung
    {63500,166400}, --Chunjo
    {353000,882600}, --Yayang
    {474200,954500}, --Shinsoo
    {959800,269100}, --Jinno
    }
    end
    end
    end
  4. Aug 20 18:37:18 :: InputAuth::Login : haades(6) desc 0x28d0d800
    Aug 20 18:37:18 :: SetLoginKey 1495412518
    Aug 20 18:37:18 :: InputAuth::Login : key 1495412518:0x2a7c4046 login haades
    Aug 20 18:37:18 :: QID_AUTH_LOGIN: START 1495412518 0x28d0d800
    Aug 20 18:37:18 :: Create_Time 0 19700101
    Aug 20 18:37:18 :: Block Time -2 
    Aug 20 18:37:18 :: SetRemainSecs haades 0 type 2
    Aug 20 18:37:18 :: SendAuthLogin haades key 52167
    Aug 20 18:37:18 :: AuthLogin result 1 key 1495412518
    Aug 20 18:37:18 :: SYSTEM: closing socket. DESC #16
     
    I can not login to game. If i try connect, client closed.
    Please, can you help me?
×
×
  • 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.