Private Server Info and Support Thread

11/18/2015 14:26 pvpcoolersdev#2296
Hi please add pvpcoolers server ? you're list is not complete
11/18/2015 16:32 Sήøwy#2297
Quote:
Originally Posted by nykomc View Post
Hi all.Please help how to make my server to start with 5.000.000 credits and 10.000.000 uri?
Change your database at that columns you need, edit the structure and change the defined value.
11/18/2015 20:50 oleg-19952008#2298
Thinking about your emulator, but do not know in what form you need to send packets to the client, such as PET|L need to send PET then L or send them whole ? Where can you find a fully decrypted packets of the game (something like this ("f|C|" . self::getID() . "|" . self::getShip() . "|15|" . self::getUName() . "|" . self::getTag() . "|" . self::getX() . "|" . self::getY() . "|" . self::getFaction() . "|0|" . self::getRank() . "|0|0|7||0|0")) ?
How is the authorization procedure ? I tried to join the client, the client is waiting when he will send <policy-file-request/>, I send <cross-domain-policy><allow-access-from domain='*' to-ports='*' /></cross-domain-policy> but what to send ? Package LOGIN|MY_ID|my-sid|VERSION I sent but I do not understand what to send.
I found a package of "AP" and "ET" client 4.1 and sometimes I see the package "MY_SID|4.1" what does this mean and what does it do ?
11/18/2015 21:05 S7K Yuuki#2299
Quote:
Originally Posted by oleg-19952008 View Post
Thinking about your emulator, but do not know in what form you need to send packets to the client, such as PET|L need to send PET then L or send them whole ? Where can you find a fully decrypted packets of the game (something like this)

Code:
"f|C|" . self::getID() . "|" . self::getShip() . "|15|" . self::getUName() . "|" . self::getTag() . "|" . self::getX() . "|" . self::getY() . "|" . self::getFaction() . "|0|" . self::getRank() . "|0|0|7||0|0"
How is the authorization procedure ?
I tried to join the client, the client is waiting when he will send
Code:
<policy-file-request/>
I send
Code:
<cross-domain-policy><allow-access-from domain='*' to-ports='*' /></cross-domain-policy>
but what to send ? Package LOGIN|MY_ID|my-sid|VERSION I sent but I do not understand what to send.
I found a package of "AP" and "ET" client 4.1 and sometimes I see the package "MY_SID|4.1" what does this mean and what does it do ?
God, next time try to make it cleaner... Took me 3 times to undertand your post.

First you receive the PolicyFileRequest as you said, once you send back the PolicyFile (As you are doing) The client will send instantly the Login packet

Code:
LOGIN|playerID|sessionID|clientVersion
Then do the correct checks to allow or not that player into the game and send back the Ship Initialization packet (Ofc with the correct Settings packets, you can get them from any emulator)

Code:
RDY|I|playerID|username|shipID|maxSpeed|shield|maxShield|health|maxHealth|cargo|maxCargo|user.x|user.y|mapId|factionId|clanId|shipAmmo|shipRockets|expansion|premium|exp|honor|level|credits|uridium|jackpot|rank|clanTag|ggates|0|cloaked
Regards.-
11/18/2015 21:08 oleg-19952008#2300
Still have the problem, I changed the screen resolution instead of 1280x720 made h and 1366x768 but lost the planet, the resources are all in place, just in main.swf I replaced all values 1280x720 on h and the planet disappeared in what could be the problem ? And the page put this code
$("#container").css("position","fixed");
$("#container").css("top",0);
$("#container").css("left",0);
$("#container").css("width","100%");
$("#container").css("height","100%");
What could be wrong ?
In xml/maps.php I have not changed, if you replace the main.swf on another planet work.
[Only registered and activated users can see links. Click Here To Register...]
11/19/2015 16:06 -=Flavio=-#2301
Quote:
Originally Posted by oleg-19952008 View Post
Still have the problem, I changed the screen resolution instead of 1280x720 made h and 1366x768 but lost the planet, the resources are all in place, just in main.swf I replaced all values 1280x720 on h and the planet disappeared in what could be the problem ? And the page put this code
$("#container").css("position","fixed");
$("#container").css("top",0);
$("#container").css("left",0);
$("#container").css("width","100%");
$("#container").css("height","100%");
What could be wrong ?
In xml/maps.php I have not changed, if you replace the main.swf on another planet work.
[Only registered and activated users can see links. Click Here To Register...]
you have the planet's file on the server folder? and it is set up?
11/19/2015 21:42 YURI-ELIADE.ITALY#2302
someone can tell me how can I disable the cargo of aliens

[Only registered and activated users can see links. Click Here To Register...]
11/19/2015 21:52 Requi#2303
Quote:
Originally Posted by YURI-ELIADE.ITALY View Post
someone can tell me how can I disable the cargo of aliens

[Only registered and activated users can see links. Click Here To Register...]
learn to code?!
11/19/2015 21:56 YURI-ELIADE.ITALY#2304
Quote:
Originally Posted by Requi View Post
learn to code?!
But I can not turn off cargo of aliens help me :handsdown:
11/20/2015 10:54 steppdroid#2305
Quote:
Originally Posted by YURI-ELIADE.ITALY View Post
But I can not turn off cargo of aliens help me :handsdown:
Alien.cs, line 306,307

kucurbium.cs, line 296,297
11/21/2015 14:36 Ready*12#2306
11/23/2015 01:03 Orbit World#2307
Where i download, source emulator 9.0 ? or 3D ?
11/23/2015 16:19 BotorCrime#2308
Quote:
Originally Posted by Orbit World View Post
Where i download, source emulator 9.0 ? or 3D ?
U have to pay for 9.0/10.0 buddy.
11/23/2015 21:10 oleg-19952008#2309
Guys help, I wrote the emulator, but there is one problem, I don't know how you can spartiate the coordinates at which the ship is to PET flew behind the ship but with a slight delay.
The emulator without using the database. The same time he joins the client and sends the data. But I know where I broke.
It works to change maps via console and change of ship (doesn't quite work, this map is NULL ).
[Only registered and activated users can see links. Click Here To Register...]
11/23/2015 22:25 -Real-#2310
Quote:
Originally Posted by BotorCrime View Post
U have to pay for 9.0/10.0 buddy.
Pay? Really? LOL .....Learn Programming if you want to make 9.0/10.0 Server..