Private Server Info and Support Thread

06/21/2014 02:11 Diаmonds#751
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 :D 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 ;)
06/21/2014 02:32 nckrnckr#752
If I remove 0... package does not see any function :D
06/21/2014 12:54 NoCheatImPGM#753
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 :D 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 :)
06/21/2014 14:27 Diаmonds#754
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é ;)
06/21/2014 15:24 cryz35#755
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 :p 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.
06/21/2014 16:13 deepblue23456#756
İ 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? :/
06/23/2014 23:56 Destiny#757
i rewrite game.xml for main 2.1.20 need help
06/25/2014 12:57 Luffa#758
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
06/26/2014 05:35 deepblue23456#759
Guys help me for emulator :/

No click user no add exp no ammo and no repair ship :/ have requiem-server emulator
06/26/2014 05:36 Requi#760
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!
06/26/2014 06:01 deepblue23456#761
but i dont know :/ emulator for you?
and have one ultımate 1.4.2 emulator but Mysql error :/
06/26/2014 17:34 Real.epvp#762
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 :)

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

[Only registered and activated users can see links. Click Here To Register...]
06/28/2014 23:39 quinster08#763
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?
06/29/2014 00:46 cryz35#764
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 :)

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

[Only registered and activated users can see links. Click Here To Register...]
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 :confused:
Edit: nvm its real
06/29/2014 15:35 rakt33#765
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