Jump to content

L2jRoboto - A Fake Player Engine


Elfo

Recommended Posts

On 12/30/2017 at 5:58 AM, Smith said:

i have problem 

after spawn fake ( if spawn mage character = fake crash and console error)

 

VHwbVrYbRuu-uG5QrngUcA.png

 

Hello, 

Simple add this piece of code to createRandomFakePlayer method in FakeHelper.class

player.giveAvailableSkills();
Link to comment
Share on other sites

1 hour ago, jojikas said:

 

Hello, 

Simple add this piece of code to createRandomFakePlayer method in FakeHelper.class


player.giveAvailableSkills();

player.rewardSkills();

should work. It is meant to give all available skills bi matter the auto learn config. (as far as i can remember)

It was changed in latest acis.

Link to comment
Share on other sites

  • 3 weeks later...

Hello, i have try to install this feature on my project aCis(l2jNetwork update 28), but the source Give  me an error, how i can istall it correctly? Can give me a guide, or one video? Thx 

Link to comment
Share on other sites

1 hour ago, HacKab93 said:

Hello, i have try to install this feature on my project aCis(l2jNetwork update 28), but the source Give  me an error, how i can istall it correctly? Can give me a guide, or one video? Thx 

Unless you tell me what the error is i can't help you.

Link to comment
Share on other sites

This engine is crap, I didn't had the luxury to read a single line but due to the fact that it it's running within the gameserver makes it overcomplicated and very limited. The correct way would be to have a different (external) service that makes actual logins to.the gameserver that are whitelisted from all antibot countermeasures, for example I the developer have a vps that runs this engine 24/7 and my bots login to the client's server and do the rest of the magic through my AI that runs on the vps. Now if I had free time or interest on L2 I would already code such engine but as usually elfo chose the retarded way to showoff

Link to comment
Share on other sites

2 hours ago, xxdem said:

The correct way would be to have a different (external) service that makes actual logins to.the gameserver that are whitelisted from all antibot countermeasures, for example I the developer have a vps that runs this engine 24/7 and my bots login to the client's server and do the rest of the magic through my AI that runs on the vps.

Totally mate 

Link to comment
Share on other sites

aCis_370 gameserver/java/com/elfocrash/roboto/helpers/FakeHelpers.java

final PlayerTemplate template = PlayerData.getInstance().getTemplate(classId);

 

how to fix that

Link to comment
Share on other sites

3 minutes ago, MairWeb said:

aCis_370 gameserver/java/com/elfocrash/roboto/helpers/FakeHelpers.java

final PlayerTemplate template = PlayerData.getInstance().getTemplate(classId);

 

how to fix that

 

Rename PlayerData -> CharTemplateTable 

Tryskell is in mood for renaming classes until 2019

Link to comment
Share on other sites

4 hours ago, pro3mad said:

How I can add this code step by step to my server 

??? 

 

 

What you mean by that? 

Edited by Evie Frye
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.

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.




×
×
  • Create New...