Jump to content

Recommended Posts

Posted (edited)

I wrote bunch of scripts for l2t but some things are blocking me so I'm investigating alternatives.

Some of features I would like to be already implemented (or API to accomplish it writing custom scripts should be provided)

I don't mind to spend hours and days learning new language/API to make these things but I need confirmation that such functionalities can be implemented.

 

1. creating private store AND detecting when everything is bought/sold

2. skill enchanting (C6)

3. buying items from multisell (gm) shop

4. sending messages to friend chat channel and/or detecting received ones (also friend chat)

5. accepting summon request

6. targeting objects that can't be targeted using /target but user is forced to manually click on them (for example doors inside pagan temple)

7. displaying custom messages on screen but that are actually letting mouse clicks pass thru their containers (when using custom systemmsg-e.dat you can't rotate camera if mouse pointer is behind message text being rendered and that's good enough reason not to use it)

8. preemptive threading support when working with custom scripts (I just hate lua's coroutines)

9. auto crafting

10. ability to recover after client crash/disconnect (for example detecting disconnects, pausing scripts, starting client again, login in..)

 

The last one probably requires writing something that goes out of scope of most of boting tools but who knows maybe I'm lucky and this is already implemented and waiting for me on cloud to grab it.

 

Yes, l2t have PacketBuilder but that's too low level for my taste and I prefer that someone else take care about server implementation details and provide me with some friendly API.

 

As matter of fact I'm interested in alternative, free or premium, that can accomplish at least one if not all of these requirements.

Edited by bistabil
Posted

Pretty much everything can be handled with NP scripts, assuming you run NP on the same comp as the client, but afaik Robot and similar classes generate synthetic events, and these are discarded by default (unless you patch your client in a specific way). So the auto-relogin would be harder to do.

 

But of course, you have to write all the code yourself, since NP has very limited support for manipulating stuff in game logic terms instead of low level stuff.

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

    • It comes ready to compile:   CameraEffectInfo (this is a dummy file, do not use it on your client) LineageEffect LineageEffect2 LineageEffect3 LineageEffect_Br LineageSkillEffect   It can also compile NPC/monster scripts. (classes extending to lineagepawn, or referencing herdmonster, herdnpc) The client can be downloaded here: https://www.lineage2.org.uk/download/lineage-ii-essence-echo-of-elements-eu-557/   Make sure to add _557_Compiler to your client's root folder. It should look like this: CLIENT_LINEAGE2_RU_EU_557\_557_Compiler CLIENT_LINEAGE2_RU_EU_557\Animations CLIENT_LINEAGE2_RU_EU_557\L2text CLIENT_LINEAGE2_RU_EU_557\Maps CLIENT_LINEAGE2_RU_EU_557\music CLIENT_LINEAGE2_RU_EU_557\Sounds CLIENT_LINEAGE2_RU_EU_557\StaticMeshes CLIENT_LINEAGE2_RU_EU_557\SysTextures CLIENT_LINEAGE2_RU_EU_557\Textures CLIENT_LINEAGE2_RU_EU_557\Video CLIENT_LINEAGE2_RU_EU_557\Voice   To compile, just run: _557_Compiler\_Compiler\_Compile.bat You can also add your own packages to ut2003.ini if you wanna compile other scripts.   This was made/tested specifically for client 557, I haven't tested it on other clients, and i can't say i've fully tested this on 557 either, though i am confident it is at least 99.9% functional. Credits to lordofdest/kick for the ucc.exe / DLL work.   If you need help send me a message on Discord: 911reg Download i'll make compilers for older clients if enough people request them
    • i'm doing the same, but 'training with olympiad videos.
    • Hi, I’m interested in purchasing a C4 (Chronicle 4) server pack or source code, preferably something that has already been tested and run on a live server. I’m looking for a stable, well-tested project rather than a fresh/unproven build. If you have something available for sale, please send me some details, including the price and what is included.
  • 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..