From d6a00d63a81a326eae75da151380199fc6f87a55 Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Thu, 22 Dec 2022 18:41:12 -0600 Subject: [PATCH] 12/22/2022 --- doctor/banks.txt | 4 ++++ qmutants.py | 17 +++++++++++------ robin-hood/banks.txt | 4 ++++ 3 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 doctor/banks.txt create mode 100644 robin-hood/banks.txt diff --git a/doctor/banks.txt b/doctor/banks.txt new file mode 100644 index 0000000..e40414c --- /dev/null +++ b/doctor/banks.txt @@ -0,0 +1,4 @@ +done,tra 2000,south,!deposit,drop nuclear-decay,!stock,get nuclear-decay,!return,done +done,tra 2000,east,east,east,!deposit,drop nuclear-decay,!stock,get nuclear-decay,!return,done +done,tra 2000,south,south,south,south,south,south,west,west,west,north,!deposit,drop nuclear-decay,!stock,get nuclear-decay,!return,done + \ No newline at end of file diff --git a/qmutants.py b/qmutants.py index 11dbaca..517a46d 100644 --- a/qmutants.py +++ b/qmutants.py @@ -14,19 +14,24 @@ import paho.mqtt.client as mqtt HOST = "telnet.goldenunicorn.net" -#usr_1 = "epilectrik" +usr_1 = "epilectrik" +pwrd_1 = "gupass" + +usr_2 = "im bait" +pwrd_2 = "gupass" + +#usr_1 = "Mtron" #pwrd_1 = "gupass" -#usr_2 = "im bait" +#usr_2 = "IonJunkies-Merc" #pwrd_2 = "gupass" -usr_1 = "Mtron" +usr_1 = "doctor" pwrd_1 = "gupass" -usr_2 = "IonJunkies-Merc" +usr_2 = "robin-hood" pwrd_2 = "gupass" - #this is a thing that i wrote #static lists convert_list = ["Ion-Pack","Ion-Decay","Cheese","Nuclear-thong","Skull","Bottle-Cap","Cigarette-Butt","Knife","Gas-Grenade","Leather-Vest","Buckler","Bola","Bug-Plate", @@ -40,7 +45,7 @@ farm_sell_list = ["Gold-Chunck","Nuclear-Rock","Nuclear-Waste"] farm_stock_list = ["Nuclear-Decay","Troll-Skin","Invisible-Cloth","Hell-Blade"] -friend_list = ["Epilectrik","ImBait","Mtron","Im","IonJunkies-Merc"] +friend_list = ["Epilectrik","ImBait","Mtron","Im","IonJunkies-Merc","Robin-Hood","Doctor"] help_list = ["$ - Key listener on/off", "8 - North", diff --git a/robin-hood/banks.txt b/robin-hood/banks.txt new file mode 100644 index 0000000..e40414c --- /dev/null +++ b/robin-hood/banks.txt @@ -0,0 +1,4 @@ +done,tra 2000,south,!deposit,drop nuclear-decay,!stock,get nuclear-decay,!return,done +done,tra 2000,east,east,east,!deposit,drop nuclear-decay,!stock,get nuclear-decay,!return,done +done,tra 2000,south,south,south,south,south,south,west,west,west,north,!deposit,drop nuclear-decay,!stock,get nuclear-decay,!return,done + \ No newline at end of file