Jump to content

Haades

Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

About Haades

Informations

  • Gender
    Male

Recent Profile Visitors

733 profile views

Haades's Achievements

Rookie

Rookie (2/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

5

Reputation

  1. This tutorial is not complete What is missing?
  2. I have this problem too.. i added this: [Hidden Content]
  3. Hi metin2dev, I'm increased max gold value: [Hidden Content] 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..
  4. 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...
  5. 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
  6. I have this problem too. I open system by button in inventory. Somebody know how this solve?
  7. Hi, I have this problem: [Hidden Content] And this is my code: [Hidden Content] Can me someone help?
  8. Hi, I have this problem: [Hidden Content] And this is my code: [Hidden Content] Can me someone help?
  9. 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.