Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Lineage II (https://forum.zone-game.info/forumdisplay.php?f=34)
-   -   Проблемка с Gameserver (https://forum.zone-game.info/showthread.php?t=8520)

zippel 15.02.2011 23:36

Re: Проблемка с Gameserver
 
Столнулся с рядом проблем при работе с игровым сервером, кому не трудно, подскажите как избавится от ошибок, заранее благодарен:

Ошибка #1:
Свернуть ↑Развернуть ↓


Ошибка #2:
Свернуть ↑Развернуть ↓


Ошибка #3:
Свернуть ↑Развернуть ↓


Ошибка #4:
Свернуть ↑Развернуть ↓


C ошибкой №1 я разобрался. Осталось еще 3 штуки =)
Вот скрипт баффера, вдруг понадобится глянуть в него, чего то может не так, поправите, если можно:

Баффера Скрипт!:
Свернуть ↑Развернуть ↓


Добавлено через 55 минут
Нашёл решение проблемы с бафером:
http://www.l2jserver.com/forum/viewt...p?f=81&t=19066
только я не фига не шарю в питоне. кто поможет пофиксить бафера? Пожалуйста!

Strangeone 16.02.2011 05:55

Re: Проблемка с Gameserver
 
а в чем ошибка 5 и 6? там же просто ГМ использует команду //server_shutdown (выключение сервера)

zippel 16.02.2011 14:57

Re: Проблемка с Gameserver
 
Цитата:

Сообщение от Strangeone (Сообщение 109069)
а в чем ошибка 5 и 6? там же просто ГМ использует команду //server_shutdown (выключение сервера)

ну всё таки... там ведь есть ещё 3. как по закрывать косяки в баффере?
Помогите пожалуйста...

tolik5190 16.02.2011 18:16

Re: Проблемка с Gameserver
 
мож я ошибаюсь, но посмотри
Код:

if event == "create" :
                        con=L2DatabaseFactory.getInstance().getConnection()
                        param = eventParam1.replace("."," ")
                        if param == "no_name" :
                                return showText(st,"Info","Please, enter the scheme name!","True","Return","main")
                        else :
                                ins = con.prepareStatement("INSERT INTO buffer_scheme_list (player_id,scheme_name) VALUES (?,?)")
                                ins.setString(1, str(st.player.getObjectId()))
                                ins.setString(2, param)
                                try :
                                        ins.executeUpdate()
                                        ins.close()
                                        con.close()
                                except : pass
                        return rebuildMainHtml(st)

con закрывается только в else. если выполнится первое условия, подключение не закрывается

zippel 16.02.2011 19:58

Re: Проблемка с Gameserver
 
Цитата:

Сообщение от tolik5190 (Сообщение 109144)
con закрывается только в else. если выполнится первое условия, подключение не закрывается

я в питоне =0. и по этому не могу сказать тебе, прав ты или нет...
я даже не знаю, как закрыть... ту ошибку..

Там вот случайно не conn должно стоять вместо con ???

Добавлено через 5 часов 19 минут
Ну вот снова эта гадость, вот откуда она падло берётся:

Код:

16.02.2011 23:55:52 com.l2jserver.L2DatabaseFactory$ConnectionCloser run
WARNING: Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
java.lang.RuntimeException
        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:227)
        at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.python.core.PyReflectedFunction.__call__(Unknown Source)
        at org.python.core.PyMethod.__call__(Unknown Source)
        at org.python.core.PyObject.__call__(Unknown Source)
        at org.python.core.PyInstance.invoke(Unknown Source)
        at org.python.pycode.serializable._pyx1297893171569.onAdvEvent$14(__init__.py:759)
        at org.python.pycode.serializable._pyx1297893171569.call_function(__init__.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.core.PyMethod.__call__(Unknown Source)
        at org.python.core.PyObject.__call__(Unknown Source)
        at org.python.core.PyObject._jcallexc(Unknown Source)
        at org.python.core.PyObject._jcall(Unknown Source)
        at org.python.proxies.main$Quest$435.onAdvEvent(Unknown Source)
        at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:448)
        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1771)
        at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:212)
        at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)
        at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1001)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)


tolik5190 17.02.2011 12:37

Re: Проблемка с Gameserver
 
а не, то я туплю. сори

zippel 17.02.2011 20:20

Re: Проблемка с Gameserver
 
Короче избавился от никем нерешимой проблемы- запретил пользователям пользоваться своими схемами бафов.

Haddaway 18.02.2011 11:12

Re: Проблемка с Gameserver
 
загружаю логин сервер :
Код:

Запуск сервера авторизации La2Base

loading login config
MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireInc
rement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnCl
ose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailu
re -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connec
tionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSou
rceName -> ph9bw98eefus9xf82sv6|1cf11404, debugUnreturnedConnectionStackTraces -
> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClass
Location -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> p
h9bw98eefus9xf82sv6|1cf11404, idleConnectionTestPeriod -> 3600, initialPoolSize
-> 10, jdbcUrl -> jdbc:mysql://localhost/valakas, maxAdministrativeTaskTime -> 0
, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, ma
xPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolS
ize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, pr
eferredTestQuery -> null, properties -> {user=******, password=******}, property
Cycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false,
 unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
Loading LoginContoller...
Cached 10 KeyPairs for RSA communication
Stored 20 keys for Blowfish communication
Loaded 127 server names
Loaded 3 registered Game Servers
Cached 10 RSA keys for Game Server communication.
Loaded 0 IP Bans.
Listening for GameServers on 91.212.89.121:9015
Telnet server is currently disabled.
Login Server ready on 91.212.89.121:2107

Всё ок

Загружаю Гейм сервер
Код:

        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:93)

        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadArmors(SkillsEngine.jav
a:119)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:231)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:169)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:249)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:596)

Error in file D:\ValakasWorld\gameserver\data\stats\armor\9813-9813.xml
java.lang.IllegalStateException: No SQL data for Item ID: 9813 - name: Epic Mask

        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:127)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:93)

        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadArmors(SkillsEngine.jav
a:119)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:231)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:169)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:249)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:596)

ItemTable: Loaded 1014 Armors.
ItemTable: Loaded 6880 Items.
Error in file D:\ValakasWorld\gameserver\data\stats\weapon\9303-9303.xml
java.lang.IllegalStateException: No SQL data for Item ID: 9303 - name: Dual Drag
on Slayer
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:127)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:93)

        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadWeapons(SkillsEngine.ja
va:129)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:243)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:169)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:249)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:596)

Error in file D:\ValakasWorld\gameserver\data\stats\weapon\9513-9540.xml
java.lang.IllegalStateException: No SQL data for Item ID: 9513 - name: Icarus Sa
wsword_haste
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:127)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:93)

        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadWeapons(SkillsEngine.ja
va:129)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:243)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:169)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:249)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:596)

Error in file D:\ValakasWorld\gameserver\data\stats\weapon\9814-9814.xml
java.lang.IllegalStateException: No SQL data for Item ID: 9814 - name: Epic Shie
ld
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:127)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:93)

        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadWeapons(SkillsEngine.ja
va:129)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:243)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:169)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:249)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:596)

Error in file D:\ValakasWorld\gameserver\data\stats\weapon\9900-9912.xml
java.lang.IllegalStateException: No SQL data for Item ID: 9900 - name: dynasty r
apier
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:127)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:93)

        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadWeapons(SkillsEngine.ja
va:129)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:243)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:169)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:249)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:596)

ItemTable: Loaded 1313 Weapons.
Extractable items data: Loaded 333 extractable items!
Summon items data: Loaded 14 summon items.
TradeController: Loaded 506 Buylists.
TradeController: Loaded 120 Limited Buylists.
Initializing Walkers Routes Table.
WalkerRoutesTable: Loaded 222 Npc Walker Routes.
RecipeController: Loaded 871 Recipes.
ArmorSetsTable: Loaded 51 armor sets.
FishTable: Loaded 270 Fishes.
SkillSpellbookTable: Loaded 334 Spellbooks.
CharTemplateTable: Loaded 89 Character Templates.
Cache[HTML]: Running lazy cache
Cache[Crest]: 0,682MB on 2738 files loaded. (Forget Time: 300s , Capacity: 50)
Restored 0 clans from the database.
NpcTable: Loaded 8061 Npc Templates.
NpcTable: Loaded 435 Minions.
HennaTable: Loaded 180 Templates.
HennaTreeTable: Loaded 7128 Henna Tree Templates.
Helper Buff Table: Loaded 14 Templates.
GeoData: Disabled
Initializing ClanHallManager
Loaded: 0 clan halls
Loaded: 44 free clan halls
Initializing CastleManager
L2World: Setting up World Regions
L2World: (87 by 128) World Region Grid set up.
Loaded: 9 castles
CrownManager: initialized
Initializing SiegeManager
TeleportLocationTable: Loaded 732 Teleport Location Templates.
LevelUpData: Loaded 89 Character Level Up Templates.
Loading zones...
Initializing ArenaManager
Initializing TownManager
Initializing OlympiadStadiaManager
Initializing CustomZoneManager
Initializing GrandBossManager
GrandBossManager: Loaded 10 Instances
Initializing FishingZoneManager
GrandBossManager: Initialized 18 Grand Boss Zones
Done: loaded 493 zones.
Siege of Oren: Sun Feb 27 16:00:00 UZT 2011
Siege of Giran: Sun Feb 27 16:00:00 UZT 2011
Siege of Gludio: Sat Feb 26 20:00:00 UZT 2011
Siege of Dion: Sat Feb 26 20:00:00 UZT 2011
Siege of Innadril: Sun Feb 27 16:00:00 UZT 2011
Siege of Aden: Sat Feb 26 20:00:00 UZT 2011
Siege of Goddard: Sun Feb 27 16:00:00 UZT 2011
DayNightSpawnManager: Day/Night handler initialised
Siege of Schuttgart: Sat Feb 26 20:00:00 UZT 2011
Siege of Rune: Sat Feb 26 20:00:00 UZT 2011
SpawnTable: Loaded 38974 Npc Spawn Locations.
RaidBossSpawnManager: Loaded 182 Instances
RaidBossSpawnManager: Scheduled 0 Instances
DayNightSpawnManager: Deleted 0 night creatures
DayNightSpawnManager: Spawning 232 day creatures
DimensionalRiftManager: Loaded 7 room types with 56 rooms.
DimensionalRiftManager: Loaded 462 dimensional rift spawns, 0 errors.
Initializing Script Engine Manager
Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.
0b5
Script Engine: java 1.6 - Language: java - Language Version: 1.6
Script Engine: Mozilla Rhino 1.6 release 2 - Language: ECMAScript - Language Ver
sion: 1.6
Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1
Initializing QuestManager
Announcements: Loaded 14 Announcements.
ManorManager: Loaded 256 seeds
Initializing AuctionManager
Loaded: 38 auction(s)
Initializing BoatManager
Initializing CastleManorManager
Manor System: Manor refresh updated
Manor System: Manor period approve updated
Manor System: New Schedule for period approve @ Fri Feb 18 06:00:43 UZT 2011
Initializing MercTicketManager
Loaded: 0 Mercenary Tickets
Initializing PetitionManager
Searching clan halls doors:
DoorTable: Loaded 548 Door Templates.
FourSepulchersManager: loaded 20 Mysterious-Box spawns.
FourSepulchersManager: loaded 716 Physical type monsters spawns.
FourSepulchersManager: loaded 716 Magical type monsters spawns.
FourSepulchersManager: loaded 92 Church of duke monsters spawns.
FourSepulchersManager: loaded 68 Emperor's grave NPC spawns.
FourSepulchersManager: spawned 31921
FourSepulchersManager: spawned 31922
FourSepulchersManager: spawned 31923
FourSepulchersManager: spawned 31924
FourSepulchersManager: Beginning in Attack time
Thu Feb 17 19:44:43 UZT 2011 Atk announce scheduled to 45.0 minute of this hour.

AntharasManager : State of Antharas is 0.
AntharasManager : Next spawn date of Antharas is Thu Jan 01 06:00:00 UZT 1970.
AntharasManager : Init AntharasManager.
ValakasManager : State of Valakas is 0.
ValakasManager : Next spawn date of Valakas is Thu Jan 01 06:00:00 UZT 1970.
ValakasManager : Init ValakasManager.
BaiumManager : State of Baium is 0.
BaiumManager : Next spawn date of Baium is Thu Jan 01 06:00:00 UZT 1970.
BaiumManager : Init BaiumManager.
VanHalterManager: Loaded 30 Royal Guard spawn locations.
VanHalterManager: Loaded 11 Triol's Revelation spawn locations.
VanHalterManager: Loaded 1 Royal Guard Captain spawn locations.
VanHalterManager: Loaded 1 Royal Guard Helper spawn locations.
VanHalterManager: Loaded 4 Guard Of Altar spawn locations.
VanHalterManager: Loaded High Priestess van Halter spawn locations.
VanHalterManager: Loaded Ritual Offering spawn locations.
VanHalterManager: Loaded Ritual Sacrifice spawn locations.
VanHalterManager : State of High Priestess van Halter is 1.
VanHalterManager : Spawn Van Halter.
VanHalterManager : Next spawn date of High Priestess van Halter is Thu Jan 01 06
:00:00 UZT 1970.
VanHalterManager : Init VanHalterManager.
LastImperialTombSpawnlist: Loaded 18 Room1 1st Npc Spawn Locations.
LastImperialTombSpawnlist: Loaded 9 Room1 2nd Npc Spawn Locations.
LastImperialTombSpawnlist: Loaded 6 Room1 3rd Npc Spawn Locations.
LastImperialTombSpawnlist: Loaded 8 Room1 4th Npc Spawn Locations.
LastImperialTombSpawnlist: Loaded 4 Room2 Inside Npc Spawn Locations.
LastImperialTombSpawnlist: Loaded 87 Room2 Outside Npc Spawn Locations.
LastImperialTombManager: Init The Last Imperial Tomb.
FrintezzaManager : State of Frintezza is 0.
FrintezzaManager : Next spawn date of Frintezza is Thu Jan 01 06:00:00 UZT 1970.

FrintezzaManager : Init FrintezzaManager.
SailrenManager : State of Sailren is 0.
SailrenManager : Next spawn date of Sailren is Thu Jan 01 06:00:00 UZT 1970.
SailrenManager : Init SailrenManager.
Loading Server Scripts
Loaded Custom: 7001 Namecolor
Loaded Custom: 7001 Titlecolor
Loaded: 405 quests
Initializing AugmentationData.
AugmentationData: Loaded: 52 augmentation stats.
AugmentationData: Loaded: 82 active, 21 passive and 75 chance skills
Initializing ItemsAutoDestroy.
StaticObject: Loaded 29 StaticObject Templates.
SevenSigns: Currently in the Competition (Quest Event) period!
SevenSigns: The Seal of Avarice remains unclaimed.
SevenSigns: The Seal of Gnosis remains unclaimed.
SevenSigns: The Seal of Strife remains unclaimed.
SevenSigns: The competition, if the current trend continues, will end in a tie t
his week.
SevenSigns: Next period begins in 3 days, 22 hours and 15 mins.
SevenSignsFestival: The first Festival of Darkness cycle begins in 2 minute(s).
Olympiad System: Loading Olympiad System....
Olympiad System: Currently in Olympiad Period
Olympiad System: Period Ends....
Olympiad System: In 11 days, 16 hours and 15 mins.
Olympiad System: Next Weekly Change is in....
Olympiad System: 6 days, 23 hours and 23 mins.
Olympiad System: Loaded 0 Nobles
Olympiad System: Competition Period Starts in 0 days, 0 hours and 0 mins.
Olympiad System: Event starts/started : Thu Feb 17 18:00:54 UZT 2011
Hero System: Loaded 0 Heroes.
Hero System: Loaded 0 all time Heroes.
Olympiad System: Olympiad Game Started
Initializing CursedWeaponsManager
Loaded : 2 cursed weapon(s).
*** AutoChat: 32 loaded in total.
*** AutoSpawn: 129 loaded in total.
*** Items: 2012 loaded.
*** Skills: 72 loaded.
*** UserCommand: 14 loaded.
AdminCommandHandler: Loaded 372 handlers.
AccessLevels: Loaded 6 from database.
AdminCommandAccessRights: Loaded 0 from database.
*** VoicedCommand: 6 loaded.
L2JMOD: Initializing CoupleManager
Loaded: 0 couples(s)
IdFactory: Free ObjectID's remaining: 1879002801
Initializing FloodProtector
TvTEventEngine[TvTManager.TvTManager()]: Started.
Constant heroes: loaded 2 heroes.
Buffer reload: entries 86, muls 0
========================================================================
Game Server started, free memory 1305 Mb of 1962 Mb
Connecting to login on 91.212.89.121:9015
Maximum Numbers of Connected Players: 100
Telnet server is currently disabled.
Registered on login as Server 21 : Frikios

Опять же всё вродебы ОК.

сделал л2.ини,с кодировкой 413,порт к геймсерверу поставил 7773,как у меня в конфиге стоит,ип прописал,захожу в игру,вообще не логинится,
в чём проблема?[/QUOTE]

[STIGMATED] 18.02.2011 11:15

Re: Проблемка с Gameserver
 
Английским по белому написано
Цитата:

Error in file D:\ValakasWorld\gameserver\data\stats\weapon\9513-9540.xml
java.lang.IllegalStateException: No SQL data for Item ID: 9513 - name: Icarus Sa
wsword_haste


Haddaway 18.02.2011 11:32

Re: Проблемка с Gameserver
 
Цитата:

Сообщение от [STIGMATED] (Сообщение 109412)
Английским по белому написано

я конечно не профи,но кое в чём я разбираюсь,сейчас трабла у меня не в гейм сервере а в логине,ведь у меня вообще не коннектит.
и ещё,может ктонибудь поделиться
Код:

SQL data for Item ID: 9513 - name: Icarus Sa
wsword_haste

этим?

Добавлено через 1 минуту
Код:

#-------------------------------------------------------------------------------------
# Основные настройки логин сервера !!! ОБЯЗАТЕЛЬНО настройте под себя!!!
#-------------------------------------------------------------------------------------

# Если ваш сервер опубликован с помощью NAT укажите здесь ваш ВНЕШНИЙ IP. Или используйте символ *
ExternalHostname=91.212.89.121

# Если ваш сервер опубликован с помощью NAT укажите здесь ваш ВНУТРЕННИЙ IP. Или используйте символ *
InternalHostname=91.212.89.121

# Укажите здесь (ip) адрес вашего Логин-Сервера,  Или используйте символ *
LoginserverHostname=91.212.89.121
LoginserverPort=2107

# Сколько времени должно пройти после неправильного ввода логина/пароля прежде чем данных IP получит бан
LoginTryBeforeBan=10

# Время, после которого игрок не сможет выполнить вход, после того как получил бан (опция LoginTryBeforeBan).
# Назначается в секундах. По умолчанию = 10мин. (600)
LoginBlockAfterBan=600
GMMinLevel=100

# Адрес, по которому логин-сервер будет искать соединение с Гейм-сервером, или используйте * для привязки всех адресов
LoginHostname=91.212.89.121
# Укажите порт вашего логин-сервера
LoginPort=9015

# При true любой гейм-сервер может быть зарегистрирован на вашем логин-сервере
AcceptNewGameServer = False

# Показывать лицензию (после ввода пароля)
# Рекомендуется оставить этот параметр включенным т.к. он повышает безопасность
ShowLicence = True

Вот конфиги логин серва,что не так? помоему всё норм.


Текущее время: 08:04. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot