Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 23:51

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Private Server Info and Support Thread

Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old 11/05/2014, 05:33   #1126


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,043
Received Thanks: 8,252
Quote:
Originally Posted by bobn171 View Post
Guys, i need some help..

i'm developing a server from 0, and i've a problem... I need to the exact position of each player to check if is in portal range, or atack range, whatever... I mean, i need to know the position every 0.5 sec (for example) while the player is flying..
There is a packet or something that returns to the server the posision of each player?
Add me on skype please. Will help you logical. Because there is no need to check it all the time.
Requi is offline  
Thanks
1 User
Old 11/05/2014, 10:13   #1127
 
bobn171's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 92
Received Thanks: 49
Quote:
Originally Posted by Requi View Post
Add me on skype please. Will help you logical. Because there is no need to check it all the time.
Thank you requi
bobn171 is offline  
Old 11/05/2014, 21:28   #1128
 
YURI-ELIADE.ITALY's Avatar
 
elite*gold: 15
Join Date: Feb 2014
Posts: 313
Received Thanks: 78
please someone has code to set the maps on aurora cms oneultimate?

YURI-ELIADE.ITALY is offline  
Old 11/06/2014, 22:36   #1129
 
elite*gold: 0
Join Date: Jun 2011
Posts: 297
Received Thanks: 14
Puma<3 is offline  
Old 11/06/2014, 22:43   #1130
 
elite*gold: 0
Join Date: Jan 2011
Posts: 1,130
Received Thanks: 3,260
Quote:
Originally Posted by Puma<3 View Post
The backlink to elitepvpers isn't set.
Your actual html code:
Code:
<a href="#"><div class="epvp_logo"></div></a>
The code that you should have to respect the rules of elitepvpers:
Code:
<a href="http://www.elitepvpers.com/forum" target="_blank"><div class="epvp_logo"></div></a>
shooteram is offline  
Thanks
4 Users
Old 11/07/2014, 03:56   #1131
 
elite*gold: 0
Join Date: Sep 2013
Posts: 134
Received Thanks: 7
link for statu server
MS-Colder is offline  
Old 11/07/2014, 05:20   #1132


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,043
Received Thanks: 8,252

If anybody needs an Vector class in Java. quickly threw that stuff in np++. Probably some things are wrong. If you're familiar with Java. Correct it
Requi is offline  
Old 11/07/2014, 09:55   #1133
 
bobn171's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 92
Received Thanks: 49
Quote:
Originally Posted by Requi View Post

If anybody needs an Vector class in Java. quickly threw that stuff in np++. Probably some things are wrong. If you're familiar with Java. Correct it
I think that i correct it right
bobn171 is offline  
Old 11/07/2014, 10:24   #1134

 
Luffa's Avatar
 
elite*gold: 61
Join Date: Oct 2010
Posts: 1,188
Received Thanks: 2,403
I repost this here, cause the other so called thread about it should be closed:


My last post about it:
Quote:
Originally Posted by Βau View Post
To all the hard working developers.

I've ripped of all GG parts, and here is the result.


If you don't know how to use them, then don't ask -.-

Best Regards Bau
Found here:

Simple Gate Script for making the parts look like the gate.
If you don't know how to use it or do php just don't copy it nor ask about it.

PHP Code:
<?php
header
('Content-Type: image/png');
if(isset(
$_GET['gate']) && !empty($_GET['gate'])){
    
$id $_GET['gate'];
}else{
    
$id 1;
}
if(isset(
$_GET['p']) && !empty($_GET['p'])){    
    
$a $_GET['p'];;
}else{
    
$a 0;
}
$width 235;
$height 290;


$img imagecreatetruecolor($width$height);
imagesavealpha($imgtrue);
$color imagecolorallocatealpha($img000127);
imagefill($img00$color);

for(
$i =1$i<$a$i++){        
    
$top_image imagecreatefrompng("gates/gate".$id."/gate_".$id."_".$i.".png"); // edit the url so it fits your image location
    
imagecopy($img$top_image0000$width$height);
}

imagepng($img);
imagedestroy($img);
?>

I nearly forgot all about this gg thing i had going.

Best Regards Bau
Luffa is offline  
Thanks
3 Users
Old 11/07/2014, 10:50   #1135
 
bobn171's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 92
Received Thanks: 49
Thanks Bau, i seen that post before but i didn't tell you, good job, as always
bobn171 is offline  
Thanks
1 User
Old 11/07/2014, 15:28   #1136
 
steppdroid's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
Add img Rank

How Add img Rank in hall of fame?

PHP Code:
<?php
                    $i 
0;
                    foreach (
$this->hall_of_fame as $key => $value) {
                        
$i++;
                        echo 
'<tr>';
                        echo 
'<td class="id">'.$i.'.</td>';
                        echo 
'<td class="username">'.$this->hall_of_fame[$key]['username'].'</td>';
                        echo 
'<td class="point">'.$this->hall_of_fame[$key]['user_kill'].'</td>';
                        echo 
'</tr>';
                    }

                
?>
the variable rank is "grade" .
steppdroid is offline  
Old 11/07/2014, 17:25   #1137
 
elite*gold: 0
Join Date: Nov 2014
Posts: 3
Received Thanks: 0
alguno me ayudaria a montarlo en version latina lo e echo con otros tutos pero el pack viene con demaciados errores si alguien tiene los files mejor me comentan porfa
ioryblood70 is offline  
Old 11/07/2014, 17:56   #1138
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
Quote:
Originally Posted by ioryblood70 View Post
alguno me ayudaria a montarlo en version latina lo e echo con otros tutos pero el pack viene con demaciados errores si alguien tiene los files mejor me comentan porfa
Aprende a programar y corrige los errores por tu cuenta, nada es gratis

Quote:
Originally Posted by steppdroid View Post
How Add img Rank in hall of fame?

PHP Code:
<?php
                    $i 
0;
                    foreach (
$this->hall_of_fame as $key => $value) {
                        
$i++;
                        echo 
'<tr>';
                        echo 
'<td class="id">'.$i.'.</td>';
                        echo 
'<td class="username">'.$this->hall_of_fame[$key]['username'].'</td>';
                        echo 
'<td class="point">'.$this->hall_of_fame[$key]['user_kill'].'</td>';
                        echo 
'</tr>';
                    }

                
?>
the variable rank is "grade" .
PHP Code:
<?php
                    $i 
0;
                    foreach (
$this->hall_of_fame as $key => $value) {
                        
$i++;
                        echo 
'<tr>';
                        echo 
'<td class="id">'.$i.'.</td>';
                        echo 
'<td class="username">'.$this->hall_of_fame[$key]['username'].'</td>';
                        echo 
'<td class="point">'.$this->hall_of_fame[$key]['user_kill'].'</td>';
                        echo 
'<td class="rank"><img src="do_img/global/ranks/rank_'.$this->hall_of_fame[$key]["grade"].'.gif" /></td>';
                        echo 
'</tr>';
                    }

                
?>
Isn't really hard -.-
manulaiko3.0 is offline  
Old 11/07/2014, 18:22   #1139
 
steppdroid's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
Quote:
Originally Posted by manulaiko3.0 View Post
Aprende a programar y corrige los errores por tu cuenta, nada es gratis



PHP Code:
<?php
                    $i 
0;
                    foreach (
$this->hall_of_fame as $key => $value) {
                        
$i++;
                        echo 
'<tr>';
                        echo 
'<td class="id">'.$i.'.</td>';
                        echo 
'<td class="username">'.$this->hall_of_fame[$key]['username'].'</td>';
                        echo 
'<td class="point">'.$this->hall_of_fame[$key]['user_kill'].'</td>';
                        echo 
'<td class="rank"><img src="do_img/global/ranks/rank_'.$this->hall_of_fame[$key]["grade"].'.gif" /></td>';
                        echo 
'</tr>';
                    }

                
?>
Isn't really hard -.-
no work..
Notice: Undefined index: grade in C:\wamp\www\views\internalStart\index.php
steppdroid is offline  
Old 11/07/2014, 18:29   #1140
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
Quote:
Originally Posted by steppdroid View Post
no work..
Notice: Undefined index: grade in C:\wamp\www\views\internalStart\index.php
You should learn programming before making a private server
Change
PHP Code:
$this->hall_of_fame[$key]["grade"
with the name of the rank variable
manulaiko3.0 is offline  
Reply

Tags
2018, darkorbit, emulator, private, server


Similar Threads 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 23:51.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.