Private Server Info and Support Thread

06/09/2015 00:23 Sήøwy#1801
Quote:
I was wondering why they has all that params, like 1|newX|newY|oldX|oldY instead of just something like 1|playerID.
As far as I know, they were using that type of packets just for traking stuff, not for logistic.

From that packet you only need newX, newY.
OldX, OldY could only offer the option to point the float variations but anyway that doesn't worth.

Tip: You could make a speed hack test , but that can't be trusted because they might have lag :D
Your system should be dooing everything, everytime.
06/09/2015 10:43 Googlė#1802
Thanks for the help guys, you're awesome ;-)

I just have one more question though, if you don't mind:

When I send the attack packet: a|UserID|selectedUserID|laserColor (Example: a|1|2|1)
the user attacking turns towards the target as it should but it doesn't shoot lasers. What am I doing wrong?

By the way, this is with the old client (2008'ish)
06/09/2015 10:52 S7K Yuuki#1803
Quote:
Originally Posted by Googlė View Post
Thanks for the help guys, you're awesome ;-)

I just have one more question though, if you don't mind:

When I send the attack packet: a|UserID|selectedUserID|laserColor (Example: a|1|2|1)
the user attacking turns towards the target as it should but it doesn't shoot lasers. What am I doing wrong?

By the way, this is with the old client (2008'ish)
I never used that client.. but in 4.1 for example, once you've the target selected you send the attack packet 0|a|userID|targetID|laserColor|pilotSheetSkill1|pi lotSheetSkill2

Then you need to send the "damage packet"
0|Y|userID|targetID|L|targetHealth|targetShield|da mage

Thats "one shot" so you will need to do a "while(user.isAttacking())" or something like that.

As I said idk how that client works exactly

Regards.-
06/09/2015 11:15 Googlė#1804
Quote:
Originally Posted by S7K Yuuki View Post
I never used that client.. but in 4.1 for example, once you've the target selected you send the attack packet 0|a|userID|targetID|laserColor|pilotSheetSkill1|pi lotSheetSkill2

Then you need to send the "damage packet"
0|Y|userID|targetID|L|targetHealth|targetShield|da mage

Thats "one shot" so you will need to do a "while(user.isAttacking())" or something like that.

As I said idk how that client works exactly

Regards.-
I tried sending the damage packet too but that only shows the damage done. I did however found out that it works with SAB. Everytime I send the attack packet and use 4 as LaserColor, it does show the laser effect, but not when I try to use the others lasers :/
06/09/2015 11:35 Sήøwy#1805
Hi there,
Contact me on Skype and I will help you with that.

It can be affected by more reasons, but I'm sure I can help you.
06/09/2015 11:40 S7K Yuuki#1806
Then maybe the problem is in game.xml.

Take a look inside of it, maybe is loading wrong some resources.

Regards.-
06/10/2015 11:18 ZeusReally#1807
how to fix pvp servers chat SPAM _?
06/10/2015 11:24 manulaiko3.0#1808
Quote:
Originally Posted by ZeusReally View Post
how to fix pvp servers chat SPAM _?
[Only registered and activated users can see links. Click Here To Register...]
06/10/2015 13:34 Sήøwy#1809
Quote:
Originally Posted by ZeusReally View Post
how to fix pvp servers chat SPAM _?
Quote:
Originally Posted by manulaiko3.0 View Post
[Only registered and activated users can see links. Click Here To Register...]
Let's hope next time you ask well

Check the time of last packet was sent on chat and if it's lower then X ms, don't accept it,kick him etc.
06/11/2015 14:19 45the45#1810
Test private server: (RT SERVER)
[Only registered and activated users can see links. Click Here To Register...]
06/12/2015 12:49 oleg-19952008#1811
Hi guys. There is a problem, can't find where should be the JSON code where you want to insert, the database I have regained almost all that was left to fill it.
[Only registered and activated users can see links. Click Here To Register...]
In files darkplanets was base64 encryption, it turned out that displayed the encrypted code into base64 and then he stood in JSON format. No there such a scheme ?

UPD
I was able to partially solve the problem, at random I pulled "{}" in the database, and now the error is gone, but that's not all as I understand it. xD

Try to start the emulator, it runs, but in the space of exit does not work, writes that "game session for UID = 38 doesn't exist" . What am I doing wrong ? The queries in the code I altered under the old option base players_accounts replaced on accounts.
06/12/2015 20:00 alexutu2013#1812
hi all :) can someone tell me, what emulator use liderdakr pvp server ?? azure or something else, thx :D
06/12/2015 20:19 Destiny#1813
Quote:
Originally Posted by oleg-19952008 View Post
Hi guys. There is a problem, can't find where should be the JSON code where you want to insert, the database I have regained almost all that was left to fill it.
[Only registered and activated users can see links. Click Here To Register...]
In files darkplanets was base64 encryption, it turned out that displayed the encrypted code into base64 and then he stood in JSON format. No there such a scheme ?

UPD
I was able to partially solve the problem, at random I pulled "{}" in the database, and now the error is gone, but that's not all as I understand it. xD

Try to start the emulator, it runs, but in the space of exit does not work, writes that "game session for UID = 38 doesn't exist" . What am I doing wrong ? The queries in the code I altered under the old option base players_accounts replaced on accounts.
you need session id
06/12/2015 20:22 oleg-19952008#1814
Quote:
Originally Posted by edox77 View Post
you need session id
I figured with the sessionID only need to fill the database, but in what form is there to be I don't know what some of the entries will be in JSON format, I have an empty store in the hangar is empty, no nothing.
06/12/2015 22:34 Luffa#1815
Quote:
Originally Posted by oleg-19952008 View Post
I figured with the sessionID only need to fill the database, but in what form is there to be I don't know what some of the entries will be in JSON format, I have an empty store in the hangar is empty, no nothing.

I can drop you a hint, once you figured out the base block of the system, it's all up from there.

Kind Regards +A