Jump to content

BeauDeCiuda

Inactive Member
  • Posts

    61
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by BeauDeCiuda

  1. On 10/16/2020 at 9:37 PM, Mafuyu said:

     

    oh boy you have so many missing parts in your tut...

     

    { "INVINCIBLE", APPLY_INVINCIBLE }, gets not defined...

    #ifdef ENABLE_CONQUEROR_LEVEL
        { POINT_INVINCIBLE,        },
    #endif also missing define.. you cant compile it like this..your github is outdated.. you write "removed point...." but its still there in your git..

     

     

    
    1016 21:29:25806 :: Failed to load script file : UIScript/CharacterWindow.py
    1016 21:29:25806 :: 
    ui.py(line:4593) LoadScriptFile
    system.py(line:194) execfile
    system.py(line:165) Run
    UIScript/CharacterWindow.py(line:1642) <module>
    
    LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'SPECIAL_ACTION_START_INDEX'
    
    1016 21:29:25806 :: ============================================================================================================
    1016 21:29:25826 :: Abort!!!!
    
    
    1016 21:29:25827 :: 
    uiCharacter.py(line:681) __LoadWindow
    uiCharacter.py(line:306) __LoadScript
    ui.py(line:4610) LoadScriptFile
    exception.py(line:36) Abort
    
    CharacterWindow.__LoadWindow - <type 'exceptions.SystemExit'>:
    
    1016 21:29:25827 :: ============================================================================================================
    1016 21:29:25827 :: Abort!!!!

    more missing code...

    not full, u need brain for finish code.

  2. i fixed

     

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Hi, i heave 1 problem with this:
    80e2ce3e19249b9ccffb559f2f35ad9f.png


    e06cba237a87c7a13bb43d1a2b077d0a.png

    7086aeb0564f508dabc2c0fff789b0ae.png

    does anyone know how to fix this?I do not know what you might be. Tnx

  3. hi, i heave 1 problem with vrunner

    err autorun.log:

    Spoiler

    failed to create process -- check provided path: No such file or directory
    VRunner 0.6 -- Simple daemon
     

    and starter.sh

    Spoiler

    #!/bin/sh
    echo -e "\033[31m Baza de date\033[0m"
    cd /usr/game/server/db/
    ./db &
    ./vrunner --daemon --pid-path=pid.db --file=db >> autorun.log 2>&1 &
    sleep 2
    clear
    echo -e "\033[31m Autentificarea\033[0m"
    cd /usr/game/server/auth/ 
    ./auth &
    ./vrunner --daemon --pid-path=pid.auth --file=auth >> autorun.log 2>&1 &
    sleep 2
    clear
    echo -e "\033[31m Canal 1\033[0m"
    cd /usr/game/server/canal1/canal1_1/
    ./canal1_1 &
    ./vrunner --daemon --pid-path=pid.game --file=game >> autorun.log 2>&1 &
    sleep 2
    cd /usr/game/server/canal1/canal1_2/
    ./canal1_2 &
    ./vrunner --daemon --pid-path=pid.game --file=game >> autorun.log 2>&1 &
    sleep 2
    clear
    echo -e "\033[31m Canal 99\033[0m"    
    cd /usr/game/server/canal99/
    ./canal99 &
    ./vrunner --daemon --pid-path=pid.game --file=game >> autorun.log 2>&1 &
    sleep 2
    clear

    freebsd 11.x 64.

     

    how to solve this ?

  4. No delete lol.

    search  if (!(thecore_heart->pulse % thecore_heart->passes_per_sec * 10))

     am comment lines 

    if (!(thecore_heart->pulse % thecore_heart->passes_per_sec * 10))	
    					
    				{
    					/*pt_log("[%9d] return %d/%d/%d/%d async %d/%d/%d/%d",
    							thecore_heart->pulse,
    							CDBManager::instance().CountReturnQuery(SQL_PLAYER),
    							CDBManager::instance().CountReturnResult(SQL_PLAYER),
    							CDBManager::instance().CountReturnQueryFinished(SQL_PLAYER),
    							CDBManager::instance().CountReturnCopiedQuery(SQL_PLAYER),
    							CDBManager::instance().CountAsyncQuery(SQL_PLAYER),
    							CDBManager::instance().CountAsyncResult(SQL_PLAYER),
    							CDBManager::instance().CountAsyncQueryFinished(SQL_PLAYER),
    							CDBManager::instance().CountAsyncCopiedQuery(SQL_PLAYER));
    
    					if ((thecore_heart->pulse % 50) == 0) 
    						sys_log(0, "[%9d] return %d/%d/%d async %d/%d/%d",
    								thecore_heart->pulse,
    								CDBManager::instance().CountReturnQuery(SQL_PLAYER),
    								CDBManager::instance().CountReturnResult(SQL_PLAYER),
    								CDBManager::instance().CountReturnQueryFinished(SQL_PLAYER),
    								CDBManager::instance().CountAsyncQuery(SQL_PLAYER),
    								CDBManager::instance().CountAsyncResult(SQL_PLAYER),
    								CDBManager::instance().CountAsyncQueryFinished(SQL_PLAYER));*/
    				}
    			}
    			else
    			{
    				/*pt_log("[%9d] return %d/%d/%d/%d async %d/%d/%d%/%d",
    						thecore_heart->pulse,
    						CDBManager::instance().CountReturnQuery(SQL_PLAYER),
    						CDBManager::instance().CountReturnResult(SQL_PLAYER),
    						CDBManager::instance().CountReturnQueryFinished(SQL_PLAYER),
    						CDBManager::instance().CountReturnCopiedQuery(SQL_PLAYER),
    						CDBManager::instance().CountAsyncQuery(SQL_PLAYER),
    						CDBManager::instance().CountAsyncResult(SQL_PLAYER),
    						CDBManager::instance().CountAsyncQueryFinished(SQL_PLAYER),
    						CDBManager::instance().CountAsyncCopiedQuery(SQL_PLAYER));
    
    						if ((thecore_heart->pulse % 50) == 0) 
    						sys_log(0, "[%9d] return %d/%d/%d async %d/%d/%d",
    							thecore_heart->pulse,
    							CDBManager::instance().CountReturnQuery(SQL_PLAYER),
    							CDBManager::instance().CountReturnResult(SQL_PLAYER),
    							CDBManager::instance().CountReturnQueryFinished(SQL_PLAYER),
    							CDBManager::instance().CountAsyncQuery(SQL_PLAYER),
    							CDBManager::instance().CountAsyncResult(SQL_PLAYER),
    							CDBManager::instance().CountAsyncQueryFinished(SQL_PLAYER));*/
    						}

     

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