Jump to content

Recommended Posts

Posted

hey there yesterday i started with my server and today already friends playing on ^^,my question is

 

How to change buffs slots from 21 to 25/6 ?

And how to decr. weight (beacuse i got with 5000 spiritshoot 30%) but i want like 10...)

 

ty mates

Posted

First welcome to our Community ..

 

Now about the buffs slots go at gameserver/config/altsettings.properties and look for this

 

# Maximum number of buffs (default = 20 + 4 with divine inspiration skill)

maxbuffamount = 24 and change it as you like ...

 

for the weight penalty look up for

 

# Weight Limit multiplier - default 1

AltWeightLimit = 5000 at altsettings too ..

 

THese are from L2JPack ... if you have Oneo the buff slots are same but the weight penalty can be changed at gameserver/config/l2joneocustom.properties

 

# false will allow Weight Penalty

# true will disable Weight penalty

 

DisableWeightPenalties = true

 

and

 

# Weight Limit config, 0 for disabled.

# 100000 will add 100,000 weight limit to everyone, configure it as you like.

 

WeightLimit = 999999 <-- as it is you wont have weight penalty.. you just need to edit it as you like ...

 

 

Posted

Yeah , go gameserver/config/other.properties and look up for this

 

# % Chance of succeding to enchant an item when it has a chance of breaking

EnchantChanceWeapon = 75

EnchantChanceArmor = 75

EnchantChanceJewelry = 75

# Enchant limit [default = 0 (unlimited)]

EnchantMaxWeapon = 20

EnchantMaxArmor = 20

EnchantMaxJewelry = 20

# if EnchantSafeMax is set to for ex '8' the item will be safly enchanted to '8'

# regardless of enchant chance(default = 3 for EnchantSafeMax and default = 4 for EnchantSafeMaxFull)

# EnchantSafeMaxFull is for full body armor (upper and lower)

# SHOULD BE > 0

EnchantSafeMax = 3

EnchantSafeMaxFull = 3

 

change as you like

Posted

thats very helpfull,ty

i think the search button does great jobs,i love you all guys for these shares and the help:)

+1 vent00za you really help a lot here:)

 

can you plz tell me how i can open these files? .prop?

cause i dont have any program that can open them..or at least i dont have any in mind

Posted

can you plz tell me how i can open these files? .prop?

cause i dont have any program that can open them..or at least i dont have any in mind

 

with notepad !!

Posted

i think we have to write a guide... for server and client modding so people can easier understand the dynamic of l2 server and client modding ;)

Posted

Go at gameserver/data/skills/ find the ID's of buffs and open the .xml files .. you will something like this

 

<skill id="1363" levels="1" name="Chant of Victory">

  <set name="magicLvl" val="78"/>

  <set name="itemConsumeId" val="3031"/>

  <set name="itemConsumeCount" val="40"/>

  <set name="mpInitialConsume" val="57"/>

  <set name="mpConsume" val="284"/>

  <set name="power" val="20"/>

  <set name="target" val="TARGET_PARTY"/>

  <set name="skillRadius" val="1000"/>

  <set name="reuseDelay" val="1200000"/>

  <set name="hitTime" val="2500"/>

  <set name="skillType" val="HEAL_PERCENT"/>

  <set name="isMagic" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="aggroPoints" val="669"/>

  <for>

    <effect count="1" name="Buff" time="100000" val="0" stackOrder="1" stackType="multi_buff"> that with red you change !!! 100000 is for 3 hours!! i have it like this ...

      <mul order="0x30" stat="pAtk" val="1.1"/>

      <mul order="0x30" stat="pDef" val="1.2"/>

      <mul order="0x30" stat="rCrit" val="1.2"/>

      <add order="0x40" stat="accCombat" val="4"/>

      <mul order="0x30" stat="pAtkSpd" val="1.2"/>

      <mul order="0x30" stat="mAtkSpd" val="1.2"/>

      <mul order="0x30" stat="cAtk" val="1.2"/>

      <mul order="0x30" stat="mAtk" val="1.20"/>

      <mul order="0x30" stat="mDef" val="1.20"/>

      <mul order="0x30" stat="runSpd" val="0.8"/>

      <mul order="0x30" stat="maxHp" val="1.20"/>

      <mul order="0x30" stat="debuffVuln" val="0.8"/>

    </effect>

  </for>

</skill>

 

thats Chant of Victory .. ID is 1363 .. and its at 1300-1399.xml file ..  with red is that you change!

 

you do the same for all buffs.....

 

Posted

cuz all know it that to fix the buff time its boring ... download this link http://rapidshare.com/files/102290806/NpcBuffer_Custom_skills_9H.rar

and then drag and drop the files that having in the folder and put them in gameserver/data/stats/skills

and u will have buffs for 9h;)

 

I dont wanna say that isnt 9h buffs but these are >>ONLY<< for L2JONEO!!!! for l2j and l2emu and l2jfree you must do it by your self. ..

Guest
This topic is now closed to further replies.


  • Posts

    • Hi, I'm selling Interface sources. I was working with one of bigger Essence projects (for ±1 year) delivering them Interface source KR. Per this period gathered knowledge about UE, UE Scripting, saw a lot of tools and their progression. So finally I decided that I can open up my own sales topic. I'm selling source for any protocol - If I don't have source, I will need you to provide whole system folder or for Essence/main - provide me protocol number. Sources are acquired by my OWN decompiler - written in Java, so we're not using popular UEExplorer upgraded by anyone. Decompiler extracts already compile ready sources. It outputs clean code, however constants are mapped 60-70%. Why only 60-70%? Well tl;dr when you compile any sources, they take at that time constant value and place it instead of = CONST_NAME to = THAT_CONST_NAME_VALUE, so it's not possible to have const name instead of value. Example of output: https://pastebin.com/cjyXcJvT for bigger .uc class (557p). p.s pastebin messed up encoding, but KR symbols are preserved - you won't see "?" symbols, rather you will see proper original korean text. I will give you guide as well, how not to mess it up with your editor VS Code/Notepad++ or what you use it to make them preserve it. You will get source + my compiler wrapper (written in java) - works on Windows/Mac/Linux - it has small GUI but supports CLI. Small notice, who thinks 'this is decompiled source' - basically all sources that are on sale are made by decompiling .u and applying changes. I think powerhouse few years ago was ArtToKill/kick (kick added support for INT64 to the publicly available compiler sources) etc. So no - there are no straight from 'creator' sources anywhere, all sellers offer the same - just the quality is different. UEExplorer upgraded was a big step, however, it introduces still a lot of nesting, if statements wrapping incorrectly which could lead to bugs. There are many things how to identify poor quality sources, as if the seller tries to sell 'out-of-box' when they see it compiles - sad news, some bugs are in the logic due to seller focusing only on 'it compiles' rather than issues that their decompiler is not capable so solve. On request I can restore ±100% const mapping.   Later I can attach compiled .u to try. Price is 400EUR. Payment methods USDT (Crypto). I'm still in debate with myself, wether to start selling XDat Editor with structures and ClientDat with 100% all files openings (no unk namings) and improved experience (such as comments support in .dat files, mass sync, improved performance and so on). P.s. If you ask me to give you some project's custom interface - the price may vary - there are couple things per project that need to be hand checked and adjusted (for example Innadril completely changes tokens which then I need to adjust my program to their token Ids). So it might take more time = more money. P.s.s. I have more things in the garage, like my own dsetup source that can allow you 'unlocking' system with your desired encrypting - you don't need to wait till 'patched' systems start appearing and so on, but I think at this time everyone who needs it make them selves it. AAC crypt removals and so on, BuildZone, everything that 'unlocks' client, however, I don't plan to make them on sale as mentioned, everyone can do them.  
    • It has been a while since I updated this thread. I am currently actively working on a full-scale port of the shader library to ensure the fast and accurate transfer of all effects. I have decompiled the original game and created a tool that fully logs the entire *Lineage 2 Interlude* particle system. This allows me to extract the original formulas hardcoded into the game, resulting in a high-fidelity port. For instance, *Lineage 2* uses an `appRnd` system that generates unique randomization patterns for different skills, giving them distinct visual characteristics; there are countless formulas and technical nuances like this. Ultimately, I will derive all the key formulas and replicate the geometry with high precision. Twelve basic geometry formulas have already been ported. The effect was created in 10 minutes using a .uc file, HLSL formulas, and SpriteEmitter particle blending formulas.   https://prnt.sc/_3UDLQVX_Y-_
  • 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..