Hardline Dreams - A Python Matrix Online Server Project
Lets get working guys! - Printable Version

+- Hardline Dreams - A Python Matrix Online Server Project (http://mxo.hardlinedreams.com/forum)
+-- Forum: The Matrix Online (http://mxo.hardlinedreams.com/forum/forumdisplay.php?fid=3)
+--- Forum: MxO General Discussion (http://mxo.hardlinedreams.com/forum/forumdisplay.php?fid=4)
+--- Thread: Lets get working guys! (/showthread.php?tid=447)

Pages: 1 2 3


RE: Lets get working guys! - CountZer0 - 05-01-2010

Have also downloaded the packets, let's do some studies... (I really hope my own internet-connection works soon so I can visit this forum more often, damn moving Dodgy )


RE: Lets get working guys! - The Kid - 05-10-2010

Ok. just one quick question, how do we know what packets to test ( i know we have to use world client ) but i downloaded neos packets and there all random names, and its a bit confusing :S


RE: Lets get working guys! - Neo - 05-10-2010

the packets are sorted by the person who made same (login or charnames).

In crashover2k (my packets) there are several chars. I had them sorted a little bit sometimes (like actions etc.), but there are logs which are unsorted .

As i explained above : make an action..you see the request in the reality console.
Search for the request in the logs (maybe just parts of it) with grep over all packets.

If you match , check out the log and look for the possible answer..send the answer (depends on 03 or 04 format, you have to follow valaros/morpheus guide about how to send them) and check if the action happen / what happens.


RE: Lets get working guys! - Aquilae - 05-28-2010

Is there a way to pause/unpause things so you can enter stuff into Reality without being interrupted by the ocational cseq sequences? Or I have to do it really fast?


RE: Lets get working guys! - Neo - 05-28-2010

you mean to enter several packets at one time ?

Well there is one possibility for it :
- copy the packets to a txt file
- directly add the commentands there and after every ";" make a blank line with the return key .

Thats for all packets...after that copy paste it and insert it to reality Smile