Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help About Stat

Newbie Spellweaver
Joined
Jun 29, 2020
Messages
21
Reaction score
12
How to disable more stat in mwar only?

Example we have char FA with 10k INT 10k STR 10k DEX, but not work on mwar channel, only normal channel for dungeon?

Thank For Reply.
 
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
No standard way for that.
You can play with database and procedures for character load.

If channel is MWAR then use defined stats for each char etc.
 
Upvote 0
Newbie Spellweaver
Joined
Jun 29, 2020
Messages
21
Reaction score
12
No standard way for that.
You can play with database and procedures for character load.

If channel is MWAR then use defined stats for each char etc.


I find it,Thank
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Dec 19, 2013
Messages
183
Reaction score
37
Option 1:
Alter the "get_cabal_character" procedure after disabling the join war message that pops up in all channels as well as disabling the channel change from outside the server selection menu
->Change the stats temporarily, or if you don't know how to accomplish that the proper way, simply have it get the channelidx and if it is the idx of the nation war of your choice, then change the @STR/@INT/@DEX - make sure that in this case you also apply changes to the "set_cabal_character" procedure to avoid changes being done to the characters from within the nation war

Option 2:
Disable the stats magic-/attack/def/attack-/def rate increases from STR/INT/DEX using a separated set of .scp files for the nation war

Notes:
Option 1 means you have to be careful that characters do not lack stats for the gear
Option 2 will require heavy adjustments for the nation war balance
 
Upvote 0
Back
Top