(Introducing Liviobot) |
m |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 30: | Line 30: | ||
== [[File:Generic-snaketongue.png]] Communications == | == [[File:Generic-snaketongue.png]] Communications == | ||
=== [[File:Generic-bookpage.png]] Web resources === | === [[File:Generic-bookpage.png]] Web resources === | ||
*[https:// | *[https://web.libera.chat/?channels=#themanaworld TMW IRC] | ||
*[https://forums.themanaworld.org/ TMW Forums] | *[https://forums.themanaworld.org/ TMW Forums] | ||
=== [[File:Generic-undeadear.png]] Voice chat === | === [[File:Generic-undeadear.png]] Voice chat === | ||
Mumble is not compatible with lazy people. Jitsi-meet is a valid and secure alternative but lacks of positional audio and is not game server related. | |||
<br> | <br> | ||
|| | || | ||
| style="width: 50%; border: 1px solid #c0ffc9; color: #000; background-color: #f3ffee" valign="top" | | | style="width: 50%; border: 1px solid #c0ffc9; color: #000; background-color: #f3ffee" valign="top" | | ||
== [[File:Generic-casinocoins.png]] The Money World == | == [[File:Generic-casinocoins.png]] The Money World == | ||
=== [[File:Treasuremap.png]] Forums trade pages === | === [[File:Treasuremap.png]] Forums trade pages === | ||
Line 164: | Line 163: | ||
== Liviobot features == | == Liviobot features == | ||
<div style="background-color: #FFEEEE; text-align: center; border: 1px solid #BB5555; margin-bottom: 10px;"> | <div style="background-color: #FFEEEE; text-align: center; border: 1px solid #BB5555; margin-bottom: 10px;"> | ||
Liviobot is not part of TMW | Liviobot is not part of TMW even if he lives in jak1's server. Is still in a development state so stability and continuous operations are not guaranteed. | ||
</div> | </div> | ||
<br> | <br> | ||
Line 200: | Line 199: | ||
|} | |} | ||
= Developer resources = | |||
== bots == | |||
* [https://forums.themanaworld.org/viewtopic.php?p=160013#p160013 Unaffiliated bots guidelines draft] | |||
== manachat == | |||
That's not the original rumly111 version <br> | |||
* [https://gitlab.com/liviorecchia/manachat Main page] | |||
* [https://gitlab.com/liviorecchia/manachat/-/issues Issues] | |||
== Other == | |||
* [https://forums.themanaworld.org/viewtopic.php?f=63&t=20909 Developer tools thread] | |||
<br> | |||
[[File:OpenGameArtTmwbanner298bis.gif]] | [[File:OpenGameArtTmwbanner298bis.gif]] | ||
== Spare notes == | |||
Adding a quest: | |||
* Create a filename with NPC name inside map directory | |||
* Get a free ID from db/quest_db.conf | |||
* Add quest debug script inside npc/functions/quest-debug/ | |||
* Register function name inside npc/scripts.conf | |||
Testing a quest: | |||
@npc <npc name> - Teleports to NPC (case sensitive) | |||
@reloadnpc <filename[npc/map/npc.txt]> - Reloads NPC script | |||
./map-server returning error on non existent functions | |||
* Run `build.sh` on server-plugin folder | |||
Function aliases: | |||
* message getcharid(CHAR_ID_ACCOUNT) is the same as dispbottom. | |||
Music functions: | |||
* changeplayermusic(filename) | |||
* changemusic(map, filename) |
Latest revision as of 20:45, 27 November 2021
[10/10/2014] Entered TMW
[16/04/2018] Joined CRC
[08/10/2019] Entered TMW Wiki
My profile at Crew of Red Corsair Site
This page contains some parts to be tested. User info ends here. Use the towel to get back to the home page.
Main resources page
First steps in the wild
|
Amusements
| |||||||||||||||||||||||||||||||
CommunicationsWeb resourcesVoice chatMumble is not compatible with lazy people. Jitsi-meet is a valid and secure alternative but lacks of positional audio and is not game server related.
|
The Money WorldForums trade pagesManaMarket bot
| |||||||||||||||||||||||||||||||
Utilities
|
Game enhancingA word of caution with enhancements: since they replace in-game resources don't throw away unknown items because those can be rares or newly released items.
| |||||||||||||||||||||||||||||||
In game chat command list(use double dash on single letters)
|
Quick game reference
| |||||||||||||||||||||||||||||||
Quick Manaplus reference
|
Crazy codes
Remote "e?" to now show random emoticon.
| |||||||||||||||||||||||||||||||
Liviobot featuresLiviobot is not part of TMW even if he lives in jak1's server. Is still in a development state so stability and continuous operations are not guaranteed.
|
Liviobot's XCOM chat commands
|
Developer resources
bots
manachat
That's not the original rumly111 version
Other
Spare notes
Adding a quest:
- Create a filename with NPC name inside map directory
- Get a free ID from db/quest_db.conf
- Add quest debug script inside npc/functions/quest-debug/
- Register function name inside npc/scripts.conf
Testing a quest:
@npc <npc name> - Teleports to NPC (case sensitive) @reloadnpc <filename[npc/map/npc.txt]> - Reloads NPC script
./map-server returning error on non existent functions
- Run `build.sh` on server-plugin folder
Function aliases:
- message getcharid(CHAR_ID_ACCOUNT) is the same as dispbottom.
Music functions:
- changeplayermusic(filename)
- changemusic(map, filename)