|
You last visited: Today at 20:01
Advertisement
Private Server Info and Support Thread
Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.
11/18/2015, 14:26
|
#2296
|
elite*gold: 0
Join Date: Jun 2015
Posts: 3
Received Thanks: 1
|
Hi please add pvpcoolers server ? you're list is not complete
|
|
|
11/18/2015, 16:32
|
#2297
|
elite*gold: 1
Join Date: Aug 2010
Posts: 1,330
Received Thanks: 1,724
|
Quote:
Originally Posted by nykomc
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
|
#2298
|
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
|
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
|
#2299
|
elite*gold: 0
Join Date: Apr 2015
Posts: 246
Received Thanks: 398
|
Quote:
Originally Posted by oleg-19952008
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
|
#2300
|
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
|
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.
|
|
|
11/19/2015, 16:06
|
#2301
|
elite*gold: 0
Join Date: Jul 2012
Posts: 612
Received Thanks: 268
|
Quote:
Originally Posted by oleg-19952008
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.
|
you have the planet's file on the server folder? and it is set up?
|
|
|
11/19/2015, 21:42
|
#2302
|
elite*gold: 15
Join Date: Feb 2014
Posts: 313
Received Thanks: 78
|
someone can tell me how can I disable the cargo of aliens
|
|
|
11/19/2015, 21:52
|
#2303
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,043
Received Thanks: 8,252
|
Quote:
Originally Posted by YURI-ELIADE.ITALY
someone can tell me how can I disable the cargo of aliens

|
learn to code?!
|
|
|
11/19/2015, 21:56
|
#2304
|
elite*gold: 15
Join Date: Feb 2014
Posts: 313
Received Thanks: 78
|
Quote:
Originally Posted by Requi
learn to code?!
|
But I can not turn off cargo of aliens help me
|
|
|
11/20/2015, 10:54
|
#2305
|
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
|
Quote:
Originally Posted by YURI-ELIADE.ITALY
But I can not turn off cargo of aliens help me 
|
Alien.cs, line 306,307
kucurbium.cs, line 296,297
|
|
|
11/21/2015, 14:36
|
#2306
|
elite*gold: 0
Join Date: Jan 2015
Posts: 135
Received Thanks: 63
|
|
|
|
11/23/2015, 01:03
|
#2307
|
elite*gold: 500
Join Date: Mar 2015
Posts: 86
Received Thanks: 11
|
Where i download, source emulator 9.0 ? or 3D ?
|
|
|
11/23/2015, 16:19
|
#2308
|
elite*gold: 0
Join Date: May 2013
Posts: 54
Received Thanks: 5
|
Quote:
Originally Posted by Orbit World
Where i download, source emulator 9.0 ? or 3D ?
|
U have to pay for 9.0/10.0 buddy.
|
|
|
11/23/2015, 21:10
|
#2309
|
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
|
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 ).
|
|
|
11/23/2015, 22:25
|
#2310
|
elite*gold: 0
Join Date: Jul 2015
Posts: 102
Received Thanks: 95
|
Quote:
Originally Posted by BotorCrime
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..
|
|
|
Similar Threads
|
Private private server :P READ FOR MORE INFO
12/01/2010 - SRO Private Server - 12 Replies
hey guys im wondering if there is anyway to make a real private server like ZSZC or SWSRO or MYSRO but to where i can only play and level a character and as if it was a real private server. but just for me, not like an emulator where im already lvl 90 or 120 or whatever. i mean one where i set the rates and i level. if not then ok u can close this. but i was just wondering.
|
All times are GMT +1. The time now is 20:03.
|
|