Karthikeyan Posted May 30, 2021 Posted May 30, 2021 If a players has 100% or more neutral resist, monsters are not hitting them. Is there any way to overcome this. I want players to get this even if they have 100% neutral resist. All monsters are only neutral while hitting, they dont hit at all if 100% neutral resist . Any help will be appreciated!!! Quote
Start_ Posted May 31, 2021 Posted May 31, 2021 (edited) if (sd->indexed_bonus.subdefele[type2] > 99) sd->indexed_bonus.subdefele[type2] = 99; Limit it on src '\src\map\pc.cpp' line 4353 Edited May 31, 2021 by Start_ Quote
Karthikeyan Posted May 31, 2021 Author Posted May 31, 2021 (edited) 13 hours ago, Start_ said: if (sd->indexed_bonus.subdefele[type2] > 99) sd->indexed_bonus.subdefele[type2] = 99; Limit it on src '\src\map\pc.cpp' line 4353 I tried this but even then it fails,Monster is not all hitting i tried with 2 devilring card and monster fails to hit me as my resist is 100. This is not reducing to 99 or less. Edited May 31, 2021 by Karthikeyan Quote
Start_ Posted June 1, 2021 Posted June 1, 2021 It should limit all bonus not just subdefele try look at src on my repo. (Use Notepad++ Find all by [Start]) https://github.com/kaninhot004/rathena/tree/monster_room In my server player had random option about 1000% and they still died Quote
Karthikeyan Posted June 2, 2021 Author Posted June 2, 2021 On 6/1/2021 at 10:10 AM, Start_ said: It should limit all bonus not just subdefele try look at src on my repo. (Use Notepad++ Find all by [Start]) https://github.com/kaninhot004/rathena/tree/monster_room In my server player had random option about 1000% and they still died Thanks, I ll try this link and let you know what all i did @Start_Thanks for the detailed one. It worked thanks , but the problem is if all resistance is coming from one source it works like(4 devling card in manteau) but if the source is split like lian sets the resists goes beyond 100 and not caping to 99%. This mostly happen only for neutral resist to monster. What has to be done Quote
Bryantvup Posted February 22 Posted February 22 The number of players online in game has gone up today to over 600, and stayed there all day. This is a well-run shard and discussion forum. Great stuff Quote
DonaldlAeron Posted March 9 Posted March 9 Hello. Take up sports and be always healthy! Good luck :) Quote
palabradeldia Posted June 13 Posted June 13 Jugar palabra del día es una manera entretenida y educativa de pasar el tiempo. Este juego en línea presenta una palabra nueva cada día, ofreciendo una experiencia única para practicar ortografía, lógica y vocabulario en español desde cualquier lugar. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.