Help with understanding the Request / Response packages
I am working with Eastrall's files, their Rhisis project, I have never handled network packages, and although I have managed to understand most of the system's operation, I still do not know how to understand the structure of the package sent in client and the response package, only that I need to understand, the logic that would entail would not be any problem, but I have never handled network packages so it is a completely new area, could someone help me? How or where can I go to understand the structure of the Request / Answer package depending on the Header?
Good evening, oosamioo !
First of all, are you familiar with C++ and the Flyff Source ?
I Currently don't know what you exactly want to know about the Network Packages, but if you want to know for what Packages are...
Just an example!:
You got the Model Change System.
Now, you want to Change your Weapon Model....
If you enter the Model Change and drag down the Items as example the Weapon in the Slot and press ok, your Client send a Package and try to Change the Model... YoYo = Stick give you a Error Message, you are Not able to do this.... If Everything is right you can Change the Model with Success and there is a Message that its done...
Check as example a v19 Source, There are a lot of Systems ans Packages.
Feel Free to ask me but i need more Informations...
Good evening, oosamioo !
First of all, are you familiar with C++ and the Flyff Source ?
I Currently don't know what you exactly want to know about the Network Packages, but if you want to know for what Packages are...
Just an example!:
You got the Model Change System.
Now, you want to Change your Weapon Model....
If you enter the Model Change and drag down the Items as example the Weapon in the Slot and press ok, your Client send a Package and try to Change the Model... YoYo = Stick give you a Error Message, you are Not able to do this.... If Everything is right you can Change the Model with Success and there is a Message that its done...
Check as example a v19 Source, There are a lot of Systems ans Packages.
Feel Free to ask me but i need more Informations...
what I needed to know was the structure of each package depending on the header, for example the PAcketType "CHAT", but I found where the structures are in the C ++ code, thank you for your comment!
[Selling] Multiboxing services|Leveling packages|Rifts packages|Legendaries packages|Caches 02/27/2016 - Diablo 3 Trading - 0 Replies Hello, I'm proposing my multiboxing services for you !
Need a custom order ? Ask me !
http://hatscripts.com/addskype/hyuksmultibox.png
What classes ? :
Crusaders up to GR45 (T10 rifts)
Wizards up to GR50 (T10 rifts)
Barbs up to GR35 (T8 rifts)
Help understanding some ASM 01/18/2006 - General Coding - 0 Replies I've collected the next batch of stupid questions i hope someone could help me shed some light on.
Basicly im trying to enterpret some very helloworld'ish basic code written in c++ code(vs2005, console app).
http://www.geocities.com/iamasciiart/hellow.JPG
Truth be told, im fiddling with some codeinjection, evaluating different approaches, but i figure i'd get a little better at reading asm first.
The idea of this statement "cout<<"address :"<<IAmMethodOne<<endl;" was to print the...