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.


×
×
  • Create New...