Share MetaMan Version Buffer

MetaMan

Heir
Customer
QA Engineer
Free Buffer System for the Lucera2 Community.
This buffer was originally based on someone else's work, but has undergone many modifications and improvements to support all the main buffer pages, and others, including full profile support for dimensions and how they are formatted.

This is just a small gift to the Lucera2 community.
If you have any questions or issues, don't hesitate to contact us here.

The .htm files are adapted for custom dimensions. You must have support in your client for handling custom HTML window sizes.
Example dimensions used in this buffer:

resize_x=750 resize_y=470

 

Attachments

Free Buffer System for the Lucera2 Community.
This buffer was originally based on someone else's work, but has undergone many modifications and improvements to support all the main buffer pages, and others, including full profile support for dimensions and how they are formatted.

This is just a small gift to the Lucera2 community.
If you have any questions or issues, don't hesitate to contact us here.

The .htm files are adapted for custom dimensions. You must have support in your client for handling custom HTML window sizes.
Example dimensions used in this buffer:

resize_x=750 resize_y=470

work for interlude??
 
Of course it should work, the codebase is common to both IT and Classic.

the code works but you can't talk to the NPC when you click 2 you get a critical error


and when you change resize=750 resize y470 the game closes by itself when you click on the npc
 
Last edited:
the code works but you can't talk to the NPC when you click 2 you get a critical error


and when you change resize=750 resize y470 the game closes by itself when you click on the npc
adapt your HTML..... I was talking about the SERVER, but you're talking about the client.
 
the code works but you can't talk to the NPC when you click 2 you get a critical error


and when you change resize=750 resize y470 the game closes by itself when you click on the npc

so you don't get tired and lose your time, it's a shame to be able to make the windows as much as you want through html you have to do it through interface. u first and then go to html and make it as much as you want
 
Can you tell me how to unbind this buffer from bufferMetaManInstance? So that I could use the buffer on a universal NPC
 
Hey! Hey! Hey!
Unbinding the buffer from bufferMetaManInstance is not as simple as it sounds, it requires several changes to the codebase if you want everything (like profile system, heal, cancel, id_menu logic, etc.) to work properly on any NPC.
The current setup is designed to work with a specific instance and structure.
If you just remove the instance check, basic things might work, but full functionality (especially profiles) will most likely break or behave unpredictably without further adjustments.
 
Hey! Hey! Hey!
Unbinding the buffer from bufferMetaManInstance is not as simple as it sounds, it requires several changes to the codebase if you want everything (like profile system, heal, cancel, id_menu logic, etc.) to work properly on any NPC.
The current setup is designed to work with a specific instance and structure.
If you just remove the instance check, basic things might work, but full functionality (especially profiles) will most likely break or behave unpredictably without further adjustments.
I'm new to scripting :) I'm still figuring out the IDEA program :) .
You're right, when I remove the check, my request just passes to work, and says "incorrect target"
But I really want to try to implement this through my special NPC. Is it very difficult to do?
 
Nothing is difficult and nothing is easy it all depends on the knowledge we have today and the knowledge we gain tomorrow with patience dedication and one word that we Greeks hold dear meraki ;)
 
Back
Top