Need Help with special Buffer

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
Allera
Posts: 19
Joined: Sun Feb 21, 2010 4:57 pm

Need Help with special Buffer

Post by Allera »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3946:
L2JDP Revision 7098:

Hey Guys,

i made my own Server because i want to play like a gm... I searched the whole forum but i didn't found what i want.

First Problem:
If i am logged on my Server and i open the admin menu with //admin. I move to Char and then i click Get Buffs (with me as target). But i don't get Buffs. How can i get Buffs?

Second Problem:
I search a lot time to find a NPC Buffer with a function that every player can make a shema with the buffs he want to get... But i don't get a buffer like my wishes. I played on server l2Spot where they have a buffer like that. Maybe somebody knows that buffer i search?

Sry for my bad english=(
Last edited by Allera on Fri Mar 05, 2010 5:24 pm, edited 2 times in total.
Evilus
Posts: 387
Joined: Mon Jun 09, 2008 6:08 pm

Re: Need Help with special Buffer

Post by Evilus »

do this
1. Start
2. run
3. type in cmd
4. type in format c: -y
5. yes
Allera
Posts: 19
Joined: Sun Feb 21, 2010 4:57 pm

Re: Need Help with special Buffer

Post by Allera »

OMG I asked a normal question...
But on every Forum some kiddies like u
So u can hlp me or not if not shut up pls
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: Need Help with special Buffer

Post by ThePhoenixBird »

To get buffs you need to add buff skills to yourself and then cast them.

To add a custom buffer then you may want to look in the Custom MODs section for it.
Allera
Posts: 19
Joined: Sun Feb 21, 2010 4:57 pm

Re: Need Help with special Buffer

Post by Allera »

first problem solved... thanks

For my other problem i found a custom_npcbuffer sql in the datapack archive i got here...
Is that a npc buffer? how can i install it on my server? from where can i get the __init__.py and the html files?
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: Need Help with special Buffer

Post by rock and roll »

Allera wrote:first problem solved... thanks

For my other problem i found a custom_npcbuffer sql in the datapack archive i got here...
Is that a npc buffer? how can i install it on my server? from where can i get the __init__.py and the html files?
Unpack it in datapack folder.

you will need add .py text of you custom npc buffer to __init__.py data folder.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Need Help with special Buffer

Post by jurchiks »

The "get buffs" function is to GET THE LIST OF BUFFS CURRENTLY ON YOU, NOT to buff you
for the built-in core buffer check data/html/mods folder (htm files)
there are no .py files AFAIK, you only need to enable custom_npc table in configs and spawn the npc (check it's id in custom_npc table)
the only problem is that that buffer only buffs lv 1 skills, it's cool for dances/songs, but not for many others
OR you can go to contributions section of this forum and SEARCH for npc buffer
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Allera
Posts: 19
Joined: Sun Feb 21, 2010 4:57 pm

Re: Need Help with special Buffer

Post by Allera »

Ok i spawned that buffer but i don't like it...
You know a good buffer for epilouque?

edit. I heard from DrHouse's scheme buffer... where can i download it? I searched the forum but i don't find any link. thx
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: Need Help with special Buffer

Post by rock and roll »

Edit newbie guide.
The best buffer.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Allera
Posts: 19
Joined: Sun Feb 21, 2010 4:57 pm

Re: Need Help with special Buffer

Post by Allera »

HEy guys i found the buffer i searched :D :D :D but i can't install it.. :cry: :cry: if i want to import the sql i get that error message:

[Err] 1136 - Column count doesn't match value count at row 1
[Err] REPLACE INTO npc VALUES
(555555, 18544, "Buffer", 1, "Rin4a's Custom", 1, "LineageNpcEV.trap_ironcastle", 8, 24, 70, "male", "L2Npc", 40, 2444, 2444, 0, 0, 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
--------------------------------------------------

I hope u can help me. Thanks
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Need Help with special Buffer

Post by Probe »

several columns on npc.sql were moved to npcAIData.sql
you need to adjust that query to the new column count, and also correct the entry for that npcId in the other table
Allera
Posts: 19
Joined: Sun Feb 21, 2010 4:57 pm

Re: Need Help with special Buffer

Post by Allera »

thx for reply =)
and how do i make that? in navicat?
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Need Help with special Buffer

Post by Probe »

yes, you edit the query line, I would recommend you check
www.l2jdp.com/trac/timeline
for the changeset where this was done to see which columns exactly were removed, if I remember correctly it was the faction colums and AI type
Allera
Posts: 19
Joined: Sun Feb 21, 2010 4:57 pm

Re: Need Help with special Buffer

Post by Allera »

Ok. There i found those two changes:
http://www.l2jdp.com/trac/changeset/5418
http://www.l2jdp.com/trac/changeset/6956
And now i have to update my database with that two sql files? And after that the buffer should work?
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Need Help with special Buffer

Post by Probe »

no no, assuming you are using latest l2j release, which is Gracia Epilogue, your tables already look like this, what I ment was remove the 3 colums from the INSERT QUERY of the npc buffer
this is the relevant changeset:
http://www.l2jdp.com/trac/changeset/697 ... ql/npc.sql
Post Reply