Difference between revisions of "Ba set char"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Use)
(Use)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
Useable only in Battle Mode, used to determine what stats get used
 
Useable only in Battle Mode, used to determine what stats get used
  
00000000 to completely reset stats
+
00000000 to keep current stats/levels
  
00000001 to keep current stats/levels
+
00000001 to completely reset stats
  
00000002 to set your own stats with use of ba_set_lv
+
00000002 to set your own stats with use of [[ba_set_lv]]
  
 
==Also See==
 
==Also See==
  
 
[[ba_set_lv]]
 
[[ba_set_lv]]

Latest revision as of 16:20, 28 March 2021

Syntax

Syntax: ba_set_char xxxxxxxx

  • xxxxxxxx (DWORD) = Hex value to be used to determine character stats and levels

Use

Useable only in Battle Mode, used to determine what stats get used

00000000 to keep current stats/levels

00000001 to completely reset stats

00000002 to set your own stats with use of ba_set_lv

Also See

ba_set_lv