Hello!
So you're thinking of scripting your own Maging AI for Inkybot?
Good for you! Below you will find some basic information on how you can write your very own script.
Inkybot scripts are written in C#.
1. Download Inkybot.Dofus.dll. This library will provide you with everything you'll need to correctly integrate your script.
2. Add the dll as a dependency reference to your C# Project. Enter IntelliSense.
3. Create a new class and extend from Inkybot.Dofus.Contracts.DofusMagingAI
4. Begin writing your Resolve function
One thing to note is you're not meant to compile anything. Inkybot compiles your .cs file at runtime.
There is no documentation yet, so you are expected to know how to navigate through the provided library yourself. If you're familiar with Dofus maging and you know how to program, you shouldn't have many issues. There may be documentation in the future, depending on demand.
Additional libraries that you can make use of:
1. System.Windows.Forms.dll
2. System.Drawing.dll
If you need any other library and you feel like it should be on this list, comment below and I'll consider adding it in a future release.
Check out an existing script to better orient yourself at what's possible:
So you're thinking of scripting your own Maging AI for Inkybot?
Good for you! Below you will find some basic information on how you can write your very own script.
Inkybot scripts are written in C#.
1. Download Inkybot.Dofus.dll. This library will provide you with everything you'll need to correctly integrate your script.
2. Add the dll as a dependency reference to your C# Project. Enter IntelliSense.
3. Create a new class and extend from Inkybot.Dofus.Contracts.DofusMagingAI
4. Begin writing your Resolve function
One thing to note is you're not meant to compile anything. Inkybot compiles your .cs file at runtime.
There is no documentation yet, so you are expected to know how to navigate through the provided library yourself. If you're familiar with Dofus maging and you know how to program, you shouldn't have many issues. There may be documentation in the future, depending on demand.
Additional libraries that you can make use of:
1. System.Windows.Forms.dll
2. System.Drawing.dll
If you need any other library and you feel like it should be on this list, comment below and I'll consider adding it in a future release.
Check out an existing script to better orient yourself at what's possible:
💍Gelano MP (+overmage) - Cheat-Gam3
📜Gelano 📜 Greetings! Welcome to the first custom script for Inkybot. Things to note: 1. Modifying the stats configurator will not change the behavior of the script 2. The bot will try to use the strongest rune possible to overmage (RA Vit) This script can be used as a jumping-off point for...
forum.cheat-gam3.com
💍Crocoring: vitality overmaged MP exo - Cheat-Gam3
Greetings! This is the first extension-based script for Inkybot. The script makes use of the changes introduced in Inkybot v1.4 - it uses the Inkybot's Maging AI and overrides the behavior to make better use of sink for the Crocoring. Things to note: 1. If there is less than 33 sink the script...
forum.cheat-gam3.com
Attachments
Last edited: