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!

Tantraparam.tpa edit??

Status
Not open for further replies.
Initiate Mage
Joined
Apr 19, 2008
Messages
28
Reaction score
0
Help!!

servrer and client : Tantraparam.tpa files edit

hex edit view

1. what first 4byte of tantraparam.tpa ??

2. How edit first 4byte of tantraparam.tpa ??
 
Initiate Mage
Joined
Mar 14, 2007
Messages
82
Reaction score
0
When you find the name of an item in tantraparam.tpa (that would be client side) look at the hex view and then at the code on the left. There should be some spaces (zeros in the code) and then a symbol.

For example:

000eb590h: 00 00 01 00 00 00 00 00 00 00 00 00 9E 1B 00 00 ; ............ž...
000eb5a0h: 55 6C 74 69 6D 61 20 50 61 6E 61 6B 61 00 00 00 ; Ultima Panaka...

The symbol that represents Ultima Panaka is ž (9E1B).

About how to edit, you may want to search for that symbol again (for example, ž or 9E1B in the hex view) to see where it's used... maybe in a store or something. Then you can use that symbol on the serverside tantraparam.tpa.
 
Initiate Mage
Joined
Apr 19, 2008
Messages
28
Reaction score
0
thanks
but it's NO. it's I kown

tantraparam.tpa open

BF020000D1070000B9D9BBE7BAD000000000000000000000000000

here BF02 ???

D107 : Monster ID
 
Junior Spellweaver
Joined
Oct 1, 2007
Messages
160
Reaction score
1
every table in tantraparam (client and server) has index..

Index = number of records included in the table

in your example above....

it is the monster table...
BF02 0000(client) = 703, which means in your client param there are 703 monsters
E702 0000(server) = 743, which means in your server param there are 743 monsters

D107 0000 = 2001, which is the ID of the first monster (vashabum)...

it means your client param is not equal to server param, you will have a problem on that..
====
you don't need to edit the monster ID...

if you add a record to any table...that is the time you need to edit the table index..

e.g.
if you add one record to your client param...
edit the index from BF02 0000 (703) to C002 0000 (704)...add one ^^

=====
i guess i have answered your questions

regards,
boykanto ^^
 
Initiate Mage
Joined
Apr 19, 2008
Messages
28
Reaction score
0
Very Very Thanks boykanto!!

oh..hoo..

8byte Monster first ID Monster second ID... -> 8Byte= record Number of Monster
8byte Item first ID Item second ID... -> 8Byte= record Number of Item

Am I understand?? right??
 
Junior Spellweaver
Joined
Oct 1, 2007
Messages
160
Reaction score
1
table index is always the first one...followed by the ID of the first record...

regards,
boykanto ^^
 
Initiate Mage
Joined
Jul 5, 2012
Messages
66
Reaction score
1
tol ganon ba talaga lahat ng format sa 1st 4byte ?

Rank
Member
Join Date
Oct 2007
Location
In Front of my Computer
Posts
169
Liked
0
Re: Tantraparam.tpa edit??
table index is always the first one...followed by the ID of the first record...

regards,
boykanto ^^




tol ....... lahat ng 1st 4bytes e edit? at isa pang tanong tol??? pariho ba talaga hex lahat ng param?? sa akin kac iba ??? pag pa sinyahan mo nalang ako tol ^_^ tambaylang ka c ako 1stimer mag edit ng param..
 
Custom Title Activated
Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
Why are you guys editting the param with a hex editor? Is this for K5? If not then why not use the tantraparam.xml file and then convert it vs. trying to alter the tpa file.
 
Initiate Mage
Joined
Jul 5, 2012
Messages
66
Reaction score
1
Why are you guys editting the param with a hex editor? Is this for K5? If not then why not use the tantraparam.xml file and then convert it vs. trying to alter the tpa file.[/QUOTE


pano ba gumawa ng tantraparam for server ??? pag the same param kac inilagay ko nag hahang ang server?
 
Initiate Mage
Joined
Aug 5, 2012
Messages
16
Reaction score
0
duck! . I think i'm going to be insane. when i reading your topic about Hex editor ahhahahaha
 
Initiate Mage
Joined
Jun 25, 2012
Messages
89
Reaction score
6
duck! . I think i'm going to be insane. when i reading your topic about Hex editor ahhahahaha
if you want to make server be patient what you doing and HEX editor is more important to client HTLAUNCHER
 
Status
Not open for further replies.
Back
Top