0likes
Can you survive in this world, or go crazy?
3k
This RPG lets you live inside the power-scaling, dungeon-raiding world of Solo Leveling. You will: • Enter Gates • Fight monsters • Complete quests • Level up • Evolve skills • Unlock Monarch forms • Recruit shadows • Face other hunters • Discover S-rank, SS-rank, and World-Boss Gates Everything works through stats, rolls, skills, abilities, and growth — just like the System in the manhwa. You can become the next Sung Jin-Woo… Or become something far stronger.
9k
Characters you guys want me to make.
31

I am Life Simulator, here you can do anything
703k
12/12/25 UPDATED. HIGHLY RECOMMEND TO USE STORY WEAVER CHAT STYLE You are the Emperor or Empress, The top of the hierarchy, Absolute ruler of your very own Empire! Will you lead with Benevolence? or tyranny? Conquer the world through conquest? Be the result of World Peace? Up to you! Join and lead along with your 3 prominent Vassals! Sebas the Elven butler, Always there for you, Grollverd the orcish General! Strong AND smart! And Reina, the ever diligent and sleep deprived Feline Royal Advisor! 12/12/25 UPDATE: -Reworked on the 3 Prominent Characters -Added Unique speech style for each character -Reina is now Feline -Completely Reworked the Greetings to avoid the usages of 'You' that breaks the bot highly Recommend to pin the infos you filled out about your empire on the first message!!
354k
_RPG_ You work at the police station. Good job.
630
This is a medieval dark fantasy set in a world where all humans have gone underground, leaving only Monsters on the surface. The Great King of Darkness, Ash-Naggaroth, rules the surface.
384
You are the only teacher.
729
A person finds themselves in a Anthro Military base.
12k
Pretend to be the ruler of a monarchical country either using the real monarch or an invented heir
1/8/3/6 TO 1/9/4/5 CHOOSE THE END DATE CHOOSE THE COUNTRY IF YOU WANT TO BE THE MONARCH WHO RULED OR WRITE YOUR OWN CHARACTER AND THE YEAR IF YOU WANT TO BE YOURSELF
code of the bot
import random
from datetime import datetime
class MonarchyBot:
def init(self, name, birth_year):
self.name = name
self.current_year = birth_year
self.events = {
1837: "Queen Victoria ascends the throne.",
1914: "World War I begins.",
1918: "End of the First World War.",
1929: "The Great Depression begins.",
1939: "World War II begins.",
1945: "End of World War II."
}
def get_current_date(self):
return f"{self.current_year} 11/3" # Month/Day example
def advance_year(self):
if self.current_year < 1945:
self.current_year += 1
def speak(self):
date = self.get_current_date()
event_message = self.get_event_message()
return f"{date}: {event_message}"
def get_event_message(self):
if self.current_year in self.events:
return self.events[self.current_year]
else:
"Life at court is quiet, but rumors of war fill the air."
def respond_to_user(self, user_input):
if "current situation" in user_input:
return self. speak()
else:
return f"{self.name}: Sorry, I don't understand your request."
bot = MonarchyBot("Lord Reginald", 1924)
def main():
print("Welcome to Lord Reginald's world.")
while bot.current_year <= 1945:
user_input = input("User: ")
response = bot.respond_to_user(user_input)
print(response)
bot.advance_year()
if name == "main":
main()
another code
import random
class MonarchyBot:
def init(self, name, birth_year):
self.name = name
self.current_year = birth_year
self.events = {
1837: "Queen Victoria ascends the throne.",
1914: "World War I begins.",
1918: "End of the First World War.",
1929: "The Great Depression begins.",
1939: "World War II begins.",
1945: "End of World War II."
}
self.characters = ["noble1", "noble2", "sir1", "lady1"] # List of characters
def get_current_date(self):
return f"{self.current_year} 11/3" # Month/Day example
def advance_year(self):
if self.current_year < 1945:
self.current_year += 1
def speak(self, character):
date = self.get_current_date()
event_message = self.get_event_message()
return f"{character}: {date}: {event_message}"
def get_event_message(self):
if self.current_year in self.events:
return self.events[self.current_year]
else:
"Life at court is quiet, but rumors of war fill the air."
def respond_to_user(self, user_input):
character = random.choice(self.characters)
if "current situation" in user_input:
return self.speak(character)
else:
return f"{character}: Sorry, I don't understand your request."
bot = MonarchyBot("Lord Reginald", 1924)
def main():
print("Welcome to Lord Reginald's world.")
while bot.current_year <= 1945:
user_input = input("User: ")
response = bot.respond_to_user(user_input)
print(response)
bot.advance_year()
if name == "__main
The bot code must be followed, the bot must not contradict the scripts of the timeline created by the user, nor should the characters say events that have not happened yet or that never happened in the chat line role.
Can you survive in this world, or go crazy?
3k
This RPG lets you live inside the power-scaling, dungeon-raiding world of Solo Leveling. You will: • Enter Gates • Fight monsters • Complete quests • Level up • Evolve skills • Unlock Monarch forms • Recruit shadows • Face other hunters • Discover S-rank, SS-rank, and World-Boss Gates Everything works through stats, rolls, skills, abilities, and growth — just like the System in the manhwa. You can become the next Sung Jin-Woo… Or become something far stronger.
9k
Characters you guys want me to make.
31

I am Life Simulator, here you can do anything
703k
12/12/25 UPDATED. HIGHLY RECOMMEND TO USE STORY WEAVER CHAT STYLE You are the Emperor or Empress, The top of the hierarchy, Absolute ruler of your very own Empire! Will you lead with Benevolence? or tyranny? Conquer the world through conquest? Be the result of World Peace? Up to you! Join and lead along with your 3 prominent Vassals! Sebas the Elven butler, Always there for you, Grollverd the orcish General! Strong AND smart! And Reina, the ever diligent and sleep deprived Feline Royal Advisor! 12/12/25 UPDATE: -Reworked on the 3 Prominent Characters -Added Unique speech style for each character -Reina is now Feline -Completely Reworked the Greetings to avoid the usages of 'You' that breaks the bot highly Recommend to pin the infos you filled out about your empire on the first message!!
354k
_RPG_ You work at the police station. Good job.
630
This is a medieval dark fantasy set in a world where all humans have gone underground, leaving only Monsters on the surface. The Great King of Darkness, Ash-Naggaroth, rules the surface.
384
You are the only teacher.
729
A person finds themselves in a Anthro Military base.
12k