Jump to content

Janza46

Members
  • Posts

    32
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Janza46

  1. I have found someone who knows his stuff and seems to be good! Please close this thread! Thanks again everyone.
  2. I have been with the Datacenter I am with for more than 4 year's. Sorry but they have treated me well and I am more than happy spending the money! I run more than just Lineage 2 on these server's! ;)
  3. I need someone to join my team temporarily to help setup my server. We've tried all kinds of different Preconfigured Packs, we've tried the normal L2JFree version. All of them, since we are new at this have ran us into problems. Bugs, missing files, characters stuck in the ground, mobs not attacking, sieges not working, etc etc etc. I can afford to pay someone, I am not sure if this is allowed to be discussed in here or not. I won't tell you how much until I speak to someone. The server I am currently running is: Processor: Single Socket Quad Core AMD Opteron 1354 Windows 2003 64bit 500GB SATA HDD 8GB DDR3 RAM 100mBit Connection This server is costing me $470/mo but I just upgraded to this: Dell 2950 Server Chassis Dual Processor Quad Core Intel 5335 Windows 2003 64bit 16GB DDR3 RAM x2 300GB SATA RAID 1 T2 Connection This server will be costing me $1050/mo. So payment to someone as you can see is not a problem! We can discuss it over MSN. mikemoore1@hotmail.com I deal with USD only, and I don't mind where the person is from, or how good your english is. I know what I want, I am willing to pay whatever it takes to get a working Lineage 2 Gracia Final server with the specs that I want. I will give you full access to the server and let you go about your work. My plan is to leave the Semi working server up right now while you work on the new one. I am using ZOUMHS preconfigured pack, it WAS working alright till late last night. There was a MAJOR bug with Parties in it. You could invite 3 people to a party with no issues. The 4th person would get a Crit Error 50% of the time, should you succeed in inviting 4, the 5th person got Crit Error 100% of the time. I need someone fast, I am wasting tons of money for nothing, I just want to run the best Gracia Final PVP server and now I am coming here to look for a Dev who knows the code, knows his/her stuff. And is willing to help me in my dream. I got cold hard cash for the person who can help me. GMs of Maxcheaters please don't delete this. I am trying to create a community, and play the game we all love. I just need someone who knows the background of the code since my current team knows Java but we don't know the code well enough to fix all the errors and glitches of the game. Thanks for considering my proposal!
  4. I just upgraded my server from this setting: Processor: Single Socket Quad Core AMD Opteron 1354 Windows 2003 64bit 500GB SATA HDD 8GB DDR3 RAM 100mBit Connection I now have this: Dell 2950 Server Chassis Dual Processor Quad Core Intel 5335 Windows 2003 64bit 16GB DDR3 RAM x2 300GB SATA RAID 1 T2 Connection Anyone know what I can get as far as number of players online at 1 time?
  5. package com.l2jfree.gameserver.model.actor.instance; import com.l2jfree.gameserver.instancemanager.RaidBossSpawnManager; import com.l2jfree.gameserver.model.L2Boss; import com.l2jfree.gameserver.model.L2Character; import com.l2jfree.gameserver.templates.chars.L2NpcTemplate; /** * This class manages all RaidBoss. * In a group mob, there are one master called RaidBoss and several slaves called Minions. * * @version $Revision: 1.20.4.6 $ $Date: 2005/04/06 16:13:39 $ */ public final class L2RaidBossInstance extends L2Boss { /** * Constructor of L2RaidBossInstance (use L2Character and L2NpcInstance constructor).<BR><BR> * * <B><U> Actions</U> :</B><BR><BR> * <li>Call the L2Character constructor to set the _template of the L2RaidBossInstance (copy skills from template to object and link _calculators to NPC_STD_CALCULATOR) </li> * <li>Set the name of the L2RaidBossInstance</li> * <li>Create a RandomAnimation Task that will be launched after the calculated delay if the server allow it </li><BR><BR> * * @param objectId Identifier of the object to initialized * @param L2NpcTemplate Template to apply to the NPC */ public L2RaidBossInstance(int objectId, L2NpcTemplate template) { super(objectId, template); } @Override public boolean doDie(L2Character killer) { if (!super.doDie(killer)) return false; RaidBossSpawnManager.getInstance().updateStatus(this, true); return true; } @Override public void onSpawn() { setIsRaid(true); super.onSpawn(); } } That is my L2RaidBoss Instances file. I see nothing here about Raid Curse.
  6. I do not have that XML file and I am running Gracia Final. However the potions are working. How can the potions be working when I don't have the XML file? Also, in my config files I do not have an option to remove Raid Curse. How do I remove the Raid Curse if it is not in any of my config file?
  7. I'd like to change mana potions from 100 MP per pot to 250 per pot. Where can I edit this? Is it a DB change or file change?
  8. No it's not a Raidboss either. Thank you for replying so quickly. Its a normal mob in an Angel look. But its huge, about twice the size of your character.
  9. Like I said, the mob is no longer there. Hasn't been since I believe C5 or CT1. It used to be in the library and it was a single Large Angel. I was wondering if the Angel is still in the DB because I can't find it. And I know it was not called Angel. It has another name. Thus why I can't find it.
  10. I can't remember the Angels name but they used to be in Monastery of Silence. They were in the Library but after I believe C5 they took them out. They were not the group Angels but the VERY large individual Angel that looked like it was 10-12 feet high (ingame messurements) Does anyone know the ID or if the mob is still in the DB?
  11. We have the same problem, our server is working, just the mobs aren't attacking and we have the same Java errors, no one answered our posts. :(
  12. Mobs missing too, and the regular ones we have won't attack back, they just use skills the odd time and magic. Is there a fix for this?
  13. Unknown Packet: d0:3d on State: AUTHED Client: [Account: janza46 - IP: 142.68.78 .61] Client [Account: janza46 - IP: 142.68.78.61] disconnected abnormally. I got the Login and Game servers working perfectly, however just as I go to create my character I get a popup which terminates my client and gives me the above error in the Gameserver. Any ideas how to fix it?
  14. This is my issue now...any ideas? I can't login with this character.
  15. WARN : Object of class [com.l2jfree.loginserver.beans.Accounts] with identifier [janza46]: not found WARN : Object of class [com.l2jfree.loginserver.beans.Accounts] with identifier [zyroh]: not found
  16. I am using just the normal pack from L2JFree's website. No errors, just every character I make they are in autodelete stage.
  17. When I create a character its in deletion mode. How do I change this?
  18. We're getting closer now. Bartz Light 9999 We have always gotten DOWN instead of Light, but we still have the Ping of 9999. Any ideas? We're getting sooooo close all we need to do is get rid of that Ping.
  19. We installed the normal L2JFree files from there site, got everything working except when we get to the server list it is always down with a ping of 9999. We are running a Linux 64-bit RedHat system with 8GB RAM and 500GB HDD. We can't seem to get the server online yet we have followed all the steps to a perfect T. I don't understand what we could possibly be missing. Any ideas? Please...we have been working on this for 3 days and can't seem to get past this point.
  20. http://www.maxcheaters.com/forum/index.php?topic=43292.0 We used Strikers pack which is L2JFree Gracia Part 2.
  21. SEVERE Stats for item id 570005 ignored !^M INFO ItemTable: Loaded 2266 Armors.^M INFO ItemTable: Loaded 8408 Items.^M SEVERE Cannot find onCast skill (0,0) for weapon item 8143^M Then what are these? And why does our server still say its offline? If the script ran fine?
  22. ------------------------------------------------------------------------------------------------------------------------------------- Login Server Log File ------------------------------------------------------------------------------------------------------------------------------------- INFO : loading login config INFO : MLog clients using log4j logging. INFO : Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10] INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgekqa811cf8jfv1ums4g1|16ba5c7a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgekqa811cf8jfv1ums4g1|16ba5c7a, idleConnectionTestPeriod -> 60, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> **** minPoolSize -> 1, numHelperThreads -> 20, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {HOST=localhost, user=******, password=******, DBNAME=l2jdb}, propertyCycle -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ] INFO : Loaded 127 server names INFO : LoginManager initiating INFO : Cached 10 KeyPairs for RSA communication INFO : RandomIntGenerator: initialized INFO : Stored 20 keys for Blowfish communication INFO : GameServerManager: Loaded 1 INFO : Cached 10 RSA keys for Game Server communication. INFO : BanManager: Loaded 3 banned ip/subnet(s). INFO : Listening for GameServers on 192.168.100.114:9014 StatusServer Started! - Listening on Port: 12345 INFO : Login Server ready on 0.0.0.0:2106 ----------------------------------------------------------------------------------------------------------------------------------------------- And this is where we are at... http://spellbound-entertainment.com/spellbound.jpg Something's up with the game servers. We can create accounts, but anything showing up in the game server list is down. Hacking at this for a while now... I'm at a loss. ANY thoughts would be nice. Sorry I had to cut this into multiple posts to fit it all. As you can see the GameServer is giving us errors but the login is fine. We have tried to fix these errors but can't seem to get them 100%.
  23. [starting Version: -1] INFO Preparations: done^M ================================================== ===================-[ World ] INFO L2World: Setting up World Regions^M INFO L2World: (191 by 271) World Region Grid set up.^M INFO Telnet Server is currently disabled.^M INFO MapRegionManager: Loaded 38 restartpoint(s).^M INFO MapRegionManager: Loaded 23 restartareas with 145 arearegion(s).^M INFO MapRegionManager: Loaded 235 zoneregion(s).^M INFO MapRegionManager: Loaded 4 race depending redirects.^M INFO Cleaned 0 elements from database.^M INFO ThreadPoolManager v1: Initialized with 50 threads...^M INFO IDFactory: 102912 id's avaliable.^M INFO IdFactory: Free ObjectID's remaining: 1879048190^M INFO IDFactory: 102912 id's avaliable.^M INFO IdFactory: Free ObjectID's remaining: 1879048190^M INFO SQLQueue: Initialized.^M INFO GeoData: Disabled^M INFO StaticObject: Loaded 30 StaticObject Templates.^M INFO GameTimeController: Initialized.^M INFO TeleportLocationTable: Loaded 954 Teleport Location Templates.^M INFO Initializing BoatManager^M INFO Initializing InstanceManager^M INFO Multiverse Instance created^M INFO Universe Instance created^M ================================================== ============-[ TaskManagers ] INFO PacketBroadcaster: Initialized.^M ================================================== ==================-[ Skills ] INFO SkillTreeTable: Loaded 41787 skills.^M INFO FishingSkillTreeTable: Loaded 109 general skills.^M INFO FishingSkillTreeTable: Loaded 8 dwarven skills.^M INFO EnchantSkillTreeTable: Loaded 261 enchant skills.^M INFO PledgeSkillTreeTable: Loaded 64 pledge skills.^M INFO TransformSkillTreeTable: Loaded 50 transform skills.^M INFO SkillsEngine: Loaded 36904 Skill templates from XML files.^M INFO NobleSkills initialized^M INFO HeroSkills initialized^M ================================================== ===================-[ Items ] SEVERE Stats for item id 570005 ignored !^M INFO ItemTable: Loaded 2266 Armors.^M INFO ItemTable: Loaded 8408 Items.^M SEVERE Cannot find onCast skill (0,0) for weapon item 8143^M INFO ItemTable: Loaded 2947 Weapons.^M INFO ArmorSetsTable: Loaded 164 armor sets.^M INFO AugmentationData: Loaded: 52 augmentation stats.^M INFO AugmentationData: Loaded: 17 blue, 106 purple and 54 red skills.^M INFO SummonItemsData: Loaded 26 Summon Items from summon_items.xml^M INFO Extractable items data: Loaded 337 extractable items!^M INFO FishTable: Loaded 270 Fishes.^M INFO ItemsAutoDestroy: initialized^M ================================================== ==============-[ Characters ] INFO CharTemplateTable: Loaded 103 Character Templates.^M INFO LevelUpData: Loaded 103 Character Level Up Templates.^M INFO HennaTable: Loaded 180 Templates.^M INFO HennaTreeTable: Loaded 8136 Henna Tree Templates.^M INFO CoupleManager: loaded 0 couples(s)^M INFO CursedWeaponsManager: loaded 2 cursed weapon(s).^M INFO ClanTable: restored 0 clans from the database.^M INFO CursedWeaponsManager: loaded 2 cursed weapon(s).^M INFO ClanTable: restored 0 clans from the database.^M INFO [CrestCache]: 0.000MB on 0 files loaded. (Forget Time: 300s , Capacity: 50)^M INFO HeroSystem: Loaded 0 Heroes.^M INFO HeroSystem: Loaded 0 all time Heroes.^M ================================================== ====================-[ NPCs ] INFO NpcTable: Loaded 8459 Npc Templates.^M INFO NpcTable: Loaded 11 Custom Npc Templates.^M INFO NpcTable: Loaded 454 Minions.^M INFO Cache : Running lazy cache^M INFO BuffTemplateTable: Loaded 1 Buff Templates.^M INFO Initializing Walkers Routes Table.^M INFO WalkerRoutesTable: Loaded 625 Npc Walker Routes.^M INFO PetDataTable: loaded 23 pets.^M ================================================== ==============-[ SevenSigns ] INFO SevenSigns: Currently in the Competition (Quest Event) period!^M INFO SevenSigns: The Seal of Avarice remains unclaimed.^M INFO SevenSigns: The Seal of Gnosis remains unclaimed.^M INFO SevenSigns: The Seal of Strife remains unclaimed.^M INFO SevenSigns: The competition, if the current trend continues, will end in a tie this week.^M INFO SevenSigns: Next period begins in 3 days, 19 hours and 14 mins.^M INFO AutoSpawnHandler: Loaded 133 spawn group(s) from the database.^M INFO AutoChatHandler: Loaded 32 handlers in total.^M INFO SevenSignsFestival: first Festival of Darkness cycle begins in 2 minutes.^M ================================================== ======-[ Entities and zones ] INFO CrownManager: initialized^M INFO ClanHallManager: loaded 0 clan halls^M INFO ClanHallManager: loaded 44 free clan halls^M INFO DoorTable: Loaded 861 Door Templates.^M INFO Loaded: 9 castles^M INFO SiegeManager: loaded controltowers[4] artefacts[1] castle[Gludio]^M INFO SiegeManager: loaded controltowers[4] artefacts[1] castle[Dion]^M INFO SiegeManager: loaded controltowers[4] artefacts[1] castle[Giran]^M INFO SiegeManager: loaded controltowers[4] artefacts[1] castle[Oren]^M INFO SiegeManager: loaded controltowers[8] artefacts[1] castle[Aden]^M INFO SiegeManager: loaded controltowers[4] artefacts[1] castle[innadril]^M INFO SiegeManager: loaded controltowers[4] artefacts[2] castle[Goddard]^M INFO SiegeManager: loaded controltowers[6] artefacts[1] castle[Rune]^M INFO SiegeManager: loaded controltowers[4] artefacts[2] castle[schuttgart]^M INFO Initializing FortManager^M INFO Loaded: 21 fortress^M INFO Initializing FortSiegeManager^M INFO Siege of Gludio: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Dion: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Gludio: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Dion: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Giran: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Oren: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Aden: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Innadril: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Goddard: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Rune: Sat Jun 13 18:00:00 CDT 2009^M INFO Siege of Schuttgart: Sat Jun 13 18:00:00 CDT 2009^M INFO ZoneManager: castle.xml loaded with 45 zones^M INFO ZoneManager: boss.xml loaded with 16 zones^M INFO ZoneManager: arena.xml loaded with 6 zones^M INFO ZoneManager: stadia.xml loaded with 22 zones^M INFO ZoneManager: foursepulchers.xml loaded with 4 zones^M INFO ZoneManager: water.xml loaded with 85 zones^M INFO ZoneManager: peace.xml loaded with 38 zones^M INFO ZoneManager: custom.xml loaded with 0 zones^M INFO ZoneManager: mothertree.xml loaded with 5 zones^M INFO ZoneManager: misc.xml loaded with 10 zones^M INFO ZoneManager: forts.xml loaded with 42 zones^M INFO ZoneManager: monstertrack.xml loaded with 2 zones^M INFO ZoneManager: clanhall.xml loaded with 44 zones^M INFO ZoneManager: fishing.xml loaded with 39 zones^M INFO MercTicketManager: loaded 0 Mercenary Tickets^M ================================================== ==================-[ Quests ] INFO Initializing QuestManager^M ================================================== =====-[ Events/ScriptEngine ] INFO Initializing Script Engine Manager^M INFO Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1^M INFO Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.0b5^M INFO Script Engine: java 1.6 - Language: java - Language Version: 1.6^M importing custom: 9999: NPCBuffer^M importing custom: 9998: PetBuffer^M importing custom: 8705_Skills^M INFO Compiled Scripts Cache is disabled.^M INFO Loaded: 438 quests^M INFO Loaded: 57 transformations.^M INFO FaenorScriptEngine: initialized^M WARNING Event ID: (Valentines Event) has passed... Ignored.^M WARNING Event ID: (L2 Day Event) has passed... Ignored.^M ================================================== ==================-[ Spawns ] INFO MerchantPriceConfigTable: Loaded 28 merchant price configs.^M INFO DayNightSpawnManager: Day/Night handler initialized^M INFO SpawnTable: Loaded 40199 Npc Spawn Locations.^M INFO DayNightSpawnManager: Day/Night handler initialized^M INFO SpawnTable: Loaded 40199 Npc Spawn Locations.^M INFO SpawnTable: Loaded 19 Custom Spawn Locations.^M INFO RaidBossSpawnManager: Loaded 183 Instances^M INFO RaidBossSpawnManager: Scheduled 0 Instances^M INFO GrandBossSpawnManager: Loaded 7 Instances^M INFO GrandBossSpawnManager: Scheduled 0 Instances^M ================================================== =================-[ Economy ] INFO TradeListTable: Loaded 688 Buylists.^M INFO TradeListTable: Loaded 688 custom Buylists.^M INFO ManorSystem: Schedule for manor refresh @ Fri Jun 05 20:00:19 CDT 2009^M INFO ManorSystem: Manor period approve updated^M INFO ManorSystem: Schedule for period approve @ Fri Jun 05 06:00:19 CDT 2009^M INFO ManorManager: Loaded 256 seeds^M INFO AuctionManager: loaded 38 auction(s)^M ================================================== ================-[ Olympiad ] INFO Olympiad System: Loading Olympiad System....^M INFO Olympiad System: Currently in Olympiad Period^M INFO Olympiad System: Period Ends....^M INFO Olympiad System: In 26 days, 13 hours and 13 mins.^M INFO Olympiad System: Next Weekly Change is in....^M INFO Olympiad System: 6 days, 2 hours and 14 mins.^M INFO Olympiad System: Loaded 0 Nobles^M INFO Olympiad System: Competition Period Starts in 0 days, 0 hours and 0 mins.^M INFO Olympiad System: Event starts/started : Thu Jun 04 18:00:19 CDT 2009^M ================================================== ================-[ Dungeons ] INFO Olympiad System: Olympiad Game Started^M INFO DimensionalRiftManager: Loaded 7 room types with 56 rooms.^M INFO DimensionalRiftManager: Loaded 462 dimensional rift spawns, 0 errors.^M INFO FourSepulchersManager: Loaded 20 Mysterious-Box spawns.^M INFO FourSepulchersManager: Loaded 716 Physical type monsters spawns.^M INFO FourSepulchersManager: Loaded 716 Magical type monsters spawns.^M INFO FourSepulchersManager: loaded 92 Church of duke monsters spawns.^M INFO FourSepulchersManager: loaded 68 Emperor's grave NPC spawns.^M INFO FourSepulchersManager: Spawned Conquerors' Sepulcher Manager^M INFO FourSepulchersManager: Spawned Emperors' Sepulcher Manager^M INFO FourSepulchersManager: Spawned Great Sages' Sepulcher Manager^M INFO FourSepulchersManager: Spawned Judges' Sepulcher Manager^M INFO FourSepulchersManager: Beginning in Attack time^M ================================================== ==================-[ Bosses ] INFO AntharasManager : State of Antharas is NOTSPAWN.^M INFO AntharasManager : Next spawn date of Antharas is Wed Dec 31 18:00:00 CST 1969.^M INFO Thu Jun 04 22:46:19 CDT 2009 Atk announce scheduled to 50.0 minute of this hour.^M INFO AntharasManager : Init AntharasManager.^M INFO Thu Jun 04 22:46:19 CDT 2009 Atk announce scheduled to 50.0 minute of this hour.^M INFO AntharasManager : Init AntharasManager.^M INFO BaiumManager : State of Baium is NOTSPAWN.^M INFO BaiumManager : Next spawn date of Baium is Wed Dec 31 18:00:00 CST 1969.^M INFO BaiumManager : Init BaiumManager.^M INFO BaylorManager : State of Baylor is NOTSPAWN.^M INFO BaylorManager : Next spawn date of Baylor is Wed Dec 31 18:00:00 CST 1969.^M INFO BaylorManager : Init BaylorManager.^M INFO SailrenManager : State of Sailren is NOTSPAWN.^M INFO SailrenManager : Next spawn date of Sailren is Wed Dec 31 18:00:00 CST 1969.^M INFO SailrenManager : Init SailrenManager.^M INFO ValakasManager : State of Valakas is NOTSPAWN.^M INFO ValakasManager : Next spawn date of Valakas is Wed Dec 31 18:00:00 CST 1969.^M INFO ValakasManager : Init ValakasManager.^M INFO VanHalterManager.loadRoyalGuard: Loaded 30 Royal Guard spawn locations.^M INFO VanHalterManager.loadTriolRevelation: Loaded 11 Triol's Revelation spawn locations.^M INFO VanHalterManager.loadRoyalGuardCaptain: Loaded 1 Royal Guard Captain spawn locations.^M INFO VanHalterManager.loadRoyalGuardHelper: Loaded 1 Royal Guard Helper spawn locations.^M INFO VanHalterManager.loadGuardOfAltar: Loaded 4 Guard Of Altar spawn locations.^M INFO VanHalterManager.loadVanHalter: Loaded High Priestess van Halter spawn locations.^M INFO VanHalterManager.loadRitualOffering: Loaded Ritual Offering spawn locations.^M INFO VanHalterManager.loadRitualSacrifice: Loaded Ritual Sacrifice spawn locations.^M INFO VanHalterManager : State of High Priestess van Halter is NOTSPAWN.^M INFO VanHalterManager : Next spawn date of High Priestess van Halter is Wed Dec 31 18:00:00 CST 1969.^M INFO VanHalterManager : init VanHalterManager.^M INFO LastImperialTombSpawnlist: Loaded 18 Room1 1st Npc Spawn Locations.^M INFO LastImperialTombSpawnlist: Loaded 9 Room1 2nd Npc Spawn Locations.^M INFO LastImperialTombSpawnlist: Loaded 6 Room1 3rd Npc Spawn Locations.^M INFO LastImperialTombSpawnlist: Loaded 8 Room1 4th Npc Spawn Locations.^M INFO LastImperialTombSpawnlist: Loaded 4 Room2 Inside Npc Spawn Locations.^M INFO LastImperialTombSpawnlist: Loaded 87 Room2 Outside Npc Spawn Locations.^M INFO LastImperialTombManager: Init The Last Imperial Tomb.^M INFO FrintezzaManager : State of Frintezza is NOTSPAWN.^M INFO FrintezzaManager : Next spawn date of Frintezza is Wed Dec 31 18:00:00 CST 1969.^M INFO FrintezzaManager : Init FrintezzaManager.^M ================================================== ==============-[ Extensions ] ================================================== ================-[ Handlers ] INFO ForgottenScrollsManager: Loaded 195 forgotten scrolls.^M INFO RecipeController: Loaded 910 recipes.^M INFO ItemHandler: Loaded 2469 handlers.^M INFO SkillHandler: Loaded 87 handlers.^M INFO AdminCommandHandler: Loaded 509 handlers.^M INFO UserCommandHandler: Loaded 18 handlers.^M INFO VoicedCommandHandler: Loaded 7 handlers.^M INFO UserCommandHandler: Loaded 18 handlers.^M INFO VoicedCommandHandler: Loaded 7 handlers.^M INFO ChatHandler: Loaded 16 handlers.^M ================================================== ====================-[ Misc ] INFO ObjectRestrictions: loading...^M INFO ObjectRestrictions: loaded 0 restrictions.^M INFO TaskManager: initalized.^M INFO GmListTable: initalized.^M INFO RMI Server is currently disabled.^M INFO PetitionManager: initalized.^M INFO FloodProtector: initalized.^M ================================================== ===========-[ ServerThreads ] INFO Connecting to login on 74.205.127.114:9014^M ================================================== =================-[ l2jfree ] INFO Revision: 1.2.7^M INFO Compiler version: 1.6.0_11^M INFO Operating System: Linux 2.6.18-128.1.10.el5 amd64^M INFO Available CPUs: 4^M ================================================== ==================-[ Memory ] INFO - AllowedMemory: 932096 KB^M INFO Allocated: 663872 KB (71.2236%)^M INFO Non-Allocated: 268224 KB (28.7764%)^M INFO - AllocatedMemory: 663872 KB^M INFO Used: 423176 KB (45.4005%)^M INFO Unused (cached): 240696 KB (25.8231%)^M INFO - UseableMemory: 508920 KB (54.5995%)^M INFO Maximum Numbers of Connected Players: 600^M INFO Server Loaded in 47 seconds^M ================================================== ===========-[ GameServerLog ] ObjectRestrictions: storing started: ObjectRestrictions: storing permanent restrictions. ObjectRestrictions: storing paused events. ObjectRestrictions: stopping and storing running events. ObjectRestrictions: All data saved. SevenSigns: Data saved. RaidPointsManager: All character raid points saved. RaidBossSpawnManager: All raidboss info saved. GrandBossSpawnManager: All grandboss info saved. TradeController: All count Item Saved Olympiad: Data saved. CursedWeaponsManager: Data saved. Data saved. All players disconnected, terminating. ThreadPoolManager: Shutting down! Executing 772 tasks! ThreadPoolManager: Results! Pool: false 84 tasks left.
  24. ------------------------------------------------------------------------------------------------------------------------------------- Game Server Log File ------------------------------------------------------------------------------------------------------------------------------------- INFO logging initialized^M ================================================== ===========-[ Configuration ] INFO loading ./config/server.properties^M INFO loading ./config/hexid.txt^M INFO loading ./config/subnets.properties^M INFO loading ./config/rates.properties^M INFO loading ./config/enchant.properties^M INFO loading ./config/pvp.properties^M INFO loading ./config/telnet.properties^M INFO loading ./config/options.properties^M INFO loading ./config/other.properties^M INFO loading ./config/geodata.properties^M INFO loading ./config/altsettings.properties^M INFO loading ./config/clans.properties^M INFO loading ./config/champions.properties^M INFO loading ./config/lottery.properties^M INFO loading ./config/wedding.properties^M INFO loading ./config/siege.properties^M INFO loading ./config/fortsiege.properties^M INFO loading ./config/clanhall.properties^M INFO loading ./config/castle.properties^M INFO loading ./config/idfactory.properties^M INFO loading ./config/fun_engines.properties^M INFO loading ./config/sevensigns.properties^M INFO loading ./config/GMAccess.properties^M INFO loading ./config/command-privileges.properties^M INFO loading ./config/irc.properties^M INFO loading ./config/boss.properties^M INFO loading ./config/sayfilter.txt^M INFO loading ./config/elayne.properties^M ================================================== ================-[ Database ] INFO : MLog clients using log4j logging. ^M INFO : Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10] ^M INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgekqa811cf8wiuts8y3a|682bc3f5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgekqa811cf8wiuts8y3a|682bc3f5, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> **** minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {HOST=localhost, user=******, password=******, DBNAME=l2jdb}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ] ^M ================================================== ============-[ Preparations ]
×
×
  • Create New...