• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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