Jump to content

DnA

Advanced members
  • Content Count

    41
  • Joined

  • Last visited

Posts posted by DnA


  1. 4 hours ago, KONG said:

    MissionSdk.lua: function ActionsProc
    register MoveCity function

    please give me a hint, more obvious KONG?

    I look like this.


    --任務動作處理函數
    function ActionsProc( character, actions, npc, page, misid, scriptid, param1, param2 )
        PRINT( "ActionProc: actions proc" )
        if actions == nil then
            PRINT( "ActionProc:quest action management function parameter actions cannot be as null!" )
            SystemNotice( character, "ActionProc:quest action management function parameter actions cannot be as null!" )
            return LUA_ERROR
        end
        

    how should I add? 


  2. 1 hour ago, V3ct0r said:

     

    Hello! 

     

    You can take same English GameServer.exe and compire with Russian one.

    For example,  English GS has message "Weather: %s at (%d, %d)" in Russian it will be "Погода: %s в (%d, %d) ", you can replace Russian string by English string.

    Both strings length must be same.

    How to Change Weather to other language?


  3. 18 minutes ago, Onioni said:

    Yes. less players in hard servers now days. but good files to use as "base" to make one really good pk server. since server run week + w/out restarts or bugs + all what in files have so 100 usd is not that much. and for extra secure every buyer get it own custom databases for website and game.

    server files is great, ideal for those who want to open a new server


  4. 16 hours ago, Onioni said:

    Hello there! Now in sale custom top1 files (Dimension pirates online) with like 85% of top2 features (+ dimension helm with leveling system + cloaks + upgrade able rear pets  and all custom features ) + New ripped website (mu web with custom features) and of course customized databases!. good files for "base server" use can be run 1+ week w/ou restarts or bugs..

     

    100 usd per copy and customer customized databases! 

     

    Contact me at facebook: https://www.facebook.com/lari.mahonen

    good serverfiles, nice feature , good secure


  5. 1 hour ago, V3ct0r said:

    Hello @DnA!

     

    The main problem is that we do not have a function which allows to obtain the IP address of the character (role). You have to make it first. There is 2 ways:

    1) Patch GameServer.exe // Too hard

    2) Use LuaSQL.dll by @Wrexor

     

    Then as said above you can put some code in function after_player_kill_player:

    
    if GetChaIP(ATKER) == GetChaIP(DEFER) then
    	-- Same IP address
    	-- Do not give any award to ATKER
    else
    	-- Give award to ATKER
    end

    Where GetChaIP() is function you've made

    Okay. but, I do not understand to this. but thanks


  6. 5 hours ago, Theodor said:

    Hello guys.

    I just bought a vps from ovh and installed top server on it. For me it's working very good but for my friends from egypt isn't. They can login , but when they try cofirm the security code they get disconnected...tried to reinstall OS on vps , reinstall the Top server ,changed databases , changed server files(also used clean one's). Please help....

    you have skype?

×
×
  • Create New...