Jump to content

Recommended Posts

Hello community.

Happy new year to everyone.

I have this problem about cube. I made txt, and i put 4 different npc's.

At the first npc cube works fine, but from second to fourth cube doesnt open. Any idea?

I have this error at sysser: Cube_request_material_info: [CubeInfo] Too long material info. (NPC: 20022, requestStart: 14, requestCount: 1, length: 17)

 

Thanks for your time...

Link to comment
Share on other sites

  • Developer

Cube works really with a shit way..

It uses the command string to answer to the request of "info".

The command string have a buffer of static length, this mean you can without known it, override the max length of the buffer. 

You should reduce the number of items into the npcs... Or you can code.again the answer using packet (dynamic packet)...

  • Love 1

My youtube channel  on which you can see my works here

Link to comment
Share on other sites

4 minutes ago, Ikarus_ said:

Cube works really with a shit way..

It uses the command string to answer to the request of "info".

The command string have a buffer of static length, this mean you can without known it, override the max length of the buffer. 

You should reduce the number of items into the npcs... Or you can code.again the answer using packet (dynamic packet)...

Is it difficult to code again with dynamic packet?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.