A3server Guide forums
A3server Guide forums
A3server Guide forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A3server Guide forums

A3game server development guides can be seen in this forums
 
HomeGalleryLatest imagesSearchRegisterLog in

 

 server EXP modification

Go down 
AuthorMessage
Admin
Admin



Posts : 20
Points : 45000051
Join date : 2010-07-10
Location : Hyderabad

server EXP modification Empty
PostSubject: server EXP modification   server EXP modification I_icon_minitimeSat Jul 10, 2010 3:38 am

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 ^_^
Back to top Go down
https://a3server.forumakers.com
 
server EXP modification
Back to top 
Page 1 of 1
 Similar topics
-
» Help A3 server
» A3 202/205 Server Guide
» 2.02 Server Guide
» A3 Server Files
» server file need

Permissions in this forum:You cannot reply to topics in this forum
A3server Guide forums :: Development guides-
Jump to: