Jump to content

NeXoN

Inactive Member
  • Posts

    27
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by NeXoN

  1. how can i fix this please 
    0703 11:36:18394 :: File "networkModule.py", line 240, in SetGamePhase

    0703 11:36:18394 :: File "game.py", line 174, in __init__

    0703 11:36:18394 :: File "game.py", line 2520, in __ServerCommand_Build

    0703 11:36:18394 :: AttributeError
    0703 11:36:18394 :: : 
    0703 11:36:18394 :: 'GameWindow' object has no attribute 'Update_inventory_ref'
    0703 11:36:18395 ::

  2. after i adding this http://freakgamers.org/threads/release-title-system-first-version.7342/
    Title system by @VegaS
    i have error when i create new guild it's not create
    and the old guild  and guild member it was not loaded when i login to my character 
    there is no guild name appear
    and in guild table and guild_member the data exist
    this is the sysr from channel 1
    SYSERR: Jun 28 05:49:58 :: heart_idle: losing 348 seconds. (lag occured)
    SYSERR: Jun 28 05:55:26 :: LoadGuildData: Query failed: getting guild data SELECT master, level, exp, name, skill_point, skill, sp, ladder_point, win, draw, loss, gold FROM guild WHERE id = 0
    SYSERR: Jun 28 05:55:26 :: LoadGuildData: Query failed: getting guild data SELECT master, level, exp, name, skill_point, skill, sp, ladder_point, win, draw, loss, gold FROM guild WHERE id = 0

    can anybody help me please 
  3. @Tasho
    same thing mr.Tasho
    sysr


     

    0618 04:07:25464 :: Traceback (most recent call last):
    
    0618 04:07:25464 ::   File "generateInterface.py", line 1486, in CallEvent
    
    0618 04:07:25464 ::   File "generateInterface.py", line 3868, in ClickButton
    
    0618 04:07:25464 ::   File "uiItemShop.py", line 106, in SelectCategory
    
    0618 04:07:25464 :: IndexError
    0618 04:07:25464 :: : 
    0618 04:07:25465 :: list index out of range
    0618 04:07:25465 :: 


    this is  CallEvent in line 1486:

        def ClickButton(self, line):
            if line == self.lastLine:
                return
            self.lastLine = line
            if self.event:
                self.event(self.keyDict.get(line, -1))

     

  4. hello metin2dev community
    this is the sysr
     

    0617 03:07:26595 :: Traceback (most recent call last):
    
    0617 03:07:26595 ::   File "generateInterface.py", line 1486, in CallEvent
    
    0617 03:07:26595 ::   File "generateInterface.py", line 3868, in ClickButton
    
    0617 03:07:26595 ::   File "uiItemShop.py", line 102, in SelectCategory
    
    0617 03:07:26595 :: IndexError
    0617 03:07:26595 :: : 
    0617 03:07:26595 :: list index out of range
    0617 03:07:26595 :: 


    and this is the error list
     

    def SelectCategory(self, catId):
    		if self.selectedCategory == int(catId):
    			return
    		self.selectedCategory = int(catId)
    		self.categoryList.SetButtonDown(int(catId))
    		self.itemList.ClearItems()
    		for item in self.items[int(catId)]:
    			self.itemList.InsertItem(item[0], item[1], item[2], item[3], item[4], item[5], item[6])

    and this is the items list lua

    items = {
    				[1] = {
    						[1] = {299, 1, 30, 1, "x"},


    and the game.py and generateinterface.py
    in attachment
    how can i slove this problem it take from me one week and i dont find the problem

    This is the hidden content, please

    This is the hidden content, please

    • Metin2 Dev 1
    • Good 2
    • Love 5
  5. the first error was this when i try to compile game or db
    /usr/include/c++/4.2/cstdlib' has modification time
    it was solved when i update the date and time in freebsd
    from 6-5-2004 to 9-6-2017
    it dose work fine when i compile the source for game and db 
    without any problime
    but when put a new game and db in my files and run the server i have this error 
    /usr/game/share/bin/db: Shared object has no run-time symbol table
    /usr/game/share/bin/game: Shared object has no run-time symbol table
    connect: Connection refused
    /usr/game/share/bin/game: Shared object has no run-time symbol table
    /usr/game/share/bin/game: Shared object has no run-time symbol table
    connect: Connection refused
    /usr/game/share/bin/game: Shared object has no run-time symbol table
    connect: Connection refused
    /usr/game/share/bin/game: Shared object has no run-time symbol table

     

  6. hello metin2dev community
    i have problem with Property.eix/.epk
    when i unpack this file
    i found folder his name like this
    łŞą« / 01.Ľş 
    the original Property file before unpacking process is 466(KB)
    after packing process his size equal 216(KB)
    and in game there is many objects lost
    i try many unpack tools like metin2repacker / eternexus
    zone achiever / metin2dev achiever.
    Another attempt I tried rename all files with strange names
    But when i put it in the client it doesn't work it kick me out in Characters select window
    how can i solve this problem please

  7. hello mt2dev community
    when i tray add Anniversary Sash
    this error Appear in syser
    0526 14:16:26774 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:\ymir work\item\wing\warm\acce_05_85_024
    0526 14:16:27886 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:\ymir work\item\wing\warm\acce_05_85_023
    and in game when i where the sash it does not appear on player shoulders

  8. after i add MOB_RESIST_BLEEDING all mobs color transfer to blue
    i think the problem from dump proto tool

    all mobcolor in mob_proto.txt is = 0 

    the attribute working fine without any problem
    in the dump_proto source code 
    i was added MOB_RESIST_BLEEDING in this dump_proto.cpp
    fe756ae34be2c32.jpg

  9. Then you do this:
        From libdevil/ copy all .a files into /usr/lib
        From libgame/From lib copy the From libgame.a file into /usr/lib
        From libhackshield/From lib copy the From libanticpxsvr.a file into /usr/lib
        From liblua/From lib copy the .a files into /usr/lib
        From libpoly/ copy the .o files into /usr/lib
        From libserverkey/ copy the .o files into /usr/lib
        From libthecore/From lib copy the From libthecore.a files into /usr/lib


    where i can find this 
    i am use freebsd 9.2 amd 64 bit

    1)gmake:

    1
    cd /usr/ports/devel/gmake && make install clean

    2)makedepend:
     

    1
    cd /usr/ports/devel/makedepend && make install clean

     
    3)svn:
     

    1
    cd /usr/ports/devel/subversion && make install clean

     
    4)devil:
     

    1
    cd /usr/ports/graphics/devil && make install clean

    5)G++:

    1
    cd /usr/ports/lang/gcc48/ && make install clean

    i do all of this steps

     

×
×
  • 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.