BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: Kritze on May 03, 2011, 12:51:51 am
-
Tulia has written about the default aoc scripts to the bot.
I use Bot 0.6.8 but.. how it works?
The file "script.lst" fails same the folder "scripts".
i really want, that the bot will output MY written scripts, lika Kara Korum Emotes, Guild Information or a small Option menu.
Example:
I tell the BOT with !kara
The Bot sends me a Link to my written script with all neccessary kara korum emotes.
-
when u use the scripts.lst u have to edit it manually ... ;)
-
The script module adds support for something like:
!script kara
which requires that you have a file called kara.txt which you have manually added to the script.lst if you want it to show when you type !scripts
If you want to run
!kara
you need to add a comalias (command alias) for that script.
!comalias add kara script kara
-
i dont need any additive module to add my own scripts? Already included to bebot?
For example:
/tell Guildbot !comalias add kara script kara
The filename is kara.TXT ... will the bot detect it by himself or may i add a .txt (... script kata.txt)
And i cant edit any scripts.lst cause i dont have one :D
-
here is my script.lst
put it in your script folder inside the folder where the bot runs. you can then open it in your favorite text editor and see how it is formatted. Just modify it to call to the scripts you have created and put in your script folder (same place you put the script.lst). Remember ALL SCRIPT FILES MUST END IN .TXT or the script module will not read them.
Good luck!
These forums won't let me upload a file with the .lst extension, therefore I added .txt to the end. When you save it in your scripts folder be sure to remove the .txt
~Kyr
-
Ah great, will try it. Probably i must create the Script folder by myself, cant find one :D