elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   DarkOrbit (https://www.elitepvpers.com/forum/darkorbit/)
-   -   [Collection Thread] Private Server Info and Support Thread (https://www.elitepvpers.com/forum/darkorbit/2830133-private-server-info-support-thread.html)

S7K Yuuki 11/29/2015 20:35

Quote:

Originally Posted by halenko (Post 33452104)
Hello Epvp,

Could you help me ? I would need ship creation packet for 9.0

Thanks you very much

On each build that packet changes, you'll need to search it yourself.

Decompile main.swf and search into the actionscript. Anyways, sometimes are a few variables that aren't obfuscated, like shield, factionId, ... Try searching that words.

Good luck ^^

Regards.-

olitis1 11/29/2015 20:36

Quote:

Originally Posted by halenko (Post 33452104)
Hello Epvp,

Could you help me ? I would need ship creation packet for 9.0

Thanks you very much

There are a lot of builts with version 9.0 (like 9.0.1111).
If someone wants to help you, you should upload your main.swf because others could have another built where the command is completely different.

manulaiko3.0 11/30/2015 10:30

Quote:

Originally Posted by cryz35 (Post 33417791)
Lmao I had 6.3.1 before sb and nah I don't look at java shit ;)

P.s: "sb" 6.3.1 emulator never released anywhere, how am i supposed to "look" on it? Get your facts right.

He said 9.0 not 6.3.1

cryz35 11/30/2015 15:19

Quote:

Originally Posted by manulaiko3.0 (Post 33454833)
He said 9.0 not 6.3.1

he also said 10.

manulaiko3.0 12/02/2015 20:10

Quote:

Originally Posted by cryz35 (Post 33456237)
he also said 10.

>implying there's a big change in server side emulation

cryz35 12/03/2015 09:39

Quote:

Originally Posted by manulaiko3.0 (Post 33471233)
>implying there's a big change in server side emulation

And 6.3.1 is the same as 9, too ;)

p.s: here is not epvpchan

manulaiko3.0 12/03/2015 12:34

Found this on chattool.swf
[Only registered and activated users can see links. Click Here To Register...]


Thanks for the advice BP!


Quote:

Originally Posted by cryz35 (Post 33473812)
And 6.3.1 is the same as 9, too ;)

. . . . .

Requi 12/03/2015 12:40

Quote:

Originally Posted by manulaiko3.0 (Post 33474373)
Found this on chattool.swf
[Only registered and activated users can see links. Click Here To Register...]


Thanks for the advice BP!

Just click on the logo of the chattool:
[IMG=expandable: 1]http://puush.requi-dev.de/?pic=D0Ko.jpg[/IMG]

oleg-19952008 12/05/2015 11:26

Hello epvp
What package to take NPCs on sight ?
Why the ship is flying along the Y axis faster than along the X axis ? At the same PET problem, PET uses the coordinates of the player.
[IMG=expandable: 1]http://cs629421.vk.me/v629421021/2b751/QsmGcpzXo_0.jpg[/IMG]

Chanhy 12/05/2015 15:37

download link ?:handsdown::handsdown::handsdown:

oleg-19952008 12/05/2015 16:04

Quote:

Originally Posted by Chanhy (Post 33488299)
download link ?:handsdown::handsdown::handsdown:

What do you want to download ? 0_о

Chanhy 12/05/2015 18:25

Quote:

Originally Posted by oleg-19952008 (Post 33488507)
What do you want to download ? 0_о

private server

oleg-19952008 12/05/2015 18:41

Quote:

Originally Posted by Chanhy (Post 33488299)
download link ?:handsdown::handsdown::handsdown:

Quote:

Originally Posted by Chanhy (Post 33489445)
private server

what ?

Quote:

Originally Posted by Chanhy (Post 33489445)
private server

My server (the Black space) based on the Assembly of dark planets, but the build (dark planets )was illegally posted and all the links have been removed I managed to save files and now it I who does not give. And the emulator which is on the screen is my design which I just started, have the vehicle repair, regenrate shield, the movement of the NPC, PET done but with errors and my emulator does not use a database, it is based on Azure EMU V 5.1.

Chanhy 12/05/2015 19:55

CMC+EMU download link.. Pls help

ItsTequila 12/05/2015 19:56

Quote:

Originally Posted by oleg-19952008 (Post 33489554)
what ?



My server (the Black space) based on the Assembly of dark planets, but the build (dark planets )was illegally posted and all the links have been removed I managed to save files and now it I who does not give. And the emulator which is on the screen is my design which I just started, have the vehicle repair, regenrate shield, the movement of the NPC, PET done but with errors and my emulator does not use a database, it is based on Azure EMU V 5.1.

Try re-coding your emulator, using Azure 5.1 is just pain, it is way too buggy.

oleg-19952008 12/05/2015 20:04

Quote:

Originally Posted by NUMANDERBUHMAN (Post 33490100)
Try re-coding your emulator, using Azure 5.1 is just pain, it is way too buggy.

from azure 5.1 almost nothing left, I just use a socket and all, adopted it for the shipment of packages and all.

nykomc 12/06/2015 17:21

Hi.Please help.
I have this line in emulator and i buy cpu for cloack but in game no i see cpu and my ship its visible. I change maine.swf to see cpu in bar but no cloack....
In data base no i have table with name INV.
PLEASE HELP!!!




private void Cloak()
{
if (Ship.Config.Cloaks <= 0 || Ship.Cloaked == 1)
{
return;
}
Ship.Cloaked = 1;
Ship.Config.Cloaks -= 1;
foreach (var user in Program.GameManager.GetMap(MapId).GetUsersByUser(U serId))
{
user.Send("0|n|INV|" + UserId + "|" + Ship.Cloaked);
}
Send("0|n|INV|" + UserId + "|" + Ship.Cloaked);
Send("0|A|CPU|C|" + Ship.Config.Cloaks);

}

cryz35 12/06/2015 20:27

Quote:

Originally Posted by nykomc (Post 33495536)
Hi.Please help.
I have this line in emulator and i buy cpu for cloack but in game no i see cpu and my ship its visible. I change maine.swf to see cpu in bar but no cloack....
In data base no i have table with name INV.
PLEASE HELP!!!




private void Cloak()
{
if (Ship.Config.Cloaks <= 0 || Ship.Cloaked == 1)
{
return;
}
Ship.Cloaked = 1;
Ship.Config.Cloaks -= 1;
foreach (var user in Program.GameManager.GetMap(MapId).GetUsersByUser(U serId))
{
user.Send("0|n|INV|" + UserId + "|" + Ship.Cloaked);
}
Send("0|n|INV|" + UserId + "|" + Ship.Cloaked);
Send("0|A|CPU|C|" + Ship.Config.Cloaks);

}

Oh, Sorry I didn't implement cloak cpu back in 2014. You have to do it, I doubt that though

ItsTequila 12/06/2015 20:54

change main.swf? try changing brain.exe, would be easier in your case

Goasler 12/06/2015 21:38

ALL Links broken! Mega says File not Found!

stars093 12/14/2015 07:11

hello to all guys I have a little problem with the emulator that I'm using , in short, he does not recognize me the crown of cronos
[Only registered and activated users can see links. Click Here To Register...]
how can I get them back there = (

45the45 12/14/2015 19:56

Quote:

Originally Posted by stars093 (Post 33543848)
hello to all guys I have a little problem with the emulator that I'm using , in short, he does not recognize me the crown of cronos
[Only registered and activated users can see links. Click Here To Register...]
how can I get them back there = (

You can edit with photoshop put the kronos ring with the rank of general.

Diаmonds 12/14/2015 20:03

Quote:

Originally Posted by 45the45 (Post 33547694)
You can edit with photoshop put the kronos ring with the rank of general.

I'm not sure about that. The client might resize it to fit the space it is supposed to, and you'll only end up with a smaller rank icon...

Sήøwy 12/14/2015 21:05

If you want to add that icon to the 4.x versions you have to change the action scripts and to add the icon image in the swfs.

Probably you will have also issues to show it properly so you must pay attention to that.

ItsTequila 12/14/2015 22:35

Y'all nubs.

Just add GG rings on ship init packet.
I guess he replaced the image of them Lel ^^

stars093 12/14/2015 22:45

Quote:

Originally Posted by Diаmonds (Post 33547753)
I'm not sure about that. The client might resize it to fit the space it is supposed to, and you'll only end up with a smaller rank icon...

Just trying to edit the PNG rank resize the image is but the system divided into slots for pictures ie each image that is used if the client is Resized too have become too small or comes out of the slot and is displayed in half then adding to the ranks crown the image becomes too large for the slot and then Displayed in half

Quote:

Originally Posted by NUMANDERBUHMAN (Post 33548834)
Y'all nubs.

Just add GG rings on ship init packet.
I guess he replaced the image of them Lel ^^

so I have to work on the source of the emulator.

Diаmonds 12/15/2015 17:57

Quote:

Originally Posted by stars093 (Post 33548886)
Just trying to edit the PNG rank resize the image is but the system divided into slots for pictures ie each image that is used if the client is Resized too have become too small or comes out of the slot and is displayed in half then adding to the ranks crown the image becomes too large for the slot and then Displayed in half


so I have to work on the source of the emulator.

Yes, when you try to code a server that's what usually happens.

-=Flavio=- 12/15/2015 22:13

sorry to disturb but someone has the sprites of the galaxy gates, can not I find

ZeusReally 12/19/2015 08:45

i need clan war php for pvp server i cant who help me ?

dogun47 12/21/2015 15:07

Hi My private server is pve I buy Ammo but my server is dont work ammo page please tell me how the I can ammo is free emulator code give me the free ammo please ?

stars093 12/22/2015 17:02

Hi all I have this problem with loading the map,
[Only registered and activated users can see links. Click Here To Register...]
I'm using CMS and DB emulator orbitworld I tried everything but it is does anyone know how to help me = (

ItsTequila 12/22/2015 20:51

Quote:

Originally Posted by stars093 (Post 33595679)
Hi all I have this problem with loading the map,
[Only registered and activated users can see links. Click Here To Register...]
I'm using CMS and DB emulator orbitworld I tried everything but it is does anyone know how to help me = (

Change maps.php & try looking into emu, there might be some issue on login.

stars093 12/23/2015 01:33

You know some advise maps.php?

oleg-19952008 12/24/2015 19:37

In the game client (7.5.3 ) I found a RSA key that it encrypts ? Packages ?
What is the package for authorization version (7.5.3) ?
new RSAKey(new BigInteger("b1d0486fa22f9c0aab74dbd9d82dcce4cf57d2 fe021c5070e074ca58ee01134b83f2fb753990a5e3b426538d f9e0ba9ccfabb98982548fd334ef2f6455941aa6caaa78c0a3 213f44f89e5ef2701ba11d8a95d816752224ffcec74a80a3fe aa6d"),65537);

manulaiko3.0 12/24/2015 23:33

Quote:

Originally Posted by oleg-19952008 (Post 33609936)
In the game client (7.5.3 ) I found a RSA key that it encrypts ? Packages ?
What is the package for authorization version (7.5.3) ?
new RSAKey(new BigInteger("b1d0486fa22f9c0aab74dbd9d82dcce4cf57d2 fe021c5070e074ca58ee01134b83f2fb753990a5e3b426538d f9e0ba9ccfabb98982548fd334ef2f6455941aa6caaa78c0a3 213f44f89e5ef2701ba11d8a95d816752224ffcec74a80a3fe aa6d"),65537);

It encrypts the ARC4 key

Destiny 12/25/2015 07:26

client v2.1.20 i fix loading but it stay wont finish some one have idea ?
i use flash debuger
[Only registered and activated users can see links. Click Here To Register...]

Sήøwy 12/25/2015 10:07

You are missing some resources, there is anything in the log of browser? / also check the apache error log file.

Destiny 12/25/2015 16:57

Quote:

Originally Posted by Sήøwy (Post 33612460)
You are missing some resources, there is anything in the log of browser? / also check the apache error log file.

problem is i use 4.1 xml and in client i edit engine pattern code to work on 4.1 xml can you help me find what is missing browser dont found anything

dogun47 12/26/2015 16:07

Hi My private server is pve I buy Ammo but my server is dont work ammo page please tell me how the I can ammo is free emulator code give me the free ammo please ?

LEJYONER(DS) 12/26/2015 16:39

Quote:

Originally Posted by dogun47 (Post 33620563)
Hi My private server is pve I buy Ammo but my server is dont work ammo page please tell me how the I can ammo is free emulator code give me the free ammo please ?

Tek yapman gereken emulatordaki user kısmının ammo yeri varya orası sende databaseye bağlıdır, onu kendi elinle yaz sorun kalkar.


All times are GMT +2. The time now is 14:04.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.