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)

th0rex 02/19/2014 13:35

Nope it is not hard. ~70 lines for ai and ~70 again for good movement.

Edit: @csganja
That is a bit to complex. You can just simply let the random make some coordinates within a given range and then just let the alien fly to that. Once it arrives just make new ones.

Sήøwy 02/19/2014 13:37

Nice game lulz, please send me at pm that "sue" message of bigpoint.

Úŭş 02/19/2014 13:47

Bro, I don't think they will sue, you don't see Iceshock down yet do ya?

csganja 02/19/2014 13:50

---

Luffa 02/19/2014 13:53

Quote:

Originally Posted by Úŭş (Post 27218731)
Bro, I don't think they will sue, you don't see Iceshock down yet do ya?

Nope as the host of the server, we haven't got any messages yet, and also not on oldwarrior to, even through we got 2 domains, and some more o.o

Best Regards Bau

Sήøwy 02/19/2014 14:12

csganja
You should fix your missing index page. :P

«Ice.Shock™ 02/20/2014 06:41

Quote:

Originally Posted by Βau (Post 27218813)
Nope as the host of the server, we haven't got any messages yet, and also not on oldwarrior to, even through we got 2 domains, and some more o.o

Best Regards Bau

Three *

I've purchased shockservers.info :3

Úŭş 02/20/2014 13:43

Quote:

Originally Posted by csganja (Post 27218778)
As i said to Bau, after i read my e-mails i delete them...
So, there are 3 choices...
1. Someone in elitepvpers hate me and sent ticket to bigpoint...
2. That was a fake e-mail...
3. Was bigpoint indeed...

I guess that i will continue to develop the emulator... I'm still thinking about that

My page is stuck at Loading Darkorbit...
Can you maybe find out why I can't or send me a link that will make it work?
~Úŭş

csganja 02/20/2014 14:50

Quote:

Originally Posted by Úŭş (Post 27231087)
My page is stuck at Loading Darkorbit...
Can you maybe find out why I can't or send me a link that will make it work?
~Úŭş

You are talking about my localhost? I don't keep it opened for wan when i am working...

Sήøwy 02/20/2014 15:02

csganja - [Only registered and activated users can see links. Click Here To Register...]
Put an index...

anubis1997 02/20/2014 21:21

Drones Pack??

csganja 02/20/2014 21:59

---

csganja 02/22/2014 00:27

C'mon guys, hands up for quests...
O/
/|
/ \

Is there any way that we could change the "No Quests, click here for more jobs" text from server side? If we can do that we can implement our own quest system...

mirecekxxx 02/22/2014 00:30

Its in translationSpacemap.php

csganja 02/22/2014 00:42

---

Requi 02/22/2014 00:52

What do you mean with from serverside?
Just changing the text on the client?

csganja 02/22/2014 00:55

---

Requi 02/22/2014 00:56

No, this isn't possible, sorry.

csganja 02/22/2014 12:35

---

th0rex 02/22/2014 13:00

"0|A|HL|1|" + this.userid + "|HPT|" + this.Ship.HP + "|" + heal
for hp and
"0|A|HL|1|" + this.userid + "|SHD|" + this.Ship.Shield + "|" + heal
for shield.

csganja 02/22/2014 21:22

---

123can321 02/23/2014 13:27

help, please
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
trade = [Only registered and activated users can see links. Click Here To Register...]
Hangar something cannot be purchased: [Only registered and activated users can see links. Click Here To Register...]


My English is not good turk, thanks for your help

cryz35 02/23/2014 13:31

:)
Quote:

Originally Posted by 123can321 (Post 27270789)
help, please
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
trade = [Only registered and activated users can see links. Click Here To Register...]
Hangar something cannot be purchased: [Only registered and activated users can see links. Click Here To Register...]


My English is not good turk, thanks for your help

Kendin kodlaman lazim

123can321 02/23/2014 13:38

Quote:

Originally Posted by cryz35 (Post 27270855)
:)

Kendin kodlaman lazim

Aurora 1.2 , I'm using the ready-to-pack, not whether they are
++ trade = fixed it

csganja 02/23/2014 14:52

---

Imti™ 02/24/2014 08:40

Can anyone help me to setup this "/indexInternal.es?action=internalSettings" thing, it doesnt change resolution etc :(

And other problem is my chat (using Darkorbit ChatServer):
[Only registered and activated users can see links. Click Here To Register...]
& How i remove that teamspeak server ip from chat :D

csganja 02/24/2014 12:39

---

Requi 02/24/2014 12:41

Quote:

Originally Posted by Imti™ (Post 27281185)
Can anyone help me to setup this "/indexInternal.es?action=internalSettings" thing, it doesnt change resolution etc :(

And other problem is my chat (using Darkorbit ChatServer):
[Only registered and activated users can see links. Click Here To Register...]
& How i remove that teamspeak server ip from chat :D

1. Learn php and check the sourcecode.
2. Open port 9338 in your firewall
3. In the translationSpacemap.php

Quote:

Originally Posted by csganja (Post 27282260)
Ok, got the rocket launcher packets...

0|RL|A|attacker_id|enemy_id|rockets_nr|rocket_type

attacker_id - your ship id
enemy_id - enemy ship id
rockets_nr - 3-5 but can be any number
rocket_type - 7-9 default RL rockets but can be any rocket from 1-10

I already have since a long time :p

Code:

else if (packetHeader.StartsWith("RL"))
                            {
                                string packetSubHeader = packetParser.getString();
                                if (packetSubHeader.StartsWith("L"))
                                {
                                    for (var i = 0; i <= 5; i++)
                                    {
                                        this.Send("0|RL|S|2|" + this.Ship.rockettype + "|" + i);
                                        await Task.Delay(1000);
                                    }
                                    this.Send("0|CLD|ROK|5");
                                }
                                else if (packetSubHeader.StartsWith("A"))
                                {
                                    this.Send("0|RL|A|" + this.userId + "|" + this.selectedUserId + "|5|" + this.Ship.rockettype);
                                    for (var i = 5; i >= 0; i--)
                                    {
                                        this.Send("0|RL|S|2|" + this.Ship.rockettype + "|" + i);
                                        await Task.Delay(1000);
                                    }
                                    this.Send("0|CLD|ROK|5");
                                }
                                else if (packetSubHeader.StartsWith("SEL"))
                                {
                                    this.Ship.rockettype = packetParser.getUInt();
                                }
                            }


th0rex 02/24/2014 16:25

Please add [Only registered and activated users can see links. Click Here To Register...] to the list. Thanks in advance ;).

csganja 02/24/2014 16:26

---

csganja 02/25/2014 23:11

---

DrSkyfall 02/26/2014 02:54

Quote:

Originally Posted by csganja (Post 27302011)
For pet i got this:

Show pet window:
0|PET|I

Set attr:
0|PET|S|???|level|exp|exp_max|hp|hp_max|shield|shi eld_max|fuel|fuel_max|???|name

Any other packets?


They are in the manu's files database.

When the pet it's created, just take it like an NPC.

DrS

csganja 02/26/2014 11:18

---

cryz35 02/26/2014 12:00

Quote:

Originally Posted by csganja (Post 27304602)
OldWarrior is online... 1 minute, OldWarrior is down...
PrimeUniverse is online... 1 minute, is down now...
OneUltimate... 10 minutes, still up... i'll try harder...

Really guys?? NO SECURITY, NOTHING?
Actually OneUltimate is the only one who send a good policyfile...

The one with problems, check your fucking packets if they are what they should be...
On ship select SEL|ship_id check if the ship really exists
On any packet check if they are integers, check for packets length...

ANY PACKETS SHOULD BE CHECKED!!!

Thanks for letting us know their emulators are shit.
All those 3 servers using the same base, only one ultimate is fixed by me to handle any problems with packets. Still got lots of bugs but not going to publish here. Btw can you put an index to your web files and delete do_es.rar? Anways, that chinese emulator works? :p
And I want to add, what you are doing is nice, but this thread is for helping, not showing off :)

csganja 02/26/2014 12:37

---

king[amg]ua 02/26/2014 12:39

(warning! used Google translator :D)
is not a question about private server..
but I don't want to create a separate topic..so I'll ask here. because you know the game code.
I want to change my damage in the official game (only visual). maybe you know how can I do this?

Sήøwy 02/26/2014 12:50

This is not an ideas thread so stop spaming csganja, there we should help and not posting about other servers and beeing rude.

#king[amg]ua
There is not the place where to ask but i might suggest an packet intercepter program.

#csganja
I told you 2 times to put an index page but you didn't listen me.

csganja 02/26/2014 13:27

ok, i'm out...

Úŭş 02/26/2014 13:42

Quote:

Originally Posted by csganja (Post 27305710)
ok, i'm out...

Well, bro I really loved your server, even though I never was able to get on the thing! xD

Anyways, Prime Universe goes down because the emulator, on death or logout it doesn't fetch your new session ID or it doesn't log you out, we are fixing this soon!

~Úŭş

«Ice.Shock™ 02/26/2014 16:29

Quote:

Originally Posted by Úŭş (Post 27305862)
Well, bro I really loved your server, even though I never was able to get on the thing! xD

Anyways, Prime Universe goes down because the emulator, on death or logout it doesn't fetch your new session ID or it doesn't log you out, we are fixing this soon!

~Úŭş

Good luck anyways you can try looking the Azure log out and SID there you can get lots of information even if you are beginner in C#


All times are GMT +2. The time now is 18:43.

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