Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

XP a3server

Status
Not open for further replies.
My LanHouse in Brazil!!!!
Joined
Feb 12, 2007
Messages
637
Reaction score
17
Help friend Insd@nE,
Where I can change the Xp of the A3server? Using hexdec which and the command line to change the XP?

Onde posso trocar o Xp do A3server? Usando hexdec qual e a linha de comando para trocar o XP?

Sorry BAd English
 
Master Summoner
Joined
Feb 27, 2006
Messages
522
Reaction score
0
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 ^_^
 

Pon

Newbie Spellweaver
Joined
Dec 1, 2003
Messages
42
Reaction score
0
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.
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
Yes. I was about to say. Please do search around before posting.
Now that Legendary as already replied to your post,

You can use this tool if you want to spare the hexing part.
 

Attachments

You must be registered for see attachments list
My LanHouse in Brazil!!!!
Joined
Feb 12, 2007
Messages
637
Reaction score
17
Yes. I was about to say. Please do search around before posting.
Now that Legendary as already replied to your post,

You can use this tool if you want to spare the hexing part.




THANKS LEGENDARY E INS@NE.

I THANK THE TWO, THANKS A LOT FOR THE ATTENTION
 
Initiate Mage
Joined
Dec 15, 2004
Messages
1
Reaction score
0
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.
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
Please dont ask for Private Server links here.

Thi is a Dev section. Please look at the Server Ad Zone.

Thank You.
 
Master Summoner
Joined
Feb 27, 2006
Messages
522
Reaction score
0
Greetings,

Please kindly look in the Server Ad Zone if you are looking for Private A3 Servers.
 
Joined
Jan 14, 2007
Messages
509
Reaction score
85
& 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...
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
Hexing the text files will change the quest experience. You need to change the GT.ull on the client side to make it appear in the quest tab.
 
Master Summoner
Joined
Feb 27, 2006
Messages
522
Reaction score
0
Perhaps you would need some sort of decoder.

This might help.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 1, 2006
Messages
28
Reaction score
0
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.
 
Master Summoner
Joined
Jan 21, 2006
Messages
528
Reaction score
1
& 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)
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
The tool works. I have tested upto 500 times. The server turns too fast. Did try to check 10000 once. But because of the instant gain in levels, the system went unstable.
 
Newbie Spellweaver
Joined
Sep 13, 2007
Messages
13
Reaction score
0
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
 
Newbie Spellweaver
Joined
Aug 21, 2007
Messages
46
Reaction score
0
The tool isnt working please chak the theullconv
 
Junior Spellweaver
Joined
Jul 9, 2006
Messages
172
Reaction score
0
@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,.
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
User Infracted! Thread Closed!
 
Status
Not open for further replies.
Back
Top