Browse Source

1/3/2023

BradDev
Brad Winkelman 3 years ago
parent
commit
e76f3374ce
  1. 8
      qmutants.py
  2. 1
      tkls-Priest/banks.txt
  3. 1
      tkls-Thief1/banks.txt
  4. 1
      tkls-Warrior2/banks.txt
  5. 1
      tkls-Wizard1/banks.txt
  6. 3
      tkls-login.txt

8
qmutants.py

@ -114,7 +114,7 @@ farm_sell_list = ["Gold-Chunck","Nuclear-Rock","Nuclear-Waste"]
farm_stock_list = ["Nuclear-Decay","Eazy-Armor","Hell-Blade"]
friend_list = ["Epilectrik","ImBait","Mtron","Im","IonJunkies-Merc","Robin-Hood","Doctor","Assassin","Mercenary","Mutant-warrior-1","Mutant-warrior-2","CarlRam"]
friend_list = ["Epilectrik","ImBait","Mtron","Im","IonJunkies-Merc","Robin-Hood","Doctor","Assassin","Mercenary","Mutant-warrior-1","Mutant-warrior-2","CarlRam","tkls-Warrior","tkls-Warrior2","tkls-Wizard1","tkls-Priest"]
#cure_path = ["done","tra 2000","north","north","north","north","cure me","!return","done"]
@ -207,7 +207,7 @@ class mutant(QWidget):
self.clss = "Thief"
self.level = 0
self.riblet_thresh = 200000
self.ion_thresh = 4000000
self.ion_thresh = 0
self.present_year=player.start_year
self.no_action_cnt = 0
@ -798,8 +798,8 @@ class mutant(QWidget):
self.send_cmd("heal\r\n")
self.send_cmd("heal\r\n")
self.hits = 0
if result.find("have slain") != -1 or result.find("has just left") != -1 or result.find("isn't around here!") != -1 or result.find("You're not ready") != -1:
if result not in ["have slain","has just left","isn't around here!","You're not ready"]:
#if result.find("have slain") != -1 or result.find("has just left") != -1 or result.find("isn't around here!") != -1 or result.find("You're not ready") != -1:
try:
self.local_monsters.pop(0)
except:

1
tkls-Priest/banks.txt

@ -0,0 +1 @@
done,done

1
tkls-Thief1/banks.txt

@ -0,0 +1 @@
done,done

1
tkls-Warrior2/banks.txt

@ -0,0 +1 @@
done,done

1
tkls-Wizard1/banks.txt

@ -0,0 +1 @@
done,done

3
tkls-login.txt

@ -1,2 +1,5 @@
192.168.254.238,False
tkls-Warrior,mypass,4,Nuclear-Decay,dispell,True,True,False,False,False,False,2000,2500,50
tkls-Warrior2,mypass,4,Nuclear-Decay,dispell,True,True,False,False,False,False,2000,2500,50
tkls-Wizard1,mypass,4,Nuclear-Decay,dispell,True,True,False,False,False,False,2000,2500,50
tkls-Priest,mypass,4,Nuclear-Decay,dispell,True,True,False,False,False,False,2000,2500,50
Loading…
Cancel
Save