Fixed:
08/11/2011
BETA: NicknameChanged? packet for L2Character (It works on monsters too) thanks FBIagent
Better using the Antversion Task
08/09/2011
BETA: npcstring improvements by Nyaran, for more detailed info about this and examples, look here:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
BETA: NPC AI Update
- Added Suicide AI
- NpcAIData cleanup and update
- Added min/max chance of using skills
- npcaidata table structure and data refactore
BETA: Little cleanup for [4827]
BETA: NPE Fix
BETA: MapRegion? Separation by lasarus.
08/08/2011
[4786] to STABLE
STABLE: Jar Manifest for Community Server.
BETA/STABLE: Minor fix in globmapper to make it more specific for *.jar files.
BETA/STABLE: Licenses & Docs now in: /doc/ by default.
08/07/2011
BETA: Adding more server shutdown log messages and a nice feature that tracks down methods' execution time and overall server shutdown time.
BETA: Added some extras to L2TIntObjectHashMap and fixed a problem where server shutdown didnt run properly.
BETA: GameTimeController? AIOOBE fix. I didnt got any problems again, but who knows, maybe they dont occur on plain test servers. Also, Im using TIntObjectHashMap with ReentrantLock? instead of the custom one, just because here we need to read and write at the same time (iterate and remove) and if this is done via L2TIntObjectHashMap, you will pretty much get a deadlock (readlock has locked the iteration process and while iterating we remove an object, a writelock is called, but in order to proceed, the writelock waits the readlock to unlock... so you get pretty much infinite wait.)
BETA: Fixed the problems caused by my last commits. This time I've tested it and its working, sorry for commiting untested stuff even if it looks like it should work.
Fix for #5589
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
08/06/2011
BETA/STABLE: Added back things in builders that I deleted accidentally in [4788], some other minor fixes included.
BETA/STABLE: Minor update in builders.
BETA: Reverting [4808], [4809]. Sorry for those misscommits, they werent intended for l2j, but for 1 private svn... i kinda commited on the wrong project :S
08/11/2011
typo fix after [8261]
+ BETA: Added gm command to set player as noblesse //setnoble or shift + click on player -> Edit
08/10/2011
BETA/STABLE: Small fixes in Squash Skills, also added Birthday Skills.
BETA/STABLE: Updating Christmas Trees.
08/09/2011
BETA: Cleanup
BETA: Cleft Zone for future usage.
BETA: npcstring improvements by Nyaran, for more detailed info about this …
BETA: MapRegion? Separation by lasarus.
BETA/STABLE: [8256] & [8259] to STABLE, also updated XSD for multisell.
08/08/2011
BETA: Multisells cleanup
BETA/STABLE: Disabled some NPC skills that should be controlled by AI, due are making immortal and suicide NPCs.
08/07/2011
BETA: little Hack and Fix for Blinding Blow skill thanks Osiride for tests :)
BETA/STABLE: Minor update on Inquisitor Stances by osiride, also fixing [8250] due should be commented not deleted.