Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J Custom buffer

Status
Not open for further replies.
Supreme Arcanarch
Joined
Apr 24, 2006
Messages
906
Reaction score
10
actually none of them...
I will keep releasing buffer, but not for L2Emu...
 
Newbie Spellweaver
Joined
Oct 2, 2006
Messages
18
Reaction score
0
When will be the release of the next version?
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
what server will u be releasing it for I only heard of l2jfree and l2jemuproject o_O I mean there is a l2off but its in the old archives.. please send me a link to the l2 files your talking about ^_^ in a pm

Nvm I found it =)
 
Last edited:
Newbie Spellweaver
Joined
Jan 11, 2006
Messages
33
Reaction score
0
Excellent work on your buffer. Players on my server love it.
However for some reason it all of a sudden started producing this error.
I'm using V1.1 I hope this will help with V1.2. Thanks again for your work.


Code:
WARNING C:\server\Gameserver\data\scripts\..\Rin4as_Custom_Addons\buffer\__init_
_.py
Traceback (innermost last):
  File "__init__.py", line 751, in onEvent
NameError: CreatureSay

        at org.python.core.Py.NameError(Unknown Source)
        at org.python.core.PyFrame.getglobal(Unknown Source)
        at org.python.pycode.serializable._pyx1230008688214.onEvent$3(__init__.p
y:751)
        at org.python.pycode.serializable._pyx1230008688214.call_function(__init
__.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.core.PyMethod.__call__(Unknown Source)
        at org.python.core.PyObject.__call__(Unknown Source)
        at org.python.core.PyObject._jcallexc(Unknown Source)
        at org.python.core.PyObject._jcall(Unknown Source)
        at org.python.proxies.main$Quest$423.onEvent(Unknown Source)
        at com.l2jfree.gameserver.model.quest.Quest.onAdvEvent(Quest.java:526)
        at com.l2jfree.gameserver.model.quest.Quest.notifyEvent(Quest.java:399)
        at com.l2jfree.gameserver.model.actor.instance.L2PcInstance.processQuest
Event(L2PcInstance.java:1580)
        at com.l2jfree.gameserver.network.clientpackets.RequestBypassToServer.ru
nImpl(RequestBypassToServer.java:253)
        at com.l2jfree.gameserver.network.clientpackets.L2GameClientPacket.run(L
2GameClientPacket.java:78)
        at com.l2jfree.gameserver.threadmanager.ExecuteWrapper.run(ExecuteWrappe
r.java:40)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
Excellent work on your buffer. Players on my server love it.
However for some reason it all of a sudden started producing this error.
I'm using V1.1 I hope this will help with V1.2. Thanks again for your work.


Code:
WARNING C:\server\Gameserver\data\scripts\..\Rin4as_Custom_Addons\buffer\__init_
_.py
Traceback (innermost last):
  File "__init__.py", line 751, in onEvent
NameError: CreatureSay

        at org.python.core.Py.NameError(Unknown Source)
        at org.python.core.PyFrame.getglobal(Unknown Source)
        at org.python.pycode.serializable._pyx1230008688214.onEvent$3(__init__.p
y:751)
        at org.python.pycode.serializable._pyx1230008688214.call_function(__init
__.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.core.PyMethod.__call__(Unknown Source)
        at org.python.core.PyObject.__call__(Unknown Source)
        at org.python.core.PyObject._jcallexc(Unknown Source)
        at org.python.core.PyObject._jcall(Unknown Source)
        at org.python.proxies.main$Quest$423.onEvent(Unknown Source)
        at com.l2jfree.gameserver.model.quest.Quest.onAdvEvent(Quest.java:526)
        at com.l2jfree.gameserver.model.quest.Quest.notifyEvent(Quest.java:399)
        at com.l2jfree.gameserver.model.actor.instance.L2PcInstance.processQuest
Event(L2PcInstance.java:1580)
        at com.l2jfree.gameserver.network.clientpackets.RequestBypassToServer.ru
nImpl(RequestBypassToServer.java:253)
        at com.l2jfree.gameserver.network.clientpackets.L2GameClientPacket.run(L
2GameClientPacket.java:78)
        at com.l2jfree.gameserver.threadmanager.ExecuteWrapper.run(ExecuteWrappe
r.java:40)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

have you tryed reinstalling it?
 
Supreme Arcanarch
Joined
Apr 24, 2006
Messages
906
Reaction score
10
actually reinstalling won't help...
just add:
from com.l2jfree.gameserver.network.serverpackets import CreatureSay
after
from com.l2jfree.gameserver.network.serverpackets import SetupGauge
 
Initiate Mage
Joined
Dec 5, 2008
Messages
4
Reaction score
0
[Err] 1136 - Column count doesn't match value count at row 1
[Err] INSERT INTO `npc` VALUES ('555555', '18544', 'Buffer', '1', 'Rin4a\'s Custom', '1', 'LineageNpcEV.trap_ironcastle', '8.00', '24.00', '70', 'male', 'L2Npc', '40', '2444', '2444', '0.00', '0.00', '10', '10', '10', '10', '10', '10', '0', '0', '500', '500', '500', '500', '278', '0', '333', '0', '0', null, '60', '60', '', '0', '0', '0', 'LAST_HIT', '0', '0', '0', 'balanced', 'true');
[Msg] Finished - Unsuccessfully
--------------------------------------------------


HOW CAN I REPAIR THIS ERROR ON NAVICAT?
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
[Err] 1136 - Column count doesn't match value count at row 1
[Err] INSERT INTO `npc` VALUES ('555555', '18544', 'Buffer', '1', 'Rin4a\'s Custom', '1', 'LineageNpcEV.trap_ironcastle', '8.00', '24.00', '70', 'male', 'L2Npc', '40', '2444', '2444', '0.00', '0.00', '10', '10', '10', '10', '10', '10', '0', '0', '500', '500', '500', '500', '278', '0', '333', '0', '0', null, '60', '60', '', '0', '0', '0', 'LAST_HIT', '0', '0', '0', 'balanced', 'true');
[Msg] Finished - Unsuccessfully
--------------------------------------------------


HOW CAN I REPAIR THIS ERROR ON NAVICAT?

What are you using? l2jemu,l2jfree? and what revision?
 
Initiate Mage
Joined
Dec 5, 2008
Messages
4
Reaction score
0
I dont know what are they.
if i Dont use they...can u say me what i must use?
 
Elite Diviner
Joined
Apr 8, 2008
Messages
455
Reaction score
21
[Err] 1136 - Column count doesn't match value count at row 1
[Err] INSERT INTO `npc` VALUES ('555555', '18544', 'Buffer', '1', 'Rin4a\'s Custom', '1', 'LineageNpcEV.trap_ironcastle', '8.00', '24.00', '70', 'male', 'L2Npc', '40', '2444', '2444', '0.00', '0.00', '10', '10', '10', '10', '10', '10', '0', '0', '500', '500', '500', '500', '278', '0', '333', '0', '0', null, '60', '60', '', '0', '0', '0', 'LAST_HIT', '0', '0', '0', 'balanced', 'true');
[Msg] Finished - Unsuccessfully
--------------------------------------------------


HOW CAN I REPAIR THIS ERROR ON NAVICAT?


fill all gaps manually
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
yes just add it manualy ^_^ I can fix this sql code but its faster to just add it yourself.

this code works for l2jemu. Make sure you are using the latestest verison 1.1 of the buffer and to install the correct one for the verison of the server you are using... if you need l2jemu u can get the latest compiled verison from my signature
 
Initiate Mage
Joined
Dec 5, 2008
Messages
4
Reaction score
0
anyone can send me (with msn or skype) all the server complete of all NPC....buffer gmshop skill enchanter agumenter and global GK?
What can i do with l2jemu? i never use it...
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
it all depends on what you want to use. Just add the npc manual in the table custom_npc its very easy to insert a npc manualy
 
Newbie Spellweaver
Joined
Nov 22, 2008
Messages
75
Reaction score
0
anyone can send me (with msn or skype) all the server complete of all NPC....buffer gmshop skill enchanter agumenter and global GK?
What can i do with l2jemu? i never use it...
People here share some of their codes, but they're not going to do the work for you :wink:
If you're looking for plug-and-play you're not going to find it here... you're actually going to have to learn and do alot by yourself.
 
Supreme Arcanarch
Joined
Apr 24, 2006
Messages
906
Reaction score
10
Merry Christmas to everyone!

vincenzodrum, you got your answer... actually you would get an infraction form the mods because requesting is not allowed here...
 
Newbie Spellweaver
Joined
Jan 11, 2006
Messages
33
Reaction score
0
Code:
actually reinstalling won't help...
just add:
from com.l2jfree.gameserver.network.serverpackets import CreatureSay
after
from com.l2jfree.gameserver.network.serverpackets import SetupGauge

Thanks that works. :D: Merry Christmas!
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
Merry Christmas to everyone!

vincenzodrum, you got your answer... actually you would get an infraction form the mods because requesting is not allowed here...

merry christmas to you aswell
 
Status
Not open for further replies.
Back
Top