Jump to content

[SHARE] Java NPC Buffer


Recommended Posts

They dont need, if they know english then could do everything.

 

Everything is explained in scheme buffer menu. So its great buffer.

Link to comment
Share on other sites

Hey, this buffer looks cool, but I had trouble with it.

 

After I installed it, when I run Gameserver, it says that Class not found: L2BufferInstance.

Then when I'm in game, I can't spawn House.

 

Help is appreciated. :D

 

PS... kinda new to this whole l2j thing, so I hope I patched this correctly :p

Link to comment
Share on other sites

Hey, this buffer looks cool, but I had trouble with it.

 

After I installed it, when I run Gameserver, it says that Class not found: L2BufferInstance.

Then when I'm in game, I can't spawn House.

 

Help is appreciated. :D

 

PS... kinda new to this whole l2j thing, so I hope I patched this correctly :p

how did you install it?

first place the datatable files to databables

then take the instance and place it in model.actor.instance

change a bit the imports and fix the extends apply the patch manually and it will work

Link to comment
Share on other sites

I've had the L2BufferInstance in \java\net\sf\l2j\gameserver\model\actor\instance

But I still cant spawn it

 

Just to make sure, the files that you had in the download are

Buffer folder with 2 htm files

BufferSkillsTable.java

CharSchemesTable.java

core_NPCBuffer_rev3.txt

L2BufferInstance.java

mods_buffer.sql

and readme.txt

 

Am I missing anything?

Link to comment
Share on other sites

I've had the L2BufferInstance in \java\net\sf\l2j\gameserver\model\actor\instance

But I still cant spawn it

 

Just to make sure, the files that you had in the download are

Buffer folder with 2 htm files

BufferSkillsTable.java

CharSchemesTable.java

core_NPCBuffer_rev3.txt

L2BufferInstance.java

mods_buffer.sql

and readme.txt

 

Am I missing anything?

Did you applied right the patch so the gameserver loads it?propably that's the problem

       if (Config.NPCBUFFER_FEATURE_ENABLED)
        {
        	BufferSkillsTable.getInstance();
        	CharSchemesTable.getInstance();
        }

check if those lines exist in gameserver.java

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...