|
You last visited: Today at 23:51
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/05/2014, 05:33
|
#1126
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,043
Received Thanks: 8,252
|
Quote:
Originally Posted by bobn171
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.
|
|
|
11/05/2014, 10:13
|
#1127
|
elite*gold: 0
Join Date: Jan 2011
Posts: 92
Received Thanks: 49
|
Quote:
Originally Posted by Requi
Add me on skype please. Will help you logical. Because there is no need to check it all the time.
|
Thank you requi
|
|
|
11/05/2014, 21:28
|
#1128
|
elite*gold: 15
Join Date: Feb 2014
Posts: 313
Received Thanks: 78
|
please someone has code to set the maps on aurora cms oneultimate?
|
|
|
11/06/2014, 22:36
|
#1129
|
elite*gold: 0
Join Date: Jun 2011
Posts: 297
Received Thanks: 14
|
|
|
|
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
|
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>
|
|
|
11/07/2014, 03:56
|
#1131
|
elite*gold: 0
Join Date: Sep 2013
Posts: 134
Received Thanks: 7
|
link for statu server
|
|
|
11/07/2014, 05:20
|
#1132
|
elite*gold: 3570
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
|
|
|
11/07/2014, 09:55
|
#1133
|
elite*gold: 0
Join Date: Jan 2011
Posts: 92
Received Thanks: 49
|
Quote:
Originally Posted by Requi

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
|
|
|
11/07/2014, 10:24
|
#1134
|
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
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($img, true); $color = imagecolorallocatealpha($img, 0, 0, 0, 127); imagefill($img, 0, 0, $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_image, 0, 0, 0, 0, $width, $height); }
imagepng($img); imagedestroy($img); ?>
I nearly forgot all about this gg thing i had going.
Best Regards Bau
|
|
|
11/07/2014, 10:50
|
#1135
|
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
|
|
|
11/07/2014, 15:28
|
#1136
|
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" .
|
|
|
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
|
|
|
11/07/2014, 17:56
|
#1138
|
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
|
Quote:
Originally Posted by ioryblood70
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
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 -.-
|
|
|
11/07/2014, 18:22
|
#1139
|
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
|
Quote:
Originally Posted by manulaiko3.0
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
|
|
|
11/07/2014, 18:29
|
#1140
|
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
|
Quote:
Originally Posted by steppdroid
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
|
|
|
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.
|
|