From 9aec37b3bd62b4d5f761cd0eb5339c2aaaa7cb8f Mon Sep 17 00:00:00 2001 From: Livio Recchia Date: Mon, 6 Apr 2020 17:48:28 +0200 Subject: Modularized XCOM, fixed some bugs --- main.log | 814 +++++++++++++++++++++++++++++++++++++++++++++++++++++ plugins/chatbot.py | 24 +- plugins/manaboy.py | 246 +--------------- plugins/xcom.py | 323 +++++++++++++++++++++ 4 files changed, 1149 insertions(+), 258 deletions(-) create mode 100644 plugins/xcom.py diff --git a/main.log b/main.log index 5cb506f..b14629b 100644 --- a/main.log +++ b/main.log @@ -179,4 +179,818 @@ may not be the same. [2020-04-06 15:31:18] jak1 : lets just push the changes, so we can start clean [2020-04-06 15:31:23] NOBODY 23 : [2020-04-06 15:31:26] Livio : Okay. + [2020-04-06 15:40:18] Loaded itemdb from itemdb.txt + [2020-04-06 15:40:18] Plugin chatbot loaded + [2020-04-06 15:40:18] Plugin shop loaded + [2020-04-06 15:40:18] Plugin npc loaded + [2020-04-06 15:40:18] Plugin autofollow loaded + [2020-04-06 15:40:18] Plugin manaboy loaded + [2020-04-06 15:40:18] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 15:40:18] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 15:40:18] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 15:40:18] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 15:40:18] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 15:40:18] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 15:40:25] Livio : There. + [2020-04-06 15:40:41] Livio : Hmm... + [2020-04-06 15:41:17] Livio : How can we organize ourselves in order not to get in our way together? + [2020-04-06 15:43:12] jak1 : maybe branch names "livio/xyz", "jak1/xyz" and "xyz" so we merge our changes to xyz + [2020-04-06 15:43:41] Livio : Yeah, fine. + [2020-04-06 15:44:29] jak1 : and how we name xyz? LOL + [2020-04-06 15:44:48] jak1 : so we keep a structure :) + [2020-04-06 15:44:50] Livio : Usually I use the date as progressive version. + [2020-04-06 15:45:02] Livio : Something like 06042020. + [2020-04-06 15:45:50] jak1 : ok, so livio/06042020 jak06042020 and 06042020 + [2020-04-06 15:45:58] NOBODY 23 : what + [2020-04-06 15:46:05] Livio : Or we can do with a progressive number like R0 and so on.. + [2020-04-06 15:46:06] jak1 : ok, so livio/06042020 jak1/06042020 and 06042020 + [2020-04-06 15:46:18] NOBODY 23 : 1001101110101011110100010011100101001 + [2020-04-06 15:46:26] jak1 : maybe just like milestone? v2.0 + [2020-04-06 15:46:45] Livio : I don't know... + [2020-04-06 15:47:11] Livio : I see manachat as a collection of different software together. + [2020-04-06 15:47:21] NOBODY 23 : hihi + [2020-04-06 15:47:41] Livio : So updating manaboy.py doesn't mean update the whole manachat. + [2020-04-06 15:48:22] Livio : Well, feel free to do as you please: we do not risk losing nothing branching. + [2020-04-06 15:48:56] Livio : I will branch this version in order to provide a running bot waiting for better version. + [2020-04-06 15:56:23] Liviobot : Rebooting... + [2020-04-06 15:58:33] Loaded itemdb from itemdb.txt + [2020-04-06 15:58:33] Plugin chatbot loaded + [2020-04-06 15:58:33] Plugin shop loaded + [2020-04-06 15:58:33] Plugin npc loaded + [2020-04-06 15:58:33] Plugin autofollow loaded + [2020-04-06 15:58:33] Plugin manaboy loaded + [2020-04-06 15:58:34] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 15:58:34] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 15:58:34] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 15:58:34] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 15:58:34] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 15:58:34] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:01:52] Loaded itemdb from itemdb.txt + [2020-04-06 16:01:52] Plugin chatbot loaded + [2020-04-06 16:01:52] Plugin shop loaded + [2020-04-06 16:01:52] Plugin npc loaded + [2020-04-06 16:01:52] Plugin autofollow loaded + [2020-04-06 16:01:52] Plugin manaboy loaded + [2020-04-06 16:01:53] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:01:53] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:01:53] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:01:53] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:01:53] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:01:53] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:01:59] [Livio ->] !commands + [2020-04-06 16:01:59] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xcb, xci, xcia, xclist, xcoff, xcom, xcom, xcon, xcsi, xcsioff, xcsion, xcu, xudate, xuf, xupom, zeny + [2020-04-06 16:02:02] [Livio ->] !joke + [2020-04-06 16:02:02] [-> Livio] I'm not telling you! + [2020-04-06 16:05:07] Loaded itemdb from itemdb.txt + [2020-04-06 16:05:07] Plugin chatbot loaded + [2020-04-06 16:05:07] Plugin shop loaded + [2020-04-06 16:05:07] Plugin npc loaded + [2020-04-06 16:05:07] Plugin autofollow loaded + [2020-04-06 16:05:21] Loaded itemdb from itemdb.txt + [2020-04-06 16:05:21] Plugin chatbot loaded + [2020-04-06 16:05:21] Plugin shop loaded + [2020-04-06 16:05:21] Plugin npc loaded + [2020-04-06 16:05:21] Plugin autofollow loaded + [2020-04-06 16:05:21] Plugin manaboy loaded + [2020-04-06 16:07:55] Loaded itemdb from itemdb.txt + [2020-04-06 16:07:55] Plugin chatbot loaded + [2020-04-06 16:07:55] Plugin shop loaded + [2020-04-06 16:07:55] Plugin npc loaded + [2020-04-06 16:07:55] Plugin autofollow loaded + [2020-04-06 16:07:55] Plugin manaboy loaded + [2020-04-06 16:07:55] Error loading plugin xcom: No module named c + [2020-04-06 16:07:55] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:07:55] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:07:55] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:07:55] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:07:55] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:07:55] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:08:04] [Livio ->] !commands + [2020-04-06 16:08:04] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 16:08:09] [Livio ->] !xclist + [2020-04-06 16:08:16] [Livio ->] !xcon + [2020-04-06 16:08:27] [Livio ->] !joke + [2020-04-06 16:08:27] [-> Livio] Whenever I find the key to success, someone changes the lock. + [2020-04-06 16:09:35] Loaded itemdb from itemdb.txt + [2020-04-06 16:09:35] Plugin chatbot loaded + [2020-04-06 16:09:35] Plugin shop loaded + [2020-04-06 16:09:35] Plugin npc loaded + [2020-04-06 16:09:35] Plugin autofollow loaded + [2020-04-06 16:09:35] Plugin manaboy loaded + [2020-04-06 16:09:35] Error loading plugin xcom: No module named c + [2020-04-06 16:09:35] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:09:35] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:09:35] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:09:35] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:09:35] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:09:35] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:09:39] [Livio ->] !joke + [2020-04-06 16:09:39] [-> Livio] *sighs* + [2020-04-06 16:09:41] [Livio ->] !xcon + [2020-04-06 16:10:26] Loaded itemdb from itemdb.txt + [2020-04-06 16:10:26] Plugin chatbot loaded + [2020-04-06 16:10:26] Plugin shop loaded + [2020-04-06 16:10:26] Plugin npc loaded + [2020-04-06 16:10:26] Plugin autofollow loaded + [2020-04-06 16:10:26] Plugin manaboy loaded + [2020-04-06 16:10:26] Error loading plugin xcom: No module named c + [2020-04-06 16:10:26] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:10:26] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:10:26] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:10:26] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:10:26] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:10:26] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:10:29] [Livio ->] !xcon + [2020-04-06 16:10:32] [Livio ->] !joke + [2020-04-06 16:10:32] [-> Livio] A elderly man remembers the good old days: “when I was young my mom could send me to a shop with a single $ and I would bring back 5 pounds of potatoes 2 breads a bottle of milk a piece of cheese and 10 eggs. Nowadays that’s impossible: there are simply too many security cameras. + [2020-04-06 16:10:41] [Livio ->] !commands + [2020-04-06 16:10:41] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 16:11:30] [Livio ->] !random + [2020-04-06 16:11:30] [-> Livio] Ciao! + [2020-04-06 16:12:00] Loaded itemdb from itemdb.txt + [2020-04-06 16:12:00] Plugin chatbot loaded + [2020-04-06 16:12:00] Plugin shop loaded + [2020-04-06 16:12:00] Plugin npc loaded + [2020-04-06 16:12:00] Plugin autofollow loaded + [2020-04-06 16:12:00] Plugin manaboy loaded + [2020-04-06 16:12:14] Loaded itemdb from itemdb.txt + [2020-04-06 16:12:14] Plugin chatbot loaded + [2020-04-06 16:12:14] Plugin shop loaded + [2020-04-06 16:12:14] Plugin npc loaded + [2020-04-06 16:12:14] Plugin autofollow loaded + [2020-04-06 16:12:14] Plugin manaboy loaded + [2020-04-06 16:12:14] Error loading plugin xcom: No module named c + [2020-04-06 16:12:14] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:12:14] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:12:14] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:12:14] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:12:14] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:12:14] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:15:42] [Livio ->] !commands + [2020-04-06 16:15:42] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 16:16:25] Loaded itemdb from itemdb.txt + [2020-04-06 16:16:25] Plugin chatbot loaded + [2020-04-06 16:16:25] Plugin shop loaded + [2020-04-06 16:16:25] Plugin npc loaded + [2020-04-06 16:16:25] Plugin autofollow loaded + [2020-04-06 16:16:25] Plugin manaboy loaded + [2020-04-06 16:16:25] Error loading plugin xcom: No module named c + [2020-04-06 16:16:26] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:16:26] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:16:26] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:16:26] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:16:26] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:16:26] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:16:35] [Livio ->] !commands + [2020-04-06 16:16:35] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 16:17:16] Ur-Sha-kh : hello mana people ;) + [2020-04-06 16:17:28] Livio : Hello! + [2020-04-06 16:17:41] jak1 : hi Ur-Sha-kh + [2020-04-06 16:18:03] matto : hi Ur-Sha-kh :D + [2020-04-06 16:18:22] Ur-Sha-kh : hello Livio, jak1, hey matto ;) + [2020-04-06 16:18:23] Liviobot : Welcome back Ur-Sha-kh! + [2020-04-06 16:19:23] Ur-Sha-kh : oh, thank you, i just logged in, to remind me to play + [2020-04-06 16:19:59] Loaded itemdb from itemdb.txt + [2020-04-06 16:19:59] Plugin chatbot loaded + [2020-04-06 16:19:59] Plugin shop loaded + [2020-04-06 16:19:59] Plugin npc loaded + [2020-04-06 16:19:59] Plugin autofollow loaded + [2020-04-06 16:19:59] Plugin manaboy loaded + [2020-04-06 16:19:59] Error loading plugin xcom: No module named c + [2020-04-06 16:19:59] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:19:59] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:19:59] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:19:59] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:19:59] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:19:59] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:20:16] [Livio ->] !commands + [2020-04-06 16:20:16] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 16:20:26] [jak1 ->] !selllist 853234 + [2020-04-06 16:20:31] Liviobot : Let's do business! + [2020-04-06 16:20:31] [-> jak1] ‚B1pK]+!!"!!k-'"!!"!!['3$!!"!!l-?&!!"!!J&;6!!"!!V'?&!!"!!T'_#!!"!!U'_#!!"!! + [2020-04-06 16:20:45] jak1 : ok... still working XD + [2020-04-06 16:20:53] Livio : But not XCOM. + [2020-04-06 16:21:08] Livio : That chat commands seems not being added. + [2020-04-06 16:21:21] jak1 : huh... o.O + [2020-04-06 16:21:44] Livio : I followed Trav's directions on README but it doesn't work outside manaboy.py + [2020-04-06 16:22:04] jak1 : hmm + [2020-04-06 16:22:29] [napaBo3 ->] !selllist 24110 + [2020-04-06 16:22:34] Liviobot : Shop here napaBo3, yes! + [2020-04-06 16:22:34] [napaBo3 ->] !selllist 24447 + [2020-04-06 16:22:39] [-> napaBo3] ‚B1pK]+!!"!!k-'"!!"!!['3$!!"!!l-?&!!"!!J&;6!!"!!V'?&!!"!!T'_#!!"!!U'_#!!"!! + [2020-04-06 16:22:39] Liviobot : Shop here napaBo3, yes! + [2020-04-06 16:23:45] NOBODY 23 : hi + [2020-04-06 16:25:59] Loaded itemdb from itemdb.txt + [2020-04-06 16:25:59] Plugin chatbot loaded + [2020-04-06 16:25:59] Plugin shop loaded + [2020-04-06 16:25:59] Plugin npc loaded + [2020-04-06 16:25:59] Plugin autofollow loaded + [2020-04-06 16:25:59] Plugin manaboy loaded + [2020-04-06 16:25:59] Error loading plugin xcom: No module named c + [2020-04-06 16:25:59] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:25:59] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:25:59] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:25:59] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:25:59] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:25:59] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:26:22] Loaded itemdb from itemdb.txt + [2020-04-06 16:26:22] Plugin chatbot loaded + [2020-04-06 16:26:22] Plugin shop loaded + [2020-04-06 16:26:22] Plugin npc loaded + [2020-04-06 16:26:22] Plugin autofollow loaded + [2020-04-06 16:26:22] Plugin manaboy loaded + [2020-04-06 16:26:22] Error loading plugin xcom: No module named c + [2020-04-06 16:26:23] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:26:23] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:26:23] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:26:23] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:26:23] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:26:23] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:26:53] Loaded itemdb from itemdb.txt + [2020-04-06 16:26:53] Plugin chatbot loaded + [2020-04-06 16:26:53] Plugin shop loaded + [2020-04-06 16:26:53] Plugin npc loaded + [2020-04-06 16:26:53] Plugin autofollow loaded + [2020-04-06 16:26:53] Plugin manaboy loaded + [2020-04-06 16:26:53] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:26:53] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:26:53] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:26:53] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:26:53] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:26:53] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:27:41] Loaded itemdb from itemdb.txt + [2020-04-06 16:27:41] Plugin chatbot loaded + [2020-04-06 16:27:41] Plugin shop loaded + [2020-04-06 16:27:41] Plugin npc loaded + [2020-04-06 16:27:41] Plugin autofollow loaded + [2020-04-06 16:27:41] Plugin manaboy loaded + [2020-04-06 16:27:41] Plugin xcom loaded + [2020-04-06 16:27:41] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:27:41] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:27:41] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:27:41] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:27:41] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:27:41] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:27:49] [Livio ->] !commands + [2020-04-06 16:28:16] Loaded itemdb from itemdb.txt + [2020-04-06 16:28:16] Plugin chatbot loaded + [2020-04-06 16:28:16] Plugin shop loaded + [2020-04-06 16:28:16] Plugin npc loaded + [2020-04-06 16:28:16] Plugin autofollow loaded + [2020-04-06 16:28:16] Plugin manaboy loaded + [2020-04-06 16:28:16] Plugin xcom loaded + [2020-04-06 16:28:16] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:28:16] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:28:16] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:28:16] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:28:16] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:28:16] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:28:20] [Livio ->] !commands + [2020-04-06 16:29:20] Loaded itemdb from itemdb.txt + [2020-04-06 16:29:20] Plugin chatbot loaded + [2020-04-06 16:29:20] Plugin shop loaded + [2020-04-06 16:29:20] Plugin npc loaded + [2020-04-06 16:29:20] Plugin autofollow loaded + [2020-04-06 16:29:20] Plugin manaboy loaded + [2020-04-06 16:29:20] Plugin xcom loaded + [2020-04-06 16:29:20] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:29:20] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:29:20] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:29:20] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:29:20] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:29:20] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:29:57] Loaded itemdb from itemdb.txt + [2020-04-06 16:29:57] Plugin chatbot loaded + [2020-04-06 16:29:57] Plugin shop loaded + [2020-04-06 16:29:57] Plugin npc loaded + [2020-04-06 16:29:57] Plugin autofollow loaded + [2020-04-06 16:29:57] Plugin manaboy loaded + [2020-04-06 16:29:57] Error loading plugin xcom: No module named c + [2020-04-06 16:29:58] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:29:58] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:29:58] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:29:58] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:29:58] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:29:58] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:30:08] [Livio ->] !commands + [2020-04-06 16:30:08] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 16:30:56] Loaded itemdb from itemdb.txt + [2020-04-06 16:30:56] Plugin chatbot loaded + [2020-04-06 16:30:56] Plugin shop loaded + [2020-04-06 16:30:56] Plugin npc loaded + [2020-04-06 16:30:56] Plugin autofollow loaded + [2020-04-06 16:30:56] Plugin manaboy loaded + [2020-04-06 16:30:56] Error loading plugin xcom: No module named c + [2020-04-06 16:30:56] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:30:56] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:30:56] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:30:56] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:30:56] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:30:56] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:37:22] Loaded itemdb from itemdb.txt + [2020-04-06 16:37:22] Plugin chatbot loaded + [2020-04-06 16:37:22] Plugin shop loaded + [2020-04-06 16:37:22] Plugin npc loaded + [2020-04-06 16:37:22] Plugin autofollow loaded + [2020-04-06 16:37:22] Plugin manaboy loaded + [2020-04-06 16:37:22] Error loading plugin xcom: No module named c + [2020-04-06 16:37:22] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:37:22] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:37:22] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:37:22] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:37:22] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:37:22] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:38:24] Loaded itemdb from itemdb.txt + [2020-04-06 16:38:24] Plugin chatbot loaded + [2020-04-06 16:38:24] Plugin shop loaded + [2020-04-06 16:38:24] Plugin npc loaded + [2020-04-06 16:38:24] Plugin autofollow loaded + [2020-04-06 16:38:24] Plugin manaboy loaded + [2020-04-06 16:38:24] Plugin xcom loaded + [2020-04-06 16:38:24] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:38:24] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:38:24] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:38:24] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:38:24] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:38:24] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:38:31] [Livio ->] !commands + [2020-04-06 16:39:34] Loaded itemdb from itemdb.txt + [2020-04-06 16:39:34] Plugin chatbot loaded + [2020-04-06 16:39:34] Plugin shop loaded + [2020-04-06 16:39:34] Plugin npc loaded + [2020-04-06 16:39:34] Plugin autofollow loaded + [2020-04-06 16:39:34] Plugin manaboy loaded + [2020-04-06 16:39:34] Plugin xcom loaded + [2020-04-06 16:39:34] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:39:34] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:39:34] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:39:34] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:39:34] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:39:34] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:39:41] [Livio ->] !commands + [2020-04-06 16:42:59] Loaded itemdb from itemdb.txt + [2020-04-06 16:42:59] Plugin chatbot loaded + [2020-04-06 16:42:59] Plugin shop loaded + [2020-04-06 16:42:59] Plugin npc loaded + [2020-04-06 16:42:59] Plugin autofollow loaded + [2020-04-06 16:42:59] Plugin manaboy loaded + [2020-04-06 16:42:59] Plugin xcom loaded + [2020-04-06 16:42:59] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:42:59] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:42:59] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:42:59] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:42:59] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:42:59] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:43:39] WarriorWorld : xD + [2020-04-06 16:44:13] Loaded itemdb from itemdb.txt + [2020-04-06 16:44:13] Plugin chatbot loaded + [2020-04-06 16:44:13] Plugin shop loaded + [2020-04-06 16:44:13] Plugin npc loaded + [2020-04-06 16:44:13] Plugin autofollow loaded + [2020-04-06 16:44:13] Plugin manaboy loaded + [2020-04-06 16:44:13] Plugin xcom loaded + [2020-04-06 16:44:13] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:44:13] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:44:13] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:44:13] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:44:13] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:44:13] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:44:23] [Livio ->] !commands + [2020-04-06 16:48:27] Loaded itemdb from itemdb.txt + [2020-04-06 16:48:27] Plugin chatbot loaded + [2020-04-06 16:48:27] Plugin shop loaded + [2020-04-06 16:48:27] Plugin npc loaded + [2020-04-06 16:48:27] Plugin autofollow loaded + [2020-04-06 16:48:27] Plugin manaboy loaded + [2020-04-06 16:48:27] Plugin xcom loaded + [2020-04-06 16:48:27] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:48:27] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:48:27] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:48:27] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:48:27] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:48:27] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:48:32] [Livio ->] !commands + [2020-04-06 16:48:52] [Livio ->] !joke + [2020-04-06 16:49:41] Loaded itemdb from itemdb.txt + [2020-04-06 16:49:41] Plugin chatbot loaded + [2020-04-06 16:49:41] Plugin shop loaded + [2020-04-06 16:49:41] Plugin npc loaded + [2020-04-06 16:49:41] Plugin autofollow loaded + [2020-04-06 16:49:41] Plugin manaboy loaded + [2020-04-06 16:49:41] Plugin xcom loaded + [2020-04-06 16:49:41] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:49:41] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:49:41] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:49:41] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:49:41] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:49:41] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:49:46] [Livio ->] !joke + [2020-04-06 16:51:34] Loaded itemdb from itemdb.txt + [2020-04-06 16:51:34] Plugin chatbot loaded + [2020-04-06 16:51:34] Plugin shop loaded + [2020-04-06 16:51:34] Plugin npc loaded + [2020-04-06 16:51:34] Plugin autofollow loaded + [2020-04-06 16:51:34] Plugin manaboy loaded + [2020-04-06 16:51:34] Plugin xcom loaded + [2020-04-06 16:51:34] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:51:34] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:51:34] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:51:34] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:51:34] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:51:34] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:51:38] [Livio ->] !joke + [2020-04-06 16:52:06] Loaded itemdb from itemdb.txt + [2020-04-06 16:52:06] Plugin chatbot loaded + [2020-04-06 16:52:06] Plugin shop loaded + [2020-04-06 16:52:06] Plugin npc loaded + [2020-04-06 16:52:06] Plugin autofollow loaded + [2020-04-06 16:52:06] Plugin manaboy loaded + [2020-04-06 16:52:06] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:52:06] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:52:06] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:52:06] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:52:06] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:52:06] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:52:16] [Livio ->] !joke + [2020-04-06 16:52:16] [-> Livio] Mary had a little lamb fries salad and a bottle of coke. + [2020-04-06 16:52:19] [Livio ->] !commands + [2020-04-06 16:52:19] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 16:52:47] Loaded itemdb from itemdb.txt + [2020-04-06 16:52:47] Plugin chatbot loaded + [2020-04-06 16:52:47] Plugin shop loaded + [2020-04-06 16:52:47] Plugin npc loaded + [2020-04-06 16:52:47] Plugin xcom loaded + [2020-04-06 16:52:47] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:52:47] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:52:47] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:52:47] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:52:47] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:52:47] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:52:53] [Livio ->] !commands + [2020-04-06 16:56:11] Loaded itemdb from itemdb.txt + [2020-04-06 16:56:11] Plugin chatbot loaded + [2020-04-06 16:56:11] Plugin npc loaded + [2020-04-06 16:56:11] Plugin xcom loaded + [2020-04-06 16:56:11] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:56:11] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:56:11] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:56:11] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:56:11] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:56:11] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:56:16] [Livio ->] !commands + [2020-04-06 16:57:56] Loaded itemdb from itemdb.txt + [2020-04-06 16:57:56] Plugin chatbot loaded + [2020-04-06 16:57:56] Plugin npc loaded + [2020-04-06 16:57:56] Plugin xcom loaded + [2020-04-06 16:57:56] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 16:57:56] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 16:57:56] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 16:57:56] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 16:57:56] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 16:57:56] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 16:58:02] [Livio ->] !commands asd + [2020-04-06 17:01:21] Loaded itemdb from itemdb.txt + [2020-04-06 17:01:21] Plugin chatbot loaded + [2020-04-06 17:01:21] Plugin npc loaded + [2020-04-06 17:01:21] Plugin xcom loaded + [2020-04-06 17:01:21] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:01:21] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:01:21] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:01:21] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:01:21] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:01:21] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:01:24] [Livio ->] !say asd + [2020-04-06 17:02:32] Loaded itemdb from itemdb.txt + [2020-04-06 17:02:32] Plugin chatbot loaded + [2020-04-06 17:02:32] Plugin npc loaded + [2020-04-06 17:02:33] Plugin xcom loaded + [2020-04-06 17:02:33] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:02:33] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:02:33] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:02:33] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:02:33] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:02:33] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:02:35] [Livio ->] !commands + [2020-04-06 17:02:38] jak1 : ohh may i should not try it with a user in a guild LOL + [2020-04-06 17:02:50] Livio : ? + [2020-04-06 17:03:03] jak1 : seems the guildchat crashes the bot XD + [2020-04-06 17:03:22] Livio : Never tryied yet. + [2020-04-06 17:03:30] Livio : Better use a fresh account for now. + [2020-04-06 17:03:42] jak1 : hmm... maybe a great idea XD + [2020-04-06 17:04:11] jak1 : as long as i dont get a ipban rofl + [2020-04-06 17:04:35] [Livio ->] !xclist + [2020-04-06 17:04:35] [-> Livio] Livio | + [2020-04-06 17:04:39] [Livio ->] !joke + [2020-04-06 17:04:47] [Livio ->] !commands + [2020-04-06 17:06:43] Loaded itemdb from itemdb.txt + [2020-04-06 17:06:43] Plugin chatbot loaded + [2020-04-06 17:06:43] Plugin npc loaded + [2020-04-06 17:06:43] Plugin autofollow loaded + [2020-04-06 17:06:43] Plugin manaboy loaded + [2020-04-06 17:06:43] Plugin xcom loaded + [2020-04-06 17:06:43] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:06:43] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:06:43] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:06:43] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:06:43] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:06:43] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:06:48] [Livio ->] !commands + [2020-04-06 17:06:48] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 17:06:57] [Livio ->] !xcon + [2020-04-06 17:06:57] [-> Livio] ##G Livio XCOM already enabled + [2020-04-06 17:07:07] [Livio ->] !xclist + [2020-04-06 17:07:07] [-> Livio] Livio | + [2020-04-06 17:07:14] [Livio ->] !joke + [2020-04-06 17:07:14] [-> Livio] The Mana World is beautiful as dangerous as well: trolls will not play jokes. + [2020-04-06 17:07:22] Livio : Hello everyone! + [2020-04-06 17:07:23] Liviobot : Livio!! + [2020-04-06 17:07:29] Livio : Bye! + [2020-04-06 17:09:39] Loaded itemdb from itemdb.txt + [2020-04-06 17:09:39] Plugin chatbot loaded + [2020-04-06 17:09:39] Plugin npc loaded + [2020-04-06 17:09:39] Plugin autofollow loaded + [2020-04-06 17:09:39] Plugin manaboy loaded + [2020-04-06 17:09:39] Plugin xcom loaded + [2020-04-06 17:09:39] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:09:39] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:09:39] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:09:39] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:09:39] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:09:39] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:09:48] [Livio ->] !commands + [2020-04-06 17:09:48] [-> Livio] commands, xcb, xci, xcia, xclist, xcoff, xcom, xcom, xcon, xcsi, xcsioff, xcsion, xcu + [2020-04-06 17:10:55] [Livio ->] !help + [2020-04-06 17:10:55] [-> Livio] [Forum][Sources] Try !commands for list of commands + [2020-04-06 17:11:00] [Livio ->] !info + [2020-04-06 17:11:00] [-> Livio] [Forum][Sources] Try !commands for list of commands + [2020-04-06 17:11:00] [-> Livio] This is an experimental bot. + [2020-04-06 17:11:21] Livio : Why that name? + [2020-04-06 17:11:26] jak1 : why not XD + [2020-04-06 17:11:33] jak1 : its just a test xD + [2020-04-06 17:11:38] Livio : But nobody will know that he is a bot. + [2020-04-06 17:11:58] jak1 : only for testing my structure now :) + [2020-04-06 17:12:07] Livio : Better don't raise strange suspect on GMs. They have to know that's not a botting player. + [2020-04-06 17:12:15] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:12:21] jak2 : Hey Livio, wanna something? + [2020-04-06 17:12:22] Liviobot : Welcome back jak2! + [2020-04-06 17:12:39] Livio : Oh, man. + [2020-04-06 17:12:41] jak1 : bad livio :P + [2020-04-06 17:13:00] Livio : Bots talking each others are forbidden. + [2020-04-06 17:13:21] jak2 : meep + [2020-04-06 17:13:29] Livio : However, it's creepy behind that tree... + [2020-04-06 17:13:31] Livio : !joke + [2020-04-06 17:13:31] Liviobot : I thought I’d tell you a good time travel joke – but you didn't like it. + [2020-04-06 17:13:53] Livio : Hmm... Buggy preloadArray maybe? + [2020-04-06 17:14:28] jak1 : grr... i dont have the packages installed local xD + [2020-04-06 17:15:15] Liviobot : What packages? + [2020-04-06 17:15:19] Loaded itemdb from itemdb.txt + [2020-04-06 17:15:19] Plugin chatbot loaded + [2020-04-06 17:15:19] Plugin npc loaded + [2020-04-06 17:15:19] Plugin autofollow loaded + [2020-04-06 17:15:19] Plugin manaboy loaded + [2020-04-06 17:15:19] Plugin xcom loaded + [2020-04-06 17:15:19] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:15:19] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:15:19] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:15:19] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:15:19] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:15:19] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:15:32] Livio : That was me don't worry... + [2020-04-06 17:15:33] jak1 : fortune.... u did !joke + [2020-04-06 17:15:45] [Livio ->] !commands + [2020-04-06 17:15:58] Loaded itemdb from itemdb.txt + [2020-04-06 17:15:58] Plugin chatbot loaded + [2020-04-06 17:15:58] Plugin npc loaded + [2020-04-06 17:15:58] Plugin autofollow loaded + [2020-04-06 17:15:58] Plugin manaboy loaded + [2020-04-06 17:15:58] Plugin xcom loaded + [2020-04-06 17:15:58] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:15:58] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:15:58] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:15:58] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:15:58] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:15:58] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:16:11] Loaded itemdb from itemdb.txt + [2020-04-06 17:16:11] Plugin chatbot loaded + [2020-04-06 17:16:11] Plugin npc loaded + [2020-04-06 17:16:11] Plugin autofollow loaded + [2020-04-06 17:16:11] Plugin manaboy loaded + [2020-04-06 17:16:11] Plugin xcom loaded + [2020-04-06 17:16:11] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:16:11] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:16:11] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:16:11] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:16:11] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:16:11] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:16:23] Livio : You need a text file... + [2020-04-06 17:16:58] Livio : Grab it from here: + [2020-04-06 17:17:02] Livio : [https://gitlab.com/liviorecchia/tmw-jokes-collection] + [2020-04-06 17:17:29] [Livio ->] !commands + [2020-04-06 17:18:29] Loaded itemdb from itemdb.txt + [2020-04-06 17:18:29] Plugin chatbot loaded + [2020-04-06 17:18:29] Plugin npc loaded + [2020-04-06 17:18:29] Plugin autofollow loaded + [2020-04-06 17:18:29] Plugin manaboy loaded + [2020-04-06 17:18:29] Plugin xcom loaded + [2020-04-06 17:18:29] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:18:29] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:18:29] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:18:29] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:18:29] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:18:29] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:19:07] Loaded itemdb from itemdb.txt + [2020-04-06 17:19:07] Plugin chatbot loaded + [2020-04-06 17:19:07] Plugin npc loaded + [2020-04-06 17:19:07] Plugin autofollow loaded + [2020-04-06 17:19:07] Plugin manaboy loaded + [2020-04-06 17:19:07] Plugin xcom loaded + [2020-04-06 17:19:08] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:19:08] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:19:08] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:19:08] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:19:08] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:19:08] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:19:12] [Livio ->] !commands + [2020-04-06 17:19:21] [Livio ->] !xcommands + [2020-04-06 17:19:21] [-> Livio] ##G Livio XCOM already enabled + [2020-04-06 17:19:21] [-> Livio] xcb, xci, xcia, xclist, xcoff, xcom, xcom, xcommands, xcon, xcsi, xcsioff, xcsion, xcu + [2020-04-06 17:20:15] [Livio ->] !commands + [2020-04-06 17:20:21] [Livio ->] !command + [2020-04-06 17:20:25] [Livio ->] !help + [2020-04-06 17:20:25] [-> Livio] [Forum][Sources] Try !commands for list of commands + [2020-04-06 17:21:29] jak2 : test + [2020-04-06 17:21:39] jak1 : !joke + [2020-04-06 17:21:39] Liviobot : One of the most wonderful things in life is to wake up and enjoy a cuddle with somebody; unless you are in prison. + [2020-04-06 17:21:39] jak2 : Mary had a little lamb fries salad and a bottle of coke. + [2020-04-06 17:21:53] jak2 : Hey jak1, wanna something? + [2020-04-06 17:22:00] jak2 : Hmm? Something interesting to trade? + [2020-04-06 17:22:09] Okurwieniec : !attack Livio + [2020-04-06 17:22:09] Liviobot : Do it yourself. + [2020-04-06 17:22:09] jak2 : What about my reward? + [2020-04-06 17:22:13] jak1 : ok... that works so far + [2020-04-06 17:22:14] Livio : Sell seems working. + [2020-04-06 17:22:23] Livio : S e l l seems working. + [2020-04-06 17:22:30] Okurwieniec : !attack jak1 + [2020-04-06 17:22:30] Liviobot : What about my reward? + [2020-04-06 17:22:30] jak2 : Meh. + [2020-04-06 17:22:41] Livio : Resistance is futile! + [2020-04-06 17:22:51] Okurwieniec : !attack bodo + [2020-04-06 17:22:51] Liviobot : What about my reward? + [2020-04-06 17:22:57] jak1 : dont want to get kicked course of spam xD + [2020-04-06 17:23:02] Okurwieniec : he doesnt attack :( + [2020-04-06 17:23:16] jak1 : he cant... + [2020-04-06 17:23:18] Livio : Hmm... + [2020-04-06 17:23:23] jak1 : he is hidden + [2020-04-06 17:23:31] Livio : Do I have to suppress messages for non admins? + [2020-04-06 17:23:37] jak1 : hover-> hide + [2020-04-06 17:23:53] Okurwieniec : !attack squirrel + [2020-04-06 17:23:53] Liviobot : Nope! + [2020-04-06 17:24:21] jak1 : so... i cleaned it a bit root dirctory looks nicer now :) + [2020-04-06 17:24:46] Loaded itemdb from itemdb.txt + [2020-04-06 17:24:46] Plugin chatbot loaded + [2020-04-06 17:24:46] Plugin npc loaded + [2020-04-06 17:24:46] Plugin autofollow loaded + [2020-04-06 17:24:46] Plugin manaboy loaded + [2020-04-06 17:24:46] Plugin xcom loaded + [2020-04-06 17:24:46] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:24:46] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:24:46] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:24:46] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:24:46] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:24:46] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:24:57] [Livio ->] !help + [2020-04-06 17:25:39] Loaded itemdb from itemdb.txt + [2020-04-06 17:25:39] Plugin chatbot loaded + [2020-04-06 17:25:39] Plugin npc loaded + [2020-04-06 17:25:39] Plugin autofollow loaded + [2020-04-06 17:25:39] Plugin manaboy loaded + [2020-04-06 17:25:39] Plugin xcom loaded + [2020-04-06 17:25:39] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:25:39] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:25:39] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:25:39] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:25:39] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:25:39] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:25:50] [Livio ->] !help + [2020-04-06 17:26:29] Loaded itemdb from itemdb.txt + [2020-04-06 17:26:29] Plugin chatbot loaded + [2020-04-06 17:26:29] Plugin npc loaded + [2020-04-06 17:26:29] Plugin autofollow loaded + [2020-04-06 17:26:29] Plugin manaboy loaded + [2020-04-06 17:26:29] Plugin xcom loaded + [2020-04-06 17:26:29] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:26:29] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:26:29] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:26:29] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:26:29] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:26:29] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:26:35] [Livio ->] !help + [2020-04-06 17:29:18] Loaded itemdb from itemdb.txt + [2020-04-06 17:29:18] Plugin chatbot loaded + [2020-04-06 17:29:18] Plugin npc loaded + [2020-04-06 17:29:18] Plugin autofollow loaded + [2020-04-06 17:29:18] Plugin manaboy loaded + [2020-04-06 17:29:19] Plugin xcom loaded + [2020-04-06 17:29:19] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:29:19] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:29:19] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:29:19] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:29:19] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:29:19] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:29:28] [Livio ->] !help + [2020-04-06 17:29:28] [-> Livio] [Forum][Sources] Try !commands for list of commands + [2020-04-06 17:29:33] [Livio ->] !commands + [2020-04-06 17:29:33] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 17:29:37] [Livio ->] !xcommands + [2020-04-06 17:29:37] [-> Livio] ##G Livio XCOM already enabled + [2020-04-06 17:29:37] [-> Livio] xcb, xci, xcia, xclist, xcoff, xcom, xcom, xcommands, xcon, xcsi, xcsioff, xcsion, xcu + [2020-04-06 17:31:51] jak1 : hey Jes :) + [2020-04-06 17:31:53] Jesusalva : 11/18 players idling here + [2020-04-06 17:31:59] Jesusalva : jak1 did you fix your PRs >:-D + [2020-04-06 17:32:14] Jesusalva : Don't say that I was the one who broke them in first place though :-D + [2020-04-06 17:32:15] jak1 : for tmw? + [2020-04-06 17:32:18] Jesusalva : Yes + [2020-04-06 17:32:28] jak1 : u broke it yep + [2020-04-06 17:32:36] jak1 : so fix it XD + [2020-04-06 17:32:39] Livio : Got DC. + [2020-04-06 17:32:50] jak1 : nah, i can do that :) + [2020-04-06 17:33:00] jak1 : just some id's + [2020-04-06 17:33:24] jak1 : and i need to go +10 @id's + [2020-04-06 17:34:03] jak1 : or w8, they are not dyeable, so... i could just append em + [2020-04-06 17:34:41] [Livio ->] !xclist + [2020-04-06 17:34:41] [-> Livio] Livio | + [2020-04-06 17:34:47] [Livio ->] !xcoff + [2020-04-06 17:34:47] [-> Livio] ##L--- Livio disabled XCOM --- + [2020-04-06 17:34:51] [Livio ->] !xcon + [2020-04-06 17:34:51] [-> Livio] ##W--- Livio is online on XCOM ---##G Livio XCOM enabled! Use !xcoff or !xcom off to disable, use !xclist to see XCOM online list + [2020-04-06 17:41:17] Livio : Hey Jes? You see it? + [2020-04-06 17:41:25] Livio : Was a desert bandit. + [2020-04-06 17:41:47] Livio : Hello Jesusalva! + [2020-04-06 17:43:34] Loaded itemdb from itemdb.txt + [2020-04-06 17:43:34] Plugin chatbot loaded + [2020-04-06 17:43:34] Plugin npc loaded + [2020-04-06 17:43:34] Plugin autofollow loaded + [2020-04-06 17:43:34] Plugin manaboy loaded + [2020-04-06 17:43:34] Error loading plugin xcom: No module named c + [2020-04-06 17:43:34] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:43:34] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:43:34] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:43:34] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:43:34] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:43:34] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:43:57] Loaded itemdb from itemdb.txt + [2020-04-06 17:43:57] Plugin chatbot loaded + [2020-04-06 17:43:57] Plugin npc loaded + [2020-04-06 17:43:57] Plugin autofollow loaded + [2020-04-06 17:43:57] Plugin manaboy loaded + [2020-04-06 17:43:57] Error loading plugin xcom: No module named c + [2020-04-06 17:43:57] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:43:57] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:43:57] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:43:57] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:43:57] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:43:57] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:44:11] Loaded itemdb from itemdb.txt + [2020-04-06 17:44:11] Plugin chatbot loaded + [2020-04-06 17:44:11] Plugin npc loaded + [2020-04-06 17:44:11] Plugin autofollow loaded + [2020-04-06 17:44:11] Plugin manaboy loaded + [2020-04-06 17:44:11] Error loading plugin xcom: No module named c + [2020-04-06 17:44:11] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:44:11] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:44:11] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:44:11] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:44:11] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:44:11] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:44:15] Loaded itemdb from itemdb.txt + [2020-04-06 17:44:15] Plugin chatbot loaded + [2020-04-06 17:44:15] Plugin npc loaded + [2020-04-06 17:44:15] Plugin autofollow loaded + [2020-04-06 17:44:15] Plugin manaboy loaded + [2020-04-06 17:44:15] Plugin xcom loaded + [2020-04-06 17:44:15] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:44:15] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:44:15] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:44:15] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:44:15] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:44:15] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:44:25] [Livio ->] !xclist + [2020-04-06 17:44:25] [-> Livio] Livio | + [2020-04-06 17:44:28] [Livio ->] !commands + [2020-04-06 17:44:28] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 17:44:32] [Livio ->] !xcommands + [2020-04-06 17:44:32] [-> Livio] ##G Livio XCOM already enabled + [2020-04-06 17:44:32] [-> Livio] xcb, xci, xcia, xclist, xcoff, xcom, xcom, xcommands, xcon, xcsi, xcsioff, xcsion, xcu + [2020-04-06 17:45:17] jak1 : hmm... never used the web ide for resolving... lets test it XD + [2020-04-06 17:45:46] Livio : Don't make Liviobot catch fire while trying. + [2020-04-06 17:45:56] Livio : I'm going to push! + [2020-04-06 17:46:00] jak1 : nah... on github ;) + [2020-04-06 17:46:10] jak1 : for tmw :) + [2020-04-06 17:46:13] Livio : I like to bother people you know... + [2020-04-06 17:46:33] Livio : WEB IDE™ is too much for my puny laptop. + [2020-04-06 17:46:49] WarriorWorld : whazzaup folks + [2020-04-06 17:46:54] Livio : I wish I could use elinks instead of Firefox for Gitlab. + [2020-04-06 17:47:00] Livio : Hello! + [2020-04-06 17:47:12] Livio : We are developing more tech for bots. + [2020-04-06 17:47:49] Livio : What's your %? \ No newline at end of file diff --git a/plugins/chatbot.py b/plugins/chatbot.py index e26928d..e52bb0f 100755 --- a/plugins/chatbot.py +++ b/plugins/chatbot.py @@ -30,18 +30,16 @@ def answer_random(nick, message, is_whisper, answers): mapserv.cmsg_chat_message(resp) def answer(nick, message, is_whisper): - try: - for regex, action in commands.iteritems(): - match = regex.match(message) - if match: - if isinstance(action, types.ListType): - answer_random(nick, message, is_whisper, action) - elif isinstance(action, types.FunctionType): - action(nick, message, is_whisper, match) - else: - raise ValueError("must be either list or function") - except: - answer_random(nick, message, is_whisper, action) + + for regex, action in commands.iteritems(): + match = regex.match(message) + if match: + if isinstance(action, types.ListType): + answer_random(nick, message, is_whisper, action) + elif isinstance(action, types.FunctionType): + action(nick, message, is_whisper, match) + else: + answer_random(nick, message, is_whisper, action) @extends('smsg_being_chat') def being_chat(data): @@ -68,4 +66,4 @@ def remove_command(cmd): def init(config): add_command('!info', answer_info) - add_command('!random', ['asd', 'Ciao!']) + # ~ add_command('!random', ['asd', 'Ciao!']) diff --git a/plugins/manaboy.py b/plugins/manaboy.py index b145cdb..f755512 100755 --- a/plugins/manaboy.py +++ b/plugins/manaboy.py @@ -16,8 +16,6 @@ from utils import extends from actor import find_nearest_being from chat import send_whisper as whisper -from net.onlineusers import OnlineUsers - __all__ = [ 'PLUGIN', 'init' ] def preloadArray(nfile): @@ -92,234 +90,6 @@ def XUfortune(nick, message, is_whisper, match): XECUTE(nick, is_whisper, "fo def XUdate(nick, message, is_whisper, match): XECUTE(nick, is_whisper, "/bin/date") def XUpom(nick, message, is_whisper, match): XECUTE(nick, is_whisper, "/usr/games/pom") -# ====================== XCOM ============= -XCOMList = preloadArray("bot/XCOM.txt") -XCOMServerStatInterested = [] #List of nicks interested in server status change -XCOMBroadcastPrefix = "##B##G " - - -def online_list_update(curr,prev): - for x in curr: - found = False - for y in prev: - if x==y: found = True - if found == False: #detected change - for nicks in XCOMList: #For every XCOM user... - if nicks in online_users.online_users: #That's online... - if nicks in XCOMServerStatInterested: #If XCOM player is interested - if x in XCOMList: #An XCOM user connected? - XCOMDelay() #Share its status - whisper(nicks, "##W" + x + " is now online [XCOM]") - else: #Is a regular server player - if x not in XCOMList: - XCOMDelay() #Share its status - whisper(nicks, "##W" + x + " is now online") - - for x in prev: - found = False - for y in curr: - if x==y: found = True - if found == False: - for nicks in XCOMList: #For every XCOM user... - if nicks in online_users.online_users: #That's online... - if nicks in XCOMServerStatInterested: #If XCOM player is interested - if x in XCOMList: #An XCOM user connected? - XCOMDelay() #Share its status - whisper(nicks, "##L" + x + " is now offline [XCOM]") - else: #Is a regular server player - if x not in XCOMList: - XCOMDelay() #Share its status - whisper(nicks, "##L" + x + " is now offline") - -online_users = OnlineUsers(online_url=' https://server.themanaworld.org/online-old.txt', update_interval=20, refresh_hook=online_list_update) - -def XCOMOnlineList(nick, message, is_whisper, match): - XCOMDelay() - msg="" - for nicks in XCOMList: - if nicks in online_users.online_users: - msg = msg + nicks + " | " - XCOMDelay() - whisper(nick, msg) - -def XCOMPrintStat(): - pOnline=0 - xOnline=0 - for p in online_users.online_users: - pOnline=pOnline+1 - if p in XCOMList: - xOnline=xOnline+1 - return "%(xOnline)d/%(pOnline)d"%{"pOnline": pOnline, "xOnline": xOnline,} - -def XCOMDelay(): - time.sleep(0.1) - -def XCOMBroadcast(message): - for nicks in XCOMList: - if nicks in online_users.online_users: - if nicks not in ignored_players: - XCOMDelay() - whisper(nicks, message) - -def XCOMCommunicate(nick, message, is_whisper, match): - if not is_whisper: - return - if nick in ignored_players: - return #or say something - if message[0]=="!": - return - if message.startswith("*AFK*:"): # AFK bug workaround - return - if nick in XCOMList: - for nicks in XCOMList: - if nicks in online_users.online_users: - if nick==nicks: - pass - else: - XCOMDelay() - whisper(nicks, "##B##LXCOM[" + XCOMPrintStat() + "]##l " + nick + ": ##b" + message) - else: - whisper(nick, XCOMBroadcastPrefix + "XCOM is not enabled (Use !xcon)") - -def XCOMSilentInvite(nick, message, is_whisper, match): - XCOMDelay() - if not is_whisper: - return - if nick in ignored_players: - return #or say something - if nick in admins: - XCOMList.append(match.group(1)) - if match.group(1) not in ignored_players: - whisper(nick, "##W--- " + nick + " silently invited " + match.group(1) + " on XCOM ---") - else: - whisper(nick, "##W" + match.group(1) + " has been ignored by bot and cannot be added to XCOM.") - -def XCOMInvite(nick, message, is_whisper, match): - XCOMDelay() - if not is_whisper: - return - if nick in ignored_players: - return #or say something - if nick in admins: # FIXME Do not add if already there!!! - XCOMList.append(match.group(1)) - XCOMBroadcast("##W--- " + nick + " (Admin) invited " + match.group(1) + " on XCOM ---" + XCOMBroadcastPrefix + match.group(1) + " XCOM enabled! Use !xcoff to disable, use !xclist to see XCOM online list") - else: - if nick in ignored_players: - whisper(nick, "You cannot invite banned players.") - else: - whisper(match.group(1), "##W--- " + nick + " invited you to chat on XCOM --- Answer !xcon to join.") - XCOMDelay() - whisper(nick, "Invited " + match.group(1) + " to join XCOM. Waiting for his/her reply...") - -XCOMServerInvited = [] -def XCOMInviteAll(nick, message, is_whisper, match): - XCOMDelay() - if not is_whisper: - return - if nick in ignored_players: - return #or say something - if nick in admins: # FIXME Do not add if already there!!! - for invn in online_users.online_users: - if invn in XCOMList: - pass - elif invn in ignored_players: - pass - elif invn in XCOMServerInvited: - pass - else: - XCOMServerInvited.append(invn) - whisper(invn, "##W--- " + nick + " invited you to chat on XCOM --- Answer !xcon to join.") - XCOMDelay() - - -def XCOMEnable(nick, message, is_whisper, match): - XCOMDelay() - #accept only whispers - if not is_whisper: - return - if nick in ignored_players: - return #or say something - #search array - if nick in XCOMList: - whisper(nick, XCOMBroadcastPrefix + nick + " XCOM already enabled") - else: - XCOMList.append(nick) - XCOMBroadcast("##W--- " + nick + " is online on XCOM ---" + XCOMBroadcastPrefix + nick + " XCOM enabled! Use !xcoff or !xcom off to disable, use !xclist to see XCOM online list") - -def XCOMDisable(nick, message, is_whisper, match): - XCOMDelay() - #accept only whispers - if not is_whisper: - return - if nick in ignored_players: - return #or say something - #search array - if nick in XCOMList: - XCOMBroadcast("##L--- " + nick + " disabled XCOM ---") - XCOMList.remove(nick) - else: - whisper(nick, XCOMBroadcastPrefix + nick + " XCOM already disabled") - -def XCOMServerInterestEnable(nick, message, is_whisper, match): - XCOMDelay() - #accept only whispers - if not is_whisper: - return - if nick in ignored_players: - return #or say something - #search array - if nick in XCOMList: - whisper(nick, XCOMBroadcastPrefix + "Server online status notifications enabled!") - XCOMServerStatInterested.append(nick) - -def XCOMServerInterestDisable(nick, message, is_whisper, match): - XCOMDelay() - #accept only whispers - if not is_whisper: - return - if nick in ignored_players: - return #or say something - #search array - if nick in XCOMList: - whisper(nick, XCOMBroadcastPrefix + "Server online status notifications disabled!") - XCOMServerStatInterested.remove(nick) - -def XCOMBan(nick, message, is_whisper, match): - XCOMDelay() - #accept only whispers - if not is_whisper: - return - if nick in admins: - #search array - if match.group(1) in ignored_players: - whisper(nick, "Already banned.") - else: - ignored_players.append(match.group(1)) - XCOMList.remove(match.group(1)) - #FIXME array need to be saved!!! - XCOMBroadcast(XCOMBroadcastPrefix + match.group(1) + " is now banned from XCOM") - else: - whisper(nick, "Admins only.") - -def XCOMUnBan(nick, message, is_whisper, match): - XCOMDelay() - #accept only whispers - if not is_whisper: - return - if nick in admins: - #search array - if match.group(1) in ignored_players: - XCOMList.append(match.group(1)) - ignored_players.remove(match.group(1)) - #FIXME array need to be saved!!! - XCOMBroadcast(XCOMBroadcastPrefix + match.group(1) + " is now unbanned from XCOM") - whisper(match.group(1), "You are now unbanned from XCOM. Don't make it happen again.") - else: - whisper(nick, "Already banned.") - else: - whisper(nick, "Admins only.") - -# ============================================= greetings = [ "Hi {0}!", @@ -640,6 +410,7 @@ PLUGIN = { 'blocks': (), } + npcdialog = { 'start_time': -1, 'program': [], @@ -1410,19 +1181,6 @@ manaboy_commands = { '!xuf': XUfortune, '!xudate': XUdate, '!xupom': XUpom, - '!xcon' : XCOMEnable, - '!xcom' : XCOMEnable, - '!xcoff' : XCOMDisable, - '!xcom off' : XCOMDisable, - '!xclist' : XCOMOnlineList, - '!xci (.*)' : XCOMInvite, - '!xcia' : XCOMInviteAll, - '!xcsi (.*)' : XCOMSilentInvite, - '!xcb (.*)' : XCOMBan, - '!xcu (.*)' : XCOMUnBan, - '!xcsion' : XCOMServerInterestEnable, - '!xcsioff' : XCOMServerInterestDisable, - r'(.*)' : XCOMCommunicate, r'^(?i)explain (.*)': say_explain, r'^(?i)(hello|hi|hey|heya|hiya|yo) (?i)(livio|liviobot)' : say_greeting, @@ -1455,8 +1213,6 @@ def chatbot_answer_mod(func): return mb_answer def init(config): - - online_users.start() for cmd, action in manaboy_commands.items(): plugins.chatbot.add_command(cmd, action) diff --git a/plugins/xcom.py b/plugins/xcom.py new file mode 100644 index 0000000..2f8a679 --- /dev/null +++ b/plugins/xcom.py @@ -0,0 +1,323 @@ +import time +import net.mapserv as mapserv +import net.charserv as charserv +import net.stats as stats +import commands +import walkto +import logicmanager +import status +import plugins +import itemdb +# ~ import random +from collections import deque +from net.inventory import get_item_index, get_storage_index +from utils import extends +from actor import find_nearest_being +from chat import send_whisper as whisper + +from net.onlineusers import OnlineUsers + +__all__ = [ 'PLUGIN', 'init' ] + +PLUGIN = { + 'name': 'manaboy', + 'requires': ['chatbot'], + 'blocks': (), +} + +def preloadArray(nfile): + try: + file = open(nfile, "r") + array=[] + for x in file.readlines(): + x = x.replace("\n", "") + x = x.replace("\r", "") + array.append(x) + file.close() + return array + except: + print "preloadArray: File " + nfile + " not found!" + +ignored_players = preloadArray("bot/ignored.txt") +disliked_players = preloadArray("bot/disliked.txt") +admins = preloadArray("bot/admins.txt") +friends = preloadArray("bot/friends.txt") + + +XCOMList = preloadArray("bot/XCOM.txt") +XCOMServerStatInterested = [] #List of nicks interested in server status change +XCOMBroadcastPrefix = "##B##G " + + +def online_list_update(curr,prev): + for x in curr: + found = False + for y in prev: + if x==y: found = True + if found == False: #detected change + for nicks in XCOMList: #For every XCOM user... + if nicks in online_users.online_users: #That's online... + if nicks in XCOMServerStatInterested: #If XCOM player is interested + if x in XCOMList: #An XCOM user connected? + XCOMDelay() #Share its status + whisper(nicks, "##W" + x + " is now online [XCOM]") + else: #Is a regular server player + if x not in XCOMList: + XCOMDelay() #Share its status + whisper(nicks, "##W" + x + " is now online") + + for x in prev: + found = False + for y in curr: + if x==y: found = True + if found == False: + for nicks in XCOMList: #For every XCOM user... + if nicks in online_users.online_users: #That's online... + if nicks in XCOMServerStatInterested: #If XCOM player is interested + if x in XCOMList: #An XCOM user connected? + XCOMDelay() #Share its status + whisper(nicks, "##L" + x + " is now offline [XCOM]") + else: #Is a regular server player + if x not in XCOMList: + XCOMDelay() #Share its status + whisper(nicks, "##L" + x + " is now offline") + +online_users = OnlineUsers(online_url=' https://server.themanaworld.org/online-old.txt', update_interval=20, refresh_hook=online_list_update) + +def XCOMOnlineList(nick, message, is_whisper, match): + XCOMDelay() + msg="" + for nicks in XCOMList: + if nicks in online_users.online_users: + msg = msg + nicks + " | " + XCOMDelay() + whisper(nick, msg) + +def XCOMPrintStat(): + pOnline=0 + xOnline=0 + for p in online_users.online_users: + pOnline=pOnline+1 + if p in XCOMList: + xOnline=xOnline+1 + return "%(xOnline)d/%(pOnline)d"%{"pOnline": pOnline, "xOnline": xOnline,} + +def XCOMDelay(): + time.sleep(0.1) + +def XCOMBroadcast(message): + for nicks in XCOMList: + if nicks in online_users.online_users: + if nicks not in ignored_players: + XCOMDelay() + whisper(nicks, message) + +def XCOMCommunicate(nick, message, is_whisper, match): + if not is_whisper: + return + if nick in ignored_players: + return #or say something + if message[0]=="!": + return + if message.startswith("*AFK*:"): # AFK bug workaround + return + if nick in XCOMList: + for nicks in XCOMList: + if nicks in online_users.online_users: + if nick==nicks: + pass + else: + XCOMDelay() + whisper(nicks, "##B##LXCOM[" + XCOMPrintStat() + "]##l " + nick + ": ##b" + message) + else: + whisper(nick, XCOMBroadcastPrefix + "XCOM is not enabled (Use !xcon)") + +def XCOMSilentInvite(nick, message, is_whisper, match): + XCOMDelay() + if not is_whisper: + return + if nick in ignored_players: + return #or say something + if nick in admins: + XCOMList.append(match.group(1)) + if match.group(1) not in ignored_players: + whisper(nick, "##W--- " + nick + " silently invited " + match.group(1) + " on XCOM ---") + else: + whisper(nick, "##W" + match.group(1) + " has been ignored by bot and cannot be added to XCOM.") + +def XCOMInvite(nick, message, is_whisper, match): + XCOMDelay() + if not is_whisper: + return + if nick in ignored_players: + return #or say something + if nick in admins: # FIXME Do not add if already there!!! + XCOMList.append(match.group(1)) + XCOMBroadcast("##W--- " + nick + " (Admin) invited " + match.group(1) + " on XCOM ---" + XCOMBroadcastPrefix + match.group(1) + " XCOM enabled! Use !xcoff to disable, use !xclist to see XCOM online list") + else: + if nick in ignored_players: + whisper(nick, "You cannot invite banned players.") + else: + whisper(match.group(1), "##W--- " + nick + " invited you to chat on XCOM --- Answer !xcon to join.") + XCOMDelay() + whisper(nick, "Invited " + match.group(1) + " to join XCOM. Waiting for his/her reply...") + +XCOMServerInvited = [] +def XCOMInviteAll(nick, message, is_whisper, match): + XCOMDelay() + if not is_whisper: + return + if nick in ignored_players: + return #or say something + if nick in admins: # FIXME Do not add if already there!!! + for invn in online_users.online_users: + if invn in XCOMList: + pass + elif invn in ignored_players: + pass + elif invn in XCOMServerInvited: + pass + else: + XCOMServerInvited.append(invn) + whisper(invn, "##W--- " + nick + " invited you to chat on XCOM --- Answer !xcon to join.") + XCOMDelay() + + +def XCOMEnable(nick, message, is_whisper, match): + XCOMDelay() + #accept only whispers + if not is_whisper: + return + if nick in ignored_players: + return #or say something + #search array + if nick in XCOMList: + whisper(nick, XCOMBroadcastPrefix + nick + " XCOM already enabled") + else: + XCOMList.append(nick) + XCOMBroadcast("##W--- " + nick + " is online on XCOM ---" + XCOMBroadcastPrefix + nick + " XCOM enabled! Use !xcoff or !xcom off to disable, use !xclist to see XCOM online list") + +def XCOMDisable(nick, message, is_whisper, match): + XCOMDelay() + #accept only whispers + if not is_whisper: + return + if nick in ignored_players: + return #or say something + #search array + if nick in XCOMList: + XCOMBroadcast("##L--- " + nick + " disabled XCOM ---") + XCOMList.remove(nick) + else: + whisper(nick, XCOMBroadcastPrefix + nick + " XCOM already disabled") + +def XCOMServerInterestEnable(nick, message, is_whisper, match): + XCOMDelay() + #accept only whispers + if not is_whisper: + return + if nick in ignored_players: + return #or say something + #search array + if nick in XCOMList: + whisper(nick, XCOMBroadcastPrefix + "Server online status notifications enabled!") + XCOMServerStatInterested.append(nick) + +def XCOMServerInterestDisable(nick, message, is_whisper, match): + XCOMDelay() + #accept only whispers + if not is_whisper: + return + if nick in ignored_players: + return #or say something + #search array + if nick in XCOMList: + whisper(nick, XCOMBroadcastPrefix + "Server online status notifications disabled!") + XCOMServerStatInterested.remove(nick) + +def XCOMBan(nick, message, is_whisper, match): + XCOMDelay() + #accept only whispers + if not is_whisper: + return + if nick in admins: + #search array + if match.group(1) in ignored_players: + whisper(nick, "Already banned.") + else: + ignored_players.append(match.group(1)) + XCOMList.remove(match.group(1)) + #FIXME array need to be saved!!! + XCOMBroadcast(XCOMBroadcastPrefix + match.group(1) + " is now banned from XCOM") + else: + whisper(nick, "Admins only.") + +def XCOMUnBan(nick, message, is_whisper, match): + XCOMDelay() + #accept only whispers + if not is_whisper: + return + if nick in admins: + #search array + if match.group(1) in ignored_players: + XCOMList.append(match.group(1)) + ignored_players.remove(match.group(1)) + #FIXME array need to be saved!!! + XCOMBroadcast(XCOMBroadcastPrefix + match.group(1) + " is now unbanned from XCOM") + whisper(match.group(1), "You are now unbanned from XCOM. Don't make it happen again.") + else: + whisper(nick, "Already banned.") + else: + whisper(nick, "Admins only.") + +# ============================================= + +def cmd_commands(nick, message, is_whisper, match): + if not is_whisper: + return + if nick in ignored_players: + return + + c = [] + for cmd in xcom_commands: + if cmd.startswith('!('): + br = cmd.index(')') + c.extend(cmd[2:br].split('|')) + elif cmd.startswith('!'): + c.append(cmd[1:].split()[0]) + + c.sort() + whisper(nick, ', '.join(c)) + +xcom_commands = { + '!xcomhelp' : cmd_commands, + '!xcon' : XCOMEnable, + '!xcom' : XCOMEnable, + '!xcoff' : XCOMDisable, + '!xcom off' : XCOMDisable, + '!xclist' : XCOMOnlineList, + '!xci (.*)' : XCOMInvite, + '!xcia' : XCOMInviteAll, + '!xcsi (.*)' : XCOMSilentInvite, + '!xcb (.*)' : XCOMBan, + '!xcu (.*)' : XCOMUnBan, + '!xcsion' : XCOMServerInterestEnable, + '!xcsioff' : XCOMServerInterestDisable, + r'(.*)' : XCOMCommunicate, +} + +# ~ def chatbot_answer_mod(func): + # ~ '''modifies chatbot.answer to remember last 10 commands''' + + # ~ def mb_answer(nick, message, is_whisper): + # ~ return func(nick, message, is_whisper) + + # ~ return mb_answer + +def init(config): + + for cmd, action in xcom_commands.items(): + plugins.chatbot.add_command(cmd, action) + online_users.start() + # ~ plugins.chatbot.answer = chatbot_answer_mod(plugins.chatbot.answer) + -- cgit v1.2.3-70-g09d2 From 0264d39df76a6a23afa7d5e75eb32e4c3bb8f20d Mon Sep 17 00:00:00 2001 From: Livio Recchia Date: Mon, 6 Apr 2020 18:36:13 +0200 Subject: Fixed say commmand on manaboy plugin --- main.log | 326 +++++++++++++++++++++++++++++++++++++++++++++++++++++ plugins/manaboy.py | 6 +- 2 files changed, 329 insertions(+), 3 deletions(-) diff --git a/main.log b/main.log index b14629b..85a13a6 100644 --- a/main.log +++ b/main.log @@ -993,4 +993,330 @@ may not be the same. [2020-04-06 17:47:00] Livio : Hello! [2020-04-06 17:47:12] Livio : We are developing more tech for bots. [2020-04-06 17:47:49] Livio : What's your %? + [2020-04-06 17:48:46] Loaded itemdb from itemdb.txt + [2020-04-06 17:48:46] Plugin chatbot loaded + [2020-04-06 17:48:46] Plugin npc loaded + [2020-04-06 17:48:46] Plugin autofollow loaded + [2020-04-06 17:48:46] Plugin manaboy loaded + [2020-04-06 17:48:46] Plugin xcom loaded + [2020-04-06 17:48:46] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 17:48:46] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 17:48:46] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 17:48:46] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 17:48:46] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 17:48:46] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 17:49:16] WarriorWorld : What mean more tech for bots ? + [2020-04-06 17:49:17] Livio : Hey Jesusalva + [2020-04-06 17:49:36] Livio : What about organizing a PvP fight between Jande and WarriorWorld? + [2020-04-06 17:49:44] jak1 : yep, passed... now clientdata... boring id changes and reordering... + [2020-04-06 17:50:01] Jesusalva : Uh + [2020-04-06 17:50:08] WarriorWorld : heh jande have 120 lvl :P + [2020-04-06 17:50:13] Jesusalva : Jande's true form or Jande's illusion? + [2020-04-06 17:50:14] jak1 : nope + [2020-04-06 17:50:16] jak1 : 135* + [2020-04-06 17:50:20] Livio : Bot can be used for in game communication, shop and other utilities. + [2020-04-06 17:50:20] WarriorWorld : omg.. + [2020-04-06 17:50:25] Jesusalva : Jande is level 135 btw + [2020-04-06 17:50:32] Jesusalva : The illusion* + [2020-04-06 17:50:36] Jesusalva : His true form is level 250 + [2020-04-06 17:50:49] Livio : Why 250 and not 255? + [2020-04-06 17:50:59] jak1 : lvl god... like his name came from a tmw god + [2020-04-06 17:51:00] Okurwieniec : who is Jande? + [2020-04-06 17:51:06] Jesusalva : copy-pasted a bit from JackO + [2020-04-06 17:51:12] jak1 : *knows the history* + [2020-04-06 17:51:24] Livio : matto studies that. + [2020-04-06 17:51:32] Myu. : Has someone a empty bottle or water for me? + [2020-04-06 17:51:36] Jesusalva : Yeah, Jande is the whatever of Earth + [2020-04-06 17:51:43] Livio : I have water without the bottle. + [2020-04-06 17:51:53] Jesusalva : Creator of the Talpan race + [2020-04-06 17:51:55] Myu. : xD + [2020-04-06 17:52:06] Jesusalva : Okurwieniec and Liviobot are not Talpans but everyone else here is + [2020-04-06 17:52:13] Livio : Wait... + [2020-04-06 17:52:20] [Livio ->] !unequip 906 + [2020-04-06 17:52:23] jak1 : theres a history text in forums i think... just search for jande + [2020-04-06 17:52:26] Livio : What about now? + [2020-04-06 17:52:26] Myu. : Livio can i get it? + [2020-04-06 17:52:30] Jesusalva : Wiki + [2020-04-06 17:52:45] Jesusalva : Oh + [2020-04-06 17:52:47] Livio : I usually don't carry water with me. + [2020-04-06 17:52:50] Jesusalva : Now Liviobot is a Talpan :3 + [2020-04-06 17:52:55] Livio : I can give you a pear. + [2020-04-06 17:53:04] WarriorWorld : livioobot is the best ^_^ + [2020-04-06 17:53:28] Livio : [scythe] + [2020-04-06 17:53:37] [Livio ->] !equip 623 + [2020-04-06 17:53:46] Myu. : I can go and melt some ice xD + [2020-04-06 17:54:05] Livio : Ice here is made of plastic and doesn't melt. + [2020-04-06 17:54:12] Myu. : :P + [2020-04-06 17:55:03] WarriorWorld : this little bit of sound is annoying. → sand cutter + [2020-04-06 17:55:12] Jesusalva : Oh right + [2020-04-06 17:55:17] matto : hiya Jes + [2020-04-06 17:55:17] Jesusalva : Don't let me forget to update it >:-D + [2020-04-06 17:55:25] Jesusalva : April 1st is over but the joke remained -.-' + [2020-04-06 17:55:41] Livio : Jesusalva actually Okur loves that noise... + [2020-04-06 17:56:31] WarriorWorld : btw sand cutter is to be a better weapon than setzer ? + [2020-04-06 17:56:45] Livio : Yes and no. + [2020-04-06 17:57:04] Livio : If you have a lot of AGI sand cutter is better. + [2020-04-06 17:57:33] WarriorWorld : i have a lot of str... + [2020-04-06 17:57:43] WarriorWorld : but u have lower critic change.. + [2020-04-06 17:57:50] Livio : Setzer then. With some lemon and sugar. + [2020-04-06 17:58:28] WarriorWorld : I've tested many combinations + [2020-04-06 17:58:48] WarriorWorld : more critic and DPS = good for Yeti, Zombie Fallen + [2020-04-06 17:59:09] WarriorWorld : less misses + [2020-04-06 17:59:37] Livio : I cannot registrate a new account here. Captcha sucks. + [2020-04-06 17:59:47] WarriorWorld : if you have low critic u have more miss to Yeti >_> + [2020-04-06 18:00:04] Livio : I'm not good at hunting yetis. + [2020-04-06 18:00:25] [Livio ->] !down + [2020-04-06 18:00:33] Okurwieniec : im ghood at sitting + [2020-04-06 18:00:36] [Livio ->] !right + [2020-04-06 18:00:38] [Livio ->] !right + [2020-04-06 18:00:43] [Livio ->] !turn down + [2020-04-06 18:00:46] [Livio ->] !sit + [2020-04-06 18:00:59] matto : dont tear my sweater please Liviobot + [2020-04-06 18:01:02] Okurwieniec : i got most of exp from butterflies + [2020-04-06 18:01:40] Myu. : dont like it, when Liviobot looks like a player :// + [2020-04-06 18:02:01] Livio : I cannot change his appearance as I please however... + [2020-04-06 18:02:02] Okurwieniec : and he cant attack no fun :( + [2020-04-06 18:05:55] WarriorWorld : i am good :P i can kill 3x yetis without pots but i need water xD + [2020-04-06 18:06:11] WarriorWorld : or chicken + [2020-04-06 18:07:14] Jesusalva : Livio if you can't register a TMW account you can request manually to registration@themanaworld.org + [2020-04-06 18:07:17] Jesusalva : But it is manual + [2020-04-06 18:08:02] Okurwieniec : god damnit steaks i put them inbto hot water microvawe ded + [2020-04-06 18:08:40] Okurwieniec : im hungry would like have chicken irl + [2020-04-06 18:08:40] Jesusalva : >:-D + [2020-04-06 18:08:47] Jesusalva : kytty stop hiding + [2020-04-06 18:08:53] Jesusalva : Myu. go to archery and come back + [2020-04-06 18:08:54] WarriorWorld : heh xD + [2020-04-06 18:09:05] Myu. : ...? + [2020-04-06 18:09:16] Jesusalva : Myu. go to archery and come back. + [2020-04-06 18:09:19] Livio : I want to make another bot Jesusalva. + [2020-04-06 18:09:26] Jesusalva : You'll see why Rubikon is surprised + [2020-04-06 18:09:33] Rubikon : xD + [2020-04-06 18:09:33] Livio : But this time with only XCOM loaded in it. + [2020-04-06 18:09:50] Myu. : hu??? + [2020-04-06 18:09:50] Livio : Just to provide a global chat. + [2020-04-06 18:09:52] matto : dang + [2020-04-06 18:10:00] Myu. : a tree + [2020-04-06 18:10:03] Okurwieniec : oh tree + [2020-04-06 18:10:05] matto : this aint gonna stop me from sitting on my spot + [2020-04-06 18:10:27] Myu. : *hidden* + [2020-04-06 18:10:49] Winz : [assassin armor] + [2020-04-06 18:10:53] matto : it got a lil bit comfier + [2020-04-06 18:10:53] Jesusalva : LOL + [2020-04-06 18:11:05] [Jesusalva ->] !help + [2020-04-06 18:11:05] [-> Jesusalva] [Forum][Sources] Try !commands for list of commands + [2020-04-06 18:11:08] [Jesusalva ->] !commands + [2020-04-06 18:11:08] [-> Jesusalva] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 18:11:12] [Livio ->] !attack Myu. + [2020-04-06 18:11:18] Liviobot : Alright!!! + [2020-04-06 18:11:18] [Jesusalva ->] !emote 21 + [2020-04-06 18:11:19] Liviobot : Ha! + [2020-04-06 18:11:23] [Jesusalva ->] !emote 3 + [2020-04-06 18:11:26] Myu. : omg + [2020-04-06 18:11:34] Myu. : thats weard xD + [2020-04-06 18:11:35] [Jesusalva ->] !say Hello TMW + [2020-04-06 18:11:45] [Jesusalva ->] !say + [2020-04-06 18:11:58] matto : this tree really goes well with my xmas sweater + [2020-04-06 18:12:01] Myu. : plant trees for a green earth!!! xD + [2020-04-06 18:12:20] Myu. : dpnt you have a green hat? xD + [2020-04-06 18:12:26] Myu. : or a red on + [2020-04-06 18:12:43] matto : w8 + [2020-04-06 18:12:57] [Jesusalva ->] !joke + [2020-04-06 18:12:57] [-> Jesusalva] Why are skeletons so calm? Because nothing gets under their skin. + [2020-04-06 18:13:22] Jesusalva : Livio do you see Liviobot anywhere? + [2020-04-06 18:13:27] Livio : !attack Jesusalva + [2020-04-06 18:13:32] Liviobot : You are the sunshine in this beautiful land Jesusalva! + [2020-04-06 18:13:32] matto : *is a present under the tree* + [2020-04-06 18:13:32] [Jesusalva ->] !emote 3 + [2020-04-06 18:13:34] Livio : !attack Constable bob + [2020-04-06 18:13:34] Liviobot : What are you talking about? + [2020-04-06 18:13:40] Livio : !attack Constable Bob + [2020-04-06 18:13:46] Liviobot : Attack!!! + [2020-04-06 18:13:46] Jesusalva : xD + [2020-04-06 18:13:46] Liviobot : Come on! + [2020-04-06 18:13:47] Myu. : chrismas!! + [2020-04-06 18:13:47] matto : come back + [2020-04-06 18:13:52] Livio : Come Liviobot + [2020-04-06 18:13:52] Liviobot : The show begins... + [2020-04-06 18:13:53] Jesusalva : xD + [2020-04-06 18:13:55] Myu. : where is the snow? xD + [2020-04-06 18:14:00] Livio : Come Liviobot + [2020-04-06 18:14:00] Liviobot : ...I'm all out of gum. + [2020-04-06 18:14:00] jak1 : ah man -.-' + [2020-04-06 18:14:01] Jesusalva : LOL + [2020-04-06 18:14:05] Livio : Come Liviobot + [2020-04-06 18:14:05] Liviobot : Grr!!! + [2020-04-06 18:14:06] Myu. : omg + [2020-04-06 18:14:09] Livio : Come Liviobot + [2020-04-06 18:14:09] Liviobot : Target acquired! + [2020-04-06 18:14:16] Livio : Come Liviobot + [2020-04-06 18:14:16] Liviobot : Target acquired! + [2020-04-06 18:14:20] Livio : Come Liviobot + [2020-04-06 18:14:20] Liviobot : I'm better than makeup artists, prepare yourself!!! + [2020-04-06 18:14:28] Livio : Soul tree yeah! + [2020-04-06 18:14:38] matto : are you gonna stick ppl with your needles? + [2020-04-06 18:14:41] [Livio ->] !equip 906 + [2020-04-06 18:14:48] Livio : Noo, dammit! + [2020-04-06 18:14:52] Myu. : where is the soul menhir? xD + [2020-04-06 18:15:09] Myu. : ohh i liked the tree + [2020-04-06 18:15:11] Livio : Jesusalva I need your magic again... :( + [2020-04-06 18:15:29] [Livio ->] !unequip 906 + [2020-04-06 18:15:35] Myu. : iiih + [2020-04-06 18:15:37] Jesusalva : xD + [2020-04-06 18:15:51] [Livio ->] Wait. Let me he remove all his clothes. + [2020-04-06 18:15:54] Jesusalva : Done + [2020-04-06 18:15:55] Livio : Wait. Let me he remove all his clothes. + [2020-04-06 18:16:05] [Livio ->] !turn down + [2020-04-06 18:16:05] Jesusalva : But you still need to cause a map resync + [2020-04-06 18:16:11] Jesusalva : by eg. going in archery and coming back + [2020-04-06 18:16:36] matto : did you commit suicide Jes? + [2020-04-06 18:16:44] Jesusalva : *blames invisible GMs* + [2020-04-06 18:16:45] jak1 : hes just tired + [2020-04-06 18:16:46] Myu. : xDD + [2020-04-06 18:16:48] Jesusalva : Well + [2020-04-06 18:16:52] [Livio ->] !goto 46 41 + [2020-04-06 18:16:52] Jesusalva : I did went to bed 06:00 + [2020-04-06 18:16:55] Jesusalva : And woke up at 10:00 + [2020-04-06 18:16:56] [Livio ->] !goto 46 41 + [2020-04-06 18:16:59] Jesusalva : So... Yeah :-D + [2020-04-06 18:17:06] [Livio ->] !move 46 41 + [2020-04-06 18:17:07] matto : that's solid 4 hours dont complain + [2020-04-06 18:17:09] [Livio ->] !commands + [2020-04-06 18:17:09] [-> Livio] attack, bug, bugs, close, commands, down, drop, emote, equip, follow, goto, help, history, info, input, inventory, invlist, joke, left, lvlup, nearby, pickup, retrieve, right, say, sell, sit, status, store, story, talk2npc, turn, unequip, up, use, where, xcal, xudate, xuf, xupom, zeny + [2020-04-06 18:17:18] [Livio ->] !goto 46 42 + [2020-04-06 18:17:29] [Livio ->] !right + [2020-04-06 18:17:31] [Livio ->] !right + [2020-04-06 18:17:33] [Livio ->] !right + [2020-04-06 18:17:34] [Livio ->] !right + [2020-04-06 18:17:44] Myu. : xDD + [2020-04-06 18:18:15] [Livio ->] !say ad + [2020-04-06 18:18:19] [Livio ->] !goto 46 42 + [2020-04-06 18:18:23] matto : Liviobot is powerless against Myu + [2020-04-06 18:18:26] Myu. : thats my icon!!! xD + [2020-04-06 18:18:27] [Livio ->] !goto 48 41 + [2020-04-06 18:18:38] Livio : !attack Myu. + [2020-04-06 18:18:44] Liviobot : ...I'm all out of gum. + [2020-04-06 18:18:44] Liviobot : Alright!!! + [2020-04-06 18:18:56] Livio : !attack kytty + [2020-04-06 18:18:56] Liviobot : Excuse me? + [2020-04-06 18:19:01] Livio : !attack Jesusalva + [2020-04-06 18:19:06] Liviobot : Yay it's Jesusalva! + [2020-04-06 18:19:10] Livio : !attack jak1 + [2020-04-06 18:19:16] Liviobot : Alright!!! + [2020-04-06 18:19:16] Liviobot : I'm better than makeup artists, prepare yourself!!! + [2020-04-06 18:19:25] Jersey Devil : There is an emoji to say, 'I am having trouble pooping." + [2020-04-06 18:19:36] Myu. : ... + [2020-04-06 18:19:40] Livio : !attack Myu. + [2020-04-06 18:19:41] Liviobot : I don't know what you are talking about + [2020-04-06 18:19:45] Myu. : EYY + [2020-04-06 18:19:55] Myu. : dont even try!! + [2020-04-06 18:19:57] Livio : !goto 57 40 + [2020-04-06 18:20:00] [Livio ->] !goto 57 40 + [2020-04-06 18:20:06] Myu. : :DDD + [2020-04-06 18:20:08] Jersey Devil : ‚Sell [Iron Ore] (1000GP) 200, + [2020-04-06 18:20:28] Livio : *burns Liviobot* + [2020-04-06 18:20:28] Liviobot : *is flaming* + [2020-04-06 18:20:51] Livio : *burns Liviobot* + [2020-04-06 18:20:51] Liviobot : Oh hot.. hot hot! + [2020-04-06 18:20:58] Livio : !xuf + [2020-04-06 18:20:58] Liviobot : Livio: If you would keep a secret from an enemy, tell it not to a friend. + [2020-04-06 18:21:07] Myu. : sit down Liviobot! i dont want to stay xD + [2020-04-06 18:21:14] [Livio ->] !sit + [2020-04-06 18:21:20] Livio : !sit + [2020-04-06 18:21:26] Livio : !xuf + [2020-04-06 18:21:26] Liviobot : Livio: A Linux machine! because a 486 is a terrible thing to waste! +(By jjs@wintermute.ucr.edu, Joe Sloan) + [2020-04-06 18:21:26] Myu. : xD + [2020-04-06 18:22:04] Myu. : !stay + [2020-04-06 18:22:15] Myu. : hm + [2020-04-06 18:22:15] Jersey Devil : Linux is a beautiful thing... + [2020-04-06 18:22:28] Myu. : have one too + [2020-04-06 18:22:42] Jersey Devil : Which distro? + [2020-04-06 18:22:52] Livio : Distrouction. + [2020-04-06 18:22:58] Jesusalva : lol + [2020-04-06 18:23:15] Jersey Devil : PUDDING!!! + [2020-04-06 18:23:24] Myu. : yummy + [2020-04-06 18:23:25] Livio : No Debian 10 here. + [2020-04-06 18:23:35] Livio : !xudate + [2020-04-06 18:23:35] Liviobot : Livio: Mon Apr 6 18:23:35 CEST 2020 + [2020-04-06 18:23:47] Jersey Devil : The last Debian I used was 9.90 + [2020-04-06 18:24:17] Jersey Devil : I am on Ubuntu Studio 19.10 now... + [2020-04-06 18:24:21] Livio : Draw something on that face. + [2020-04-06 18:24:40] Jersey Devil : I KNOW WHAT TO DRAW!!! + [2020-04-06 18:24:46] Myu. : ? + [2020-04-06 18:25:05] Jersey Devil : It is a particular thing that is used regularly... + [2020-04-06 18:25:14] Livio : A glass? + [2020-04-06 18:25:22] Myu. : a handy xD + [2020-04-06 18:25:25] Livio : The CAPS LOCK? + [2020-04-06 18:25:26] Jersey Devil : A body part... + [2020-04-06 18:25:49] Myu. : not ur brain xD + [2020-04-06 18:25:55] Jersey Devil : No... + [2020-04-06 18:25:55] Livio : There's an admin and some GM in disguise. Choose carefully... + [2020-04-06 18:26:07] Jersey Devil : A little lower... But I dare not say... + [2020-04-06 18:26:21] Livio : !attack Jersey Devil + [2020-04-06 18:26:27] Liviobot : I have some pain to deliver. + [2020-04-06 18:26:27] Liviobot : The show begins... + [2020-04-06 18:26:29] Jersey Devil : Hehe!!! + [2020-04-06 18:26:31] Myu. : xD + [2020-04-06 18:26:35] Jersey Devil : That tickles! + [2020-04-06 18:26:37] [Livio ->] !sit + [2020-04-06 18:27:01] Livio : !attack matto + [2020-04-06 18:27:07] Liviobot : Grr!!! + [2020-04-06 18:27:07] Liviobot : Fire at will!!! + [2020-04-06 18:27:17] Jersey Devil : Who is Will? + [2020-04-06 18:27:17] [Livio ->] !left + [2020-04-06 18:27:25] [Livio ->] !right + [2020-04-06 18:27:29] [Livio ->] !left + [2020-04-06 18:27:32] [Livio ->] !left + [2020-04-06 18:27:34] [Livio ->] !right + [2020-04-06 18:27:38] [Livio ->] !down + [2020-04-06 18:27:42] [Livio ->] !sit + [2020-04-06 18:27:55] [Livio ->] !up + [2020-04-06 18:27:59] [Livio ->] !sit + [2020-04-06 18:28:13] [Livio ->] !up + [2020-04-06 18:28:19] [Livio ->] !down + [2020-04-06 18:28:23] [Livio ->] !down + [2020-04-06 18:28:23] Jersey Devil : Chuck Norris doesn't sleep... He waits. + [2020-04-06 18:28:25] [Livio ->] !up + [2020-04-06 18:28:42] Liviobot : lol + [2020-04-06 18:29:04] Livio : Let me see if I can try to fix say command. + [2020-04-06 18:29:17] [Livio ->] !up + [2020-04-06 18:29:20] [Livio ->] !down + [2020-04-06 18:29:57] Myu. : what is this $? + [2020-04-06 18:30:13] Liviobot : I'm a shop! + [2020-04-06 18:30:29] Jesusalva : When there's not a GM in disguise, anyway? + [2020-04-06 18:30:57] Liviobot : Yeah, double job to make a living. + [2020-04-06 18:32:07] Liviobot : Rebooting! + [2020-04-06 18:32:14] Loaded itemdb from itemdb.txt + [2020-04-06 18:32:14] Plugin chatbot loaded + [2020-04-06 18:32:14] Plugin npc loaded + [2020-04-06 18:32:14] Plugin autofollow loaded + [2020-04-06 18:32:14] Plugin manaboy loaded + [2020-04-06 18:32:14] Plugin xcom loaded + [2020-04-06 18:32:14] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 18:32:14] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 18:32:14] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 18:32:14] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 18:32:14] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 18:32:14] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 18:32:26] [Livio ->] !left + [2020-04-06 18:32:41] Jesusalva : o.o + [2020-04-06 18:32:44] [Livio ->] !say asd + [2020-04-06 18:34:20] Loaded itemdb from itemdb.txt + [2020-04-06 18:34:20] Plugin chatbot loaded + [2020-04-06 18:34:20] Plugin npc loaded + [2020-04-06 18:34:20] Plugin autofollow loaded + [2020-04-06 18:34:20] Plugin manaboy loaded + [2020-04-06 18:34:20] Plugin xcom loaded + [2020-04-06 18:34:21] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 18:34:21] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 18:34:21] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 18:34:21] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 18:34:21] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 18:34:21] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 18:34:31] [Livio ->] !say asd + [2020-04-06 18:34:31] Liviobot : asd + [2020-04-06 18:34:42] Livio : Jesusalva? + [2020-04-06 18:34:53] Livio : You should be able to use him to talk. + [2020-04-06 18:35:03] [Livio ->] !say Hello! + [2020-04-06 18:35:03] Liviobot : Hello! \ No newline at end of file diff --git a/plugins/manaboy.py b/plugins/manaboy.py index f755512..7831974 100755 --- a/plugins/manaboy.py +++ b/plugins/manaboy.py @@ -810,8 +810,7 @@ def cmd_say(nick, message, is_whisper, match): if nick not in admins: return # ~ set_npc_owner(nick) - msg = message.group(1) - mapserv.cmsg_chat_message(msg) + mapserv.cmsg_chat_message(match.group(1)) def cmd_sit(nick, message, is_whisper, match): @@ -1155,7 +1154,8 @@ manaboy_commands = { '!use (\d+)' : cmd_item_action, '!emote (\d+)' : cmd_emote, '!attack (.+)' : cmd_attack, - '!say ((@|#).+)' : cmd_say, + # ~ '!say ((@|#).+)' : cmd_say, + '!say (.*)' : cmd_say, '!sit' : cmd_sit, '!turn' : cmd_turn, '!follow' : cmd_follow, -- cgit v1.2.3-70-g09d2 From 1b38fbbc9ae967c1914d4a9ab6b29bc1e46cacf5 Mon Sep 17 00:00:00 2001 From: Livio Recchia Date: Mon, 6 Apr 2020 19:40:17 +0200 Subject: Added puny features to manaboy --- main.log | 360 +++++++++++++++++++++++++++++++++++++++++++++++++++++ plugins/manaboy.py | 60 +++++++++ 2 files changed, 420 insertions(+) diff --git a/main.log b/main.log index 85a13a6..5938642 100644 --- a/main.log +++ b/main.log @@ -1319,4 +1319,364 @@ may not be the same. [2020-04-06 18:34:53] Livio : You should be able to use him to talk. [2020-04-06 18:35:03] [Livio ->] !say Hello! [2020-04-06 18:35:03] Liviobot : Hello! + [2020-04-06 18:36:25] Loaded itemdb from itemdb.txt + [2020-04-06 18:36:25] Plugin chatbot loaded + [2020-04-06 18:36:25] Plugin npc loaded + [2020-04-06 18:36:25] Plugin autofollow loaded + [2020-04-06 18:36:25] Plugin manaboy loaded + [2020-04-06 18:36:25] Plugin xcom loaded + [2020-04-06 18:36:25] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 18:36:25] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 18:36:25] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 18:36:25] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 18:36:25] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 18:36:25] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 18:36:44] [Livio ->] !say ##GGrraur! + [2020-04-06 18:36:44] Liviobot : ##GGrraur! + [2020-04-06 18:37:04] [Livio ->] !equip 906 + [2020-04-06 18:37:16] [Livio ->] !say *alien* + [2020-04-06 18:37:16] Liviobot : *alien* + [2020-04-06 18:37:26] [Livio ->] !emote 33 + [2020-04-06 18:37:41] Livio : !emote 39 + [2020-04-06 18:37:45] [Livio ->] !emote 39 + [2020-04-06 18:37:50] [Livio ->] !emote 40 + [2020-04-06 18:37:55] [Livio ->] !emote 40 + [2020-04-06 18:38:03] [Livio ->] !emote 39 + [2020-04-06 18:38:04] [Livio ->] !emote 40 + [2020-04-06 18:38:17] Myu. : *is goind offline now* + [2020-04-06 18:38:20] Livio : Hmm. 40th emote doesn't work. + [2020-04-06 18:38:27] Livio : See you next time! + [2020-04-06 18:38:30] Myu. : byebye + [2020-04-06 18:39:30] Loaded itemdb from itemdb.txt + [2020-04-06 18:39:30] Plugin chatbot loaded + [2020-04-06 18:39:30] Plugin npc loaded + [2020-04-06 18:39:30] Plugin autofollow loaded + [2020-04-06 18:39:30] Plugin manaboy loaded + [2020-04-06 18:39:30] Plugin xcom loaded + [2020-04-06 18:39:30] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 18:39:30] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 18:39:30] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 18:39:30] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 18:39:30] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 18:39:30] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 18:39:53] [GM] Progress: 1842/2400 @@m1338|@@ + [2020-04-06 18:40:12] [Livio ->] !say Progress: 1842/2400 @@m1338|@@ + [2020-04-06 18:40:12] Liviobot : Progress: 1842/2400 @@m1338|@@ + [2020-04-06 18:40:27] Livio : unnamed + [2020-04-06 18:40:29] Livio : ? + [2020-04-06 18:40:42] [GM] Progress: 1842/2400 @@m1138|@@ + [2020-04-06 18:40:44] Jesusalva : There + [2020-04-06 18:42:06] [Livio ->] !say Progress: 1842/2400 @@m1038|@@ + [2020-04-06 18:42:06] Liviobot : Progress: 1842/2400 @@m1038|@@ + [2020-04-06 18:42:26] [Livio ->] !say !attack @@m1038|@@ + [2020-04-06 18:42:26] Liviobot : !attack @@m1038|@@ + [2020-04-06 18:42:27] Liviobot : What about my reward? + [2020-04-06 18:42:36] [Livio ->] !say attack @@m1038|@@ + [2020-04-06 18:42:36] Liviobot : attack @@m1038|@@ + [2020-04-06 18:47:52] Livio : Ha! + [2020-04-06 18:47:57] Livio : Here you are... + [2020-04-06 18:50:05] jak1 : erm Jes? + [2020-04-06 18:50:09] Jesusalva : Hi + [2020-04-06 18:50:43] jak1 : can i push to a branch @tmwa? + [2020-04-06 18:50:58] Jesusalva : NO CHANGES TO TMWA REPO >:-D + [2020-04-06 18:51:07] Jesusalva : *will not break the VM trying to recompile it* + [2020-04-06 18:51:07] jak1 : lol + [2020-04-06 18:51:28] Jesusalva : What if I try to recompile it and it fails? They just dropped gcc-7 out of the roof + [2020-04-06 18:51:38] Jesusalva : -.-' + [2020-04-06 18:51:39] jak1 : i mean my own branch there insteed of that weird repo on my useracc + [2020-04-06 18:51:55] Jesusalva : I gtg anyway + [2020-04-06 18:52:09] Jesusalva : All changes to TMWA must imperatively pass by gumi or someone else who is not me :-D + [2020-04-06 18:52:19] Jesusalva : Server or Client i can still handle tho + [2020-04-06 18:52:28] Loaded itemdb from itemdb.txt + [2020-04-06 18:52:28] Plugin chatbot loaded + [2020-04-06 18:52:28] Plugin npc loaded + [2020-04-06 18:52:28] Plugin autofollow loaded + [2020-04-06 18:52:28] Plugin manaboy loaded + [2020-04-06 18:52:28] Plugin xcom loaded + [2020-04-06 18:52:28] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 18:52:28] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 18:52:28] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 18:52:28] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 18:52:28] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 18:52:28] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 18:52:39] [Livio ->] !info + [2020-04-06 18:52:39] [-> Livio] [Forum][Sources] Try !commands for list of commands + [2020-04-06 18:52:39] [-> Livio] This is an experimental bot. + [2020-04-06 18:52:59] Watch TV : hello + [2020-04-06 18:53:02] jak1 : thats what i mean... the clientdata a branch jak1/shades funny u + [2020-04-06 18:53:09] Okurwieniec : hi + [2020-04-06 18:53:14] jak1 : *facepalm* + [2020-04-06 18:54:25] jak1 : ok, nvm XD + [2020-04-06 18:55:02] Loaded itemdb from itemdb.txt + [2020-04-06 18:55:02] Plugin chatbot loaded + [2020-04-06 18:55:02] Plugin npc loaded + [2020-04-06 18:55:02] Plugin autofollow loaded + [2020-04-06 18:55:02] Plugin manaboy loaded + [2020-04-06 18:55:03] Plugin xcom loaded + [2020-04-06 18:55:03] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 18:55:03] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 18:55:03] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 18:55:03] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 18:55:03] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 18:55:03] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 18:55:12] [Livio ->] !emotex + [2020-04-06 18:57:33] Loaded itemdb from itemdb.txt + [2020-04-06 18:57:33] Plugin chatbot loaded + [2020-04-06 18:57:33] Plugin npc loaded + [2020-04-06 18:57:33] Plugin autofollow loaded + [2020-04-06 18:57:33] Plugin manaboy loaded + [2020-04-06 18:57:33] Plugin xcom loaded + [2020-04-06 18:57:33] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 18:57:33] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 18:57:33] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 18:57:33] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 18:57:33] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 18:57:33] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 18:57:38] [Livio ->] !emotex + [2020-04-06 18:58:31] [Livio ->] !emotex + [2020-04-06 18:59:10] [Livio ->] !info + [2020-04-06 18:59:10] [-> Livio] [Forum][Sources] Try !commands for list of commands + [2020-04-06 18:59:10] [-> Livio] This is an experimental bot. + [2020-04-06 19:00:27] Loaded itemdb from itemdb.txt + [2020-04-06 19:00:27] Plugin chatbot loaded + [2020-04-06 19:00:27] Plugin npc loaded + [2020-04-06 19:00:27] Plugin autofollow loaded + [2020-04-06 19:00:27] Plugin manaboy loaded + [2020-04-06 19:00:27] Plugin xcom loaded + [2020-04-06 19:00:27] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:00:27] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:00:27] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:00:27] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:00:27] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:00:27] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:00:32] [Livio ->] !spinner + [2020-04-06 19:00:53] jak1 : did a new PR, was to lazy to edit it at all X'D + [2020-04-06 19:01:06] Livio : A what? + [2020-04-06 19:01:14] Livio : You stomped on Jesusalva. + [2020-04-06 19:01:19] [Livio ->] !spinner + [2020-04-06 19:02:05] Livio : Ah, pull request... + [2020-04-06 19:02:19] [Livio ->] !spinner + [2020-04-06 19:02:35] jak1 : that was for jes @PR, and it was his fault it got broken, so i can stomp on him :-P + [2020-04-06 19:02:51] [Livio ->] !spinner + [2020-04-06 19:04:08] [Livio ->] !emotex + [2020-04-06 19:04:48] [Livio ->] !spinner + [2020-04-06 19:05:33] Loaded itemdb from itemdb.txt + [2020-04-06 19:05:33] Plugin chatbot loaded + [2020-04-06 19:05:33] Plugin npc loaded + [2020-04-06 19:05:33] Plugin autofollow loaded + [2020-04-06 19:05:33] Plugin manaboy loaded + [2020-04-06 19:05:33] Plugin xcom loaded + [2020-04-06 19:05:33] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:05:33] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:05:33] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:05:33] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:05:33] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:05:33] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:05:38] [Livio ->] !spinner + [2020-04-06 19:06:04] Loaded itemdb from itemdb.txt + [2020-04-06 19:06:04] Plugin chatbot loaded + [2020-04-06 19:06:04] Plugin npc loaded + [2020-04-06 19:06:04] Plugin autofollow loaded + [2020-04-06 19:06:04] Plugin manaboy loaded + [2020-04-06 19:06:04] Plugin xcom loaded + [2020-04-06 19:06:04] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:06:04] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:06:04] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:06:04] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:06:04] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:06:04] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:06:11] [Livio ->] !spinner + [2020-04-06 19:07:16] Loaded itemdb from itemdb.txt + [2020-04-06 19:07:16] Plugin chatbot loaded + [2020-04-06 19:07:16] Plugin npc loaded + [2020-04-06 19:07:16] Plugin autofollow loaded + [2020-04-06 19:07:16] Plugin manaboy loaded + [2020-04-06 19:07:16] Plugin xcom loaded + [2020-04-06 19:07:17] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:07:17] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:07:17] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:07:17] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:07:17] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:07:17] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:07:21] [Livio ->] !spinner + [2020-04-06 19:07:57] Loaded itemdb from itemdb.txt + [2020-04-06 19:07:57] Plugin chatbot loaded + [2020-04-06 19:07:57] Plugin npc loaded + [2020-04-06 19:07:57] Plugin autofollow loaded + [2020-04-06 19:07:57] Plugin manaboy loaded + [2020-04-06 19:07:57] Plugin xcom loaded + [2020-04-06 19:07:57] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:07:57] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:07:57] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:07:57] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:07:57] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:07:57] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:08:01] [Livio ->] !spinner + [2020-04-06 19:09:31] jak1 : passed too, so... im fine :) + [2020-04-06 19:09:59] Loaded itemdb from itemdb.txt + [2020-04-06 19:09:59] Plugin chatbot loaded + [2020-04-06 19:09:59] Plugin npc loaded + [2020-04-06 19:09:59] Plugin autofollow loaded + [2020-04-06 19:09:59] Plugin manaboy loaded + [2020-04-06 19:09:59] Plugin xcom loaded + [2020-04-06 19:09:59] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:09:59] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:09:59] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:09:59] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:09:59] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:09:59] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:10:05] [Livio ->] !spinner + [2020-04-06 19:10:52] Loaded itemdb from itemdb.txt + [2020-04-06 19:10:52] Plugin chatbot loaded + [2020-04-06 19:10:52] Plugin npc loaded + [2020-04-06 19:10:52] Plugin autofollow loaded + [2020-04-06 19:10:52] Plugin manaboy loaded + [2020-04-06 19:10:52] Plugin xcom loaded + [2020-04-06 19:10:52] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:10:52] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:10:52] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:10:52] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:10:52] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:10:52] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:10:57] [Livio ->] !spinner + [2020-04-06 19:11:27] Loaded itemdb from itemdb.txt + [2020-04-06 19:11:27] Plugin chatbot loaded + [2020-04-06 19:11:27] Plugin npc loaded + [2020-04-06 19:11:27] Plugin autofollow loaded + [2020-04-06 19:11:27] Plugin manaboy loaded + [2020-04-06 19:11:27] Plugin xcom loaded + [2020-04-06 19:11:28] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:11:28] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:11:28] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:11:28] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:11:28] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:11:28] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:11:31] [Livio ->] !spinner + [2020-04-06 19:16:38] Loaded itemdb from itemdb.txt + [2020-04-06 19:16:38] Plugin chatbot loaded + [2020-04-06 19:16:38] Plugin npc loaded + [2020-04-06 19:16:38] Plugin autofollow loaded + [2020-04-06 19:16:38] Plugin manaboy loaded + [2020-04-06 19:16:38] Plugin xcom loaded + [2020-04-06 19:16:38] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:16:38] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:16:38] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:16:38] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:16:38] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:16:38] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:16:45] [Livio ->] !spinner + [2020-04-06 19:19:04] Loaded itemdb from itemdb.txt + [2020-04-06 19:19:04] Plugin chatbot loaded + [2020-04-06 19:19:04] Plugin npc loaded + [2020-04-06 19:19:04] Plugin autofollow loaded + [2020-04-06 19:19:04] Plugin manaboy loaded + [2020-04-06 19:19:04] Plugin xcom loaded + [2020-04-06 19:19:04] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:19:04] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:19:04] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:19:04] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:19:04] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:19:04] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:19:10] [Livio ->] !spinner + [2020-04-06 19:19:28] Livio : I'm a bit tired... + [2020-04-06 19:20:26] jak1 : 7:20pm here, so not tired XD + [2020-04-06 19:20:39] [Livio ->] !spinner + [2020-04-06 19:20:47] jak1 : just lazy XD + [2020-04-06 19:20:48] Livio : Yeah... + [2020-04-06 19:21:00] [Livio ->] !spinner + [2020-04-06 19:21:20] Livio : Wanna try? + [2020-04-06 19:21:29] jak1 : sure + [2020-04-06 19:21:36] Livio : Command is "!spinner" + [2020-04-06 19:21:48] [jak1 ->] !spinner + [2020-04-06 19:22:00] Livio : !spinner + [2020-04-06 19:22:20] Livio : Now if we got more bots we can make them spin together. + [2020-04-06 19:22:43] jak1 : i think 3 in town are enough XD + [2020-04-06 19:23:01] Livio : !spinner + [2020-04-06 19:23:41] Livio : !xuf + [2020-04-06 19:23:41] Liviobot : Livio: "What the scientists have in their briefcases is terrifying." + -- Nikita Khrushchev + [2020-04-06 19:23:52] jak1 : afk + [2020-04-06 19:23:58] Jesusalva : o.o + [2020-04-06 19:24:04] jak1 : hm? + [2020-04-06 19:24:05] [Livio ->] !spinner + [2020-04-06 19:24:16] [Livio ->] !spinner + [2020-04-06 19:24:24] Jesusalva : *gets dizzy* + [2020-04-06 19:24:24] [warp] 009-2 (149,43) + [2020-04-06 19:24:32] [Livio ->] !use 808 + [2020-04-06 19:24:32] [warp] 009-1 (54,39) + [2020-04-06 19:24:34] [Livio ->] !spinner + [2020-04-06 19:24:42] Jesusalva : It spinned 'till the last death frame + [2020-04-06 19:24:42] jak1 : he responses to afk... thats more weired then usualy @Jesusalva + [2020-04-06 19:24:56] Livio : Hey Jesusalva, give me a second. + [2020-04-06 19:26:28] jak1 : Jesusalva i made a new PR, was to lazy to solve it, and the filenames would be broken too XD + [2020-04-06 19:27:15] [Livio ->] !spinner + [2020-04-06 19:27:32] [Livio ->] !spinner + [2020-04-06 19:28:16] [Livio ->] !spinner + [2020-04-06 19:28:42] [Livio ->] !emotex + [2020-04-06 19:30:24] Loaded itemdb from itemdb.txt + [2020-04-06 19:30:24] Plugin chatbot loaded + [2020-04-06 19:30:24] Plugin npc loaded + [2020-04-06 19:30:24] Plugin autofollow loaded + [2020-04-06 19:30:24] Plugin manaboy loaded + [2020-04-06 19:30:24] Plugin xcom loaded + [2020-04-06 19:30:24] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:30:24] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:30:24] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:30:24] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:30:24] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:30:24] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:30:30] Server : PvP On + [2020-04-06 19:31:01] [Livio ->] !spinner + [2020-04-06 19:31:25] [Livio ->] Liviobot is unbeatable now. + [2020-04-06 19:31:28] Livio : Liviobot is unbeatable now. + [2020-04-06 19:31:42] jak1 : still hidden... as i said XD + [2020-04-06 19:31:50] [Livio ->] !spinner + [2020-04-06 19:32:04] [Livio ->] !attack VladTepes + [2020-04-06 19:32:10] Liviobot : Yeah! A challenge! + [2020-04-06 19:32:10] VladTepes : wtf + [2020-04-06 19:32:10] Liviobot : Whoa, dammit! + [2020-04-06 19:32:12] [Livio ->] !attack VladTepes + [2020-04-06 19:32:18] Liviobot : Come on! + [2020-04-06 19:32:18] Liviobot : Yeah! A challenge! + [2020-04-06 19:32:18] Livio : !attack VladTepes + [2020-04-06 19:32:24] Liviobot : Target acquired! + [2020-04-06 19:32:24] VladTepes : dam + [2020-04-06 19:32:24] Liviobot : Ha! + [2020-04-06 19:32:24] VladTepes : u make something + [2020-04-06 19:32:31] Livio : Naah... + [2020-04-06 19:32:31] VladTepes : cheater + [2020-04-06 19:32:48] Livio : Now that he is in bot group he cannot attack or being attacked. + [2020-04-06 19:32:56] VladTepes : ohh + [2020-04-06 19:32:59] Server : PvP Off + [2020-04-06 19:32:59] [-> Livio] Server : PvP Off + [2020-04-06 19:33:13] Livio : At least he will survive from a spawn party. + [2020-04-06 19:36:41] Loaded itemdb from itemdb.txt + [2020-04-06 19:36:41] Plugin chatbot loaded + [2020-04-06 19:36:41] Plugin npc loaded + [2020-04-06 19:36:41] Plugin autofollow loaded + [2020-04-06 19:36:41] Plugin manaboy loaded + [2020-04-06 19:36:41] Plugin xcom loaded + [2020-04-06 19:36:41] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:36:41] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:36:41] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:36:41] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:36:41] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:36:41] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:36:57] Livio : Hmm... + [2020-04-06 19:37:02] Livio : Right now I need the bot to die. + [2020-04-06 19:37:10] Livio : But it can't be killed... + [2020-04-06 19:37:36] VladTepes : [Mylarin Dust] finaly + [2020-04-06 19:37:48] jak1 : gz + [2020-04-06 19:37:57] VladTepes : i m going for that sword + [2020-04-06 19:38:01] Livio : jak1 can you kill Liviobot? + [2020-04-06 19:38:10] jak1 : im not a gm livio^^ + [2020-04-06 19:38:17] Livio : Ah... + [2020-04-06 19:38:18] jak1 : or any gmlvl^^ + [2020-04-06 19:38:29] Livio : Hmm... Wait. + [2020-04-06 19:38:38] Livio : He is a GM level 2 maybe he can kill himself... + [2020-04-06 19:38:48] jak1 : hes gm lvl1 + [2020-04-06 19:39:01] Livio : Oh, well... + [2020-04-06 19:39:31] Livio : Wait, can you bring here jak2 after I push? + [2020-04-06 19:39:39] Okurwieniec : he can call big foot ? + [2020-04-06 19:39:48] Livio : I wish to. \ No newline at end of file diff --git a/plugins/manaboy.py b/plugins/manaboy.py index 7831974..c01a8ab 100755 --- a/plugins/manaboy.py +++ b/plugins/manaboy.py @@ -441,9 +441,17 @@ def set_npc_owner(nick): npc_owner = nick +death_words = [ + "Dammit!!! Why me???", + "Nirvana wait for me!", + "Well, at least I will have no more taxes to pay.", +] + @extends('smsg_being_remove') def bot_dies(data): if data.id == charserv.server.account: + mapserv.cmsg_chat_message(random.choice(bye_answers)) + time.sleep(5) mapserv.cmsg_player_respawn() @@ -1141,9 +1149,61 @@ def manaboy_logic(ts): if not storage_is_open and ts > npcdialog['start_time'] + 30.0: reset() + + # ========================================================================= + +def emoteX(nick, message, is_whisper, match): + if not is_whisper: + return + if nick in ignored_players: + return + + if nick not in admins: + return + emote=1 + while(emote < 40): + mapserv.cmsg_player_emote(emote) + emote=emote+1 + commands.set_direction('', 'up') + time.sleep(0.25) + commands.set_direction('', 'right') + time.sleep(0.25) + commands.set_direction('', 'down') + time.sleep(0.25) + commands.set_direction('', 'left') + time.sleep(0.25) + +def spinner(nick, message, is_whisper, match): + if nick in ignored_players: + return + + players = [] + for being in mapserv.beings_cache.itervalues(): + if ((being.type == 'player') and len(being.name) > 1): + players.append(being.name) + + mapserv.cmsg_chat_message('*hugs Soul Menhir*') + + emote=1 + while(emote < 20): + emote=emote+1 + commands.set_direction('', 'up') + time.sleep(0.1) + commands.set_direction('', 'right') + time.sleep(0.1) + commands.set_direction('', 'down') + time.sleep(0.1) + commands.set_direction('', 'left') + time.sleep(0.1) + + mapserv.cmsg_chat_message('*hugs Soul Menhir*') + + manaboy_commands = { + '!emotex' : emoteX, + '!spinner' : spinner, '!where' : cmd_where, '!goto (\d+) (\d+)' : cmd_goto, '!(left|right|up|down)' : cmd_goclose, -- cgit v1.2.3-70-g09d2 From f7b7ec66d47369e735c297372a1956038d9eed39 Mon Sep 17 00:00:00 2001 From: Livio Recchia Date: Mon, 6 Apr 2020 19:59:44 +0200 Subject: Added puny features to manaboy --- main.log | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ plugins/manaboy.py | 6 +++++- 2 files changed, 64 insertions(+), 1 deletion(-) diff --git a/main.log b/main.log index 5938642..0310d26 100644 --- a/main.log +++ b/main.log @@ -1679,4 +1679,63 @@ may not be the same. [2020-04-06 19:39:31] Livio : Wait, can you bring here jak2 after I push? [2020-04-06 19:39:39] Okurwieniec : he can call big foot ? [2020-04-06 19:39:48] Livio : I wish to. + [2020-04-06 19:40:24] Loaded itemdb from itemdb.txt + [2020-04-06 19:40:25] Plugin chatbot loaded + [2020-04-06 19:40:25] Plugin npc loaded + [2020-04-06 19:40:25] Plugin autofollow loaded + [2020-04-06 19:40:25] Plugin manaboy loaded + [2020-04-06 19:40:25] Plugin xcom loaded + [2020-04-06 19:40:25] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:40:25] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:40:25] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:40:25] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:40:25] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:40:25] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:40:33] Livio : Pushed. + [2020-04-06 19:41:08] jak1 : sure + [2020-04-06 19:41:27] Livio : Enable PvP so we can kill him. + [2020-04-06 19:41:45] jak1 : then i need to pull, but... there are to much changes @strucure ^^ + [2020-04-06 19:41:59] jak1 : or didnt u change anyting else? + [2020-04-06 19:42:15] Livio : I've added some features, nothing important. + [2020-04-06 19:42:22] jak1 : ok + [2020-04-06 19:42:29] Livio : If you have to change too many things just give up. + [2020-04-06 19:42:33] VladTepes : time to be warrior for test this weapon + [2020-04-06 19:42:43] Livio : I will ask someone else to kill Liviobot if possible. + [2020-04-06 19:42:52] Livio : Here he is! + [2020-04-06 19:43:12] [Livio ->] !say @pvp on + [2020-04-06 19:43:13] Server : PvP On + [2020-04-06 19:43:15] [Livio ->] !say @pvp off + [2020-04-06 19:43:23] Livio : Try with: !say @pvp on + [2020-04-06 19:43:28] [Livio ->] !say @pvp off + [2020-04-06 19:43:28] Server : PvP Off + [2020-04-06 19:43:52] jak1 : w8 + [2020-04-06 19:44:12] jak1 : hf XD + [2020-04-06 19:44:20] Livio : Nope.. + [2020-04-06 19:44:24] jak1 : what? + [2020-04-06 19:44:32] Livio : That's not the latest master branch. + [2020-04-06 19:44:49] jak1 : hes @hospital + [2020-04-06 19:44:57] Livio : Let me check in hospital. + [2020-04-06 19:51:14] Reny : heyall + [2020-04-06 19:51:21] Reny : peace + [2020-04-06 19:51:25] matto : hiya Reny + [2020-04-06 19:51:53] Reny : whats new + [2020-04-06 19:56:25] matto : wb Myu + [2020-04-06 19:56:30] Myu. : :D + [2020-04-06 19:57:10] Livio : You have to put coordinates by hand. + [2020-04-06 19:57:14] Jesusalva : hi + [2020-04-06 19:59:00] Loaded itemdb from itemdb.txt + [2020-04-06 19:59:00] Plugin chatbot loaded + [2020-04-06 19:59:00] Plugin npc loaded + [2020-04-06 19:59:00] Plugin autofollow loaded + [2020-04-06 19:59:00] Plugin manaboy loaded + [2020-04-06 19:59:00] Plugin xcom loaded + [2020-04-06 19:59:00] Server : This server is Free Software, for details type @source in chat. + [2020-04-06 19:59:01] Server : Welcome to The Mana World! ##a(running on tmwAthena) + [2020-04-06 19:59:01] Server : [Wiki] [Bug Reports] [Discord] [IRC] + [2020-04-06 19:59:01] Server : You can report abuse by typing in chat: @wgm Player XYZ is abusing me + [2020-04-06 19:59:01] Server : Doomsday, Act 2: Invaders were seen all over the world! We must repel them before it is too late, and they take over The Mana World! + [2020-04-06 19:59:01] [GM] ##1Doomsday Event, Act 3: Will happen on Saturday, April 11th, 18:00 UTC. Come celebrate TMW's 16th anniversary! %%N + [2020-04-06 19:59:05] jak2 : grrr + [2020-04-06 19:59:14] Livio : !spinner + [2020-04-06 19:59:29] Livio : Oh, sorry jak1.. \ No newline at end of file diff --git a/plugins/manaboy.py b/plugins/manaboy.py index c01a8ab..f5c3d80 100755 --- a/plugins/manaboy.py +++ b/plugins/manaboy.py @@ -445,12 +445,16 @@ death_words = [ "Dammit!!! Why me???", "Nirvana wait for me!", "Well, at least I will have no more taxes to pay.", + "I need another drink...", + "I don't want to see!", + "See you on the other side!", + "Don't worry: I've pressed the up button first.", ] @extends('smsg_being_remove') def bot_dies(data): if data.id == charserv.server.account: - mapserv.cmsg_chat_message(random.choice(bye_answers)) + mapserv.cmsg_chat_message(random.choice(death_words)) time.sleep(5) mapserv.cmsg_player_respawn() -- cgit v1.2.3-70-g09d2