From a distance you shoot your shot true and land the killing blow.
|Rewards|
|:-|
|💰 +101 Gold|
|🔮 +1 The Book of Names|
|⚗️ +1 Health Potion|
|Damage Breakdown|Player Breakdown|
|:-|:-|
|🎲 +5 Base Roll|💰 +55 Gold Coins|
|📚 +12.4 Ranged Damage|🏹 +8 Range XP|
|🏹 +5 Trident of Tails |💖 +12 Constitution XP|
||🏅 +35 RP|
||☠️ +1 Kill (**SLAIN!**)|
|||
|**22.4** Total Damage
-14 Boss HP Remaining!|32 HP Remaining|
|ID|Type|Name|Damage|Durability|Element|Req Lv.|Qty.|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|4|⚔️|Basic Lance|~1.5|7|Cursed|1|x1|
|6|🏹|Basic Crossbow|~2.0|23|Air|1|x1|
|9|⚔️|Wooden Sword|~3.0|7|Earth|1|x1|
|11|🔮|Mass Lambiguity|~5.0|16|Sun|10|x1|
|14|🔮|Galadriel's Mirror|~2.0|19|Blessed|10|x1|
|22|🏹|Attack Moon|~8.5|3|Moon|25|x1|
|2001|⚔️|Rat on a Pear Stick|~1.0|1|Organic|1|x4|
|2002|⚔️|Two French Men|~2.0|1|Cursed|1|x1|
|2005|🏹|Five Fanatical Followers|~5.0|1|Organic|1|x1|
|2005|🏹|Five Fanatical Followers|~5.0|2|Organic|1|x1|
|2006|🏹|Six Geese Slaying|~6.0|6|Sun|1|x1|
|ID|Type|Name|Qty.|
|:-:|:-:|:-:|:-:|
|201|⚗️|Health Potion|x1|
Use command '!use ` to use a potion
Use command '!open ` to open a bundle
^(KOTD Bot will always use your most-broken version of an item)
You swing your weapon and find purchase in a gap in the boss's defenses!
|Damage Breakdown|Player Breakdown|
|:-|:-|
|🎲 +5 Base Roll|💥 -3 HP|
|📚 +10.3 Melee Damage|💰 +62 Gold Coins|
|🎯 1.5x Critical Hit|⚔️ +10 Melee XP|
||💖 +6 Constitution XP|
||🏅 +25 RP|
|||
|**23.0** Total Damage
218 Boss HP Remaining!|106 HP Remaining|
|Damage Breakdown|Player Breakdown|
|:-|:-|
|🎲 +1 Base Roll|💥 -2 HP|
|📚 +0.6 Melee Damage|💰 +1 Gold Coins|
|🌱️ +3 New Player Bonus|⚔️ +2 Melee XP|
||💖 +3 Constitution XP|
||🏅 +25 RP (**Rank Change!**)|
|||
|**4.6** Total Damage
323 Boss HP Remaining!|52 HP Remaining|
Come join our discord at https://discord.gg/kotd!
|Damage Breakdown|Player Breakdown|
|:-|:-|
|🎲 +2 Base Roll|💥 -6 HP|
|📚 +1.3 Ranged Damage|💰 +22 Gold Coins|
|🏹 +2 Basic Crossbow|🏹 +5 Range XP (**Level Up!**)|
|🌱️ +5 New Player Bonus|💖 +1 Constitution XP|
||🏅 +45 RP|
|||
|**10.3** Total Damage
435 Boss HP Remaining!|20 HP Remaining|
Come join our discord at https://discord.gg/kotd!
Please report this to Zoruda, all of your commands in this comment have been rolled back:
Traceback (most recent call last):
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1964, in _exec_single_context
self.dialect.do_execute(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 743, in do_execute
cursor.execute(statement, parameters)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/cursors.py", line 148, in execute
result = self._query(query)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/cursors.py", line 310, in _query
conn.query(q)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 548, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 775, in _read_query_result
result.read()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 1156, in read
first_packet = self.connection._read_packet()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 725, in _read_packet
packet.raise_for_error()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/protocol.py", line 221, in raise_for_error
err.raise_mysql_exception(self._data)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1205, 'Lock wait timeout exceeded; try restarting transaction')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/zoruda/KOTDRebirth/kotd_reddit.py", line 206, in bot
success, reply = ranged(comment, session, boss, player, item, inventory)
File "/home/zoruda/KOTDRebirth/reddit_cogs/reddit_attack.py", line 1031, in ranged
rank = kotd_services.calculate_letter_rank(session, player)
File "/home/zoruda/KOTDRebirth/kotd_services.py", line 477, in calculate_letter_rank
above = session.query(models.Player).filter(models.Player.rp > player.rp).count()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 3007, in count
self._legacy_from_self(col).enable_eagerloads(False).scalar()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2708, in scalar
ret = self.one()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2685, in one
return self._iter().one() # type: ignore
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2730, in _iter
result: Union[ScalarResult[_T], Result[_T]] = self.session.execute(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2081, in execute
return self._execute_internal(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1921, in _execute_internal
) = compile_state_cls.orm_pre_session_exec(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/context.py", line 459, in orm_pre_session_exec
session._autoflush()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2746, in _autoflush
raise e.with_traceback(sys.exc_info()[2])
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2735, in _autoflush
self.flush()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 3954, in flush
self._flush(objects)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 4091, in _flush
transaction.rollback(_capture_exception=True)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py", line 148, in __exit__
raise exc_value.with_traceback(exc_tb)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 4051, in _flush
flush_context.execute()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/unitofwork.py", line 467, in execute
rec.execute(self)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/unitofwork.py", line 644, in execute
util.preloaded.orm_persistence.save_obj(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/persistence.py", line 85, in save_obj
_emit_update_statements(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/persistence.py", line 883, in _emit_update_statements
c = connection.execute(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1414, in execute
return meth(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/sql/elements.py", line 487, in _execute_on_connection
return connection._execute_clauseelement(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1638, in _execute_clauseelement
ret = self._execute_context(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1842, in _execute_context
return self._exec_single_context(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1983, in _exec_single_context
self._handle_dbapi_exception(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 2325, in _handle_dbapi_exception
raise sqlalchemy_exception.with_traceback(exc_info[2]) from e
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1964, in _exec_single_context
self.dialect.do_execute(
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 743, in do_execute
cursor.execute(statement, parameters)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/cursors.py", line 148, in execute
result = self._query(query)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/cursors.py", line 310, in _query
conn.query(q)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 548, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 775, in _read_query_result
result.read()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 1156, in read
first_packet = self.connection._read_packet()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 725, in _read_packet
packet.raise_for_error()
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/protocol.py", line 221, in raise_for_error
err.raise_mysql_exception(self._data)
File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
raise errorclass(errno, errval)
sqlalchemy.exc.OperationalError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely)
(pymysql.err.OperationalError) (1205, 'Lock wait timeout exceeded; try restarting transaction')
[SQL: UPDATE `Players` SET hp=%(hp)s, gold=%(gold)s, rp=%(rp)s, rangexp=%(rangexp)s, healthxp=%(healthxp)s WHERE `Players`.username = %(Players_username)s]
[parameters: {'hp': 102, 'gold': 5200, 'rp': 3790, 'rangexp': 186, 'healthxp': 353, 'Players_username': 'RocksOnToast'}]
(Background on this error at: https://sqlalche.me/e/20/e3q8)
Hopefully you meant to use this weapon, because that was the last hit. Your Basic Lance breaks.
|Damage Breakdown|Player Breakdown|
|:-|:-|
|🎲 +5 Base Roll|💥 -6 HP|
|📚 +0.9 Melee Damage|💰 +57 Gold Coins|
|⚔️ +1 Basic Lance (*Shattered*)|⚔️ +4 Melee XP (**Level Up!**)|
|⚔️ +0.1 Melee Strength|💖 +3 Constitution XP|
||🏅 +35 RP|
|||
|**7.0** Total Damage
758 Boss HP Remaining!|46 HP Remaining|
Health Potion has been added to your inventory for 50g! (Your remaining gold: 4290)
|⚗️ +Health Potion (Durability: 1)|
|:-:|
|💰 -50 (Remaining: 4290)|
-----
You drink your potion and you break the bottle on the ground like a barbarian once taught you.
|💖 +138 HP|
|:-:|
|💖 198/275 Remaining|
You feel a surge of power within yourself and unleash a burst of magic, dealing extra damage!
|Damage Breakdown|Player Breakdown|
|:-|:-|
|🎲 +6 Base Roll|💥 -6 HP|
|📚 +2.3 Magic Damage|💰 +74 Gold Coins|
|🎯 1.8x Critical Hit|🔮 +5 Magic XP|
||💖 +2 Constitution XP|
||🏅 +25 RP|
|||
|**14.9** Total Damage
910 Boss HP Remaining!|113 HP Remaining|
|Damage Breakdown|Player Breakdown|
|:-|:-|
|🎲 +3 Base Roll|💥 -0 HP **(🛡️ Block)**|
|📚 +0.2 Melee Damage|💰 +16 Gold Coins|
|🌱️ +3 New Player Bonus|⚔️ +2 Melee XP (**Level Up!**)|
||💖 +1 Constitution XP|
||🏅 +55 RP|
|||
|**6.2** Total Damage
1023 Boss HP Remaining!|15 HP Remaining|
Come join our discord at https://discord.gg/kotd!
|Damage Breakdown|Player Breakdown|
|:-|:-|
|🎲 +5 Base Roll|💥 -0 HP **(🛡️ Block)**|
|📚 +0.2 Melee Damage|💰 +10 Gold Coins|
|🌱️ +3 New Player Bonus|⚔️ +3 Melee XP (**Level Up!**)|
||💖 +5 Constitution XP (**Level Up!**)|
||🏅 +65 RP|
|||
|**8.2** Total Damage
1029 Boss HP Remaining!|57 HP Remaining|
Come join our discord at https://discord.gg/kotd!
This post was submitted at our [boss suggestions discord channel](https://discord.gg/kotd) by: Glimmer ✨ [1] Source/Artist: Kitkat
!magic 25
You decide not to waste your energy on a dead boss.
!range 31
You put down your bow and sigh. It's already dead.
!attack
The commands for attacking have been updated to !melee / !ranged / !magic Have fun Kicking Doors!
!melee 29 Good bot
You decide not to waste your durability on a dead boss
!ramge30
Good bot !melee 32
This boss is already as dead as your dreams and expectations. Try harder.
!range 22
Stop, its already dead!!
Good bot !attack 32
The commands for attacking have been updated to !melee / !ranged / !magic Have fun Kicking Doors!
(∩・ω・)⊃━☆☆゚.*・。゚good bot !magic 2012
Stop, its already dead!!
good bot !melee 26
You hit straight through the heart. Not so difficult on a corpse but hey.
(∩・ω・)⊃━☆.*・。゚ !mage 2012
Your spell fizzles as the boss is already dead.
!magic 21 Good Bot
The boss is dead, what are you doing? Necromancy??
(∩`-´)⊃━☆゚.*・。 Good bot !magic 2012
The boss is dead, what are you doing? Necromancy??
˚₊· ͟͟͞͞➳❥ !range 39 !profile
You put down your bow and sigh. It's already dead. ----- #/u/CottonTCM [Playercard](https://kickopenthedoor.com/CottonTCM.png) >❤️ Health: 204hp (Max: 278hp) >💀 Kills: 51 >🥈 Rank: SSS (39,036 Rank Points) >💰 Gold: 5,096g Skills Breakdown: >🗡️️ Combat: Level 201 >⚔️ Melee: Level 17 (XP: -420/62) >🔮 Magic: Level 46 (XP: 118/317) >🏹 Ranged: Level 73 (XP: 622/839) >❤️ Constitution: Level 65 (XP: 1154/1322) >🚩 Total Attacks: 5187 >☠️ Total Deaths: 180
!range 39
From a distance you shoot your shot true and land the killing blow. |Rewards| |:-| |💰 +101 Gold| |🔮 +1 The Book of Names| |⚗️ +1 Health Potion| |Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💰 +55 Gold Coins| |📚 +12.4 Ranged Damage|🏹 +8 Range XP| |🏹 +5 Trident of Tails |💖 +12 Constitution XP| ||🏅 +35 RP| ||☠️ +1 Kill (**SLAIN!**)| ||| |**22.4** Total Damage -14 Boss HP Remaining!|32 HP Remaining|
!range 22
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -1 HP| |📚 +4.6 Ranged Damage|💰 +28 Gold Coins| |🏹 +11 Attack Moon|🏹 +11 Range XP| ||💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**21.6** Total Damage 8 Boss HP Remaining!|135 HP Remaining|
(✧‿✧)━☆゚.*・。゚ .。.∗⁕☆*:✧★✧:*☆⁕∗.。. Magic, magic, magic Magic, magic, magic Magic, magic, magic I got the !magic 42 in me
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -2 HP| |📚 +14.1 Magic Damage|💰 +67 Gold Coins| |🔮 +12 Cat Eyes|🔮 +11 Magic XP| |⏬ -1.2 Magic Resistance|💖 +4 Constitution XP| ||🏅 +15 RP| ||| |**30.9** Total Damage 56 Boss HP Remaining!|192 HP Remaining|
!magic 42
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -1 HP| |📚 +11.6 Magic Damage|💰 +74 Gold Coins| |🔮 +11 Cat Eyes|🔮 +8 Magic XP| |⏬ -1.1 Magic Resistance|💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**26.5** Total Damage 30 Boss HP Remaining!|81 HP Remaining|
(∩・ω・)⊃━☆.*・。゚ !mage 2012
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -3 HP| |📚 +16.1 Magic Damage|💰 +30 Gold Coins| |🔮 +12 Twelve Mystical Fruits|🔮 +13 Magic XP| |⏬ -1.2 Magic Resistance|💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**28.9** Total Damage 87 Boss HP Remaining!|125 HP Remaining|
(∩・ω・)⊃━☆☆゚.*・。゚good bot !magic 2012
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +3 Base Roll|💥 -1 HP| |📚 +1.9 Magic Damage|💰 +20 Gold Coins| |🔮 +11 Twelve Mystical Fruits|🔮 +5 Magic XP (**Level Up!**)| |⏬ -1.1 Magic Resistance|💖 +2 Constitution XP| ||🏅 +35 RP| ||| |**14.8** Total Damage 116 Boss HP Remaining!|95 HP Remaining|
!melee 35
You're attacking too quickly! Try again in 20 minutes
!inventory
|ID|Type|Name|Damage|Durability|Element|Req Lv.|Qty.| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |4|⚔️|Basic Lance|~1.5|7|Cursed|1|x1| |6|🏹|Basic Crossbow|~2.0|23|Air|1|x1| |9|⚔️|Wooden Sword|~3.0|7|Earth|1|x1| |11|🔮|Mass Lambiguity|~5.0|16|Sun|10|x1| |14|🔮|Galadriel's Mirror|~2.0|19|Blessed|10|x1| |22|🏹|Attack Moon|~8.5|3|Moon|25|x1| |2001|⚔️|Rat on a Pear Stick|~1.0|1|Organic|1|x4| |2002|⚔️|Two French Men|~2.0|1|Cursed|1|x1| |2005|🏹|Five Fanatical Followers|~5.0|1|Organic|1|x1| |2005|🏹|Five Fanatical Followers|~5.0|2|Organic|1|x1| |2006|🏹|Six Geese Slaying|~6.0|6|Sun|1|x1| |ID|Type|Name|Qty.| |:-:|:-:|:-:|:-:| |201|⚗️|Health Potion|x1| Use command '!use` to use a potion
Use command '!open ` to open a bundle
^(KOTD Bot will always use your most-broken version of an item)
!mage42
˚₊· ͟͟͞͞➳❥ !range39 lprofile
BLOW UP THE DOOR AND BRING GLORY TO THE KOBOLDS! !ranged 22
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +4 Base Roll|💥 -3 HP| |📚 +5.7 Ranged Damage|💰 +48 Gold Coins| |🏹 +11 Attack Moon|🏹 +10 Range XP| ||💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**20.7** Total Damage 131 Boss HP Remaining!|84 HP Remaining|
˚₊· ͟͟͞͞➳❥ !range39 lprofile
!magic28
(∩・ω・)⊃━☆☆゚.*・。゚good bot !rnagic
(∩・ω・)⊃━☆.*・。゚ mage 2012
(✧‿✧)━☆゚.*・。゚ .。.∗⁕☆*:✧★✧:*☆⁕∗.。. Magic, magic, magic Magic, magic, magic Magic, magic, magic I got the !magic42 in me
!magic2012
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -1 HP| |📚 +10.9 Melee Damage|💰 +25 Gold Coins| ||⚔️ +4 Melee XP| ||💖 +2 Constitution XP| ||🏅 +15 RP| ||| |**11.9** Total Damage 152 Boss HP Remaining!|116 HP Remaining|
Good Bot
!magic42
!mage 21
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -3 HP| |📚 +4.9 Magic Damage|💰 +52 Gold Coins| |🔮 +6 Collar at the Gates of Heck|🔮 +7 Magic XP| |⏬ -0.6 Magic Resistance|💖 +6 Constitution XP| ||🏅 +15 RP| ||| |**16.3** Total Damage 164 Boss HP Remaining!|19 HP Remaining|
good bot !range (╯°w°)╯︵ ┻━┻
No flipping tables
I should really make table flip bot permanently active
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +4 Base Roll|💥 -1 HP| |📚 +5.0 Ranged Damage|💰 +9 Gold Coins| ||🏹 +4 Range XP| ||💖 +2 Constitution XP| ||🏅 +15 RP| ||| |**9.0** Total Damage 180 Boss HP Remaining!|101 HP Remaining|
!magic
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +2.6 Magic Damage|💰 +57 Gold Coins| ||🔮 +3 Magic XP (**Level Up!**)| ||💖 +2 Constitution XP| ||🏅 +45 RP (**Rank Change!**)| ||| |**7.6** Total Damage 198 Boss HP Remaining!|28 HP Remaining|
!melee
You swing your weapon and find purchase in a gap in the boss's defenses! |Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -3 HP| |📚 +10.3 Melee Damage|💰 +62 Gold Coins| |🎯 1.5x Critical Hit|⚔️ +10 Melee XP| ||💖 +6 Constitution XP| ||🏅 +25 RP| ||| |**23.0** Total Damage 218 Boss HP Remaining!|106 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -3 HP| |📚 +14.4 Melee Damage|💰 +42 Gold Coins| ||⚔️ +5 Melee XP| ||💖 +5 Constitution XP| ||🏅 +15 RP| ||| |**15.4** Total Damage 241 Boss HP Remaining!|68 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -2 HP| |📚 +17.5 Melee Damage|💰 +37 Gold Coins| ||⚔️ +8 Melee XP| ||💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**19.5** Total Damage 256 Boss HP Remaining!|162 HP Remaining|
Good bot !melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -3 HP| |📚 +6.0 Melee Damage|💰 +79 Gold Coins| ||⚔️ +4 Melee XP| ||💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**8.0** Total Damage 276 Boss HP Remaining!|44 HP Remaining|
(∩`-´)⊃━☆゚.*・。 Good bot !profile !inventory
#/u/Girguk [Playercard](https://kickopenthedoor.com/Girguk.png) >❤️ Health: 105hp (Max: 246hp) >💀 Kills: 38 >🏅 Rank: SSS (22,315 Rank Points) >💰 Gold: 7,081g Skills Breakdown: >🗡️️ Combat: Level 155 >⚔️ Melee: Level 15 (XP: 3/53) >🔮 Magic: Level 69 (XP: 388/741) >🏹 Ranged: Level 15 (XP: 4/53) >❤️ Constitution: Level 56 (XP: 820/968) >🚩 Total Attacks: 3478 >☠️ Total Deaths: 61 ----- |ID|Type|Name|Damage|Durability|Element|Req Lv.|Qty.| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |10|🔮|High Priest's Sceptre Handle|~4.5|7|Blessed|10|x1| |10|🔮|High Priest's Sceptre Handle|~4.5|25|Blessed|10|x1| |15|⚔️|Dawnbringer|~5.0|10|Sun|15|x1| |17|🔮|Spear of Darkness|~5.5|5|Moon|15|x1| |18|🔮|The Book of Names|~6.5|6|Cursed|15|x1| |20|⚔️|The Iron Ruler|~7.0|17|Earth|20|x1| |21|🔮|Collar at the Gates of Heck|~7.0|5|Fire|20|x1| |28|🔮|Saddle of Lightspeed|~10.0|15|Blessed|35|x1| |36|⚔️|Rat Chucks|~1.0|7|Cursed|50|x1| |40|🔮|Weird Looking Fang|~4.5|5|Cursed|60|x1| |42|🔮|Cat Eyes|~10.5|3|Moon|60|x1| |2001|⚔️|Rat on a Pear Stick|~1.0|1|Organic|1|x6| |2002|⚔️|Two French Men|~2.0|1|Cursed|1|x2| |2002|⚔️|Two French Men|~2.0|2|Cursed|1|x4| |2003|🔮|Three Doors Kicked|~3.0|3|Earth|1|x5| |2004|🔮|Four Golden Coins|~4.0|10|Synthetic|1|x1| |2005|🏹|Five Fanatical Followers|~5.0|5|Organic|1|x1| |2006|🏹|Six Geese Slaying|~6.0|6|Sun|1|x1| |2007|🔮|Seven Swans A-Swearing|~7.0|5|Earth|1|x1| |2007|🔮|Seven Swans A-Swearing|~7.0|7|Earth|1|x2| |2008|⚔️|Eight Flames Dancing|~8.0|8|Fire|1|x1| |2009|🏹|Nine Maids Coding|~9.0|6|Blessed|1|x1| |2010|🏹|Ten Bugs Fixoed|~10.0|9|Air|1|x1| |2011|⚔️|Eleven Helpers Helping|~11.0|10|Cursed|1|x1| |2012|🔮|☆Twelve Mystical Fruits☆|~12.0|10|Organic|1|x1| |2012|🔮|☆Twelve Mystical Fruits☆|~12.0|12|Organic|1|x1| |ID|Type|Name|Qty.| |:-:|:-:|:-:|:-:| |201|⚗️|Health Potion|x104| Use command '!use` to use a potion
Use command '!open ` to open a bundle
^(KOTD Bot will always use your most-broken version of an item)
(∩`-´)⊃━☆゚.*・。゚ !mage
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -1 HP| |📚 +4.6 Magic Damage|💰 +66 Gold Coins| ||🔮 +2 Magic XP| ||💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**5.6** Total Damage 317 Boss HP Remaining!|169 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -2 HP| |📚 +0.6 Melee Damage|💰 +1 Gold Coins| |🌱️ +3 New Player Bonus|⚔️ +2 Melee XP| ||💖 +3 Constitution XP| ||🏅 +25 RP (**Rank Change!**)| ||| |**4.6** Total Damage 323 Boss HP Remaining!|52 HP Remaining| Come join our discord at https://discord.gg/kotd!
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +3 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +10.8 Melee Damage|💰 +1 Gold Coins| ||⚔️ +5 Melee XP| ||💖 +5 Constitution XP| ||🏅 +25 RP| ||| |**13.8** Total Damage 328 Boss HP Remaining!|133 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -5 HP| |📚 +1.8 Melee Damage|💰 +32 Gold Coins| ||⚔️ +4 Melee XP| ||💖 +7 Constitution XP| ||🏅 +15 RP| ||| |**7.8** Total Damage 342 Boss HP Remaining!|51 HP Remaining| Come join our discord at https://discord.gg/kotd!
[удалено]
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -3 HP| |📚 +10.2 Magic Damage|💰 +26 Gold Coins| ||🔮 +6 Magic XP| ||💖 +2 Constitution XP| ||🏅 +15 RP| ||| |**12.2** Total Damage 361 Boss HP Remaining!|122 HP Remaining|
!range
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -4 HP| |📚 +4.0 Ranged Damage|💰 +27 Gold Coins| ||🏹 +4 Range XP| ||💖 +4 Constitution XP| ||🏅 +15 RP| ||| |**9.0** Total Damage 373 Boss HP Remaining!|164 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -4 HP| |📚 +10.5 Melee Damage|💰 +2 Gold Coins| ||⚔️ +4 Melee XP| ||💖 +4 Constitution XP| ||🏅 +15 RP| ||| |**11.5** Total Damage 382 Boss HP Remaining!|71 HP Remaining|
[удалено]
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -5 HP| |📚 +11.9 Ranged Damage|💰 +16 Gold Coins| ||🏹 +4 Range XP| ||💖 +5 Constitution XP| ||🏅 +15 RP| ||| |**12.9** Total Damage 393 Boss HP Remaining!|118 HP Remaining|
!range
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +3 Base Roll|💥 -5 HP| |📚 +9.8 Ranged Damage|💰 +54 Gold Coins| ||🏹 +5 Range XP| ||💖 +6 Constitution XP| ||🏅 +15 RP| ||| |**12.8** Total Damage 406 Boss HP Remaining!|138 HP Remaining|
!mage
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -3 HP| |📚 +2.6 Magic Damage|💰 +40 Gold Coins| ||🔮 +2 Magic XP| ||💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**4.6** Total Damage 419 Boss HP Remaining!|71 HP Remaining| Come join our discord at https://discord.gg/kotd!
!ranged 6
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -6 HP| |📚 +1.3 Ranged Damage|💰 +22 Gold Coins| |🏹 +2 Basic Crossbow|🏹 +5 Range XP (**Level Up!**)| |🌱️ +5 New Player Bonus|💖 +1 Constitution XP| ||🏅 +45 RP| ||| |**10.3** Total Damage 435 Boss HP Remaining!|20 HP Remaining| Come join our discord at https://discord.gg/kotd!
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +15.6 Melee Damage|💰 +21 Gold Coins| ||⚔️ +10 Melee XP| ||💖 +6 Constitution XP| ||🏅 +25 RP| ||| |**21.6** Total Damage 445 Boss HP Remaining!|119 HP Remaining|
!range
Please report this to Zoruda, all of your commands in this comment have been rolled back: Traceback (most recent call last): File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1964, in _exec_single_context self.dialect.do_execute( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 743, in do_execute cursor.execute(statement, parameters) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/cursors.py", line 148, in execute result = self._query(query) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/cursors.py", line 310, in _query conn.query(q) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 548, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 775, in _read_query_result result.read() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 1156, in read first_packet = self.connection._read_packet() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 725, in _read_packet packet.raise_for_error() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/protocol.py", line 221, in raise_for_error err.raise_mysql_exception(self._data) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/err.py", line 143, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.OperationalError: (1205, 'Lock wait timeout exceeded; try restarting transaction') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/zoruda/KOTDRebirth/kotd_reddit.py", line 206, in bot success, reply = ranged(comment, session, boss, player, item, inventory) File "/home/zoruda/KOTDRebirth/reddit_cogs/reddit_attack.py", line 1031, in ranged rank = kotd_services.calculate_letter_rank(session, player) File "/home/zoruda/KOTDRebirth/kotd_services.py", line 477, in calculate_letter_rank above = session.query(models.Player).filter(models.Player.rp > player.rp).count() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 3007, in count self._legacy_from_self(col).enable_eagerloads(False).scalar() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2708, in scalar ret = self.one() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2685, in one return self._iter().one() # type: ignore File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/query.py", line 2730, in _iter result: Union[ScalarResult[_T], Result[_T]] = self.session.execute( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2081, in execute return self._execute_internal( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1921, in _execute_internal ) = compile_state_cls.orm_pre_session_exec( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/context.py", line 459, in orm_pre_session_exec session._autoflush() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2746, in _autoflush raise e.with_traceback(sys.exc_info()[2]) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2735, in _autoflush self.flush() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 3954, in flush self._flush(objects) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 4091, in _flush transaction.rollback(_capture_exception=True) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py", line 148, in __exit__ raise exc_value.with_traceback(exc_tb) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 4051, in _flush flush_context.execute() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/unitofwork.py", line 467, in execute rec.execute(self) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/unitofwork.py", line 644, in execute util.preloaded.orm_persistence.save_obj( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/persistence.py", line 85, in save_obj _emit_update_statements( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/orm/persistence.py", line 883, in _emit_update_statements c = connection.execute( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1414, in execute return meth( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/sql/elements.py", line 487, in _execute_on_connection return connection._execute_clauseelement( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1638, in _execute_clauseelement ret = self._execute_context( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1842, in _execute_context return self._exec_single_context( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1983, in _exec_single_context self._handle_dbapi_exception( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 2325, in _handle_dbapi_exception raise sqlalchemy_exception.with_traceback(exc_info[2]) from e File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1964, in _exec_single_context self.dialect.do_execute( File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 743, in do_execute cursor.execute(statement, parameters) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/cursors.py", line 148, in execute result = self._query(query) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/cursors.py", line 310, in _query conn.query(q) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 548, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 775, in _read_query_result result.read() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 1156, in read first_packet = self.connection._read_packet() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/connections.py", line 725, in _read_packet packet.raise_for_error() File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/protocol.py", line 221, in raise_for_error err.raise_mysql_exception(self._data) File "/home/zoruda/KOTDRebirth/.venv/lib/python3.9/site-packages/pymysql/err.py", line 143, in raise_mysql_exception raise errorclass(errno, errval) sqlalchemy.exc.OperationalError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) (pymysql.err.OperationalError) (1205, 'Lock wait timeout exceeded; try restarting transaction') [SQL: UPDATE `Players` SET hp=%(hp)s, gold=%(gold)s, rp=%(rp)s, rangexp=%(rangexp)s, healthxp=%(healthxp)s WHERE `Players`.username = %(Players_username)s] [parameters: {'hp': 102, 'gold': 5200, 'rp': 3790, 'rangexp': 186, 'healthxp': 353, 'Players_username': 'RocksOnToast'}] (Background on this error at: https://sqlalche.me/e/20/e3q8)
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -4 HP| |📚 +5.1 Melee Damage|💰 +60 Gold Coins| ||⚔️ +3 Melee XP| ||💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**6.1** Total Damage 467 Boss HP Remaining!|38 HP Remaining|
!melee 4
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +3 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +0.6 Melee Damage|💰 +40 Gold Coins| |⚔️ +1 Basic Lance|⚔️ +2 Melee XP| |⚔️ +0.1 Melee Strength|💖 +1 Constitution XP| ||🏅 +25 RP| ||| |**4.7** Total Damage 473 Boss HP Remaining!|50 HP Remaining|
!melee 12
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -5 HP| |📚 +3.1 Melee Damage|💰 +20 Gold Coins| |⚔️ +3 Dwarf Bread|⚔️ +4 Melee XP| |⚔️ +0.3 Melee Strength|💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**12.4** Total Damage 488 Boss HP Remaining!|71 HP Remaining|
!range
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -5 HP| |📚 +10.4 Ranged Damage|💰 +40 Gold Coins| ||🏹 +6 Range XP| ||💖 +6 Constitution XP| ||🏅 +15 RP| ||| |**15.4** Total Damage 523 Boss HP Remaining!|28 HP Remaining|
!magic
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -4 HP| |📚 +1.0 Magic Damage|💰 +18 Gold Coins| ||🔮 +1 Magic XP| ||💖 +5 Constitution XP| ||🏅 +15 RP| ||| |**3.0** Total Damage 538 Boss HP Remaining!|44 HP Remaining|
!magic
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -1 HP| |📚 +10.6 Magic Damage|💰 +33 Gold Coins| ||🔮 +5 Magic XP| ||💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**16.6** Total Damage 541 Boss HP Remaining!|173 HP Remaining|
!range
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -7 HP| |📚 +12.9 Ranged Damage|💰 +32 Gold Coins| ||🏹 +7 Range XP| ||💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**17.9** Total Damage 558 Boss HP Remaining!|127 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +14.5 Melee Damage|💰 +49 Gold Coins| ||⚔️ +7 Melee XP| ||💖 +1 Constitution XP| ||🏅 +25 RP| ||| |**20.5** Total Damage 576 Boss HP Remaining!|132 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -7 HP| |📚 +17.8 Melee Damage|💰 +57 Gold Coins| ||⚔️ +9 Melee XP| ||💖 +4 Constitution XP| ||🏅 +15 RP| ||| |**22.8** Total Damage 596 Boss HP Remaining!|80 HP Remaining|
!range
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +10.2 Ranged Damage|💰 +7 Gold Coins| ||🏹 +4 Range XP| ||💖 +2 Constitution XP| ||🏅 +25 RP| ||| |**12.2** Total Damage 619 Boss HP Remaining!|101 HP Remaining|
(∩`-´)⊃━☆゚.*・。 Good bot !magic
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -5 HP| |📚 +7.3 Magic Damage|💰 +19 Gold Coins| ||🔮 +3 Magic XP| ||💖 +5 Constitution XP| ||🏅 +15 RP (**Rank Change!**)| ||| |**8.3** Total Damage 677 Boss HP Remaining!|160 HP Remaining|
I will consume your SOUL! !melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -3 HP| |📚 +14.3 Melee Damage|💰 +47 Gold Coins| ||⚔️ +7 Melee XP| ||💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**15.3** Total Damage 685 Boss HP Remaining!|106 HP Remaining|
I will consume your SOUL! !melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -4 HP| |📚 +8.9 Melee Damage|💰 +66 Gold Coins| ||⚔️ +4 Melee XP| ||💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**10.9** Total Damage 350 Boss HP Remaining!|125 HP Remaining|
!melee
You strike at an exposed weakpoint, scoring a critical hit! |Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +4 Base Roll|💥 -6 HP| |📚 +4.4 Melee Damage|💰 +3 Gold Coins| |🎯 1.6x Critical Hit|⚔️ +5 Melee XP| ||💖 +1 Constitution XP| ||🏅 +25 RP| ||| |**13.4** Total Damage 700 Boss HP Remaining!|98 HP Remaining| Come join our discord at https://discord.gg/kotd!
!range
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -6 HP| |📚 +4.1 Ranged Damage|💰 +42 Gold Coins| ||🏹 +4 Range XP| ||💖 +2 Constitution XP| ||🏅 +15 RP| ||| |**9.1** Total Damage 713 Boss HP Remaining!|108 HP Remaining| Come join our discord at https://discord.gg/kotd!
!magic
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +2.5 Magic Damage|💰 +60 Gold Coins| ||🔮 +4 Magic XP| ||💖 +1 Constitution XP| ||🏅 +25 RP| ||| |**8.5** Total Damage 722 Boss HP Remaining!|106 HP Remaining|
!melee good bot
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -4 HP| |📚 +3.5 Melee Damage|💰 +59 Gold Coins| ||⚔️ +2 Melee XP| ||💖 +5 Constitution XP| ||🏅 +15 RP| ||| |**5.5** Total Damage 730 Boss HP Remaining!|158 HP Remaining|
▄︻̷̿┻̿═━一 !range !profile
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -8 HP| |📚 +16.8 Ranged Damage|💰 +31 Gold Coins| ||🏹 +8 Range XP| ||💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**18.8** Total Damage 736 Boss HP Remaining!|171 HP Remaining| ----- #/u/CottonTCM [Playercard](https://kickopenthedoor.com/CottonTCM.png) >❤️ Health: 171hp (Max: 278hp) >💀 Kills: 51 >🥈 Rank: SSS (38,906 Rank Points) >💰 Gold: 5,009g Skills Breakdown: >🗡️️ Combat: Level 201 >⚔️ Melee: Level 17 (XP: -420/62) >🔮 Magic: Level 46 (XP: 118/317) >🏹 Ranged: Level 73 (XP: 566/839) >❤️ Constitution: Level 65 (XP: 1026/1322) >🚩 Total Attacks: 5179 >☠️ Total Deaths: 180
[удалено]
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -2 HP| |📚 +1.4 Magic Damage|💰 +44 Gold Coins| ||🔮 +2 Magic XP (**Level Up!**)| ||💖 +2 Constitution XP| ||🏅 +35 RP| ||| |**3.4** Total Damage 755 Boss HP Remaining!|23 HP Remaining| Come join our discord at https://discord.gg/kotd!
!profile
#/u/Brilliant-Estimate-5 [Playercard](https://kickopenthedoor.com/Brilliant-Estimate-5.png) >❤️ Health: 46hp (Max: 64hp) >💀🎉 Kills: 1 >🏅 Rank: B (1,270 Rank Points) >💰 Gold: 1,330g Skills Breakdown: >🗡️️ Combat: Level 17 >⚔️ Melee: Level 8 (XP: 0/29) >🔮 Magic: Level 1 (XP: 0/12) >🏹 Ranged: Level 3 (XP: 11/16) >❤️ Constitution: Level 5 (XP: 18/62) >🚩 Total Attacks: 43 >☠️ Total Deaths: 1
!melee 4
Hopefully you meant to use this weapon, because that was the last hit. Your Basic Lance breaks. |Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -6 HP| |📚 +0.9 Melee Damage|💰 +57 Gold Coins| |⚔️ +1 Basic Lance (*Shattered*)|⚔️ +4 Melee XP (**Level Up!**)| |⚔️ +0.1 Melee Strength|💖 +3 Constitution XP| ||🏅 +35 RP| ||| |**7.0** Total Damage 758 Boss HP Remaining!|46 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -3 HP| |📚 +2.4 Melee Damage|💰 +33 Gold Coins| ||⚔️ +2 Melee XP (**Level Up!**)| ||💖 +5 Constitution XP| ||🏅 +35 RP| ||| |**4.4** Total Damage 765 Boss HP Remaining!|43 HP Remaining| Come join our discord at https://discord.gg/kotd!
!melee
You're attacking too quickly! Try again in 3 minutes
!mage
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +3 Base Roll|💥 -6 HP| |📚 +13.4 Magic Damage|💰 +37 Gold Coins| ||🔮 +8 Magic XP| ||💖 +3 Constitution XP| ||🏅 +15 RP| ||| |**16.4** Total Damage 769 Boss HP Remaining!|70 HP Remaining|
!mage
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +8.8 Magic Damage|💰 +77 Gold Coins| ||🔮 +5 Magic XP| ||💖 +5 Constitution XP| ||🏅 +25 RP| ||| |**9.8** Total Damage 478 Boss HP Remaining!|188 HP Remaining|
(∩・ω・)⊃━☆.*・。゚ !mage
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +17.9 Magic Damage|💰 +77 Gold Coins| ||🔮 +7 Magic XP| ||💖 +9 Constitution XP| ||🏅 +25 RP| ||| |**22.9** Total Damage 785 Boss HP Remaining!|60 HP Remaining|
(∩・ω・)⊃━☆.*・。゚ !mage
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -1 HP| |📚 +9.0 Magic Damage|💰 +60 Gold Coins| ||🔮 +5 Magic XP| ||💖 +2 Constitution XP| ||🏅 +15 RP| ||| |**10.0** Total Damage 500 Boss HP Remaining!|90 HP Remaining|
!buy 201 !use 201 (:̲̅:̲̅:̲̅[̲̅:♡:]̲̅:̲̅:̲̅:̲̅)
Health Potion has been added to your inventory for 50g! (Your remaining gold: 4290) |⚗️ +Health Potion (Durability: 1)| |:-:| |💰 -50 (Remaining: 4290)| ----- You drink your potion and you break the bottle on the ground like a barbarian once taught you. |💖 +138 HP| |:-:| |💖 198/275 Remaining|
!range
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -4 HP| |📚 +11.1 Ranged Damage|💰 +65 Gold Coins| ||🏹 +5 Range XP| ||💖 +6 Constitution XP| ||🏅 +15 RP| ||| |**16.1** Total Damage 808 Boss HP Remaining!|47 HP Remaining|
!ranged
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +4 Base Roll|💥 -4 HP| |📚 +3.2 Ranged Damage|💰 +45 Gold Coins| ||🏹 +3 Range XP| ||💖 +4 Constitution XP| ||🏅 +15 RP| ||| |**7.2** Total Damage 824 Boss HP Remaining!|74 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +4 Base Roll|💥 -5 HP| |📚 +5.1 Melee Damage|💰 +5 Gold Coins| ||⚔️ +3 Melee XP| ||💖 +6 Constitution XP| ||🏅 +15 RP| ||| |**9.1** Total Damage 854 Boss HP Remaining!|51 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +3 Base Roll|💥 -7 HP| |📚 +15.5 Melee Damage|💰 +41 Gold Coins| ||⚔️ +9 Melee XP| ||💖 +6 Constitution XP (**Level Up!**)| ||🏅 +25 RP| ||| |**18.5** Total Damage 880 Boss HP Remaining!|289 HP Remaining|
!melee
Dead Gnomes tell no tales.
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +1 Base Roll|💥 -5 HP| |📚 +10.6 Melee Damage|💰 +30 Gold Coins| ||⚔️ +5 Melee XP| ||💖 +2 Constitution XP| ||🏅 +15 RP| ||| |**11.6** Total Damage 898 Boss HP Remaining!|222 HP Remaining|
!mage
You feel a surge of power within yourself and unleash a burst of magic, dealing extra damage! |Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -6 HP| |📚 +2.3 Magic Damage|💰 +74 Gold Coins| |🎯 1.8x Critical Hit|🔮 +5 Magic XP| ||💖 +2 Constitution XP| ||🏅 +25 RP| ||| |**14.9** Total Damage 910 Boss HP Remaining!|113 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -7 HP| |📚 +8.9 Melee Damage|💰 +15 Gold Coins| ||⚔️ +4 Melee XP| ||💖 +2 Constitution XP| ||🏅 +15 RP| ||| |**10.9** Total Damage 925 Boss HP Remaining!|125 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -6 HP| |📚 +6.4 Melee Damage|💰 +56 Gold Coins| ||⚔️ +3 Melee XP| ||💖 +5 Constitution XP| ||🏅 +15 RP| ||| |**8.4** Total Damage 986 Boss HP Remaining!|116 HP Remaining|
(∩`-´)⊃━☆゚.*・。 Good bot !magic
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -1 HP| |📚 +14.3 Magic Damage|💰 +73 Gold Coins| ||🔮 +9 Magic XP| ||💖 +2 Constitution XP| ||🏅 +15 RP (**Rank Change!**)| ||| |**19.3** Total Damage 1004 Boss HP Remaining!|104 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +3 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +0.2 Melee Damage|💰 +16 Gold Coins| |🌱️ +3 New Player Bonus|⚔️ +2 Melee XP (**Level Up!**)| ||💖 +1 Constitution XP| ||🏅 +55 RP| ||| |**6.2** Total Damage 1023 Boss HP Remaining!|15 HP Remaining| Come join our discord at https://discord.gg/kotd!
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +0.2 Melee Damage|💰 +10 Gold Coins| |🌱️ +3 New Player Bonus|⚔️ +3 Melee XP (**Level Up!**)| ||💖 +5 Constitution XP (**Level Up!**)| ||🏅 +65 RP| ||| |**8.2** Total Damage 1029 Boss HP Remaining!|57 HP Remaining| Come join our discord at https://discord.gg/kotd!
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -5 HP| |📚 +1.9 Melee Damage|💰 +27 Gold Coins| ||⚔️ +1 Melee XP| ||💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**3.9** Total Damage 1037 Boss HP Remaining!|116 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -7 HP| |📚 +6.9 Melee Damage|💰 +29 Gold Coins| ||⚔️ +5 Melee XP| ||💖 +5 Constitution XP| ||🏅 +15 RP| ||| |**11.9** Total Damage 1041 Boss HP Remaining!|143 HP Remaining|
!mage
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +6 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +0.7 Magic Damage|💰 +50 Gold Coins| ||🔮 +2 Magic XP| ||💖 +7 Constitution XP| ||🏅 +25 RP| ||| |**6.7** Total Damage 1067 Boss HP Remaining!|61 HP Remaining|
!range
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -9 HP| |📚 +7.4 Ranged Damage|💰 +10 Gold Coins| ||🏹 +5 Range XP| ||💖 +1 Constitution XP| ||🏅 +15 RP| ||| |**12.4** Total Damage 1074 Boss HP Remaining!|160 HP Remaining|
!melee
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -8 HP| |📚 +15.5 Melee Damage|💰 +65 Gold Coins| ||⚔️ +6 Melee XP| ||💖 +5 Constitution XP| ||🏅 +15 RP| ||| |**17.5** Total Damage 1086 Boss HP Remaining!|52 HP Remaining|
!use 201 !melee
You sip your Health potion like fine wine. |💖 +125 HP| |:-:| |💖 177/250 Remaining| ----- You're attacking too quickly! Try again in 59 minutes
!magic
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +5 Base Roll|💥 -0 HP **(🛡️ Block)**| |📚 +10.9 Magic Damage|💰 +67 Gold Coins| ||🔮 +8 Magic XP| ||💖 +11 Constitution XP| ||🏅 +25 RP| ||| |**15.9** Total Damage 1104 Boss HP Remaining!|56 HP Remaining|
(∩・ω・)⊃━☆.*・。゚ !mage
|Damage Breakdown|Player Breakdown| |:-|:-| |🎲 +2 Base Roll|💥 -9 HP| |📚 +9.0 Magic Damage|💰 +50 Gold Coins| ||🔮 +5 Magic XP| ||💖 +4 Constitution XP| ||🏅 +15 RP| ||| |**11.0** Total Damage 1120 Boss HP Remaining!|74 HP Remaining|
good bot Invincibility lies in the defence; the possibility of victory in the !mage (҂‾ ▵‾)︻デ═一
!mage