Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

XP a3server

Status
Not open for further replies.
Greetings,

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:

Yag4mi2k - XP a3server - RaGEZONE Forums


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 ^_^
 
Greate very nice information than say search before post.
This information already post but not clear like this.
Hope answer like this every time for every body.
 
er. after u made your server. care to drop me a link to your server? cause i cant seems to find any a3 private server.
 
& wat bout quest exp??
is there any way to increase it (not through Gm commands)
i tried changing those txt files but didnt worked.. & hexing the other files is showin only FF FF FF FF 00 00 00 20 & so on...
 
edit *.dat in ../ZoneData/Quest only for change quest exp

"QD.ull, HT.CHT" this files for translate language for your client.

if you use PartV client you must make new quest in your server around 986 files max quest = 4010

Sorry, i have idea but i can't do it.
 
& wat bout quest exp??
is there any way to increase it (not through Gm commands)
i tried changing those txt files but didnt worked.. & hexing the other files is showin only FF FF FF FF 00 00 00 20 & so on...

i havent tested insane's tool, but if it does integer limit check, it should leave that value by default.

make a backup of your exp files and give it a try (ie: try to increase exp x 1000 or a greater value)
 
can u pelase tell me whether we can change exp of any other server using hex editor i mean to say like a3 india server
 
@harshad
Firstly Dont ^bump Threads
YOU CANNOT CHANGE QUEST EXP OF ANY OTHER SERVER THAT YOU DO NOT OWN - AND SORRY 2 SAY BUT I THINK THAT IS THE STUPIDEST POST EVER

Sorry For Being Angry But That is Totally Senseless
If That Could Be Done All People Would Level Fast in A3 India
Better You Make Ur Own Server And Play With High Xp
Or Play On Mine :P

@Danniel
It Works Totally
Open ur command prompt and go 2 the directory where a3ullconv is placed
Make sure the ull file u want to encode/decode is in that same directory
Now These are the commands -
a3ullconv /e Ull_Filename TargetFilename - encode
a3ullconv /d SourceFilename Ull_Filename - decode
For Example if u want 2 convert Wl.ull
a3ullconv /e wl.ull wl.bin

Hope u got It
P.S - Try To Search The Forums Before Posting - It has been discussed earlier - There is one better tool for this purpose,.
 
Status
Not open for further replies.
Back