Jump to content

mangal1otu

Inactive Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by mangal1otu


  1. KSqO1RP.png
    Numele serverului: Metin2 Game Addict
    Nivel maxim: 105
    Modul de joc: Pvm Clasic

    Site-ul serverului: www.sv.gameaddict.ro
    Forumul serverului: www.gameaddict.ro/forum

    Optional:
    Discordul serverului: Poate pe viitor 
    Pagina de facebook a serverului: https://www.facebook.com/GameAddictRo

    Optional:
    Ratele serverului: Drop / Exp = 200 || Yang = 150


    Detalii despre server: ( prezentarea inca este in lucru dar o pun pe asta pana o termin complet )


    8zkQleQ.png

    Video Server: 
    https://www.youtube.com/watch?v=Mk6HGgvna6o

    https://www.youtube.com/watch?v=PRYrtPUJiug
     Mai multe clipuri si gameplay-uri se gasesc pe pagina de facebook a serverului.
     

    • Angry 1
  2. Version of Files XXX

    Hi all. I have a problem, not work Teleport Dungeon. Press F5 end... nothing...
    In sysser i have dis error
     

    Quote

    SYSERR: May 23 20:23:11 :: RunState: LUA_ERROR: locale/romania/quest/questlib.lua:80: attempt to index a nil value
    SYSERR: May 23 20:23:11 :: WriteRunningStateToSyserr: LUA_ERROR: quest dungeon_manager.start click


    This is dungeon_manager quest
     

    Quote

    quest dungeon_manager begin
        state start begin
            when login or enter begin
                dungeonLib.update()
            end

            when button begin
                cmdchat("GetDungeonInfo INPUT#1")
                local cmd = split(input(cmdchat("GetDungeonInfo CMD#")), "#")
                cmdchat("GetDungeonInfo INPUT#0")

                if cmd[1] == "WARP" then
                    pc.warp(tonumber(cmd[2]) * 100, tonumber(cmd[3]) * 100)
                elseif cmd[1] == "RANKING" then
                    dungeonLib.update_ranking(tonumber(cmd[2]), tonumber(cmd[3]))
                end
            end
        end
    end

     

    end this is questlib.lua
     

    Quote

    mysql_query = function(query)
        if not pre then
            local rt = io.open('CONFIG','r'):read('*all')
            pre,_= string.gsub(rt,'.+PLAYER_SQL:%s(%S+)%s(%S+)%s(%S+)%s(%S+).+','-h%1 -u%2 -p%3 -D%4')
        end
        math.randomseed(os.time())
        local fi,t,out = 'mysql_data_'..math.random(10^9)+math.random(2^4,2^10),{},{}
        -- os.execute('mysql '..pre..' --e='..string.format('%q',query)..' > '..fi) -- fur MySQL51
        os.execute('mysql '..pre..' -e'..string.format('%q',query)..' > '..fi) -- fur MySQL55
        for av in io.open(fi,'r'):lines() do table.insert(t,split(av,'\t')) end; os.remove(fi);  -- This is line 80
        for i = 2, table.getn(t) do table.foreach(t,function(a,b)
            out[i-1]               = out[i-1] or {}
            out[i-1][a]            = tonumber(b) or b or 'NULL'
            out[t[1][a]]           = out[t[1][a]] or {}
            out[t[1][a]][i-1]      = tonumber(b) or b or 'NULL'
        end) end
        return out
    end

     

    • Love 1

  3. XDqpMPq.png

    Numele serverului: Metin2 WestGaming
    Canale deschise: 1 Momentan
    Nivel maxim: 99
    Puncte status: 90


    Site-ul serverului: www.metin2.westgaming.ro
    Forumul serverului: www.westgaming.ro
    Inregistrare: http://metin2.westgaming.ro/westgamimt2/sv/index.php?page=register
    Client: http://metin2.westgaming.ro/westgamimt2/sv/index.php?page=descarcare

    Rata experienta: 200
    Rata yang: 200
    Rata obiecte: 200
    Rata fierarului: +1 =>80 +2 =>80 +3 =>80 +4 =>80 +5 =>80 +6 =>80 +7 =>60 +8 =>60 +9 =>60

    Detalii despre server:
    uiWrteK.png
    xQu04hf.png
    zGamykn.png
    7fvkoij.png
    hFUccVn.png
    UpwxrWv.png


    Detalii despre evenimente:

    hM5GuCD.png

    Echipa jocului:
    [OwN]Nazist
    [GM]K1dda
    [GM]Razy

  4. I have the next problem when I want to compile the launcher source

    I'm using Visual Studio 2013

    Two days ago worked perfectly, after we introduced the again windows appeared the problem
    Sorry for my English
     

     

    1>------ Build started: Project: EterLocale, Configuration: Release Win32 ------
    2>------ Build started: Project: CWebBrowser, Configuration: Release Win32 ------
    2>  CWebBrowser.c
    2>..\..\source\CWebBrowser\CWebBrowser.c : fatal error C1001: An internal error has occurred in the compiler.
    2>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    2>   To work around this problem, try simplifying or changing the program near the locations listed above.
    2>  Please choose the Technical Support command on the Visual C++ 
    2>   Help menu, or open the Technical Support help file for more information
    1>  StdAfx.cpp
    1>..\..\source\EterLocale\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    1>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    1>   To work around this problem, try simplifying or changing the program near the locations listed above.
    1>  Please choose the Technical Support command on the Visual C++ 
    1>   Help menu, or open the Technical Support help file for more information
    3>------ Build started: Project: EffectLib, Configuration: Release Win32 ------
    4>------ Build started: Project: EterBase, Configuration: Release Win32 ------
    3>  StdAfx.cpp
    3>..\..\source\EffectLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    3>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    3>   To work around this problem, try simplifying or changing the program near the locations listed above.
    3>  Please choose the Technical Support command on the Visual C++ 
    3>   Help menu, or open the Technical Support help file for more information
    4>  StdAfx.cpp
    4>..\..\source\EterBase\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    4>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    4>   To work around this problem, try simplifying or changing the program near the locations listed above.
    4>  Please choose the Technical Support command on the Visual C++ 
    4>   Help menu, or open the Technical Support help file for more information
    5>------ Build started: Project: EterGrnLib, Configuration: Release Win32 ------
    6>------ Build started: Project: EterImageLib, Configuration: Release Win32 ------
    5>  StdAfx.cpp
    5>..\..\source\EterGrnLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    5>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    5>   To work around this problem, try simplifying or changing the program near the locations listed above.
    5>  Please choose the Technical Support command on the Visual C++ 
    5>   Help menu, or open the Technical Support help file for more information
    6>  StdAfx.cpp
    6>..\..\source\EterImageLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    6>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    6>   To work around this problem, try simplifying or changing the program near the locations listed above.
    6>  Please choose the Technical Support command on the Visual C++ 
    6>   Help menu, or open the Technical Support help file for more information
    7>------ Build started: Project: EterLib, Configuration: Release Win32 ------
    8>------ Build started: Project: EterPack, Configuration: Release Win32 ------
    8>  EterPack.cpp
    8>..\..\source\EterPack\EterPack.cpp : fatal error C1001: An internal error has occurred in the compiler.
    8>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    8>   To work around this problem, try simplifying or changing the program near the locations listed above.
    8>  Please choose the Technical Support command on the Visual C++ 
    8>   Help menu, or open the Technical Support help file for more information
    8>  EterPackCursor.cpp
    8>c1xx : warning C4117: macro name '__LINE__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__FILE__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__DATE__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__TIME__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__TIMESTAMP__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__VA_ARGS__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__FUNCTION__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__FUNCDNAME__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__FUNCSIG__' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__FSTREXP' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__LPREFIX' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__APREFIX' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__SPREFIX' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__cplusplus' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__BOOL_DEFINED' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '_WCHAR_T_DEFINED' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '_NATIVE_WCHAR_T_DEFINED' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '_RVALUE_REFERENCES_SUPPORTED' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '_RVALUE_REFERENCES_V2_SUPPORTED' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '_NATIVE_NULLPTR_SUPPORTED' is reserved, '#define' ignored
    8>c1xx : warning C4117: macro name '__COUNTER__' is reserved, '#define' ignored
    8>c1xx : fatal error C1001: An internal error has occurred in the compiler.
    8>  (compiler file 'msc1.cpp', line 1325)
    8>   To work around this problem, try simplifying or changing the program near the locations listed above.
    8>  Please choose the Technical Support command on the Visual C++ 
    8>   Help menu, or open the Technical Support help file for more information
    8>  INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe'
    8>      Please choose the Technical Support command on the Visual C++
    8>      Help menu, or open the Technical Support help file for more information
    7>  StdAfx.cpp
    7>..\..\source\EterLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    7>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    7>   To work around this problem, try simplifying or changing the program near the locations listed above.
    7>  Please choose the Technical Support command on the Visual C++ 
    7>   Help menu, or open the Technical Support help file for more information
    9>------ Build started: Project: EterPythonLib, Configuration: Release Win32 ------
    10>------ Build started: Project: GameLib, Configuration: Release Win32 ------
    9>  StdAfx.cpp
    9>..\..\source\EterPythonLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    9>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    9>   To work around this problem, try simplifying or changing the program near the locations listed above.
    9>  Please choose the Technical Support command on the Visual C++ 
    9>   Help menu, or open the Technical Support help file for more information
    11>------ Build started: Project: MilesLib, Configuration: Release Win32 ------
    10>  StdAfx.cpp
    10>..\..\source\GameLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    10>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    10>   To work around this problem, try simplifying or changing the program near the locations listed above.
    10>  Please choose the Technical Support command on the Visual C++ 
    10>   Help menu, or open the Technical Support help file for more information
    12>------ Build started: Project: PRTerrainLib, Configuration: Release Win32 ------
    11>  Stdafx.cpp
    11>..\..\source\MilesLib\Stdafx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    11>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    11>   To work around this problem, try simplifying or changing the program near the locations listed above.
    11>  Please choose the Technical Support command on the Visual C++ 
    11>   Help menu, or open the Technical Support help file for more information
    12>  StdAfx.cpp
    12>..\..\source\PRTerrainLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    12>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    12>   To work around this problem, try simplifying or changing the program near the locations listed above.
    12>  Please choose the Technical Support command on the Visual C++ 
    12>   Help menu, or open the Technical Support help file for more information
    13>------ Build started: Project: ScriptLib, Configuration: Release Win32 ------
    13>  StdAfx.cpp
    13>..\..\source\ScriptLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    13>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    13>   To work around this problem, try simplifying or changing the program near the locations listed above.
    13>  Please choose the Technical Support command on the Visual C++ 
    13>   Help menu, or open the Technical Support help file for more information
    14>------ Build started: Project: SpeedTreeLib, Configuration: Release Win32 ------
    15>------ Build started: Project: SphereLib, Configuration: Release Win32 ------
    14>  StdAfx.cpp
    14>..\..\source\SpeedTreeLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    14>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    14>   To work around this problem, try simplifying or changing the program near the locations listed above.
    14>  Please choose the Technical Support command on the Visual C++ 
    14>   Help menu, or open the Technical Support help file for more information
    15>  StdAfx.cpp
    15>..\..\source\SphereLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    15>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    15>   To work around this problem, try simplifying or changing the program near the locations listed above.
    15>  Please choose the Technical Support command on the Visual C++ 
    15>   Help menu, or open the Technical Support help file for more information
    16>------ Build started: Project: UserInterface, Configuration: Release Win32 ------
    16>  StdAfx.cpp
    16>..\..\source\UserInterface\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
    16>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
    16>   To work around this problem, try simplifying or changing the program near the locations listed above.
    16>  Please choose the Technical Support command on the Visual C++ 
    16>   Help menu, or open the Technical Support help file for more information
    ========== Build: 0 succeeded, 16 failed, 0 up-to-date, 0 skipped ==========

     

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