How to edit online game system file

Started by
9 comments, last by jbadams 17 years, 1 month ago
Quote:Original post by JBourrie Posting in all caps looks dirty, sanchez. 1) What is the file you're trying to modify? 2) What are you trying to do to the file? 3) Why are you trying to modify it? 4) What is the name of the game so we can download it for ourselves?
1. name of file Jina3rn_NPC located at system folder 2. trying to modify it.. i was planning on that game to change the setting of that game.. there was a part of that file where in you can craft an item with basic requirements.. and i would like to edit it to change the requirement in crafting. to make it simplier 3. to make it simplier for me to craft such an item 4. www.tantra.ph .i think it cant be download. just try it
Advertisement
http://forums.tantra.ph/

Good Bye
Richard 'ViLiO' Thomasv.net | Twitter | YouTube
????
Quote:Original post by ryansanchez
????


Use the official forum for that game, the people who made it would know how their data is stored and thus also how to modify it.

Edit: seems as if what you're asking is against their rules, i don't think anyone here will help you cheat in an online game.

[Edited by - SimonForsman on March 8, 2007 8:42:21 PM]
[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!
Quote:From: The Tantra Rules
7. You may not modify any part of the Tantra Client, Server or any part of the official Tantra Online Webpage located at http://www.tantra.ph.

Good. Bye.
Richard 'ViLiO' Thomasv.net | Twitter | YouTube
yeah i know that, i was just asking how to edit. i just take it for example. can u just tell how to run that file? it may seems a hard to find a software for it to run.. i tried C++ but it wont.. am i rigth using it? also notepad but it can read all just written is 00000000000000000000000 zero and more null cant understand am only student.. so i dont know much. sorry for being newbies
To answer your general question, read this:
http://en.wikipedia.org/wiki/Hex_editor
But that won't really help you it will still just be a bunch of symbols you don't understand. The answer to your specific question is - YOU CAN'T. You may think the information about skill requirements or whatever is in that file but you are wrong. That information is not in any file on your computer. It is on the game server and you can't change it.
Quote:Original post by ryansanchez
yeah i know that, i was just asking how to edit. i just take it for example. can u just tell how to run that file? it may seems a hard to find a software for it to run.. i tried C++ but it wont.. am i rigth using it? also notepad but it can read all just written is 00000000000000000000000 zero and more null cant understand am only student.. so i dont know much. sorry for being newbies


you can't run arbitrary binary data, the best way to read arbitrary data files is by using a hex editor.

if the file isn't a data file but an executable or dll you can use a disassembler to convert it to assembly instructions. (these can be modified using a text editor and then reassembled using an assembler)
[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!
tanx, any you website u can recommend ?
Quote:Original post by Hollower
To answer your general question, read this:
http://en.wikipedia.org/wiki/Hex_editor
But that won't really help you it will still just be a bunch of symbols you don't understand. The answer to your specific question is - YOU CAN'T. You may think the information about skill requirements or whatever is in that file but you are wrong. That information is not in any file on your computer. It is on the game server and you can't change it.


> ahh ic ..tanx for that

This topic is closed to new replies.

Advertisement