Jump to content

WHATS WRONG WITH MY L2 BOT SCRIPT


sarap

Recommended Posts

Hello dear friends, 

 

Please tell me why my adrenaline/pc gets laggy and after some time disconnects when i am using below script?

 

I use it for pvp on all bots - it is a res-accept script.

 

Is it poorly written?

 

 

var
 i: integer;
 Ch: TL2Control;

begin
  while true do
    begin
      try
        Ch:= nil;
        Ch := GetControl('Player');
        if (Ch <> nil) and (Ch.Status = lsOnline) then
        Ch.Confirmdialog(true);
      except
    end;
  end;
end.

Edited by Fanky
Link to comment
Share on other sites

14 minutes ago, adr.bot said:

1. u can accept ress in bot settings

 

it doesnt work 100%.

 

15 minutes ago, adr.bot said:

2. u just loop confirm dialog, without delay, and any checks

 

could u please pm me how the script should look like then? im totally noob at it...

Link to comment
Share on other sites

23 minutes ago, sarap said:

 

it doesnt work 100%.

 

 

could u please pm me how the script should look like then? im totally noob at it...

https://forum.lineage2bot.net/viewtopic.php?f=5&t=3046

last post from IvaniuS

Link to comment
Share on other sites

21 minutes ago, adr.bot said:

https://forum.lineage2bot.net/viewtopic.php?f=5&t=3046

 last post from IvaniuS

you are forcing me to think... as i wrote, can u please pm me with a simple solution?

Link to comment
Share on other sites

8 minutes ago, sarap said:

you are forcing me to think... as i wrote, can u please pm me with a simple solution?

if u think that i make scripts for others then u are totally wrong xd you have what u need in that link

if u want free script, then think and make on ur own, or find who can sell/make it to u, i do none of those, gl!

Link to comment
Share on other sites

1 minute ago, adr.bot said:

if u think that i make scripts for others then u are totally wrong xd you have what u need in that link

if u want free script, then think and make on ur own, or find who can sell/make it to u, i do none of those, gl!

Wow, that's what this forum is for isn't it? If I would be able to write it I wouldn't ask. 

If typing 3 lines of letters are too much for you and you require money for it, sorry but -you know what.

 

Anyone else?

Link to comment
Share on other sites

5 minutes ago, adr.bot said:

if u think that i make scripts for others then u are totally wrong xd you have what u need in that link

if u want free script, then think and make on ur own, or find who can sell/make it to u, i do none of those, gl!

that means, i not sell, and not make free scripts, rofl, at the end of the day why someone should waste time even for 3lines of code:thinking:

Link to comment
Share on other sites

2 minutes ago, adr.bot said:

that means, i not sell, and not make free scripts, rofl, at the end of the day why someone should waste time even for 3lines of code:thinking:

You just did even more than that so far. Over n out. 

Link to comment
Share on other sites

9 hours ago, AlmostGood said:

@sarap

look there is even subreddit for images from people like you LUL

https://www.reddit.com/r/ChoosingBeggars/

 

I'm far from begging. Funny though.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Yes, something like that. More specifically, the running, attacking and attack wait animations for female human with a bow.
    • Do you mean do something like I did?
    • I tried searching, but couldn't find an answer to my question. That is why I created the topic.
    • Is it worth it listing on any of them? Or its better if i just buy ads on fb/forums/google etc.?
    • I'm looking to edit existing character animations for the L2 Interlude client. What I did successfully so far: Exported the files files from animations/Fighter.ukx (to get the .psk and .psa files) Imported a couple .psk + one .psa file to Blender and made my changes to the animations. Exported the resulting .psa file (which ended up being the same size as the original file, so everything should be fine). I downloaded multiple different UnrealED editors - the one from UT2004, L2Editor posted by lordofdes here, L2Editor posted by 911reg. From there on I had trouble with converting back to .ukx. Below are different methods I've tried and failed. Method 1: Made a new .ukx file inside UT2004's UnrealED, containing only my edited .psa file and 1 .psk file Converted my .ukx file with Gildor's tool Placed the resulting file in the animations folder Used L2FileEdit to change the LineageWarrior.int file in the systems folder in order to reroute to the animations I edited Started up the game, but the changed animations were replaced instead with a simple walking animation for some reason   Method 2: Tried the following workflow with both L2Editors (911reg's version and lordofdes's version) (using and not using Gildor's UnrealED patches) Trying to open the original Fighter.ukx file resulted in some of the L2Editor variants crashing. With the ones that didn't crash, I saved the .ukx file with another name (even tried adding my custom .psa file but the result was the same as below). There was file size difference between the .ukx I made and the original .ukx. I tried both substituting the .ukx file as is in the animations folder and after I encrypted it using 911reg's version's encdec.exe In both cases the game crashed when I was about to go to the character screen (made sense since the file size should have been the same). What am I missing here? Is it at all possible to edit the original character animations?
  • Topics

×
×
  • Create New...