Jump to content
  • 0

FAQ - Problems / Others - READ BEFORE POSTING!


Question

Posted

Hello guys, i'll make this post to avoid spam with the same questions.

 

The people stuck in choose server menu, what I can do?

 

There are different solutions:

 

1.- Open your ports.

2.- In the L2.ini (of your system) you have to put your extern IP (The public one) or your No-ip (http://www.no-ip.com/)

3.- In your host, type this down of all: 216.107.250.194 nProtect.lineage2.com (It worked to me, idk if its still working)

 

How I can put auto create accounts?

 

Go to C:\Server\login\config and open "loginserver" and search for this:

 

 

 

        # Useable values: "True" - "False", use this option to choose whether accounts will be created
       # automatically or not.
       AutoCreateAccounts=True

 

 

 

Type it like in the example.

 

 

 

I want to ban an IP, How I can do it?

 

 

Go to navicat, then open Character table, search for the PJ's name, and near the name it shows you the account name, copy it.

Okey, now go to Account table, search for the account name and in the right it show you "lastIP", copy it.

 

Ok, now go to C:\Server\login\config and open the file "banned_ip" and type the IP down of all.

 

 

 

       # Define IP or subnet to ban on login server
       # IP (200.100.200.100) or fully qualified domain name
       # (google.com) that resolves to an IP (use ping
       # to determine if a domain resolves.
       # (192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)
       # Format: net/mask or ip
       10.254.254.254
       10.255.255.0/24
       10.255.255.0/255.255.255.252
       HERE ITS THE BANNED IP

 

 

 

 

 

 

I want a faster /unstuck, how I can change the time of it?

 

 

Go to C:\Server\gameserver\config, then search for the file called "Others" and search this:

 

 

 

       # Unstuck interval, seconds, default is 300 sec.
       UnstuckInterval = 10

 

 

 

 

In "UnstuckInterval" put whatever you want (In seconds)

 

 

I want to know the ID of an Item, how I do it?

 

 

 

There are several ways:

 

First way: In navicat, opening the tables and search for the weapon/armor/jewel/whatever you want.

 

Second way: With FileEdit. You can open itemname of your system and search for your item name, and near the name its the ID of it.

 

Thrid way: Inside the game you can press ALT + G (IF YOU ARE GM) and a panel will appear, then you must type the item name correctly, even if the item has Capital letters, small letters, apostrophes, inverted commas, whatever, type it when you can write, and click Itemsearch.

 

 

I see a mob that has a really nice weapon, but I dont know the name of it. How I can get the ID of the weapon?

 

 

Easy, press Shift and click (with left click) two times in the mob. It will show you a new windowns with serveral options, press "Edit mob" and if you take a look down you'll see rhand and lhand and it'll show you an ID, copy it.

 

I made my first GM Shop, but I want 2 multisell on it. How I can do it?

 

Go to your NPC HTML and open it with notepad, then type this:

 

 

 

       <html><body><font color = "00FF00">Yeti</font><br>
       <br>
       Buy here your quest items
       <br>
       <a action="bypass -h npc_%objectId%_multisell 252525">Quest Item (First change)</a><br>
       <a action="bypass -h npc_%objectId%_multisell 252524">Quest Item (Second change)</a><br>
       </body></html>

 

   (THIS IS MY EXAMPLE, JUST COPY THE <a action="....................)

   

 

 

 

 

 

 

 

If you want 2 multisell in the same npcs you have to copy this:

 

Quest Item (Segundo cambio)

 

 

Okey you see 252525 and 252524. You have to do 2 xml, one with the name 252525 and other with 252524. And when you press "Quest item (Second change)" it will open the 252524 xml.

 

My mana pots doesnt working, how I fix it?

 

Go to C:\Server\gameserver\data\stats\skills

 

Search for the file 2000-2099

 

Open it and search for this:

 

 

 

 

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

 

 

 

When you find this, copy this:

 

 

       <skill id="2005" levels="1" name="Pollen">
         <set name="power" val="650.0"/>
         <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>

 

<set name="power" val="650.0"/> (650.0 its how much mana will restore the potion)

 

 

 

How I get the ID of a mob or a raid boss?

 

There are several ways:

 

First way: Search the NPC name in navicat and get the ID.

 

Second way:with the ALT + G menu, type the name correctly and click NPCSearch

 

Thrid way: Type //spawn and the name, for example //spawn Baium, then press Shift and click in the mob 2 times, and you'll know the ID.

 

 

Regards

7 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


  • Posts

    • Looking to hire a skilled L2J developer or team to build a custom private server for solo play with advanced server-side AI bots. This is NOT for public launch — just a self-hosted project where I can simulate a full L2 experience alone or with a few friends. 🔹 What I Need A private L2J server ( High Five preferred, newer versions can work as well) with bots that: Farm 24/7 on their own (solo or in bot parties) Can be invited into party and follow basic orders (attack, follow, res, heal, etc.) Are able to join Olympiad, fight with proper logic (per class), and rank up Can coordinate for Raid Bosses (check spawn, move, assist, heal, DPS, etc.) Act like real players: town routines, rebuffing, restocking, even chatting if possible Have different roles: tanks, healers, nukers, archers, etc. Can interact through simple in-game commands or NPC interface 🔹 Your Job Set up the server and geodata Integrate a scalable bot system (written in Java or scriptable) Write clean, modular AI behavior (farming, PvP, party play, raid logic, etc.) Allow me to control/assign bots easily (in-game or config) Bonus: basic UI or GM panel for bot config 🔹 Payment Serious budget for serious work PayPal, crypto, or preferred method Project-based or hourly, negotiable Milestone-based OK 🔹 Contact Send me: Your experience with L2J or similar projects Any bot/AI systems you've built before Estimated timeframe Pricing expectations
    • Yeah, it’s wild how much gambling has changed. When I was growing up, even scratch-off tickets felt like a big thing, but now with so many casino apps and betting sites, it’s just everywhere. I know a few people who got caught up in online slots during lockdown and really struggled to stop, just because it was always on their phone.   I stick to in-game stuff like skin trading for games like CS2 or Dota, which to me feels less risky, especially if you know the value of the items. If you’re curious how these trades work or want to see some guides, just visit website—there’s a lot of info about trading without real gambling involved.
    • Yea, his work is amazing, very well done designs, but the timing is not really his thing. I’m waiting for logo and launcher design since December 2024, so 10 days is not really that much lol
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market Auto Buy Store  : https://utchihamkt.mysellauth.com/ Not sure if we’re legit? Check Our server — real reviews, real buyers https://discord.gg/uthciha-servicess  | https://campsite.bio/utchihaamkt  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock