[Share] fabrrp's Npc Buffer for Interlude (Updated 07/25/2007). L2J 

when i click on the npc she said "you are either not carrying out your quest or dont meet the criteria" what must i do that npc works?
 
if you added the buffer's folder in jscript in custom folder or quests folder you must open the init_py that is located there and add the line with your buffer's name. there are many posts about that. the init_py is like this.


__all__ = [
'4000_ShadowWeapons',
'5011_l2day',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo'
 
I have this config:



NPC=[40006]
ADENA_ID=57
QuestId = 9999
QuestName = "NPCBuffer"
QuestDesc = "custom"
InitialHtml = "1.htm"
But how to add other buffer ?

NPC=[40006,40007,40008] ?
or
NPC=[40006;40007;40008] ?

I try this dont work for due or more buffers =/
how to make multi buffers ? thx
 
I have all of that added.... could it be because I have not added the files to the client? when I add the files I get an error wen I try to start the game. my client is interlude fully updated to the official server.
 
Ok cool got it working, I had to update my server to the newest release. got it working BUT.... when I click on the the buffs I get a script error, and I'm guessing it is because I do not have the client side files in the system folder. When I add the files I get an error when trying to start the client.

General protection fault!

History: FL2GameData::MSItemDataLoad <- FL2GameData::Load() <- UGameEngine::Init <- InitEngine

I have the newest client available with all official updates.

Server is L2J Oneo Build 1617

EDIT:

WAHOOOOOO IT WORKS, and I didnt have to mod the client....although I did have to edit you files to my skill ID's
 
Last edited:
I have this problem too. I have only script error but some prophet is working. Dances, Songs and Chant of Victory isnt working. Anyone know whats the problem?

Edit: I found the problem. The problem is the new server realeses because those use new valuerables. I use l2jfree 2292 release.

Hi,i have this problem too,because i use l2jfree 2491,and some skill for prophet is working,but dance song and chant isn't working.How i can change
the valuerables?i must change the version for working buffer?:wounded1:
 
ok i make the buffer working but i need some more help how can i do when i make a buff then to come up again the image with the buffs not the empty image of script?
 
i found the problem why it redirect me to a script error page because there is some problem with the restorehpmp command it doesn't work so it can't pass to the next line of return "1.htm" how can i make work the restore command?
 
Back