A3 mmorpg Wiki
(Created page with ' To change the EXP rate for the Server, there are 2 ways, mainly;   USING GM COMMAND   By using a GM command, you can immediately change the EXP rate …')
 
m (Protected "How to modify EXP rate of server" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(No difference)

Latest revision as of 09:48, 9 January 2010


To change the EXP rate for the Server, there are 2 ways, mainly;

 

USING GM COMMAND

 

By using a GM command, you can immediately change the EXP rate in the server via a multiplier value (Eg. 2x 3x 4x)

 

The command is "@EXPEVENT/XX"

 

Replace XX with the following below:

 

NORMAL Exp = 0

2X Exp = 10

3X Exp = 20

4X Exp = 30

5X Exp = 40

6X Exp = 50

7X Exp = 60

8X Exp = 70

9X Exp = 80

10X Exp = 90

 

So if I wanted 5X exp in the server, I would type

@EXPEVENT/40

 

You can check the event anytime at command @EVENT.

It will display the current EXPEVENT, QUESTEVENT and MONEYEVENT.

 

 

HEX MODIFICATION

 

This is the "manual" way of changing the base exp of the server. It is VERY time consuming and cumbersome to do.

 

Firstly, refer to the Chart;

 

Take for example the monster Memora. You can find the monster files in A3Server/Zoneserver/Zonedata/NPC

 

The files will look like this:

1

2

3

 

These files have NO extensions.

 

 

 

 

 

 

Open it with a hex editor and you get something like THIS:

 

 

 

OR THIS

 

B1 F6 C0 71 A9 D4 00 00 00 00 00 00 00 00 00 00

00 00 00 00 01 00 14 00 39 39 39 40 11 00 00 00

16 00 04 00 11 00 00 00 15 00 05 00 00 00 00 00

00 00 00 00 B8 0B B8 0B 20 03 00 00 03 3C 00 00

C8 00 00 00 00 00 00 00 00 00 00 00 19 00

 

 

 

 

The value 3C 00 Represents the EXP value of the monster.

It must be converted the other way round. How to do it? Open Calculater. Select Scientific. Key in 3C.

 

That Equals to 60. Let's say you wanted to change this to 6000?

 

You put in 6000 into calculator (DECIMAL PLEASE)

And click Hex.

 

You will get 1770.

 

Replace 3C 00 with 70 17. YES, The other way round.

 

IMPORTANT:

 

Make sure you put it the other way round otherwise if you put 17 70

the game will read it as 28695 and that would look terrible.

 

(Lol, hit a memora once and you level to 50 ^^)

 

 

If you want to modify all of them, good luck. You got about 300 of them to modify ^_^