Editing The World RPG for SHDR

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Alexhupp
Newcomer
Posts: 5
Joined: March 16th, 2023, 1:36 pm
Been thanked: 4 times

Editing The World RPG for SHDR

Post by Alexhupp »

I was wondering if anyone know's how to properly edit modern The World RPG versions due to the chest drop rates not being influenced by what is done in the SHDR guide, as im running into a brick wall trying to chase down the function or whatever causes the drop for chests.
Alexhupp
Newcomer
Posts: 5
Joined: March 16th, 2023, 1:36 pm
Been thanked: 4 times

Re: Editing The World RPG for SHDR

Post by Alexhupp »

I have since figured out exactly how to edit the drop rate of items that come from chests, to anyone looking for this info in future version's, their is a giant ifelse statement that you can easily find by looking for the keyword "Hydra", it should have a bunch of repeated function calls of various numbers followed by *1.)), you can then for example as I did add +drop_3 and have a global defined real that adds a flat chance to everything, or you can do something such as changing the *1. to a *100. to make everything drop guaranteed. I will also drop the file for my version of the map I have modified with the following
- 6 Second Respawn Cooldown
- +25% chance to drop all non chest items
- +30% to drop any boss chest item
- Removed Account bounding restriction to allow trading items
- Infinite Re summon Attempts
You do not have the required permissions to view the files attached to this post.
katelover
Newcomer
Posts: 7
Joined: July 10th, 2018, 4:24 am
Has thanked: 1 time

Re: Editing The World RPG for SHDR

Post by katelover »

Where exactly am i adding in this +drop_3 at where the hydra section is at. What line and where at in the code this would be helpful cause I am not understanding where this would go once I have found it in the Hydra part.