Jump to content

Recommended Posts

Posted

I don't know if someone has posted it before but i ll introduce you how to change the character's start items in your l2j server. It's not my work, i'm just posting it.

 

 

How to change start items

 

 

Adena

 

Starting Adena is set in the file other.properties located in the servers /config folder.

#Amount of adena that a new character is given
StartingAdena = 100

 

 

How to edit Items

 

Edit the table char_templates

 

fields

items1

items2

items3

items4

items5

 

Change item ID of desired field.

Let's say you don't want anymore to new chars have Squire's Pants, you want to give them Cotton Pants.

Query sample:

UPDATE char_templates SET items1=412 where items1=1147;

 

 

How to change the amount of items

 

You need to alter the source code.

 

Note: Lines numbers may change in the future, if so search in file CharTemplates.java for for (int x=1; x < 6 ;x++).

Change lines 141 and 160 of CharTemplates.java from:

for (int x=1; x < 6 ;x++)

 

to:

 

for (int x=1; x < 9 ;x++)

 

and in char_templates table add the following columns:

items6 items7 items8

 

Query sample:

 

ALTER TABLE char_templates ADD items6 int(4) NOT NULL default '0';

  • 1 year later...
Guest
This topic is now closed to further replies.


  • Posts

    • NEW HIDDENSTASH KEY SYSTEM INTRODUCED TO THE SITE   **Earn While You Spend - Introducing HS Cashback!**   Every purchase on our site now rewards you with **HS Keys cashback**   EVERY ONE WHO REGISTERS IN SITE UNTILL 15TH OF MAY GETS 2000 HS KEYS IN HES BALANE   Here's how it works:       **1 USD = 1000 HS Keys**   **Get 3% cashback** on every purchase   **Use your HS Keys to **save on your next order**   ---   ### ⚡ Why this is awesome   * Every order gives you value back   * Stack it with promos & HS usage   * Turn your spending into future discounts   ---   ### Example   Spend **$10** → Get **300 HS Keys** back   Spend **$50** → Get **1500 HS Keys** back   ---   ### Smart system (built for fairness)   * Cashback is rounded to keep things balanced   * Prevents abuse from tiny orders   * Rewards real buyers   ---   ### Start earning now   Every purchase = progress toward your next discount   Shop now and build your HS balance!   #cashback #gamingdeals #d2r #rewards #loyalty   Stay safe out there, heroes - and happy hunting! www.d2rhiddenstash.com     We just launched our new Affiliate Program — and it’s the easiest way to earn HS Keys.   Invite your friends using your personal link.   Example: If your friend spends $10 → you get 300 HS Keys No limits. No effort. Just share your link.   Get your referral link here: www.d2rhiddenstash.com/profile     Start earning today
    • https://jumpshare.com/share/L45ApA5PVrGN2O5Ua5pQ   Skill synchronization with the server: Launching and synchronizing animations, launching and synchronizing effects. All of this is tied to the server's timing  
  • 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..