Jump to content
  • 0

[help] Rin4a buffer's problem


LadySky

Question

Hello,

 

I was looking to install Rin4a's buffer, so I made some research and I found a download link in this forum

https://rapidshare.com/files/4047889131/Rin4a_Buffer_Edited_by_ZiTioN.rar

 

When I installed it I had a problem at line 14 of the py file, so I modified it according to this post

http://maxcheaters.com/forum/index.php?topic=235809.msg2120856#msg2120856

 

The file has now been loaded correctly, but when I reload the npc's script ingame I get a long error in the gossip window and another one in the console..

ott 28, 2012 11:19:53 PM com.l2jserver.gameserver.model.quest.Quest showError
WARNING: D:\LocalServer\L2J\L2J H5 Server\game\data\scripts\custom\555_NPCBUFFER\__init__.py
Traceback (innermost last):
  (no code object) at line 0
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)

at com.mysql.jdbc.Util.getInstance(Util.java:386)

at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1053)

at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)

at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)

at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468)

at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629)

at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719)

at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155)

at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318)

at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:446)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)


com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2jgs.buffer_scheme_list' doesn't exist

at org.python.core.Py.JavaError(Unknown Source)
at org.python.core.PyObject._jthrow(Unknown Source)
at org.python.core.PyObject._jcall(Unknown Source)
at org.python.proxies.main$Quest$349.onAdvEvent(Unknown Source)
at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:579)
at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1811)
at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:241)
at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)
at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1072)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

 

Can you help me out?

So I can finally make this buffer work.. XD

I use the latest nightly from l2j (Hi5)...

 

PS: If someone's already using this version, does it buff also pets?

Link to comment
Share on other sites

Recommended Posts

  • 0

I have one... gimme second...

EDIT: Link

This patch dont need file htm and insert to table npc?

And I cant find NpcBuffer ID?

 

Error when compiling

dist/game/data/scripts/custom/NpcBuffer/NpcBuffer.java

Line: 1251.

for (L2CubicInstance cubic : player.getCubics().valueCollection())

The method valueCollection() is undefined for the type FastMap<Integer,L2CubicInstance>

Link to comment
Share on other sites

  • 0

This patch dont need file htm and insert to table npc?

And I cant find NpcBuffer ID?

 

Error when compiling

dist/game/data/scripts/custom/NpcBuffer/NpcBuffer.java

Line: 1251.

for (L2CubicInstance cubic : player.getCubics().valueCollection())

The method valueCollection() is undefined for the type FastMap<Integer,L2CubicInstance>

 

This is lol... i did same 1rst time before... read some guides...

don't put it as a .py file lol... you should compile it mean you should apply this with Eclipse

Link to comment
Share on other sites

  • 0

This is lol... i did same 1rst time before... read some guides...

don't put it as a .py file lol... you should compile it mean you should apply this with Eclipse

Could you clarify more detail about this error? or give me link of guides.

I dont use py file in this patch.

Thanks.

Link to comment
Share on other sites

  • 0

Infos inside npc's table and npc's id.. I think it's on our own, as far as I understood these files just provide the core of the npc, so the configuration and the imports in the code...

I'm newbie compiling, so I can't help you yet, because I'm still at the beginning (trying to understand Eclipse's mechanism), I always used pre-compiled emulators...

Link to comment
Share on other sites

  • 0

I'm done. :)

Something had to be corrected because was not compatible with the latest STABLE l2j revision...

 

The problem you reported is in these lines (there're 3)

{
                            for (L2CubicInstance cubic : player.getCubics().valueCollection())
                            {
                                cubic.stopAction();
                                player.delCubic(cubic.getId());
                            }
                        

 

and you can fix it changing valueCollection() into values()

 

The quest will work on npc number 12 (you can change this value into npcbuffer.java), but you still need to create the npc inside your database by yourself, as I said previously... ^^

 

It is a very good buffer btw, great job to anybody who wrote this!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Trustworthy person; hope you find what you're looking for!
    • Customs being added to systextures/animation/texture influences the increase in virtual ram by a very small amount, which means you won't have a headache in the future with critical error issues, unless it's a dubious custom, there are 2 custom weapon packs available for H5 that are "compromised", they didn't make a very good adaptation, one of the packages is the weapons from the goddess of destruction for H5, another is the hero weapons from the goddess of destruction for H5, avoid these customs for your H5 server if you see it on any forum.   Now coming back to your question; one thing that the NCSoft developers never did was add files to their system, probably because they were aware of what could happen when doing that, now think about one thing: the game's system retail itself is no more than 70MB, every time there was an update made by NCSoft they always added the equipment/items/cloaks etc. in their folders intended for that, so why do we do this? I still have my client containing a system with almost 1GB, 1-2h online is the time I can stay online before the ram memory limit, but I have already redone my entire client with customs being destined for textures/systexture/animations, almost all the customs that I had on that client containing a 1GB system I have on my current server, with the difference that I removed everything from the system and critical error is now nothing more than legends, my current server has a total of 220MB in the system folder And theoretically speaking, based on what I've seen, especially on many forums, I believe that the heavier the system folder is, the faster we accelerate the consumption of the client's virtual ram memory, causing countless different types of critical error in one short period of time, in many forums that I've seen on topics involving critical, the solution that stands out the most is about downloading a new clean "system"
    • Do you think that everything on the system is loaded regardless if you use it or not ? or even worst, are they loaded even if they exist as textures/meshes but not defined on the DAT files ?
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hoodservices https://campsite.bio/utchihaamkt
    • Yes, it is, it's not hard to do (if you know what you're doing); just time consuming.   To make some things clear: 1. You can not create .ukx files with animated skeletalmeshes inside, by using any of the freeshared L2Editors (basically, no support for .psa files) 2. You need a patched UT2003/UT2004. You can either get your own ut2004 and download Gildor's patch from his web, or use any of these: When you use these, you should be able to import both .psk and .psa animations > link the skeletalmesh to the psa > save as .ukx > use ut2down to convert the file to l2 format > encrypt the .ukx with standard l2 encryption (you can use mxc encdec, you can find it in the folder of the l2editor i shared). Your best bet is to use pawnviewer (aka dev mode) to test that. If you have troubles with that process then leave a reply here, otherwise, if it works correctly, you can move on to adding missing animnotify classes to you unrealed, then proper animnotifies, sounds, effects or w/e is missing from your .ukx files. Keep in mind that this is overall not difficult but a huge amount of work (unless you're good at scripting/macros) since you'd need to manually re-create every single animnotify, by hand. If you have doubts or i wasn't clear enough let me know here. (in case you don't know what an animnotify is: UDN - Two - AnimNotifies (unrealengine.com) )  
  • Topics

×
×
  • Create New...