Difference between revisions of "Exp multiplication"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>Exp_multiplication </span>register</span> * register = Register to begin the...")
 
(Use)
Line 6: Line 6:
  
 
==Use==
 
==Use==
Used to multiply exp monster's exp values in challenge mode
+
Used to multiply monster's exp values in challenge mode
  
 
NOTE: This opcode uses the below formula. It's only available in Challenge Mode
 
NOTE: This opcode uses the below formula. It's only available in Challenge Mode
  
 
base exp x R1 + ((base exp x R2%) / R3%)
 
base exp x R1 + ((base exp x R2%) / R3%)
 +
 
==Example==
 
==Example==
  

Revision as of 04:28, 9 December 2020

Syntax

Syntax: Exp_multiplication register

  • register = Register to begin the multiplication formula


Use

Used to multiply monster's exp values in challenge mode

NOTE: This opcode uses the below formula. It's only available in Challenge Mode

base exp x R1 + ((base exp x R2%) / R3%)

Example


0:    leti R1 00000064   //First register to be used, multiply by 100.
      leti R2 0000000A    //Second register to be used, multiply by 10.
      leti R3 00000001    //Second register to be used, multiply by 1.

Also see

leti