Private Server Info and Support Thread

11/03/2013 10:47 Requi#166
Quote:
Originally Posted by CoolJedy View Post
Is it possible to run Azure on linux
No.
Quote:
Originally Posted by SYSTEMEWAR View Post
yes compile source in linux .
Since when, linux can run .exe files?
11/03/2013 10:55 CoolJedy#167
Quote:
Originally Posted by Requi View Post
No.

Since when, linux can run .exe files?
well that was not neat :p
11/03/2013 11:11 SYSTEMEWAR#168
With c# you can (with source) use application on linux and windows just compile with c# builder in linux with same framework

[Only registered and activated users can see links. Click Here To Register...]
11/03/2013 11:48 CoolJedy#169
Quote:
Originally Posted by SYSTEMEWAR View Post
With c# you can (with source) use application on linux and windows just compile with c# builder in linux with same framework

[Only registered and activated users can see links. Click Here To Register...]
Nah i will just use normal VPS XD
11/04/2013 18:03 DrSkyfall#170
Quote:
Originally Posted by CoolJedy View Post
Nah i will just use normal VPS XD
To ways to make it running on Linux ..

1- : Just try to run the compilate emulator (exe) with Wine Application, search it on Google.. Never tryed with Azure Emulator, but working nicely with Butterfly Emulator (Habbo servers).

2- : Just run a Windows Image on your Linux System, with VMware for exemple.

They are both free way..

DrS.
11/04/2013 20:41 0wnix#171
Hey,

Has anyone found how DarkOrbit calcul the travel time pls ?
I need it to fix my minimap bug ;)

Thanks in advance.
11/04/2013 20:47 Requi#172
Quote:
Originally Posted by player.elite View Post
Hey,

Has anyone found how DarkOrbit calcul the travel time pls ?
I need it to fix my minimap bug ;)

Thanks in advance.
[Only registered and activated users can see links. Click Here To Register...]
11/08/2013 23:01 >D3XTER<#173
Hab mal ein paar Fragen zum Hosten eines Server´s auf nem VPS:
  1. Was sollte ich beim Anbieter beachten?
  2. Was sollte ich bei den Files beachten (CMS etc...)
  3. Ist es legal/illegal?
  4. Was kann passieren (Folgen...)
  5. Was ist das schlimmsten Falls was passieren kann?
Freue mich auf eure antworten..


MfG Adrian187
11/08/2013 23:13 Requi#174
1. Günstig aber gute Qualität
2. Dass sie mit dem xampp kompatibel sind
3. Illegal
4. Geldstrafe (hoch). (Google: Urheberrechtsverletzung)
5. Gefängnis, falls nicht minderjährig.
11/11/2013 21:56 sanalpro#175
[Only registered and activated users can see links. Click Here To Register...]

Merhaba, ben sunucu kurdum, ama üç şirket aynı istasyonunda başladı? Ben? Nasıl düzeltebilirim bir harita istasyonu eklemek nasıl? ve lazer, roket nasıl eklerim?

laser,rocket,robots unavailable? 3 companies 1-1 ? no space stations? invisible droids ?
11/11/2013 22:00 Requi#176
code it yourself.

How to get packets:
11/11/2013 22:48 sanalpro#177
Send you Emulator :) I do not understand :)
11/11/2013 22:59 Luffa#178

Somehow i need to figure out how to speed up the system :S
And re-calibrate it before i release it..


Following code is an experimental code.
PHP Code:
$itemArray = array();
for (
$i 0$i 10$i++) {
$rand mt_rand(0100);
$rand $rand 100.0;
  if (
$rand > $/*/some Variable/*/) {
  if(
array_key_exists('/*/some Key/*/'$itemArray)){

    }else{

  }
}elseif(
/*/something/*/){

}else{

}

$currentDate date_create();
$itemsget null;
foreach (
$itemArray as $keys => $values) {
 
$itemsget .=  '<item date="' date_timestamp_get($currentDate) . '" amount="'.$values[/*/something/*/].'" spins="'.$values[/*/something/*/].'" item_id="'.$values[/*/something/*/].'" type="'.$values[/*/something/*/].'"></item>';
}

return 
$itemsget
Anyway to do it faster?

Notice that everything is class and function based, and all code will be rewrited to use stdClass instead of arrays.

Edit:
Does anyone know, when multipliers is used, is it used on 1 spin or all the chosen amount of spins (5, 10, 100, etc..)?
- RQ


PS: Fix found and implementing multipliers.
11/12/2013 21:08 sami37#179
The multipliers is used on one of all spin but not allways the first result, it took a random spin
On 100 spin it can take the 2nd or the 95th, it will allways change.

It's preferable to made your own system and not copy official DO reward system but we/you are limited on the items that galaxy gate can gave because the swf doesn't containt every items, you can usually made hidden reward ^^

If the item you gave doesn't exist the galaxy gate will return a yellow star

<item type="battery" item_id="1" spins="2" amount="560" date="1384289919" />
this will gave you a star has reward in galaxy gate because item_id 1 don't exist for item type battery
11/12/2013 22:52 Luffa#180
Quote:
Originally Posted by sami37 View Post
The multipliers is used on one of all spin but not allways the first result, it took a random spin
On 100 spin it can take the 2nd or the 95th, it will allways change.

It's preferable to made your own system and not copy official DO reward system but we/you are limited on the items that galaxy gate can gave because the swf doesn't containt every items, you can usually made hidden reward ^^

If the item you gave doesn't exist the galaxy gate will return a yellow star

<item type="battery" item_id="1" spins="2" amount="560" date="1384289919" />
this will gave you a star has reward in galaxy gate because item_id 1 don't exist for item type battery
I made a copy of the real do GG generator, it is using the swf file and works as expected(Like the generator at do) and it's running calculations in percents.
Also i know about all the items, function and calls the system makes, in the end i also forced the real script: darkorbit-22.level3.bpcdn.net/flashinput/galaxyGates.php?userID=&sid=&action=init
To post out all the items it should be able to handle. But i'm not going to post them right away, cause it took some time to exploit it.

About making a not look like, is not what "newbies" expect to see if they want to play on a do clone, if you can follow my point of view.

Anyways thank you for the answer i was looking for (about the multiplier).

Best Regards RQ