Jump to content

Recommended Posts

Posted

Nice 1 House thx a lot for work...No only with this Buffer,but in the L2J Dev.

Gracias e salu2 ;).

Posted

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

 

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

Posted

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

Posted

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

Posted

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?

Posted

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

Guest
This topic is now closed to further replies.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock