Jump to content

Recommended Posts

Posted

Rev 260 can be found for free on Announcement section.

 

Changeset 271

 

Quests, Javolution, misc

 

Quests

- addition of Q111, Q359 && Q633.

- addition of the missing HTM for Kirikachin.

- revert positions of 2 multisell entries for Q633.

 

Javolution

- drop of that library, leading to a serious drop in RAM usage (-45mo at startup = -19%). As comparison, that memory drop equals *ALL* SQL > XML changes made so far.

- changes follow a simple scheme, listed here :

- WeakFastSet / FastSet > HashSet.

- FastList > ArrayList (in very few cases, LinkedList).

- FastMap > HashMap.

- all ".shared(true)" versions use Concurrent versions (CopyOnWriteArraySet, CopyOnWriteArrayList, ConcurrentHashMap).

- TextBuilder > StringBuilder. There is no equivalence for ".clear()", I decided to use ".setLength(0)".

 

Misc

- rework GameServerTable (XML loading part).

- drop of the single use of Vector (replaced by an ArrayList in ServerStatus gameserverpacket).

- modify all uses of "new Integer(value).intValue()" for "Integer.parseInt(value)".

- MMOCore is refreshed to use JDK7. The build is remade from zero, and avoid to create a zip.

- L2FastList, which was a children of FastList, has been dropped. All uses have been replaced for ArrayList.

- rework a couple of Iterator uses to be more elegant (Duel, DuelManager, GmListTable, CharNameTable) - I kept Iterator *ONLY* when .remove was used (and so when Iterator was vital).

- cleanup AdminEditChar (drop of arrays which are not used, checks are glued, variables beginning by a minuscule, and others esthetic/performance stuff).

Posted
Changeset 272

 

SS/BSS system, Minions, Misc

 

SS/BSS system

- [L2J 5637] ss/bss system is reworked to allow inheritance.

- drop the ReentrantLock on Soulshot handler.

- cleanup ss/sps/bsps handlers (drop of switches, drop of synchronized, etc).

 

Minions

- fix UnsupportedOperationException on MinionList.

- drop _enableMinions boolean tag (always true).

- regular minions repop after "leader respawn time / 2".

- drop of a pointless list which was keeping references of dead minions.

- if a monster is consider as a leader, don't make minion checks (and vice-versa).

- _maintenanceTask is moved from regular monsters to RBs (used only for location checks). Drop of getMaintenanceInterval().

- cleanup MinionList (unused methods, methods calling others methods).

 

Misc

- addition of MMOCore jar, as it was cleaned up in last rev.

- teleToLocation boolean parameter is modified for an int. 2 configs are dropped.

- addSpawn() from Quest.java can handle Location models (used in future for Benom).

- addition of the missing spawn id 35506 (used in future for Benom).

- QuestJython model is dropped.

- drop of "this." uses on scripts.

- [L2J 5413] reuse delay stuff is cleaned up, getMReuseRate()/getPReuseRate() methods are dropped, _baseMReuseRate isn't generated for any Char template anymore.

- fix ConcurrentExceptions on ItemsAutoDestroy, ForumsBBSManager.

- cleanup of isBehind(), isBehindTarget(), isInFrontOf(), isFacing().

- reworked implementation of Miser SA.

- parseGameCondition conditions are "else if" rather than "if" (understand who can...)

- fix CoV critical rate value, ty Stanus for report.

Posted

Skill heroic Berseker, id 396 must give -8 evasion not +8 evasion. Chek this, maybe i make a mistake.

You're right but it's already like that.

 

<sub order="0x40" stat="rEvas" val="8"/>

 

Added to that, don't report bugs here. And if you report, consider checking before saying.

Posted

You're right but it's already like that.

 

<sub order="0x40" stat="rEvas" val="8"/>

 

Added to that, don't report bugs here. And if you report, consider checking before saying.

Doesn't sub order mean -?

Posted
Changeset 273

 

DEATH TO ANACONDA !

 

Jython

- is OFFICIALLY dropped from aCis (if that force ppl to make java quests instead of using outdated technologies, that's only a bonus).

- all your previous .py files (quests, scripts) && jython tasks must be moved to java.

- such scripts problems (buffers, AIs, etc) are then OFFICIALLY unsupported.

 

Configs

- drop "LazyItemsUpdate" (dangerous, ends to unexpected behaviours).

- drop "AltGameMobAttackAI" (no core support anymore, ghost variable).

- "RaidChaosTime", "GrandChaosTime" && "MinionChaosTime" are edited from 10sec to 30sec by default.

 

Misc

- Update mysql-connector jar from 5.1.18 to 5.1.22

- drop of L2ScriptZone and ZONE_SCRIPT (if you want custom zones, just make your own type).

- update formatting for DP (I was using it, but it looks it wasn't commited) and validate files which weren't using that format (4 so far).

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # 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 UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
    • We have both old channels from 2006-2009 with the 3rd verification function enabled, and new ones.   For availability, please contact us below: Link - Telegram Link - Facebook WhatsApp - Click here to go to WhatsApp chat
    • You can contact me on skype: niedziolek50
  • Topics

×
×
  • Create New...