You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitclient.send_message(message.channel, '%s: Error getting info for character %s-%s-%s. Role not found. Make sure your format is \'!sim charactername-servername-region\'.'% (author.mention, character, server, region))
234
234
else:
235
235
awaitclient.send_message(message.channel, '%s: Character %s-%s-%s not found. Make sure your format is \'!sim charactername-servername-region\'.'% (author.mention, character, server, region))
print('Looking at %s - %s - %s'% (character, server, region))
242
-
ifchar_exists(character, server, region):
243
-
print("Toon exists, moving on")
244
-
isDPS=is_dps(character, server, region)
245
-
spec=get_spec(character, server, region)
246
-
role=get_role(character, server, region)
247
-
print('Looking at %s - %s - %s who exists and is a %s'% (character, server, region, spec ))
248
-
if (isDPSorspec=='Shadow'):
249
-
if(spec=='Shadow'orTrue):
250
-
awaitclient.send_message(message.channel, 'Pulling simming stats for %s - %s - %s. Be aware concurrent simulations will slow me down. Be gentle... I\'m delicate :^)'% (character, server, region))
251
-
awaitclient.send_message(message.channel, 'Temple Bot takes about 3-5 min to run a sim (longer if multiple sims are going at the same time). I will ping you when I\'m done')
252
-
awaitclient.send_message(message.channel, 'Current spec: %s. Armory info last updated %s'% (spec, armory_date(character, server, region)))
253
-
awaitclient.send_message(message.channel, '%s: Starting 3 sims for 1, 2 and 3 targets. These will run one after the other and will take several minutes.'%author.mention)
awaitclient.send_message(message.channel, '%s: Sorry, I am a mean temple bot. I only have eyes for Shadow Priests.'%author.mention)
257
-
else:
258
-
if (role=='TANK'):
259
-
awaitclient.send_message(message.channel, '%s: Sorry, sims for pawn do not work well for Tanks. This is a limitation of SimulationCraft. Have you thought about being Shadow? I like Shadow'%author.mention)
260
-
elif (role=='HEALING'):
261
-
awaitclient.send_message(message.channel, '%s: Sorry, sims do not work for healers. This is a limitation of SimulationCraft. Have you thought about being Shadow?'%author.mention)
262
-
else:
263
-
awaitclient.send_message(message.channel, '%s: Error getting info for character %s-%s-%s. Role not found. Make sure your format is \'!sim charactername-servername-region\'.'% (author.mention, character, server, region))
264
-
else:
265
-
awaitclient.send_message(message.channel, '%s: Character %s-%s-%s not found. Make sure your format is \'!sim charactername-servername-region\'.'% (author.mention, character, server, region))
print('Looking at %s - %s - %s who exists and is a %s'% (character, server, region, spec ))
283
261
if (isDPSorspec=='Shadow'):
284
262
if(spec=='Shadow'orTrue):
285
-
awaitclient.send_message(message.channel, 'Pulling simming stats for %s - %s - %s. Be aware concurrent simulations will slow me down. Be gentle... I\'m delicate :^)'% (character, server, region))
286
263
awaitclient.send_message(message.channel, 'Temple Bot takes about 3-5 min to run a sim (longer if multiple sims are going at the same time). I will ping you when I\'m done')
287
-
awaitclient.send_message(message.channel, 'Current spec: %s. Armory info last updated %s'% (spec, armory_date(character, server, region)))
288
-
awaitclient.send_message(message.channel, '%s: Starting 1 sim for 2 targets. This will take several minutes.'%author.mention)
289
-
if(run2):
264
+
awaitclient.send_message(message.channel, 'Current spec: %s. Armory info last updated %s'% (spec, armory_date(character, server, region)))
265
+
if(run2):
266
+
awaitclient.send_message(message.channel, '%s: Starting 1 sim for 2 targets. This will take several minutes.'%author.mention)
awaitclient.send_message(message.channel, '%s: Starting 3 sims for 1, 2 and 3 targets. These will run one after the other and will take several minutes.'%author.mention)
0 commit comments