Register for your free account! | Forgot your password?

You last visited: Today at 15:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



.pk2 editing

Discussion on .pk2 editing within the SRO Hacks, Bots, Cheats & Exploits forum part of the Silkroad Online category.

Reply
 
Old   #1
 
fredericopassos's Avatar
 
elite*gold: 20
Join Date: Aug 2007
Posts: 990
Received Thanks: 62
Smile .pk2 editing

i copied again from a site to help you guys you need pk2 editor. if you have it you exactly do what the video says and voila all your armor is 9th degree( it dont haves effect on the stats and if you want to sell it it will be normal. its just visual look. if you want to turn it back you must have a clean media.pk2 file)
ALL CREDITS GO TO DEEPLBLUE7 AND THE THE MAKER OF IT.. NOT ME... KARMA IF YOU LIKE IT.. ^.^
this is how it looks like
[img=http://img63.imageshack.us/img63/8903/sro2007042018261822bm1.th.jpg]
[img=http://img232.imageshack.us/img232/3733/sro2007042018262376fo4.th.jpg]

ALWAYS REMEMBER TO BACK UP YOUR MEDIA.PK2, Place it on your desktop or something and do NOT rename it. I have a file on my desktop with all my media.pk2's in em filed by the mod Smile

Also, don't forget to exit the hex program when you start the game, or it will corrupt the file!!!

Contents:

-->1.Modifying Weapons
-->2.Modifying Clothes
-->3.Modifying Your wolf
-->4.Modifying Your glow/Seal
-->5.Further mods??


>>1.Modding Weapons<<
The easiest step in all this. Taken from , credits to pantrofl.
Quote:

ok first off allllllllllll..
Make a backup file of ur Media.pk2 in ur silkroad directory
you need to download this :


ok now open up the file xvi32.exe
once u opend go to
File > Open > [Your silkroad directory] > Media.pk2
after u opend media.pk2 you go to
Search > Replace > click on the box infront of 'Find' > Text string, and click as Unicode aswell, also on the right boddom of the Replace window click instead of Cursor on Begin like this :



ok now fill in the codes to get ur degree into the degree u want it to

weapon codes:

item\china\weapon\sword_XX.ddj
item\china\weapon\bow_XX.ddj
item\china\weapon\spear_XX.ddj
item\china\weapon\blade_XX.ddj
item\china\weapon\tblade_XX.ddj (glavie)
item\china\shield\shield_XX.ddj

ok.. XX signifies each degree you are wanting to change.. for instance 08 is degree 8 and 01 is degree 1 and so on.. anyways, now u fill in the top 'Find' thing you just clicked on as in the image one of the weapon codes i just gave, this will be the degree u want to change to an other degree

and in the second 'Replace with' thing you just clicked on as in the image one you pute in the same weapon code as in the top one for the desired degree u wont

example:
Find:
item\china\weapon\sword_07.ddj (7th degree sword)
Replace with:
item\china\weapon\sword_09.ddj (9th degree sword)

Next you must replace the bsr also.. bsr is what you see on your char or in the world. ddj is what you see in inventory.

example:
Find:
item\china\weapon\sword_07.bsr (7th degree sword)
Replace with:
item\china\weapon\sword_09.bsr (9th degree sword)

--------------------------------------------------------------------------------------------------------

>>2.Modifying Clothes<<
This is realllllly easy. Easier then modding weapons actually.. Props to pantrofl. Anyway:
Quote:

For clothes these are the codes:
'
\clothes_XX (garment)
\light_XX (protector)
\heavy_XX (armor)

do the same as what we just did with the weapons, but now u fill this in
*Remember* there is no .ddj / .bsr needed with clothes

Example :
Find:
\clothes_07 (garment 7th degree)
Replace with:
\clothes_09 (garment 9th degree)

-----------------------------------------------------------------------------------------------------------------------

>>3.Modifying Wolf<<
This is quite a bit more complexed and many of you may have lots of questions on this portion. Hit me, avalanche or cruor up on AIM for help Screenshots added.
Quote:

All this is done through editing characterdata.txt in media\server_dep\silkroad\textdata.

I typically extract the latest one and make a backup.

Next I open it up in a text editor. Then I look for the .bsr file that I want to use. For the fox girl it's "char\china\chinawoman_fox.bsr". Next I scroll down to where it says "COS_P_WOLF_044" because my wolf is level 44. I scroll to the right and paste the fox girl's .bsr file over "cos\p_wolf_02.bsr". Then I scroll all the way to the bottom of the file until I see "COS_GUILD_EU_SOLDIER9_140" and other variants of it. Those are high level Euro mercs. I look to the right of them for a reference to "cos\guild_eu_soldier9_scroll.ddj" which is their icon and replace it with "cos\cos_c_horse1.ddj" to make some extra space. How many I replace depends on how much space I want. Finally I save that file.

Now I find the file size of the original file. Then I open up my modified file in a hex editor and scroll to the bottom. Finally, I add in null bytes until it has the same file size as the original file.

The final step is opening up Media.pk2 in my hex editor, searching for "FF FE 31 00 09 00 31 00 39 00 30 00 37 00 09 00 43 00 48 00 41 52" in hexadecimal mode, which should bring me to the start of characterdata.txt. I then put my cursor in front of the "FF FE" from that search and paste over the file from my modified file.

--------------------------------------------------------------------------------------------------------------

>>4.Modifying Glow/Seal<<
Another very difficult hex. This is more difficult then changing your wolf. Once you have the wolf down, you'll be able to do this fairly easy. Credits to cruor:
Quote:

Changing plus glows:
The plus glows are defined in a file called "itemtypenumber.txt"
It is in the resinfo directory of Media.pk2

1. Open up Media.pk2 in your hex editor and do a search in hexadecimal mode for "31 20 09 33".

2. There are sixteen lines of information in this file. The information is for +3 through +9, four times. Start out by opening resinfo\itemoption.txt and having a look at it. It uses the same syntax for item names as itemdata.txt. Look for your item in the first column. The number following it immediately is the number you want. Once you find it, move back over to your hex editor.

3. Search for "3X 20 09 3Y" in hexadecimal mode where X is the number you found earlier and Y is the plus number of the glow you have (3, 5, 7, or 9).
Example:
For ITEM_CH_SWORD_01_A (+4) you would search for "33 20 09 33"

4. Now that you have the right line, look for "option_textureXX.ddj". This is the texture overlayed over the weapon. Valid options for the number (XX) are 13, 14, and 20 with higher ones being brighter.

5. Look a bit futher and you should see two sets of comma separated three floating point numbers. These are the actual colors. The first set is one color, the second set is the second color. They are in RGB format and can go from 0.000 to 1.000. For example, a full on red glow would be "1.000,0.000,0.000" and if you wanted it to change to green you would set the second set to "0.000,1.000,0.000".

6. I haven't tested but I'm pretty sure you could get +1 and +2 to glow by editing the glow number that you searched for (Y).


Adding Seal Glows:
Seal glows are defined in "itemrare.txt" which is also in the resinfo folder of Media.pk2

1. Open up Media.pk2 in your hex editor and do a search for "raretype" in ANSI mode.

2. Next do a second search for your item in the usual format, in ANSI mode.

3. Now here is where you have to decide what seal you want it to be. If you want it to be SoSun you need to look for the "third tier" entry of your weapon. So if you originally searched for "ITEM_CH_SWORD_07_B_RARE" you need to scroll down till you see "ITEM_CH_SWORD_07_C_RARE". At this point, check your file size.

4. With that in view, go into insert mode and remove the rare so it looks like "ITEM_CH_SWORD_07_C".

5. Next go into over mode change the C to a B since you have a second tier sword.

6. Now with your cursor still where you changed the C to a B, do a hexadecimal search for "0D". Look in the left column to where it found it's result. You should see an "0A" immediately after it. Now in between those two, you need to insert ten zeroes (00 00 00 00 00) Make sure that your file size is the same as it was before.

7. Now find your weapon's entry in itemdata.txt with a Unicode search.

8. Once you find the correct entry, do another Unicode search for "18000".

9. You will see that following the 18000 there are two zeroes. Change the second one to a two.

10. Save and test.

11. If you already have a seal item and want to change its glow you simply need to swap it's tier letter with the desired one. (make sure you swap them so that both still have an entry)

---

There's some rough guides on it. If I have time I might make a nice picture tutorial on it later.


>>5.Further Mods<<
There are lots of possibilities here. As cruor managed to snag the GM armor set earlier today and the stats on them are CRAZY.



You can mod your squirrel/monkey also. I'm trying to figure out if our version has the pig or not. I'd like to see if we can have a pig Smile Umm, i know also weapon appearances can be modded too.. cruor and i were talking about having a "black" sword.. just an idea.. Some people also asked if you can turn your glaive into a sword, or etc etc.. Yes, you can mod your glaive into a sword and do glaive skills with a sword, or vica versa.. Any other questions? I will be posting pictures to help you guys out Smile)


>>People who made this tut possible<<
--> Me cause i posted here ^^
-->Cruor (the hex GOD)
-->Plus44
-->Demarthal
-->Avalanche1 (hex GOD jr Razz)
-->Silkroadforums.com (this data was all spaced out and posted there)
-->0x33 (yes this was originally their find)

all credits go to to them not me i only did to help you
fredericopassos is offline  
Thanks
1 User
Old 10/24/2007, 17:33   #2
 
thechade's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 27
Received Thanks: 0
it keeps saying "string not found"
thechade is offline  
Old 10/24/2007, 21:10   #3
 
furyx900's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 537
Received Thanks: 50
ok nice very well nice guide work and soo fun
furyx900 is offline  
Old 10/24/2007, 21:15   #4
 
furyx900's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 537
Received Thanks: 50
sry for modifng the seal ... don't work you post one video pls?
furyx900 is offline  
Old 10/24/2007, 22:17   #5
 
fredericopassos's Avatar
 
elite*gold: 20
Join Date: Aug 2007
Posts: 990
Received Thanks: 62
ok, here it goes the video:
if u need more tutorials go to and search for "silkroad pk2 editing" + karma if I helped
fredericopassos is offline  
Old 10/25/2007, 00:39   #6
 
elite*gold: 0
Join Date: Apr 2007
Posts: 373
Received Thanks: 16
so who did you leech this from again
t_mann05 is offline  
Old 10/25/2007, 00:44   #7
 
xMedeia's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 2,336
Received Thanks: 386
this works?
xMedeia is offline  
Old 10/25/2007, 01:46   #8
 
elite*gold: 0
Join Date: Aug 2007
Posts: 104
Received Thanks: 20
do it change the def?
like i'm lvl 1 and i'm using a 9 degre armor, i'll have too much defense?
didilicious is offline  
Old 10/25/2007, 02:28   #9
 
xMedeia's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 2,336
Received Thanks: 386
you have the def. that is on your armor that you are wearing atm.( in inventory).

when i want to change my glow or what ever.. and i serch for raretype... i get String not found... what to do?
xMedeia is offline  
Old 10/25/2007, 03:52   #10
 
elite*gold: 0
Join Date: Aug 2007
Posts: 104
Received Thanks: 20
soo, if i'm lvl 1 i can have an 80 lvl def?
didilicious is offline  
Old 10/25/2007, 13:32   #11
 
fredericopassos's Avatar
 
elite*gold: 20
Join Date: Aug 2007
Posts: 990
Received Thanks: 62
no, that only changes the visual, stats keep same. sry xD it was good if it changed the stats!!!
fredericopassos is offline  
Old 10/25/2007, 13:37   #12
 
fredericopassos's Avatar
 
elite*gold: 20
Join Date: Aug 2007
Posts: 990
Received Thanks: 62
just try until it works, save and reopen the programe. I could only change my weapons and clothes. This is an REedit post from:

-->Cruor (the hex ***)
-->Plus44
-->Demarthal
-->Avalanche1 (hex *** jr Razz)
-->Silkroadforums.com (this data was all spaced out and posted there)
-->0x33 (yes this was originally their find)
fredericopassos is offline  
Old 10/25/2007, 13:38   #13
 
fredericopassos's Avatar
 
elite*gold: 20
Join Date: Aug 2007
Posts: 990
Received Thanks: 62
i dont have all solutions sry
fredericopassos is offline  
Old 10/25/2007, 17:09   #14
 
glob3's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 337
Received Thanks: 105
i think that this belongs to other section..
glob3 is offline  
Old 10/25/2007, 19:30   #15
 
xMedeia's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 2,336
Received Thanks: 386
Quote:
Originally Posted by glob3 View Post
i think that this belongs to other section..
why.. its a guide right..?
xMedeia is offline  
Reply


Similar Threads Similar Threads
Help With KOM editing
03/08/2010 - Grand Chase - 4 Replies
Well I like what people are able to do with editing and that usually makes me want to give it a go. Well I understand how to open the files already but i was hoping that someone with experience could give me one on one tips for editing as when i tried to do it myself i got a message similar to. "You haven't received the latest patch".
Help with pk2 editing!
12/12/2009 - SRO Private Server - 1 Replies
i want to edit a data.pk2 from mysro! so i want to edit lvl 70 skills with lvl 100 skills..but i cant find them on the data.pk2(the 100 skills) my question is..how can i put the lvl 100 skills from other data.pk2 that has the skills into mysro data.pk2!
hex editing
11/24/2009 - Grand Chase Philippines - 1 Replies
needing help badly..any help would be muchly aprreciated
Need Help in Editing....
11/17/2009 - Grand Chase Philippines - 0 Replies
how can i make an sd hack!? can someone make a tutorial for sd hack pls...
Packet Editing Or CSV Editing That Is The Question!
11/25/2008 - Dekaron - 17 Replies
Well I'd just like to know what people like better packet or csv editing? I'll be the first to post a opinion, its easy to edit csv's if u got the already edited ones like I do, but like it was said in other threads, less lag and less dc's if u edit the packet file...... It's simple to edit csv's tho and make it work for the game, and its alot easier to read considering its seperated by line but some people can't seem to get it to work like how they were told!! so for them packet editing...



All times are GMT +2. The time now is 15:06.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.