Quote:
|
Hey i wonder, is there any easy way to add some other chatcodes by myself ?
|
Hello,
Yes you can modify the ahk script and use it through autohotkey.
To give an example, let's say that you want to add the twin largos KP.
First you can modify the dropdown lists at line 26 and 46 like so:
Code:
Gui, Add, DropdownList, vSelectedLinkTop x100 y115 w80,FOTM||LI|LD|Desmina|Dhuum|Qadim1|Qadim2|eternities|largos
Then you need to get the decoded base64 link (&AgEcWwEA => `2 1 28 91 1 0`). You can use

for example.
with that you can to edit the `GetLinkCode` function at line 176, in this case you would add:
Code:
if KPType = largos
return [2, amount, 28, 91, 1, 0]