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

Joined
Oct 29, 2005
Messages
185
Reaction score
0
[Share] fabrrp's Npc Buffer for Interlude (Updated 10/05/2007).

fabrrp's Npc Buffer for Interlude​

+++ v3 Features +++
- Added buff 'Wind Walk'.
- Removed Option 'Cancel Buffs' (sorry, but i really don't know how to make it work).
- Fixed '__init__.py'.
- Removed '$py.class' files.
- Fixed Client Side Errors (wrong buff names).


*** This NPCBuffer don't work with Oneo's Serverpacks. ***


+++ How to Install +++
1. Extract the file that you downloaded inside your Server folder (Default C:\Server).
2. Open your Navicat or another SQL Browser.
3. Execute batch file with the file npc.sql.



+++ Npc Id +++
Buff Master: 40000


+++ Screenshots +++
fabrrp - [Share] fabrrp's Npc Buffer for Interlude (Updated 07/25/2007). - RaGEZONE Forums



+++ L2 FileEdit +++
-
-
-


+++ Don't Work? +++
1. Open file gameserver\config\options.properties
2. Find and verify if AltDevNoQuests = False :
Code:
# Don't load quests
[b]AltDevNoQuests = False[/b]
# Don't load spawntable
AltDevNoSpawns = False
3. Open folder gameserver\data\jscript and delete the file __init__$py.class
4. Open folder gameserver\data\jscript\quests and delete the file __init__$py.class
5. Open folder gameserver\data\jscript\quests\9999_NPCBuffer and delete the file __init__$py.class
6. Restart or just start your server.

+++ Download Links +++
-
-
-
-
-
 
Last edited:
Re: [Share] fabrrp's Npc Buffer for Interlude

fabrrp what i have to do for skill animation return. nice share test and works greet in my server interlude l2jfree......
 
Last edited:
Re: [Share] fabrrp's Npc Buffer for Interlude

helloo buffer work nice in my servepack
but i have a problem with client side...
first i cant find file edit for interlude i have try search but nothing so can you help me?
 
Re: [Share] fabrrp's Npc Buffer for Interlude

helloo buffer work nice in my servepack
but i have a problem with client side...
first i cant find file edit for interlude i have try search but nothing so can you help me?

Check first post.
I have add some links :happy:
 
Last edited:
Re: [Share] fabrrp's Npc Buffer for Interlude

Excelent work man... but... i think that u can correct it

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


When i use a song skill like vitality from npc buffer and use vitality song from a songer those two skills stack on me... just for songs and dances... the problem is here:

Skills like acumen have an entry on xml that say it:

Code:
<effect count="1" name="Buff" time="18000" val="0" stackOrder="#Tab-mAtkSpd" stackType="mAtkSpeedUp">

stackOrder tab indicate when a skill must remplace other with same effect on char

Song and dances havent this tab... u can add it on all songs and dances to correct it.

Sorry for my horrible english.
 
Re: [Share] fabrrp's Npc Buffer for Interlude

Excelent work man... but... i think that u can correct it

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


When i use a song skill like vitality from npc buffer and use vitality song from a songer those two skills stack on me... just for songs and dances... the problem is here:

Skills like acumen have an entry on xml that say it:

Code:
<effect count="1" name="Buff" time="18000" val="0" stackOrder="#Tab-mAtkSpd" stackType="mAtkSpeedUp">

stackOrder tab indicate when a skill must remplace other with same effect on char

Song and dances havent this tab... u can add it on all songs and dances to correct it.

Sorry for my horrible english.

I'll fix it and update the post.

Sorry for it.
 
Re: [Share] fabrrp's Npc Buffer for Interlude

heeeeeeeeelp !

when i add the npc, double click on it the npc follow me!

it's like necromancer's pet, when i double click on it , it shows a window with "attack, unsummon etc.." exactly like necromancer's corrupted man.

lol what can i do in order to use the npc correctly?

(sorry for bad english ^^)
 
Re: [Share] fabrrp's Npc Buffer for Interlude

heeeeeeeeelp !

when i add the npc, double click on it the npc follow me!

it's like necromancer's pet, when i double click on it , it shows a window with "attack, unsummon etc.." exactly like necromancer's corrupted man.

lol what can i do in order to use the npc correctly?

(sorry for bad english ^^)

LOOL!... nice!... dont fix it!

Run ur navicat and check "type" column for npc id 40000... this must be "L2Npc" and not "L2Pet"
 
Re: [Share] fabrrp's Npc Buffer for Interlude

heeeeeeeeelp !

when i add the npc, double click on it the npc follow me!

it's like necromancer's pet, when i double click on it , it shows a window with "attack, unsummon etc.." exactly like necromancer's corrupted man.

lol what can i do in order to use the npc correctly?


Lol.. it's not my fault.. i check on sql file and on the table in navicat.. this is L2Npc..

Run ur navicat and check "type" column for npc id 40000... this must be "L2Npc" and not "L2Pet"

I'm fixing double skills now!

PS: If you have changed the ORIGINAL (not from my NPC Buffer) Dance/Songs time, you will need change it again, because i need edit others Skills XML...
 
Re: [Share] fabrrp's Npc Buffer for Interlude

ah fixed ok :P

now another problem ^^

when i click on npc, Buff Me , i choose the buff but nothing happened ! only "10000 dissapeared" and nothing else.
 
Re: [Share] fabrrp's Npc Buffer for Interlude

you past xml 9900-9999.xml on correct folder?
gameserver\data\stats\skills\

And you need paste Client Side on your System Folder too and replace existing files to see Skill Icons.
Make Backup.
 
When i talk to the buffer it says i have no tasks for you right now... You know whats wrong? all i did was extract it/sql it
 
Back