Page 1 of 1

Editing The World RPG for SHDR

Posted: November 17th, 2024, 5:03 am
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.

Re: Editing The World RPG for SHDR

Posted: November 17th, 2024, 7:22 pm
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

Re: Editing The World RPG for SHDR

Posted: December 14th, 2024, 9:09 pm
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.