few problems

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
reilas
Posts: 10
Joined: Sat Sep 11, 2010 1:48 pm

few problems

Post by reilas »

My server time is not correct. i made to start olympiad at 18:00, but it starts 17:23. How to fix it?
Other problem is buffer, when i am trying to buff, nothing happens and in gameserver console appears line:
NPC Buffer Warning: npcId = 1000003 Location: -84417, 242315, -3730 Player: Reilas has tried to use skill group <*> not assigned to the NPC Buffer!
* - Buff ID
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: few problems

Post by Gnacik »

1. check your server time
2. mysql - npc_buffer or custom_npc_buffer
reilas
Posts: 10
Joined: Sat Sep 11, 2010 1:48 pm

Re: few problems

Post by reilas »

how to check/change server time?
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: few problems

Post by Naonah »

/time

(in the game)
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
reilas
Posts: 10
Joined: Sat Sep 11, 2010 1:48 pm

Re: few problems

Post by reilas »

lol its in-game time. i need server time, read topic description next time.
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: few problems

Post by Naonah »

omg, the same like on your PC

Cant you check your time/date on your PC? If not, you need to learn a bit more to get a help here.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
reilas
Posts: 10
Joined: Sat Sep 11, 2010 1:48 pm

Re: few problems

Post by reilas »

i made to start olympiad at 18:00, but it starts 17:23
look for magnifier in your pc
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: few problems

Post by Naonah »

well, start from learning WINDOWS or LINUX first

You got an answer for your problem.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: few problems

Post by SolidSnake »

Set olympiad start (in olympiad.properties config) 18.37 until a time fix :mrgreen:
Image
Akz
Posts: 13
Joined: Thu Mar 26, 2009 8:39 pm

Re: few problems

Post by Akz »

About the buffs problem, you don't have the buff ID stored in your database.
Check what Gnacik told you.
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: few problems

Post by SolidSnake »

Navicat (database), open table 'npc_buffer' and write

1) Npc ID
2) Skill (Buff) ID
3) Skill (Buff to give) Level
4) Skill fee id (id of the item that player must pay for service)
5) Skill fee amount (...)
6) Buff group (repeat skill/buff ID)
Image
Klo
Posts: 4
Joined: Mon Dec 21, 2009 8:19 pm
Location: France

Re: few problems

Post by Klo »

Use date command on linux to change time, have a look here :
http://www.unix.com/linux/11167-how-change-time.html
Post Reply