Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
/ L2jRoboto Public archive

A fake player engine for L2j with decision making and behaviors

License

Notifications You must be signed in to change notification settings

Elfocrash/L2jRoboto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L2jRoboto

L2jRoboto way to create fake players for l2j servers. It is currently coded for aCis (372) but it should be easy to adapt. It is in a WIP state so it is NOT recommended to use on a live server.

The end goal

The ultimate goal is to give server administrations the ability to create fake player entities which act as close to real players as possible. L2jRoboto will provide out of the box as many appropriate AIs as possible for the admins to use, but developers can pick it up and implement their own behaviors by extending the FakePlayerAI class.

Features

  • Priority based offensive/defensive/healing/support spell picking
  • Attack entity
  • Give appropriate armor/weapon for the specific class
  • Automatic enchant using the server's chance
  • Take control of on of the fake players
  • Teleport to village on death

Admin commands

  • //fakes - Brings up the Dashboard
  • //takecontrol - Takes control of a bot and allows you to move it around
  • //releasecontrol - Releases the bot and enables movement for you again
  • //spawnrandom - Spawns a random Class bot with default AI for this class
  • //deletefake - Deleted a bot from the game
  • //spawnenchanter - Spawns an enchanter bot

Installation

L2jRoboto has minimal dependencies

You can find the patch under the dist folder

Have fun

Creations

https://www.youtube.com/watch?v=RuVnr0nZVl8

https://www.youtube.com/watch?v=X9wEoF7ILmw

https://www.youtube.com/watch?v=e3jBNtkE4yA

https://www.youtube.com/watch?v=Dob4yRtVr0s

https://www.youtube.com/watch?v=ynMtvmLHV5U

https://www.youtube.com/watch?v=7Q14_wgzqS8

About

A fake player engine for L2j with decision making and behaviors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages