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.
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.
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.
Last edited by tech77; 10-06-21 at 08:35 PM.
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