Jump to content

buffs and weight


Recommended Posts

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

Link to comment
Share on other sites

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 ...

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 !!

Link to comment
Share on other sites

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.....

 

Link to comment
Share on other sites

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;)

Link to comment
Share on other sites

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. ..

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...