Jump to content

ae5140

Inactive Member
  • Posts

    24
  • Joined

  • Last visited

  • Feedback

    0%

About ae5140

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ae5140's Achievements

Explorer

Explorer (4/16)

  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

2

Reputation

  1. Thanks for responding. [Hidden Content] from here I was able to add the sqlite3 module. Where is it?
  2. Hi, I want to make a system where players can see their whisper chat history. I want to use this in python of the sqlite3 module. But somehow I could not use sqlite3 for Metin2. Anybody know anything about this? Thank you from now.
  3. Thank you, I'm getting this error; The page you are trying to access is not available for your account.
  4. Thank you, I know this formula, but the market does not come back when the name closes again. I met this video on the internet. But I can not access the web site of the video owner. : / uiprivateshop OnUpdate; if systemSetting.GetShopDistance() < player.GetCharacterDistance(self.vid): self.Show() x, y = chr.GetProjectPosition(self.vid, 220) self.SetPosition(x - self.GetWidth()/2, y - self.GetHeight()/2) else: self.Hide()
  5. Hello Metin2dev, Is this system in your possession?
  6. Thanks for the answer. I solved the problem without knowing it. I will find the solution method to share.
  7. Hello all, I'm coding the speech system for my server. I only need to receive data when logged in from P2P. Unfortunately game.core is giving. Game.core errors; #0 std::_Rb_tree<unsigned int, unsigned int, std::_Identity<unsigned int>, std::less<unsigned int>, std::allocator<unsigned int> >::_M_insert_unique ( this=0xbfbfaf57, __v=@0x294553e6) at stl_tree.h:997 #1 0x08287a31 in CWhisperGroup::P2PLoginMember (this=0x29455390, pid=1) at stl_set.h:307 #2 0x0828b80f in CWhisperGroupManager::P2PLoginMember (this=0xbfbfbc8c, pid=1) at whispergroup_manager.cpp:120 #3 0x0819dcab in P2P_MANAGER::Login (this=0xbfbfea8c, d=0x29dd3c00, p=0x3aede000) at p2p.cpp:181 #4 0x0816c3b0 in CInputP2P::Analyze (this=0x871a960, d=0x29dd3c00, bHeader=<value optimized out>, c_pData=0x3aede000 "\001[CM]Whistle") at input_p2p.cpp:627 #5 0x0814cf8b in CInputProcessor::Process (this=0x871a960, lpDesc=0x29dd3c00, c_pvOrig=0x3aede000, iBytes=40, r_iBytesProceed=@0xbfbfb534) at input.cpp:103 #6 0x081154b3 in DESC::ProcessInput (this=0x29dd3c00) at desc.cpp:317 #7 0x0828d1d4 in io_loop (fdw=0x29c0bbc0) at main.cpp:1008 #8 0x0828dc00 in idle () at main.cpp:891 #9 0x0828f26c in main (argc=1, argv=Cannot access memory at address 0x4 ) at main.cpp:551
  8. Hello there, When another character appears in the game freezes for a short time with me. Is there a way to fix this?
  9. Some of them I get this error when entering the game What is the reason?
  10. Hi m2dev, 6 socket attaching attr slips What should I do about this? Database records to doing it right. Looks like the shop window td::auto_ptr<SQLMsg> pMsg(DBManager::instance().DirectQuery("SELECT pos,count,vnum,price,socket0,socket1,socket2,socket3,socket4,socket5,attrtype0,attrvalue0,attrtype1,attrvalue1,attrtype2,attrvalue2,attrtype3,attrvalue3,attrtype4,attrvalue4,attrtype5,attrvalue5,attrtype6,attrvalue6 FROM %soffline_shop_item WHERE owner_id = %u", get_table_postfix(), npc->GetOfflineShopRealOwner()));
  11. Hi, You get the following error Can you help? 0603 04:37:00191 :: Traceback (most recent call last): 0603 04:37:00191 :: File "introLogo.py", line 62, in introLogo.LogoWindow.OnUpdate (introLogo.c:1396) 0603 04:37:00191 :: File "networkModule.py", line 179, in networkModule.MainStream.SetLoginPhase (networkModule.c:3131) 0603 04:37:00191 :: File "system.py", line 138, in system.__hybrid_import (system.c:3428) 0603 04:37:00191 :: File "introLogin.py", line 11, in init introLogin (introLogin.c:28827) 0603 04:37:00191 :: File "system.py", line 138, in system.__hybrid_import (system.c:3428) 0603 04:37:00191 :: File "serverInfo.py", line 520, in init serverInfo (serverInfo.c:7378) 0603 04:37:00191 :: File "system.py", line 162, in system.__hybrid_import (system.c:3769) 0603 04:37:00191 :: AttributeError 0603 04:37:00191 :: : 0603 04:37:00191 :: 'module' object has no attribute '_extension_registry' 0603 04:37:00191 ::
  12. Hello, Eng: Not given effect to the players outside the group. Shaman blesses himself. Can you help on this issue? Tr: Merhaba, İngilizce bilmediğim için google çeviri kullandım fakat bu forumda türk arkadaşlarında bulunduğunu öğrendim o yüzden türkçe yazma gereği de duydum. Şaman'ların grup içinde kendisini kutsarken bütün grubun kutsamasını sağlayan sistemi ekledim. Bu sorunsuz çalışıyor fakat grup dışındaki oyuncuları kutsamaya çalışınca şaman kendisini kutsuyor. Bu konu hakkında yardımcı olursanız sevinirim.
×
×
  • 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.