dustinjdr Posted February 17, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 10/19/17 Last Seen: February 26, 2024 Share Posted February 17, 2024 Good Day Everyone Ive been playing Ragnarok for a while now including alot of private servers. Im playing around trying to make my own private server with the features that I will love including custom regeneration for all character and unlimited weight limit so if im trying to figure out how to make unlimited character weight instead of making all of item 0 weight for some reason and customize the regeneration hp and sp of character if can someone point me where i should look. THANKS Quote Link to comment Share on other sites More sharing options...
0 Takun Posted February 18, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 12/14/23 Last Seen: 2 hours ago Share Posted February 18, 2024 For weight, why not just make the items weightless? Quote Link to comment Share on other sites More sharing options...
0 dustinjdr Posted February 23, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 10/19/17 Last Seen: February 26, 2024 Author Share Posted February 23, 2024 I tried but its alot of work and can affect some skills that needs weight like cart revo etc. is there anyway to make weight unlimited ?? Quote Link to comment Share on other sites More sharing options...
0 Winterfox Posted February 26, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 245 Reputation: 93 Joined: 06/30/18 Last Seen: November 27, 2024 Share Posted February 26, 2024 I didn't test it, but changing the overweight check macros in pc.hpp from: #define pc_is50overweight(sd) ( (sd)->weight * 100 >= (sd)->max_weight * battle_config.natural_heal_weight_rate ) #define pc_is70overweight(sd) ( (sd)->weight * 100 >= (sd)->max_weight * battle_config.natural_heal_weight_rate_renewal ) #define pc_is90overweight(sd) ( (sd)->weight * 10 >= (sd)->max_weight * 9 ) to: #define pc_is50overweight(sd) ( false ) #define pc_is70overweight(sd) ( false ) #define pc_is90overweight(sd) ( false ) should do what you want. Quote Link to comment Share on other sites More sharing options...
0 EthanFinn Posted October 7, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 10/07/24 Last Seen: October 7, 2024 Share Posted October 7, 2024 It's great to hear that you're delving into creating your own private server for Ragnarok. Customizing character regeneration and implementing an unlimited weight limit are definitely interesting features to work on. fnaf For unlimited character weight, you might want to look into modifying the server configuration files or scripts related to item weight and character inventory management. As for customizing regeneration, you could explore the game's source code or server-side scripts to find the relevant functions and parameters to tweak. Quote Link to comment Share on other sites More sharing options...
0 elliotzucker Posted October 29, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 10/29/24 Last Seen: October 29, 2024 Share Posted October 29, 2024 (edited) On 2/18/2024 at 11:21 AM, Takun said: For weight, why not just make the items weightless? fish eat fish Brilliant and bold idea. how did you do it? i am eagerly awaiting the solution as i have tried some more weighty methods. making it weightless may be a bit difficult. Edited October 29, 2024 by elliotzucker Quote Link to comment Share on other sites More sharing options...
Question
dustinjdr
Good Day Everyone
Ive been playing Ragnarok for a while now including alot of private servers.
Im playing around trying to make my own private server with the features that I will love
including custom regeneration for all character and unlimited weight limit
so if im trying to figure out how to make unlimited character weight instead of making all of item 0 weight for some reason
and customize the regeneration hp and sp of character if can someone point me where i should look.
THANKS
Link to comment
Share on other sites
5 answers to this question
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.