Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 03:36

  • 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 06/21/2014, 02:11   #751
 
Diаmonds's Avatar
 
elite*gold: 1
Join Date: Oct 2013
Posts: 1,257
Received Thanks: 1,276
Quote:
Originally Posted by nckrnckr View Post
I know almost all of the server package

chain impulse : "0|TX|A|0|ECI|" + this.userId"
spectrum : "0|SD|A|R|3|" + this.userId"

already solace, diminisher, Sentinel and Venom Working but spectrum and c.imp effect dont work :SS
Packet, not package.
Are you sure about your chain impulse packet? I don't know it, but for the other techs packets, it's always "0|TX|A|S|"+something+"|"+userID. In none of the techs packets I have there is a 0... Maybe you can try to remove the 0 and see what you have
Diаmonds is offline  
Thanks
1 User
Old 06/21/2014, 02:32   #752
 
nckrnckr's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 584
Received Thanks: 73
If I remove 0... package does not see any function
nckrnckr is offline  
Old 06/21/2014, 12:54   #753
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,996
Received Thanks: 3,420
Quote:
Originally Posted by nckrnckr View Post
I know almost all of the server package

chain impulse : "0|TX|A|0|ECI|" + this.userId"
spectrum : "0|SD|A|R|3|" + this.userId"

already solace, diminisher, Sentinel and Venom Working but spectrum and c.imp effect dont work :SS
Your chain impulse packet isn't correct and you have to add others userID after your, like:

Send("0|TX|ECI|R|" + userId + "|" + uid1 + "|" + uid2 + "|" + uid3);

And for the spectrum you have to send this:

Send("0|SD|A|0|1|" + Ship.Id + "|" + userId);
Quote:
Originally Posted by TheDarkDiamonds View Post
Packet, not package.
Are you sure about your chain impulse packet? I don't know it, but for the other techs packets, it's always "0|TX|A|S|"+something+"|"+userID. In none of the techs packets I have there is a 0... Maybe you can try to remove the 0 and see what you have
Le 0 sert ŕ envoyer les packets... Il est indispensable
NoCheatImPGM is offline  
Thanks
2 Users
Old 06/21/2014, 14:27   #754
 
Diаmonds's Avatar
 
elite*gold: 1
Join Date: Oct 2013
Posts: 1,257
Received Thanks: 1,276
Quote:
Originally Posted by NoCheatImPGM View Post
Your chain impulse packet isn't correct and you have to add others userID after your, like:

Send("0|TX|ECI|R|" + userId + "|" + uid1 + "|" + uid2 + "|" + uid3);

And for the spectrum you have to send this:

Send("0|SD|A|0|1|" + Ship.Id + "|" + userId);


Le 0 sert ŕ envoyer les packets... Il est indispensable
Je parlais pas du premier 0, mais du 2eme, qui est effectivement pas dans le packet que tu as donné
Diаmonds is offline  
Thanks
1 User
Old 06/21/2014, 15:24   #755
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,716
Received Thanks: 2,380
Quote:
Originally Posted by NoCheatImPGM View Post
Your chain impulse packet isn't correct and you have to add others userID after your, like:

Send("0|TX|ECI|R|" + userId + "|" + uid1 + "|" + uid2 + "|" + uid3);

And for the spectrum you have to send this:

Send("0|SD|A|0|1|" + Ship.Id + "|" + userId);


Le 0 sert ŕ envoyer les packets... Il est indispensable
Ooh dude, you leaked the chain impulse anyways anyone could get it by sniffing packets from my server..
I just wonder and want to ask, if 4.1 client has premium slot bar and pet combo repair buff, seems like not.
cryz35 is offline  
Thanks
2 Users
Old 06/21/2014, 16:13   #756
 
elite*gold: 0
Join Date: Sep 2010
Posts: 43
Received Thanks: 1
İ started emulator. but now problems

Config 2 ?
Repair?
Honor?
Rank System?
Jump gate?

Pls help guys

Help guys? :/ fail my emulator Mysql.data how to fix? :/
deepblue23456 is offline  
Old 06/23/2014, 23:56   #757
 
=INFINITY='s Avatar
 
elite*gold: 32
Join Date: Jun 2012
Posts: 974
Received Thanks: 559
i rewrite game.xml for main 2.1.20 need help
=INFINITY= is offline  
Old 06/25/2014, 12:57   #758

 
Luffa's Avatar
 
elite*gold: 61
Join Date: Oct 2010
Posts: 1,188
Received Thanks: 2,403
What am i doing wrong?
I'm getting an visual issue in inventory, when i right click an item and then after using the shift click function to fill it up with other items like for lasers with 2 lf-4 + 13 lf3.

Or using the shift+click function.
Edit: i know there are no backlink to epvp, but this sh*t troubles me...

PHP Code:
private function CompleteTrans($m$ret) {
        if (
$ret == 2):
            
$jsn json_decode('{"isError":0,"data":{"ret":[]}}');
            foreach (
$m as $k => $r):
                
array_push($jsn->data->ret$r);
            endforeach;
        elseif (
$ret == 1):
            
$jsn json_decode('{"isError":0,"data":{"ret":1}}');
        else:
            
$jsn json_decode('{"isError":0,"data":{"ret":0}}');
        endif;
        
$jsn->data->money $this->money;
        return 
base64_encode(json_encode($jsn));
    }

 private function 
shipspace($what$target$equipment) {
        
$eqs $equipment;
        
$sm $eqs->data->ret->hangars[0]->general->{$target}->SM;
        
$lids $eqs->data->map->lootIds;
        
$Lp array_keys($lids$sm);
        
$lo $Lp[0];
        
$where $eqs->data->ret->itemInfo;
        foreach (
$where as $ke => $va):
            if (
$va->== $lo) {
                
$totalSlots $va->levels[0]->slotsets->{$what}->Q;
            }
        endforeach;
        return 
$totalSlots;
    }
    private function 
NotEmptyShip($result$what$target$equipment){
        
$s self::shipspace($what$target$equipment);
        if (
strpos($result[0]->{$what}, '|') !== false) {
            
$pie explode("|"$result[0]->{$what});
            
$c count($pie);
            
$e $s-$c;
            
$k count($this->params->from->items);
            if(
$k>=$e):
                for(
$i=0$i<$e$i++){
                     
array_push($pie$this->params->from->items[$i]);
                }
                
self::addToDB($pie$target$what);
                return 
self::CompleteTrans($pie2);
            elseif(
$k<$e):
                for(
$i=0$i<$k$i++){
                     
array_push($pie$this->params->from->items[$i]);
                }
                
self::addToDB($pie$target$what);
                return 
self::CompleteTrans($pie1);
            endif;
        }else{
            
$pie explode("|"$result[0]->{$what});
            
$k count($this->params->from->items);
            
$r $s-1;
            if(
$k>=$r):
                for(
$i=0$i<$r$i++){
                     
array_push($pie$this->params->from->items[$i]);
                }
                
self::addToDB($pie$target$what);
                return 
self::CompleteTrans($pie2);
            elseif(
$k<$r):
                for(
$i=0$i<$k$i++){
                     
array_push($pie$this->params->from->items[$i]);
                }
                
self::addToDB($pie$target$what); 
                return 
self::CompleteTrans($pie1);
            endif;
        }
        
    } 
My current result json encoded:
PHP Code:
{"isError":0,"data":{"ret":["300","301","302","303","304","305","306","307","308","309","310","311","312","313","314"],"money":{"uridium":"496,151,000","credits":"481,506,190"}}} 
Hopping someone know what i'm doing wrong.
Currently uploading tons of fixes for inventory...


Edit: i always wipe the player/user item and config tables after a major upload... sorry..


EDIT:MY shift bug is fixed.. i figured it out by myself
Best Regards Bau
Luffa is offline  
Thanks
3 Users
Old 06/26/2014, 05:35   #759
 
elite*gold: 0
Join Date: Sep 2010
Posts: 43
Received Thanks: 1
Guys help me for emulator :/

No click user no add exp no ammo and no repair ship :/ have requiem-server emulator
deepblue23456 is offline  
Old 06/26/2014, 05:36   #760


 
Requi's Avatar
 
elite*gold: 3800
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,039
Received Thanks: 8,243
Quote:
Originally Posted by deepblue23456 View Post
Guys help me for emulator :/

No click user no add exp no ammo and no repair ship :/ have requiem-server emulator
You need to code it yourself!
Requi is offline  
Old 06/26/2014, 06:01   #761
 
elite*gold: 0
Join Date: Sep 2010
Posts: 43
Received Thanks: 1
but i dont know :/ emulator for you?
and have one ultımate 1.4.2 emulator but Mysql error :/
deepblue23456 is offline  
Old 06/26/2014, 17:34   #762
 
elite*gold: 0
Join Date: Jan 2014
Posts: 466
Received Thanks: 446
Quote:
but i dont know :/ emulator for you?
and have one ultımate 1.4.2 emulator but Mysql error :/
If you dont know how to then why try making a server? Just start learning dont do big stuff like a p-server..
Edit 1
Finally we got a new main.swf working



Real.epvp is offline  
Old 06/28/2014, 23:39   #763
 
elite*gold: 0
Join Date: May 2014
Posts: 394
Received Thanks: 69
If i download the new .swf files of DO. And i upload it to htdocs/spacemap or wherever the .swf files are located, will it still work then?
quinster08 is offline  
Old 06/29/2014, 00:46   #764
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,716
Received Thanks: 2,380
Quote:
Originally Posted by Real.epvp View Post
If you dont know how to then why try making a server? Just start learning dont do big stuff like a p-server..
Edit 1
Finally we got a new main.swf working



What version is that client? Is it fake or the game.xml is missing? It looks like fake, you dont have drone formation icon on left of your hp bar, and there is no old style client with the new loading screen
Edit: nvm its real
cryz35 is offline  
Thanks
1 User
Old 06/29/2014, 15:35   #765
 
elite*gold: 0
Join Date: Aug 2012
Posts: 191
Received Thanks: 43
can any one help my with my server im dev a server but i dont know all of C++ can any one they can help my add my skype: rakt33
rakt33 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 +2. The time now is 03:36.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.