Jump to content

ciortas

Members
  • Posts

    30
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ciortas

  1. or is bad clean system folder maybe,because not login ..

    ---------------------------------------------------------------------=[ aCis ]
    Loading loginserver configuration files.
    MLog clients using java 1.4+ standard logging.
    Initializing c3p0-0.9.5-pre5 [debug? false; trace: 5]
    ----------------------------------------------------------=[ LoginController ]
    Loading LoginController...
    Cached 10 KeyPairs for RSA communication.
    Stored 20 keys for Blowfish communication.
    Loaded 127 server names.
    Loaded 1 registered gameserver(s).
    Cached 10 RSA keys for gameserver communication.
    -----------------------------------------------------------------=[ Ban List ]
    Loaded 0 IP(s) from banned_ip.cfg.
    -------------------------------------------------=[ IP, Ports & Socket infos ]
    Listening for gameservers on 127.0.0.1:9014
    Loginserver ready on 127.0.0.1:2106
    --------------------------------------------=[ Waiting for gameserver answer ]
    
    
  2. yes its registered,

     

    gameserver config

    # ================================================================
    #                          Gameserver setting
    # ================================================================
    
    # Bind ip of the gameserver, use * to bind on all available IPs.
    GameserverHostname = *
    GameserverPort = 7777
    
    # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
    # If this ip is resolvable by Login just leave *
    ExternalHostname = 92.222.168.102
    
    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
    # If this ip is resolvable by Login just leave *
    InternalHostname = *
    
    # The Loginserver host and port.
    LoginPort = 9014
    LoginHost = 127.0.0.1
    
    # This is the server id that the gameserver will request.
    RequestServerID = 1
    
    # If set to true, the login will give an other id to the server (if the requested id is already reserved).
    AcceptAlternateID = True
    

    login server config

    #=============================================================
    #                         Loginserver
    #=============================================================
    
    # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
    ExternalHostname = 92.222.168.102
    
    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
    InternalHostname = 127.0.0.1
    
    # Bind ip of the LoginServer, use * to bind on all available IPs
    LoginserverHostname = *
    LoginserverPort = 2106
    
    # How many times you can provide an invalid account/pass before the IP gets banned
    LoginTryBeforeBan = 10
    
    # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
    LoginBlockAfterBan = 600
    
    # The address on which login will listen for GameServers, use * to bind on all available IPs
    LoginHostname = 127.0.0.1
    
    # The port on which login will listen for GameServers
    LoginPort = 9014
    
    # If set to true any GameServer can register on your login's free slots
    AcceptNewGameServer = True
    
    # If false, the licence (after the login) will not be shown
    # It is highly recomended for Account Security to leave this option as default (True)
    ShowLicence = True
    
    

    This ip == 92.222.168.102

  3. then i using 127.0.0.1 in vps login its okey but in gameserver startup error .

     

    Connecting to login on 127.0.0.1:9014
    FATAL: Failed to open server socket. Reason: Cannot assign requested address
    Cannot assign requested address
    ----------------------------------------------------=[ Under SIGTERM process ]
    All players have been disconnected.
    All ThreadPools are now stopped.
     

  4. Loading LoginController...
    Cached 10 KeyPairs for RSA communication.
    Stored 20 keys for Blowfish communication.
    Loaded 127 server names.
    Loaded 1 registered gameserver(s).
    Cached 10 RSA keys for gameserver communication.
    -----------------------------------------------------------------=[ Ban List ]
    Loaded 0 IP(s) from banned_ip.cfg.
    -------------------------------------------------=[ IP, Ports & Socket infos ]
    FATAL: Failed to start the gameserver listener. Reason: Cannot assign requested address
     

  5. i am using scoria and i can say is working with all the features for interlude the issue is scoria is not for sell any more and lucera have some backdoors for ip restrictions if you want scoria you can  pm me 

     

    how it can be not sell any more?

  6. eclipse compile error

    Buildfile: C:\Users\Sario\workspace\aCis_300\aCis_gameserver\build.xml
    clean:
       [delete] Deleting directory C:\Users\Sario\workspace\aCis_300\aCis_gameserver\build
    checkRequirements:
         [echo] Verification of your JDK version.
    version:
         [echo] aCis gameserver revision: exported
    init:
        [mkdir] Created dir: C:\Users\Sario\workspace\aCis_300\aCis_gameserver\build
        [mkdir] Created dir: C:\Users\Sario\workspace\aCis_300\aCis_gameserver\build\classes
        [mkdir] Created dir: C:\Users\Sario\workspace\aCis_300\aCis_gameserver\build\dist
        [mkdir] Created dir: C:\Users\Sario\workspace\aCis_300\aCis_gameserver\build\dist\login
        [mkdir] Created dir: C:\Users\Sario\workspace\aCis_300\aCis_gameserver\build\dist\gameserver
    compile:
        [javac] Compiling 1309 source files to C:\Users\Sario\workspace\aCis_300\aCis_gameserver\build\classes
        [javac] C:\Users\Sario\workspace\aCis_300\aCis_gameserver\java\net\sf\l2j\gameserver\handler\voicedcommandhandlers\Online.java:26: error: Online is not abstract and does not override abstract method useVoicedCommand(String,L2PcInstance) in IVoicedCommandHandler
        [javac] public class Online implements IVoicedCommandHandler
        [javac]        ^
        [javac] 1 error
    
    

    online.java

    package net.sf.l2j.gameserver.handler.voicedcommandhandlers;
    
    import java.util.StringTokenizer;
    import net.sf.l2j.gameserver.handler.IVoicedCommandHandler;
    import net.sf.l2j.gameserver.model.L2World;
    import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
    
    /**
    *
    * @author
    */
    public class Online implements IVoicedCommandHandler
    {
    	private static String[] _voicedCommands =
    	{
    		"online"
    	};
    
    
    	public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)
    	{
    		if(command.equalsIgnoreCase("online"))
    		{
    			activeChar.sendMessage("======<Status Online>======");
    			activeChar.sendMessage("Players Online: " + L2World.getInstance().getAllPlayers().size() + "");
    			activeChar.sendMessage("=======================");
    		}
    		return true;
    	}
    
    
    	public String[] getVoicedCommandList()
    	{
    		return _voicedCommands;
    	}
    }
    
  7. Server rates:

    XP: x50

    SP: x50

    Party XP and SP: x1.00

    Adena Drop rate: x40

    Drop items rate: x30

    Drop SealStones rate: x2

    Spoil rate: x20

    Drop Quest rate: x10

    Quests Reward rate: x10(nor for all)

    Drop Raid Boss: x10

     

    Enchant Rates:

    Enchant Max: +16

    Enchant Safe: +3

    Enchant Safe full body: +4

    Simple Enchant rates: 60%

    Blessed Enchant rates: 66%

     

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

    Full working skill and quests, on the global balance.

    Working Fortress, Clan Hall and Castle siege.

    Working cursed weapons system.

    Augmentation full working.

    Subclass without quest.

    Full Working Wedings.

    Champion system.

    Working Geodata.

    Npc buffer (Scheme buffer).

    7Signs teleporter.

    GM-shop till b grade.

    Noblesse with Caradine letter lvl 65 in GM Shop.

    Working offline shop.

    Auto learn skills.

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

    Epic Boss:

    Valakas spawn: 92+6 H

    Antharas spawn: 72+4 H

    Baium spawn: 48+4 H

    Ant Queen spawn: 24+4 H

    Zaken spawn: 40+4 H

    Orfen spawn: 20+4 H

    Core spawn: 33+4 H

    Frintezza spawn: 48+6 H

    Barakiel spawn: 5+2 Hours

    Others Raid Boss spawn: 24+12 Hours

     

    Grand Olympiad:

    Olympiad system Every 1 Weeks (Full Working).

    Olympiad start 18:00 and end 24:00

    Validation period 12h

    Heroes Change Every Monday

     

    http://xspression.our.lt

×
×
  • Create New...