QuestionSolvedEdit items in binary date (if is possible)

Posts 14 of 4 · Page 1 of 1
Edit items in binary date (if is possible)
Hi all, I would like to know how I edit an item but on the binary date, I edited Thousando Shot, changed the attack, put -5 speed and so on, I gave rebuild in Visual Studio but it seems that nothing has changed and I looked And have to change in the binary date too but I do not know how to do this (export the date I know however do not know how to find the given binary date to edit the item)
Quote Originally Posted by RichardBrz View Post
Hi all, I would like to know how I edit an item but on the binary date, I edited Thousando Shot, changed the attack, put -5 speed and so on, I gave rebuild in Visual Studio but it seems that nothing has changed and I looked And have to change in the binary date too but I do not know how to do this (export the date I know however do not know how to find the given binary date to edit the item)
Changing the data in k-relay will not change anything ingame, it will only change things in k-relay. Also, if you actually go into the swf and edit the xml files in there and change something like a weapon's damage, the server will end up dc'ing you because the client will be sending wrong data (tried it before).
Oh, okay, so if I change in K-Relay will notchange anything ingame? ;-; I understand now, thanks for the help

- - - Updated - - -

Solved @059 If you wanna close this thread
Quote Originally Posted by RichardBrz View Post
Oh, okay, so if I change in K-Relay will notchange anything ingame? ;-; I understand now, thanks for the help

- - - Updated - - -

Solved @059 If you wanna close this thread
If you want to edit your items:
- Get rabcdasm
- Drag your client onto swfdecompress
- Open it in notepad++
- Ctrl+F for an item
- When you edit, make sure to not change the filesize (only replace characters, do not insert or delete)
- Save

Or, this:
- Get rabcdasm
- Drag your client onto swfbinexport
- Use astrogrep to search through all *.bin files to find the one with the item you want
- Open the .bin file in notepad++ and edit to your heart's content & save it
- Open command prompt, navigate to the directory with the client, type:
swfbinreplace client.swf xx client-xx.bin
(Replace client with the name of the flash swf file, xx with the bin number)

Also like toddddd said, changing items will most likely dc you, there's a lot of different edits you can do and pretty much all of them have been tried.

Closed
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?