Jump to content

Question

Posted

Hi everyone,i created my own server to play with my real life friends for fun,i wanted to know 2 things..

1)how can i modify stats of weapons/armors?

2)how to change weapon's grade (example : i want to put No grade weapon's (Monster's Weapons) To S grade..dunno how to do it

3)I Want to modify my env.int file,but don't remember what header version i must save it as...

4)How to increase Buffs Slots Limit?

5)How to increase Mana Pots power from 200 to 1000?

The Server is L2j Interlude

Thanks In advance

2 answers to this question

Recommended Posts

  • 0
Posted

for the 1st)

 

go to gameserver/data/stats and then go to Weapon for weaps and Armor for armors..

 

 

for the 2nd) open itemname-e.dat with l2fileedit and find the weaps u want.. go right and u will see somewhere is says: d or c or b or a or s

change it to s and save .. (im not rly sure about this)

 

for the 3rd) 413

 

 

for the 4th) go to gameserver/config/ and open one file named: options.properties or other.properties and change it....

 

 

for the 5th) dunn0 :P

  • 0
Posted

for the 1rst as stefoulis15 said gameserver/data/stats/weapons - armors

for the 2nd you can do it via navicat weapons there ... but all weapons wont say S grade if they was no grade .. cuz you didnt change them from client .. so if you want to say S grade change them too from client.

for the 3rd you  must save it as 413 version .. and here sess has a good guide about custom glows..

for the 4rth go gameserver/config/altsettings.properties and change

 

#-------------------------------------------------------------

# Buffs config

#-------------------------------------------------------------

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

maxbuffamount = 24

 

about the 5th go at gameserver/data/stats/skills and search for 2000-2099.xml for that

 

    <effect count="4" name="ManaHealOverTime" time="10" val="1.5" stackOrder="1.5" stackType="MpRecover"/>

  </for>

</skill>

<skill id="2005" levels="1" name="Pollen">

  <set name="power" val="200.0"/> <--------here is what you need to change !!!!!

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

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

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

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

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

  <set name="buffDuration" val="15000"/>

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

  <for>

  </for>

 

i think i answer all of you questions .. good luck mate :P

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

    • Migrating a legacy Interlude server to PostgreSQL while adding real observability is basically forcing 2006 MMO engineering to attend a 2026 infrastructure conference at gunpoint. PS: which revision of aCis? PS: 🧻what was broken during this whatever you call it.    AAC Guard beign asked to adapt to this be like: - Creating bugs since early 2018
    • OH MY LORDDDDDDDDDDDDDDDDDDDDD   FINALLY
    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • I came out of my cave as I do once every 5 years. By now, I know nobody really cares about L2, but I still find it fun to experiment. Everything you see here will be free and open source. I have no interest in selling anything.   Long story short, I like to revisit Interlude and apply what I've learned to see how far I can push it. Here's Outerlude, a public fork of aCis for the modern age.   Video demo:   Work that has been done:   Redone the netcode from scratch to be async The NPC AI was completely redone based on Finite State Machines Moved to PostgreSQL and using some of its cool features Lots of config that should be hot reloadable has moved to the database OpenTelemetry instrumentation, where it makes sense, and a Grafana dashboard A built-in REST API for server management A built-in MCP Server for LLMs Nidrah AI, an AI Agent to make managing the server easier Real-time server map view Chat auditing and live snooping A new Fake Players Engine with a Node logic system and a new LLM planner for any behavior Just watch the video   If there is interest in this and I'm happy with it, or I get bored (which I always do), I will open-source it. Let me know what you think and if there is some feature you'd like me to implement.
  • 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..