Jump to content

Recommended Posts

Posted

Hello ppl...Im selling a special community board with alot usefull features for every low/mid/high rate servers.  This community board works on l2j h5 stable version last revision. 

 

Easy for use - edit the community board, can work too with masterio rank system with some edits inside html (java part exist)

90% of this community board is configurable from configs for example: Prices for services, Top players list, Multisells are multisells biggrin.png

 

Community Board features:

Gm shop (you can buy items (ALL items are inside Multisells and doenst need any core edit for change the items)

Donate Manager(You can buy donate hero for X days, you can buy donate clan skills + squad skills,you can make clan lvl 11 etc and more features.) if someone dont like the donate manager or every service you can remove it from html. i can help too for remove every feature you want.

Service Manager ( you can draw-remove symbols,augment,buy noblesse,remove atr, register for siege wars.

Teleporter(you can teleport everywhere, you can change any cords or any teleport with changes inside html no need core edit etc)

Informations about server,events etc (announcements,changelog,rules,staff,rates,features,events,gameplay,top pvp-pk-online,heroes,clan,castle,server stats,support,contact,donate info.

 

Here is a video preview but BUFFER/GRANDBOSS-RAIDBOSS STATS, DOESNT EXIST more :

 

Contact me: You can add me in skype: nikosdevilakos or PM me here.

Price: You can learn the price after we discuss about your buy.

Payment method: Paypal, If customer is From Greece we can discuss about bank transfer.

Community board test is available some hours of the day. if someone need test it online can pm me for give to her my test server ip.

Posted (edited)

You could bump your old topic. Anyway.

 

hope it is well protected from fake bypasses

cannot use it when you flagged, in olympiad mode,olympiad spectate mode,attackable,in events, in siege (some of features disabled) and 1 tone of that shits...and all are configurable. 

That's not what he was talking about. Good luck :D

Edited by SweeTs
Posted (edited)

You could bump your old topic. Anyway.

 

That's not what he was talking about. Good luck :D

i think he mean protected from bots for example or phx etc..but my english are bad :)

 

p: about my old topic is not same. i will upload new video with new buttons and new style. this video i upload only for show the 1st preview about features. 

Edited by nikosdevil20
Posted

http://imgur.com/a/ZGw9p

http://pastebin.com/uv05MBpr

 

80% same as yours shared for free :)

About stats yes. i said already in my old topic the base is from shared community board but this of you show doesnt include gmshop,gatekeeper,donate services, services manager,buffer etc and the htmls are not same. i have already fix some of features doesnt work like top players etc.

Posted

About stats yes. i said already in my old topic the base is from shared community board but this of you show doesnt include gmshop,gatekeeper,donate services, services manager,buffer etc and the htmls are not same. i have already fix some of features doesnt work like top players etc.

 

Have you remake the raid boss respawn script? Because the one above uses sql connections witch are no longer available in l2jserver since their npcs are in xml now.

Posted

Have you remake the raid boss respawn script? Because the one above uses sql connections witch are no longer available in l2jserver since their npcs are in xml now.

in high five version i have remove the raidboss status and im working with grandboss status but is not ready yet. when is ready i update my topic

Posted

Good luck with your sales :)

Just a friendly tip: Do not load the data directly from database on each request. Make it with update task :) (If you haven't done it yet)

Posted

Good luck with your sales :)

Just a friendly tip: Do not load the data directly from database on each request. Make it with update task :) (If you haven't done it yet)

thanks mate :) about your tip thanks too. method for dead/alive by bossid exists in new l2j so dont need any change about this.  but about names need some rework for show the names too cuz npc.sql now doesnt exists so cannot make sql connection for show the npc names. so i need to make rework

Posted

 

NpcTable.getInstance().getTemplate().getName();

 

Yeah, drop some features cuz l2jserver dropped sql and you can't use shared code anymore :D

Posted
NpcTable.getInstance().getTemplate().getName();

Yeah, drop some features cuz l2jserver dropped sql and you can't use shared code anymore :D

 

Yes..cangularations!! 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..