Jump to content

[SHARE] L2NET Pictures Creator (for L2NET Painter Script)


Recommended Posts

Posted

Hi all

When i see that post(Link) i made something from my, that is l2net pictures creator, you can here easy make pictures for drop :)

 

L2NET Pictures Creator(new host)

Copyright Varens. All Rights Reserved.

 

How to use tutorial you can find on web.

If something does not work or if you have some questions write.

 

For use that you need have that script(it is not my but edited by me):

http://varens.cba.pl/L2Paint.txt'>http://varens.cba.pl/L2Paint.txt (for kamael and up chronicles)

http://varens.cba.pl/L2Paint%28for_interlude%29.txt'>http://varens.cba.pl/L2Paint%28for_interlude%29.txt (for interlude, edited by my but dont tested)

 

I have some problem with host then i change it, now come on that adres: http://varens.cba.pl/ , sorry for problem :)

Posted

i think no, because that are my scripts, except that you need have a program like apache to use that on your computer, surely it is easier to visit website ;]

BTW now i change web hosting and we have new adres: http://varens.cba.pl/ :)

 

//EDIT

Today i will add my version of that script: Simplify the script, add some colors(3x) and new features :)

Posted

i think no, because that are my scripts, except that you need have a program like apache to use that on your computer, surely it is easier to visit website ;]

BTW now i change web hosting and we have new adres: http://varens.cba.pl/ :)

 

//EDIT

Today i will add my version of that script: Simplify the script, add some colors(3x) and new features :)

 

You has not added that :(    :P:P

Posted

i have a problem then i start script bot writes : distance 103 or something and it goes like that to 0 and then it reaches 0 it sayis you are too uncumbered, what's the problem? plz help :(

Posted

If you want a host, we can probably allocate you some web space on ltwonet, shoot me a pm if you are interested.

Posted

If you want a host, we can probably allocate you some web space on ltwonet, shoot me a pm if you are interested.

Thx but i dont want share my web scripts, all can use that on that web;]

 

i have a problem then i start script bot writes : distance 103 or something and it goes like that to 0 and then it reaches 0 it sayis you are too uncumbered, what's the problem? plz help :(

do you use interlude or lower version servers? becouse that script work only kamael and latest chronicle

Posted

i think that is problem with your server(maby server have drop flod protection and you can drop item one time for some time) that work on HB i tested that on l2kastian and it work

 

but if someone want interlude script download from ther(i edit but not tested):

http://varens.cba.pl/L2Paint%28for_interlude%29.txt

Posted

OHHH OK WILL try to do that in wh :)

 

 

 

 

 

 

Hmmm same problem :(

i don,t have to change anything in script except the picture code?

 

 

and now i am getin mesage : to far to discard :D wtf? why?  :(

Posted

that must by some protect from server. And sry i dont want write WH i mean HB (i wrong write that xD)

And why you hidden something in you post? i havent 200post to see that xD

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..