Jump to content

Recommended Posts

Posted

Hello

 

 

can i make premium account such that premium member viality  be full for 30 days?

 

 

if you have such code please give me :)

 

 

or if i can make such code tell me how to begin :)

 

 

thank you beforehand

Posted

Update with L2jServer BETA 8378

Fixed in this BETA:                       

- BETA: Importing Java/Jython Engines (NOTE: This libs require updates for Java 7 also recompile).

- BETA: Game Day/Night Time Fix by tukune, also recompiled MMOCore lib added.

- BETA: removed Main-Class from MMOCore builder, this is not a executable Jar.

- BETA: ECJ Update.

- BETA: Enabling project specific JavaDoc? settings:

    Fixed all malformed JavaDocs?.

    Added all missing JavaDoc? tags.

  Note 1: This doesn't force developers to write JavaDocs?, only validates existing JavaDocs?, anyway would be really good get all new code implementations well documented.

  Note 2: In the future more restrictive JavaDoc? settings could be enabled.

- BETA: Enabling warning for Unused Declared Thrown Exception and respective fixes.

- BETA: Enabling Warning Redundant Superinterface and respective fixes.

- BETA: Minor fixes.

        Fixed some fall through case.

        Prevent deleting all Adena from player if the fee to delete subclass skills is negative.

- BETA: Fix over npc talk blockage

- BETA: Core support for skill static damage <set name="staticDamage" val="true" />

  If skill has static damage, it means that it will do damage equal to the skill's power.

- BETA: Instanced Zones Support (includin olympiad stadiums). Two new zone variables added:

        <stat name="instanceId" val="inst_id"/> - sets the zone to work only in this instance, it doesnt matter if the instance exists or not.

        <stat name="instanceTemplate" val="template.xml"/> - once the zone is parsed, a dynamic instance with this template will be created and the zone's instanceId will be changed to the created dynamic instance.

- BETA: Some fixes over siegable halls

  Optimizations for Quest 504

  Added Npc Talking movement Block

Posted

Hey guys

i've been having the same issue as tellcless, before i start downloading jdk can you help me out

im using win XP 32bit

isn't JDK7 only for vista and win7?

 

also

i'm gonna give this a try but i don't think it will fix my issue, because the server just stopped running out of nowhere and i haven't been able to set things right ever since, if this doesn't work ill ask for your help once again, a i follow the tutorial i realize i have been having several issues on the way

such as the set mySQL path during database installation  keeps saying it can't find the .exe

using mysql 5.5, if i skip the database installs normally

 

while setting up the connection on navicat lite i get localhost_3066 and ten databases appear out of nowhere where there should be none (i get test and information_schema which never really happened before) sometimes i even get l2jdb and some other ones.

 

but before i jump to conclusions i'm gonna test the jdk

right now it's downloading jdk 7 x64 (i hope this last part isn't for the system bit since mine is 32)

 

i used to run a couple of servers 7 years back or so and never had these issues occur, so sorry if im making any noob mistakes, it's just that i find it awkward that these things are happening as of late (and lets face it things have changed a bit in the past 7 years, but i did have a freya server set up recently which like i mentioned earlier stopped working out of the blue)

 

thanks

cheers

 

edit: jdk x86 worked

(im running my backups) login server always terminated abnormally

if i try to run a newer rev it keeps saying missing key on datapack registry or something close to that

and the gameserver skips item ids and zones 

 

i feel like im etting close

im not sure if this is a database issue or something else

 

edit2: sorry for the long comment, it's working now miracle? who knows

 

 

Posted

Update with L2jServer BETA 8410

Fixed in this BETA:                       

- BETA: The Hellbound Core part!

    Items auto destroy time support.

    Hellbound Manager.

    Walking Manager.

    L2QuestGuardInstance.

    L2NoRestartZone.

  Special Thanks:

  _DS_ first Hellbound Manager implementation.

  VlLight? as GKR for the other support and features.

  Code review, cleanup, code refactoring, typo fixing by me. (Zoey76)

- BETA: Target handlers can be loaded from MasterHandler? directly

- BETA: L2PcInstance elementals update, thx UnAfraid?

- BETA: Crest Cache clear update Summons now share master's elementals Core Side

- BETA: Minor update for Jython Engine builder

- BETA: Libs Update:

        Added Jython version to the name.

        Updated Java Engine, fully compatible with Java 7.

        Updated Jython Engine.

        Updated/reworked Netcon lib.

- BETA: Skill Trees rework:

        Retail like Freya skill tree system.

        New data is on XMLs, SQL support removed.

        New configuration options available.

        Memory leaks fixed.

- BETA: Skill Trees improvements:

        Hash code arrays for invalid skill check should be generated once after all skill trees are loaded into memory, not one time for each skill tree, this will decrease boot time and save some resources.

        Minor code/comments refactoring and cleanup.

- BETA: Reflect call fix, thx Lupu1

- BETA: Updating builders due new location of some DP files.

- BETA: Olympiad:

        Noblesse characters are now bound by a set number of matches they can join per week:

        Maximum number of matches a Noblesse character can join per week: 70

        Maximum number of Class-Irrelevant Individual matches a character can join per week: 60

        Maximum number of Class Individual matches a character can join per week: 30

        Maximum number of Class-Irrelevant Team matches a character can join per week: 10

        This maximum number resets at the beginning of each Olympiad cycle.

    Note:

        Thanks osiride.

        Minor fixes by Zoey76:

            olympiad_nobles and olympiad_nobles_eom fields changed from decimal to integer;

        less code for some SystemMessages?.

        cleanup and code refactoring.

- BETA: Library updates:

        Java Engine, now fully compatible with Java 7 features.

        Jython Engine.

        Netcon library.

- NETCON: Update:

        Warning fixed.

        Code format and cleanup.

        Added project specific Clean Up and Formatter settings.

- JAVA ENGINE: Update:

        Fully updated for Java 7.

        Warning fixed.

        Code format and cleanup.

        Added project specific Clean Up and Formatter settings.

- JAVA ENGINE: Update:

        Warning fixed.

        Code format.

        Added project specific Clean Up and Formatter settings.

- BETA: Support for Totem items

- Also added new player condition called: insideZoneId="id, id, id" params are zone ids returns true if the caster is on at least 1 of specified ids

- BETA: How many times with your GM which is in message refusal mode you have PMed a person and expecting to recieve a PM from him?

Well, here is your solution :)

- BETA: Moving targets to handlers thanks BiggBoss? for the idea

- BETA: Importing Java/Jython Engines (NOTE: This libs require updates for Java 7 also recompile).

- BETA/STABLE: Game Day/Night Time Fix by tukune, also recompiled MMOCore lib added.

- BETA: removed Main-Class from MMOCore builder, this is not a executable Jar.

Posted

Update with L2jServer BETA 8440

Fixed in this BETA:                       

- BETA: Possessor Of A Precious Soul 3 quest update to h5

- BETA: Hellbound related fixes:

        Beleth HTML, thanks corbin12 for report.

        Unhardcoded 2 HTMLs from Beleth AI.

        Skill Magic Bottle(2359), thanks digunan, plim for report.

        Natives AI fixes, thanks digunan and pmq for report.

        Wrong HTML for Kief, thanks pmq for report.

- BETA: H5 NPCs by UnAfraid?.

- BETA: Moving target types out of L2Skill Datapack part.

    Renamed some method to match it's function.

    Better Format setting for enums.

- BETA: Updating to Trove 3.0.0

- BETA/STABLE: Updating skill 7003.

- BETA: Shiny Platform transformation

- BETA: Missing Limited Period Items, thanks nonom & Zoey76.

- BETA: FinalEmperialTomb? little improvement

- BETA: Jude's Request bypass fix thanks malyelfik

- BETA: L2NpcShiftAction typo fix thanks qwerty for report

- BETA: Updating Code Cleanup and Formatter settings.

  Note: Use @formatter to define a block that will be skipped on formatting:

  //@formatter:off

  Some code.

  //@formatter:on

- BETA: Lighting Shock has been changed from physical skill to magic skill, thanks blacksea & caramon81.

- BETA: Quest fixes:

        Jude's Request(690) script path typo fix by Raikkon35.

        Matras' Curiosity(132) HTML fixes by me, thanks kostantinos for report.

- BETA: Morale Boost Buff Level 1 Increased Paralysis/Bleed/Poison/Stun Resistance by 50, Critical Rate by 10%, and Critical Power by 10%. The buff only remains while you are in Dragon Valley.

  Morale Boost Buff Level 2 Increased Paralysis/Bleed/Poison/Stun Resistance by 80, Critical Rate by 30%, Critical Power by 15%, P. Atk. by 15%, and M. Atk. by 15%. The buff only remains while you are in Dragon Valley.

  Morale Boost Buff Level 3 Increased Paralysis/Bleed/Poison/Stun Resistance by 90, Critical Rate by 50%, Critical Power by 20%, P. Atk. by 15%, M. Atk. by 15%, Atk. Spd. by 15%, Casting Speed by 15%, and XP by 20%. The buff only remains while you are in Dragon Valley.

- BETA: Uncommenting No Restart Zones and few other fixes related.

- BETA: Little update of Shift + click on npc now it will display item icon (Drops) and color changes the ugly blue now is more readable :)

- BETA: EffectDispellBySlot? by Gnacik

- BETA: Final Emperial Tomb (Instanced Frintezza) by Gigiikun

- BETA: NPC Vulnerability fix by Kingzor.

Posted

i compiled the freya l2j dp / server timeline ...

http://svn.l2jserver.com/trunk/L2J_Server/

http://svn.l2jdp.com/trunk/L2J_DataPack/

 

and my rev is :

server : 4957

dp : 8408

 

how this can be? same timeline got freya same hi5??

anyway i build it and edited the configs as must be...

 

i tried to login from freya client and it says : wrong revision

i tried to login from hi5 and everything worked

 

how this can be happ? whats going on..?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Vouch for @Ave i can say im very statisfied with the order I've made he was fast and reliable i totally recommend him to anyone who wants a decent updater with high quality design.
    • What can I say other than that I’m satisfied with the order I made. The guy is reliable and very good at what he does. I recommend him 100%.
    • Lineage2 Freya High Five @ Reshade with fog and rain etc @ Gracia final epilogue atmosphere   this reshade will eat lots of GPU power 50% or more of an RTX 3060 so be carefull depending on what effects are activated and their settings will eat even more GPU recomended 60hz monitor settings and via nvidia panel in Lineage2 game profile vsync settings to on effects are set up till film deck and the rest are not used but still working again this can eat alot of GPU Don't overheat GPU this is for freya high five but might work on others too copy in the  System  folder the folder  reshade-shaders  and the files  d3d9.dll  ReShade.ini  ReShadePreset.ini  ReShade.log  CccDddCcc.ini insert opens the menu and delete is on and of some settings need  ctrl + left click  to be changed   making another profile will reset the not activated effects to their default values so just copy the profile  CccDddCcc  and rename if needed also something needs to be closed from settings in game menu, the blur at distance and advanced shaders but keeping the advanced water effects all reflections   for those that don't like the h5 look of the sky and the red fog and rain and ambien red at night on all maps well if we want the cool gracia final epilogue back then we need to do this rename the  Maps  folder to Mapsretail or whatever copy the  Maps  folder from gracia final epilogue to h5 also we need the  L2_Skies.utx  from gracia final epilogue  Textures  folder to be replaced and also we need to do the same to the files  timeenv0.int  timeenv1.int  timeenv2.int  timeenv3.int  found in  system  folder   another setting that will probably be needed but not really tested out is to open file  option.ini  from  system  folder and add cachesize like this   [FirstRun] FirstRun=2   [Engine.GameEngine] CacheSizeMegs=512   also maybe is good to change those to 4.000000   [ClippingRange] Terrain=4.000000 Actor=4.000000 StaticMesh=4.000000 StaticMeshLod=4.000000 Pawn=4.000000       sorry bad english   https://mega.nz/file/aRNXxDrQ#mbxrNERBtW0XEEezK6w8-86oZWuX1k6NgtR6RZWKRVM   the compression on the video is kinda bad but meh    
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..