Jump to content

[Share] Gracia Final L2J DAG **NEW UPDATED** ( Rev _38 11/08/09 )


Recommended Posts

Hello Friends here will be posting the new CONFIG, which our team is developing for the server Gracia Final, we are trying to create a less bug REV possible, where we study each case to solve.!

 

We think that making a small caption to better understand what is being done:

[tt]

+ Added

- Retrieved

! Set

 

Our project is done above the L2J Server Team, but our project is called L2J DAG.

Then we give due credit to the excellent team of developers that gave the source code to use.!

 

[glow=red,2,300]A few fixes that have been made[/glow]

 

Updt. 11.08.09 - Rev 39

- Corrections in DtaPack (SQL, HTML, XML)

- Fixes in CORE (CTF, WAR TOWN)

- Corrections in DUAL BOX

- CORRECTION in Quest ..

01/08/2009 - Updat Serv Rev. 27

! Correction Quest Crystal Cavern

! Correction Fort

! Corretion Skills / Armor

! Correction Enchant Skills

! Correction Quest Warp Gate

+ Multiplies Damage

+ PvP Color Name

+ Suicide Mod  .suicide

27/07/2009 - Updat Serv Rev.10

! Correction quest ( 130, 131, 132 )

! Correction Quest Teleport ( 1108 )

! Correction Sieges

! Correction Npc Buffer ( Folder Opcional )

+ Config , Dual Box ( Edit Archiv, Gameserver/config/l2jdag.propr) { Iam no testing }

26/07/2009

! Fixes in quests

! Set inventory and summons

! Fixes in NPC, Armor, Weapon

- Spell Force (See the Journal the new settings, www.lineage2.com)

+ Folder with optional (NPC Shop, NPC Buffer, GK NPC)

+ Folder with installation (Installing Here)

+ added numbering to be able to follow the best updates ( REV 105 )

22/07/2009

! Correction Skills  Buffs

! Corrections Sieges

+ Developer: Anti Farm - Gracia Final

+ Log Enchant

19/07/2009

! fix for gm see the pockets of char

! correction in baium

+ NEW: Add System Vitality ( Edit Gameserver/config/l2jdag.propert )

+ NEW: Add Event Town War ( Edit Gameserver/config/l2jdag.pro )

18/07/2009

! Patch on the door of the Castle

! Leader of the Patch Crown Castle

+ Event CTF (Edited in Gameserve/config/l2jdag.prop)

+ New: Now has a new Modem Roti who has it can not leave their friends outside of your network connect to the serve is now possible, so go the folder on the Login / config / loginserver.pro

16/07/2009

! Correction Skills 81

+ Facction System

15/07/2009

! Fixed Vitality System

! Fixes some Quest

! Areas Gracia Final

+ Vesper Armor Sets

+ New System Protection Hack

- Bug in Drops

[/tt]

 

[glow=green,2,300]Download links below[/glow]

Download Server:

Updated: 26/07/2009 _ REV 27

http://www.4shared.com/file/119212135/1a887c55/L2JDAG_Server__.html

 

Download Patch:

http://rapidshare.com/files/257069264/System_CT2.3_17072009.exe

Pass:

www.artsgames.com.br

 

Download Optional: Custom ( Shields, Armors, Weapons )

Shields

http://www.4shared.com/file/118984935/f050eb37/Pack_Shields_Chandy_CT23.html

Weapons

http://www.4shared.com/file/123394406/5adf23d2/Flaming_Weapons_Chandy_06082009_CT23.html

 

SVN:

Coming Soon

 

TIMELINE:

Coming Soon

 

Team

Over12 - Programming Server

Chandy - Client Programming (New Armors/Weapons/Npcs/Etc...)

JavaxD - Fixes in BUG - Responsible HTML

Torugo - Developer Npc's , Custom Client

Bertone - Contribuition Quest

 

Request Developer in DataPack:

We need people trained to work in DataPack, who has knowledge to send MP Over12

 

Special Thanks :

- Any team that is helping in the Test.

- L2J Server - For the source code

- God for giving us this opportunity!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



  • Posts

    • Thank you for your reply. I have removed it from the L2Server.exe file, but the L2Server still crashes. It doesn't crash if I don't start l2npc, otherwise it will crash within a few days at the latest.
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
  • Topics

×
×
  • Create New...