Darn right it doesn't, but it helps a whole lot. With the current character system, you can't update a single line in the file. With mysql, at least you can update the table EVERYtime a change is made.
You don't need to for either system (it's possible to modify a single value in a binary file - that's what SQL does anyways); you really shouldn't to start with.
It's redundant, all you need is proper disconnection handling.
Sigh, it's the same thing. You can open a binary file with read+ (read/write privileges which do not start you with a blank file) privileges and then seek to whatever offset you want. The only factor that would be a problem is fields with dynamic length (how write/reading a string from a BinaryReader/Writer does), so you'd have to take into account the lengths of those fields in order to seek past them (or obviously switch to fixed length fields).
Code:
// using System.IO;
FileStream fs = new FileStream("c:\\file.bin", FileMode.Open, FileAccess.ReadWrite);
BinaryWriter wrtr = new BinaryWriter(fs, Encoding.ASCII);
wrtr.BaseStream.Seek(OFFSET, SeekOrigin.Begin);
wrtr.Write(value);
wrtr.Close();
Low FPS on 5165 10/03/2010 - CO2 Private Server - 14 Replies Okay I really don't know why my fps on 5165 are low. On any other server I play it's never like this, only on 5165. Is the problem maybe cause the source reads the maps twice or something like that (something I heard)? Cause it makes nooo sense. And no FPS unlocker doesn't help.
Hi I need 5165 source act like Real Co 5165 09/15/2010 - CO2 Private Server - 4 Replies I need a A source 5165 that all skills is available specially rb char like nin-nin-nin counterKill and nin-war-nin reflect and more, and also the attack rates should be fair not like +8 set can 1 hit +12 set, and also maybe the client, I need to study to make it in 5200+ source. I love to trade it with my cofarmer account VIP i have use it for 5 days only. PM or contact me in skype :marlyandedsel
Burudeng------^^^Rollbacks 06/07/2010 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 3 Replies Ich habe gehört das es bei Burudeng leute gab die einen Back gemacht
haben...und aufeinmal hatte mann das ganze invi voller 99perins usw...
weiss einer hier wie man sowas macht oder hat jemand einen Rollback oder
überhaupt einen back??^^??
Creating Errors for rollbacks.. Need Help.. 02/07/2010 - RF Online - 0 Replies I tried to make up in cheat engine and WPE it probably can make rollbacks on your self.. CE can make slow mo's on game and somebody said to me that it affects the server side... and with WPE its said to "distract" the packets taken by your character to the server and server to your character.. But the probz is I always got dc... There is something .. I don't know what it is that blocks me to the server penetration...
Help.. please?