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)

Technostar 01/29/2014 20:32

Hello guys
i have a question about the xml system.
if you update group, you need to send a xml with it.
the packet is like this
Code:

"0|ps|upd|" + User.Value.userID + "|" + XML)
but i dont know how to make the the XML ?
in the code its just this

Code:

var _loc3_:XML = new XML(param1[4]);
and later it calls the attributes like this

Code:

if([email protected]())
        {
            _loc3_.hitPointsCurrent = int(param2.@hp);
        }

I hope anyone can help me, maybe something is wrong with the packet
Regards Sese

asterixxx1995 01/29/2014 20:40

Quote:

Originally Posted by player.elite (Post 26954488)
Thanks it works (this.Send("0|A|SHS|"+ this.userId + "|");) btw how to stop it cause it do not disappear :B

EDIT : Found, 0|A|SHS|userId|Duration(second)

EDIT2 : wrong :( it continue even if the shield is full

this.Send("0|A|SHS|1|");

Technostar 01/29/2014 20:55

@up
you need to check yourself
Code:

if (this.Ship.shield != this.Ship.maxShield)
{
      this.Send("0|A|SHD|1||");
}
else
{
      this.Send("0|A|SHS|0||");
}

#edit Now it correct

Luffa 01/30/2014 21:48

In the next couple of weeks, i'm going to be able to once more, host darkorbit servers, for SERIOUS projects for FREE!

specs:
AMD Opteron Server-CPU, 8 Cores
32 GB DDR3 RAM
2x 250 GB SSD
100mbit unlimited bandwidth

Or
AMD Opteron Server-CPU, 8 Cores
24 GB DDR3 RAM
2x 250 GB SSD
100mbit unlimited bandwidth

Best Regards Rq

asterixxx1995 01/30/2014 22:05

Quote:

Originally Posted by Rage Quit (Post 26968852)
In the next couple of weeks, i'm going to be able to once more, host darkorbit servers, for SERIOUS projects for FREE!

specs:
AMD Opteron Server-CPU, 8 Cores
32 GB DDR3 RAM
2x 250 GB SSD
100mbit unlimited bandwidth

Or
AMD Opteron Server-CPU, 8 Cores
24 GB DDR3 RAM
2x 250 GB SSD
100mbit unlimited bandwidth

Best Regards Rq

You can help me?:D

Luffa 01/30/2014 22:11

Quote:

Originally Posted by asterixxx1995 (Post 26969087)
You can help me?:D

I have answered your pm, lets keep it in that way :D

Best Regards RQ

ipentheaod 01/31/2014 08:18

I think I just lost all my work.When I go to localhost,this happens:
[Only registered and activated users can see links. Click Here To Register...]

epixvkad 01/31/2014 10:14

I can't get to my server now.After I repaired my PC,I got the server files again(modified Azure) and I did like in the tutorial.Still,when I try to access localhost,it redirects me to localhost/xampp/
On my laptop,happens just like at ipentheaod.Any help?

Sήøwy 01/31/2014 12:43

Rage Quit, i have an offer for you. :) I will try to install my skype as soon as i can and we talk.

Luffa 01/31/2014 12:50

Quote:

Originally Posted by Sήøwy (Post 26974153)
Rage Quit, i have an offer for you. :) I will try to install my skype as soon as i can and we talk.

Ill be on skype for short a few times a day this weekend, and next week.

So just poke to me sometime :D

Best Regards RQ

epixvkad 01/31/2014 14:33

So can anybody help me?

Requi 02/01/2014 04:19

I tried to use the newest main.swf but at the loading screen I'm stuck at the last point.
Charles doesn't show any missing file or something like that.
I rebuilt the loadingScreen.php.
I added all needed files to the spacemap folder.


What am I doing wrong?

th0rex 02/01/2014 08:51

You know the packet encryption/Description if there is any ?

manulaiko 02/01/2014 11:05

Quote:

Originally Posted by Requi (Post 26985490)
I tried to use the newest main.swf but at the loading screen I'm stuck at the last point.
Charles doesn't show any missing file or something like that.
I rebuilt the loadingScreen.php.
I added all needed files to the spacemap folder.


What am I doing wrong?

preloader.swf loads the data directly from the cdn u.u

Requi 02/01/2014 18:52

Quote:

Originally Posted by manulaiko (Post 26986920)
preloader.swf loads the data directly from the cdn u.u

I set everything correctly.
[IMG=expandable: 1]http://puu.sh/6GeWt.jpg[/IMG]

0wnix 02/02/2014 21:31

[Only registered and activated users can see links. Click Here To Register...]

Hey guys, I'm adding the Citadel but there is something I don't know : where are located the scripts for the citadel abilities ?

Thanks in advance

Requi 02/02/2014 21:41

Quote:

Originally Posted by player.elite (Post 27010692)
[Only registered and activated users can see links. Click Here To Register...]

Hey guys, I'm adding the Citadel but there is something I don't know : where are located the scripts for the citadel abilities ?

Thanks in advance

main.swf

Belgium1Nastykiller 02/02/2014 21:55

Question Custom Private Server Help Needed !Fast!

Hello Epvp'ers

I have an Problem whit my custom private server i can't get my Apache running in xampp can anyone help me ? it give's this error

21:56:54 [main] Enabling autostart for module "Apache"
21:56:54 [main] Enabling autostart for module "MySQL"
21:56:54 [main] Starting Check-Timer
21:56:54 [main] Control Panel Ready
21:56:55 [Apache] Autostart active: starting...
21:56:55 [Apache] Problem detected!
21:56:55 [Apache] Port 80 in use by ""C:\AppServ\Apache2.2\bin\httpd.exe" -k runservice" with PID 1996!
21:56:55 [Apache] Apache WILL NOT start without the configured ports free!
21:56:55 [Apache] You need to uninstall/disable/reconfigure the blocking application
21:56:55 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
21:56:55 [Apache] Attempting to start Apache app...
21:56:55 [mysql] Autostart active: starting...
21:56:55 [mysql] Problem detected!
21:56:55 [mysql] Port 3306 in use by "C:\AppServ\MySQL\bin\mysqld-nt --defaults-file=C:\AppServ\MySQL\my.ini mysql"!
21:56:55 [mysql] MySQL WILL NOT start without the configured ports free!
21:56:55 [mysql] You need to uninstall/disable/reconfigure the blocking application
21:56:55 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
21:56:55 [mysql] Attempting to start MySQL app...
21:56:55 [Apache] Status change detected: running
21:56:58 [Apache] Status change detected: stopped
21:56:58 [Apache] Error: Apache shutdown unexpectedly.
21:56:58 [Apache] This may be due to a blocked port, missing dependencies,
21:56:58 [Apache] improper privileges, a crash, or a shutdown by another method.
21:56:58 [Apache] Press the Logs button to view error logs and check
21:56:58 [Apache] the Windows Event Viewer for more clues
21:56:58 [Apache] If you need more help, copy and post this
21:56:58 [Apache] entire log window on the forums


Can anyone help me out on Skype and teamviewer ?


Thanks in advance


Regards Belgium1Nasty

cryz35 02/02/2014 22:51

Quote:

Originally Posted by Requi (Post 27010837)
main.swf

wrong, that swf doesnt have citadel-aegis-sparhead abilities :o

Requi 02/03/2014 00:30

It seems, that I am very stupid.

Code:

this.Send("0|l");
Why doesn't it work on a new emulator?
On azure it worked. EDIT: Now it doesn't work there anymore too.

What is wrong?

EDIT:
Client definitly receives it [IMG=expandable: 1]http://puu.sh/6HVB3.png[/IMG]

Luffa 02/04/2014 07:20

Quote:

Originally Posted by Belgium1Nastykiller (Post 27011036)
Question Custom Private Server Help Needed !Fast!

Hello Epvp'ers

I have an Problem whit my custom private server i can't get my Apache running in xampp can anyone help me ? it give's this error

21:56:54 [main] Enabling autostart for module "Apache"
21:56:54 [main] Enabling autostart for module "MySQL"
21:56:54 [main] Starting Check-Timer
21:56:54 [main] Control Panel Ready
21:56:55 [Apache] Autostart active: starting...
21:56:55 [Apache] Problem detected!
21:56:55 [Apache] Port 80 in use by ""C:\AppServ\Apache2.2\bin\httpd.exe" -k runservice" with PID 1996!
21:56:55 [Apache] Apache WILL NOT start without the configured ports free!
21:56:55 [Apache] You need to uninstall/disable/reconfigure the blocking application
21:56:55 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
21:56:55 [Apache] Attempting to start Apache app...
21:56:55 [mysql] Autostart active: starting...
21:56:55 [mysql] Problem detected!
21:56:55 [mysql] Port 3306 in use by "C:\AppServ\MySQL\bin\mysqld-nt --defaults-file=C:\AppServ\MySQL\my.ini mysql"!
21:56:55 [mysql] MySQL WILL NOT start without the configured ports free!
21:56:55 [mysql] You need to uninstall/disable/reconfigure the blocking application
21:56:55 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
21:56:55 [mysql] Attempting to start MySQL app...
21:56:55 [Apache] Status change detected: running
21:56:58 [Apache] Status change detected: stopped
21:56:58 [Apache] Error: Apache shutdown unexpectedly.
21:56:58 [Apache] This may be due to a blocked port, missing dependencies,
21:56:58 [Apache] improper privileges, a crash, or a shutdown by another method.
21:56:58 [Apache] Press the Logs button to view error logs and check
21:56:58 [Apache] the Windows Event Viewer for more clues
21:56:58 [Apache] If you need more help, copy and post this
21:56:58 [Apache] entire log window on the forums


Can anyone help me out on Skype and teamviewer ?

d
Thanks in advance


Regards Belgium1Nasty

Hey Belgim1Nasty
your computer / server already has the progress of appache(httpd.exe) and mysql (Mysqld-nt.exe orr something like that) runnng..
you should go to your progress list and shut them down.

And belgium, xampp told you the exactly what was wrong, so please try-before-reply, it is sometimes the best way to learn :D

Best Regards Bau

Luffa 02/05/2014 13:17

I know it sucks to doubble post.
But here is a little TOS you can use on your private server if you make it public, you may edit if so it fits your server.

Spoiler:
Please take a moment to review these rules detailed below. If you agree with them, then you may proceed with entering the website.

No one from Bigpoint, associated with Bigpoint or any such affiliated company or anyone directed by Bigpoint or its Related companies is permitted to enter these web sites or view any content contained within these sites at any time what so ever due to controversial reasons.


1. Acceptance of Terms of Use and Amendments
Each time you use or cause access to this web site or services, you agree to be bound by these Terms of Use, and as amended from time to time with or without notice to you. In addition, if you are using a particular service on or through this web site, you will be subject to any rules or guidelines applicable to those services and they shall be incorporated by reference into these Terms of Use.


2. Our Service
Our web site and services provided to you on and through our web site on an AS IS basis. You agree that the owners of this web site exclusively reserve the right and may, at any time and without notice and any liability to you, modify or discontinue this web site and its services or delete the data you provide, whether temporarily or permanently. We shall have no responsibility or liability for the timeliness, deletion, failure to store, inaccuracy, or improper delivery of any data or information.


3. Your Responsibilities and Registration Obligations
In order to use this web site, you must register on our site, and agree to provide truthful information when requested. When registering, you explicitly agree to our Terms of Use and Player Rules, which may be modified by us from time to time and available here. Exchanging accounts, donation items, or characters is not allowed. You are solely responsible for your account. If your account has been banned because it was being used by someone else, you will not be unbanned. Characters that are deleted are gone for good, and cannot be restored. We will not help you in any way if it was done by accident or not.


4. Registration and Password
You are responsible to maintain the confidentiality of your password and shall be responsible for all uses via your registration and/or login, whether authorized or unauthorized by you. You agree to immediately notify us of any unauthorized use or your registration, user account or password.


5. Cheating
Cheating is defined as any attempt to give yourself an advantage over players that does not follow the spirit of the game. Any player caught cheating will be banned. Profession stacking is included in this category. We reserve the right to deny any person access to the services on this website at our discresion.


6. Donations
Please take a moment to review these rules detailed below. If you agree with them, then you may proceed with entering the website. No one from Bigpoint, associated with Bigpoint or any such affiliated company or anyone directed by Bigpoint or its Related companies is permitted to enter these web sites or view any content contained within these sites at any time what so ever due to controversial reasons. You agree to give up all legal rights towards YOUR SERVER when donating.
Definitions and Interpretations
"Donation" or "Donate" is a legacy term whose current use means generically any purchase or exchange of money facilitated by YOUR SERVER, regardless of intent to receive a product or service in return.
"Purchase" means any exchange of funds for which entry into the YOUR SERVER VIP Club is given. This term is used interchangeably with the term "donation".
"User" or "Users" means any third party that accesses the web site and is not employed by YOUR SERVER and acting in the course of their employment.
"Certificate" means printed and mailed proof of membership in YOUR SERVER VIP Club.
"YOUR SERVER VIP Club" or "VIP Club" means an exclusive group of users of the web site who have obtained exclusive and special status through their support or help. Members of this club may obtain special priviledges, status, and/or access to web site store products or services. Any special treatment or access to web site store access is not meant to be inferred as a direct purchase of these items, but instead as an indirect expression of gratitude from the web site for entry into the club. The direct reward is recognition of membership on the web site's forum, and a certificate of membership which is mailed upon purchase and choosing to receive the certificate from within the store.
"Web Site" means the website that you are currently using [Only registered and activated users can see links. Click Here To Register...] SERVER.com any sub-domains and subdomains of this site unless expressly excluded by their own terms and conditions.
Refunds
YOUR SERVER will not provide refunds under any circumstances. Membership in the YOUR SERVER VIP Club is voluntary, and if a user does not wish to be a member, should not seek entry. If you are banned due to violation of our player rules, you will not get a refund. If you do not favor the service, you will not get a refund. If you unexpectedly did not receive your certificate, and don't have any proof of your purchase, you will not get a refund. You may appeal your case regarding your purchase on the forums by PM to a member of Management, and we will review your case, but we do not guarantee that you will receive any additional YOUR SERVER VIP Club awards other than a certificate of membership and recognition on the web site's forum, as defined above. It's not required for you to make a purchase or join the club to enjoy the full experience of YOUR SERVER; it's completely optional and is done at your own risk.

Exchange
If you for any reason have store item(s) damaged, broken, lost, etc... you will not receive an exchange if you have opaque proof of your purchase into the VIP Club or not. Only a member of Management has the authority to replace your reward item if they feel the receipt you've presented is authentic.

Rewards
When you join the YOUR SERVER VIP Club, it is understood that you're purchasing at your own risk. You are actually paying for a certificate of membership into the YOUR SERVER VIP Club, which will be mailed to you with a tracking number and usually signature confirmation to verify it was received. If you do not receive the certificate, you may request it via an in-game support ticket or in the web site's store. Web site store items are exclusively indirect expressions of gratitude for your consideration in joining the YOUR SERVER VIP Club and the perks that come with it. You're not purchasing any service, you're helping to keep our servers up. We're not selling virtual items; when you purchase, you take the risk(s) involved in purchasing as listed in the "Refund Policy".

Charge Backs
Any attempts to reverse payment on a purchase will be met with an automatic and immediate IP address ban. All accounts tied to this IP address will be permanently banned. Our accounting team always contests each and every charge back and has a high success rate. If this fails, charge backs are routinely sent to a third-party collections agency, and the buyer's credit history will be affected if the charge is not paid for.


7. Indemnification
You agree to indemnify and hold us harmless, our subsidiaries, affiliates, related parties, officers, directors, employees, agents, independent contractors, advertisers, partners, and co-branders from any claim or demand, including reasonable attorney's fees, that may be made by any third party, that is due to or arising out of your conduct or connection with this web site or service, your provision of Content, your violation of this Terms of Use or any other violation of the rights of another person or party.


8. Disclaimer of warranties
YOU UNDERSTAND AND AGREE THAT YOUR USE OF THIS WEB SITE AND ANY SERVICES OR CONTENT PROVIDED (THE SERVICE) IS MADE AVAILABLE AND PROVIDED TO YOU AT YOUR OWN RISK. IT IS PROVIDED TO YOU AS IS AND WE EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND, IMPLIED OR EXPRESS, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. WE MAKE NO WARRANTY, IMPLIED OR EXPRESS, THAT ANY PART OF THE SERVICE WILL BE UNINTERRUPTED, ERROR-FREE, VIRUS-FREE, TIMELY, SECURE, ACCURATE, RELIABLE, OF ANY QUALITY, NOR THAT ANY CONTENT IS SAFE IN ANY MANNER FOR DOWNLOAD. YOU UNDERSTAND AND AGREE THAT NEITHER US NOR ANY PARTICIPANT IN THE SERVICE PROVIDES PROFESSIONAL ADVICE OF ANY KIND AND THAT USE OF SUCH ADVICE OR ANY OTHER INFORMATION IS SOLELY AT YOUR OWN RISK AND WITHOUT OUR LIABILITY OF ANY KIND. Some jurisdictions may not allow disclaimers of implied warranties and the above disclaimer may not apply to you only as it relates to implied warranties.


9. Limitation of Liability
YOU EXPRESSLY UNDERSTAND AND AGREE THAT WE SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES, INCLUDING BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS, GOODWILL, USE, DATA OR OTHER INTANGIBLE LOSS (EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES), RESULTING FROM OR ARISING OUT OF (I) THE USE OF OR THE INABILITY TO USE THE SERVICE, (II) THE COST TO OBTAIN SUBSTITUTE GOODS AND/OR SERVICES RESULTING FROM ANY TRANSACTION ENTERED INTO ON THROUGH THE SERVICE, (III) UNAUTHORIZED ACCESS TO OR ALTERATION OF YOUR DATA TRANSMISSIONS, (IV) STATEMENTS OR CONDUCT OF ANY THIRD PARTY ON THE SERVICE, OR (V) ANY OTHER MATTER RELATING TO THE SERVICE. Note that by accepting the terms in the document, you are also waiving your right, to take any action, legal or otherwise, against anyone or anything related to YOUR SERVER. Please remember that we are not responsible for any messages posted. We do not vouch for or warrant the accuracy, completeness or usefulness of any message, and are not responsible for the contents of any message. The messages express the views of the author of the message, not necessarily the views of this bulletin board. Any user who feels that a posted message is objectionable is encouraged to contact us immediately by email. We have the ability to remove objectionable messages and we will make every effort to do so, within a reasonable time frame, if we determine that removal is necessary. You agree, through your use of this service, that you will not use this bulletin board to post any material which is knowingly false and/or defamatory, inaccurate, abusive, vulgar, hateful, harassing, obscene, profane, sexually oriented, threatening, invasive of a person's privacy, or otherwise violation of any law. You agree not to post any copyrighted material unless the copyright is owned by you or by this bulletin board. If you have read, understood and agree to these rules and conditions, you may enter the website and/or forums. If you disagree, leave immediately. You agree to give up all legal rights towards YOUR SERVER when donating.


10. Contact Us
If all other methods of web site contact fail, as a last resort, you may contact accounting via email at: [Only registered and activated users can see links. Click Here To Register...]

11. Privacy
During the registration process, we ask you to provide personal information such as your email address, name, password, spoken language, and time zone. If you choose to make a purchase, we will ask you for additional information, such as your credit card number, billing address, and shipping address, which is used to bill your account.
YOUR SERVER.com collects your personal information to provide you with access to our services, and to fulfill your purchases. We also may use your personal information to communicate with you. We may send communications with you such as letters or emails that provide you with news and important updates and confirm your membership in the VIP club. You may also receive receipts for purchases, and information on technical service issues.
However, personal information collected on YOUR SERVER.com will not be disclosed outside of YOUR SERVER without your consent, except where it is deemed necessary by the law.


PDF: [Only registered and activated users can see links. Click Here To Register...]

Best Regards Bau

cryz35 02/05/2014 13:39

Quote:

Originally Posted by Requi (Post 27012701)
It seems, that I am very stupid.

Code:

this.Send("0|l");
Why doesn't it work on a new emulator?
On azure it worked. EDIT: Now it doesn't work there anymore too.

What is wrong?

EDIT:
Client definitly receives it [IMG=expandable: 1]http://puu.sh/6HVB3.png[/IMG]

Dont know if you have fixed it, but i have the same problem with the boxes. 0|2|boxid isnt working on my own emulator which is working on azure :confused:
I want to delete the box from map but.. nothing happens.

Belgium1Nastykiller 02/05/2014 19:19

Got it all fixed but now when i go on spacemap it doesen't load i can see map and ship but the loading screen blocks it what can i do to fix it ?

Screenshot

[Only registered and activated users can see links. Click Here To Register...]

Diаmonds 02/05/2014 19:28

Quote:

Originally Posted by Belgium1Nastykiller (Post 27046407)
Got it all fixed but now when i go on spacemap it doesen't load i can see map and ship but the loading screen blocks it what can i do to fix it ?

Screenshot

[Only registered and activated users can see links. Click Here To Register...]

Is your emulator on? And is it well configured?

Belgium1Nastykiller 02/05/2014 19:30

Evrything is on and good configured but it happen when i put in the file of requi to fix the start button ...

Requi 02/05/2014 19:33

Quote:

Originally Posted by Belgium1Nastykiller (Post 27046559)
Evrything is on and good configured but it happen when i put in the file of requi to fix the start button ...

The admin ship is bugged at one of these server packages.

0wnix 02/05/2014 19:42

Hey guys, don't know if someone already had this issue but the RSB (x6) doesn't play the right sound, it plays an annoying song (tud tud) instead of RSB one (that is faster than other lasers).

Anyone know how to fix it?

Belgium1Nastykiller 02/05/2014 19:43

Hmm will test the other ships ...

Úŭş 02/07/2014 03:53

Where do I go about finding the abilities for the ships? I am planning on adding the Citadel - Spearhead - Aegis

Thanks in advance,
~Úŭş

cryz35 02/07/2014 05:36

Quote:

Originally Posted by Úŭş (Post 27062727)
Where do I go about finding the abilities for the ships? I am planning on adding the Citadel - Spearhead - Aegis

Thanks in advance,
~Úŭş

in one ultimate's emulator :D
Just kidding, you need to get them from current client and add to the one you are using.

nckrnckr 02/07/2014 15:28

[IMG=expandable: 1]http://i.hizliresim.com/xV3yPB.png[/IMG]

help please how to fix? (All windows are closed)

Diаmonds 02/07/2014 15:46

Quote:

Originally Posted by nckrnckr (Post 27067215)
[IMG=expandable: 1]http://i.hizliresim.com/xV3yPB.png[/IMG]

help please how to fix? (All windows are closed)

Go to Task manager and kill all httpd.exe (or something like that), then restart, it should work. ;)

nckrnckr 02/07/2014 16:32

Quote:

Originally Posted by TheDarkDiamonds (Post 27067464)
Go to Task manager and kill all httpd.exe (or something like that), then restart, it should work. ;)

I did that but it still does not work :(

Diаmonds 02/07/2014 16:46

Quote:

Originally Posted by nckrnckr (Post 27068128)
I did that but it still does not work :(

Quit Skype, and Panda Media Booster or PMB I don't remembre(if you've got it). Then it should work, if not... I don't know

0wnix 02/07/2014 17:07

Quote:

Originally Posted by player.elite (Post 27046739)
Hey guys, don't know if someone already had this issue but the RSB (x6) doesn't play the right sound, it plays an annoying song (tud tud) instead of RSB one (that is faster than other lasers).

Anyone know how to fix it?

^

No idea :( ?

csganja 02/07/2014 18:11

First of all, check for other programs that use your port 80. As diamonds said, you probbably have another instance of httpd.exe running...

Then, XAMMP is working with ABSOLUTE directories. Install and configure another host.
I am working with uWamp [apache/mysql pack]. uWamp can work with relative directories, that mean you can move it anywhere, he will still work...

W00dL3cs 02/07/2014 19:11

Sooooo.... all the servers which have been posted on this forum are working with a 3-years-old Darkorbit version?!

.... Wow, impressed.

th0rex 02/07/2014 19:24

Make one with the new version.

csganja 02/07/2014 19:35

What the hell is the packet to create NPC ships?
"f|C|id|gfx|0||name|x|y||-1|range|warnicon|diplomacy|0||1|0";
???
I can't set the position... This is driving me crazy... All ships are created at 0:0...


All times are GMT +2. The time now is 06:03.

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