few problems
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 10
- Joined: Sat Sep 11, 2010 1:48 pm
few problems
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
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
- Gnacik
- L2j Veteran
- Posts: 925
- Joined: Tue Dec 16, 2008 3:49 pm
- Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
- Contact:
Re: few problems
1. check your server time
2. mysql - npc_buffer or custom_npc_buffer
2. mysql - npc_buffer or custom_npc_buffer
-
- Posts: 10
- Joined: Sat Sep 11, 2010 1:48 pm
Re: few problems
how to check/change server time?
- Naonah
- Posts: 357
- Joined: Sun Apr 04, 2010 11:12 pm
Re: few problems
/time
(in the game)
(in the game)
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
-
- Posts: 10
- Joined: Sat Sep 11, 2010 1:48 pm
Re: few problems
lol its in-game time. i need server time, read topic description next time.
- Naonah
- Posts: 357
- Joined: Sun Apr 04, 2010 11:12 pm
Re: few problems
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.
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;
}
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
-
- Posts: 10
- Joined: Sat Sep 11, 2010 1:48 pm
Re: few problems
i made to start olympiad at 18:00, but it starts 17:23
look for magnifier in your pc
look for magnifier in your pc
- Naonah
- Posts: 357
- Joined: Sun Apr 04, 2010 11:12 pm
Re: few problems
well, start from learning WINDOWS or LINUX first
You got an answer for your problem.
You got an answer for your problem.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
- SolidSnake
- Posts: 865
- Joined: Wed Jan 20, 2010 6:54 pm
- Location: Italy
-
- Posts: 13
- Joined: Thu Mar 26, 2009 8:39 pm
Re: few problems
About the buffs problem, you don't have the buff ID stored in your database.
Check what Gnacik told you.
Check what Gnacik told you.
- SolidSnake
- Posts: 865
- Joined: Wed Jan 20, 2010 6:54 pm
- Location: Italy
Re: few problems
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)
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)

-
- Posts: 4
- Joined: Mon Dec 21, 2009 8:19 pm
- Location: France
Re: few problems
Use date command on linux to change time, have a look here :
http://www.unix.com/linux/11167-how-change-time.html
http://www.unix.com/linux/11167-how-change-time.html