Darkorbit Graphics [Full Pack]

08/13/2013 15:52 Professional*#61
Can someone give me fireworks in .swf? Ingame.
Great job Elsa :)
08/13/2013 16:08 Requi#62
Quote:
Originally Posted by Professional* View Post
Can someone give me fireworks in .swf? Ingame.
Great job Elsa :)
[Only registered and activated users can see links. Click Here To Register...]
Manually downloaded. That was hard...
08/14/2013 03:03 Professional*#63
Quote:
Originally Posted by Requi View Post
[Only registered and activated users can see links. Click Here To Register...]
Manually downloaded. That was hard...
They are blank, someone other have?
09/10/2013 18:40 arvatadryan#64
sry for pushing the thread but any1 have the HITAC swf ?
09/11/2013 13:00 chicoche200#65
Hi I would like to bend a darkorbit server but do not understand is I am programming tibia server creator I have six years of experience and I would like Asher vrd one but now I want one of dark as or where do I put this? Please send me Mp for you to tell me well I'm Mexican
10/01/2013 18:29 Albaninaboy16#66
Kann man das runterladen ?
Wenn ja wo!
10/01/2013 18:40 Tobalex#67
Warnung, nur für erfahrene PC Nutzer! Anfänger sollten dies lieber nicht versuchen.

Quote:
Originally Posted by Albaninaboy16 View Post
Kann man das runterladen ?
Wenn ja wo!
Ich kann dir sagen, wie man das runterlädt. Also:

1. Hirn einschalten.
2. PC/Laptop einschalten.
3. Diese Seite aufrufen.
4. Die Links zu den Bildern anklicken.
5. Rechtsklick.
6. Vorsichtig zum "Bild speichern unter..." Button bewegen.
7. Nachdem erreichen des Buttons drauf klicken.
8. Tadaaaaaa.
10/22/2013 20:28 Madatek#68
Is there a download link for get 'em all? :)
11/17/2013 15:07 rakt33#69
plz mail me your stuff in .rar
add my skype: rakt33
11/17/2013 15:37 sami37#70
Litle type for eveyone,

Put this code in .php file in folder "spacemap/xml/"

It will compare your existing file with the resources.xml content.

PHP Code:
<?php
$dom 
= new DomDocument;
$dom->load("resources.xml");
$liste $dom->getElementsByTagName('file');

function 
change($file){
    
$dom = new DomDocument;
    
$dom->load("resources.xml");
    
$listePays $dom->getElementsByTagName('location');
    
$i 0;
    foreach(
$listePays as $pays){
        if(
$pays->hasAttribute("path")){
            
$array[] = $pays->getAttribute("path");
        }
        
$i++;
    }
    switch(
$file){
        case 
'audio':
            return 
$array[0];
            break;
        case 
'audio_music':
            return 
$array[1];
            break;
        case 
'audio_sounds':
            return 
$array[2];
            break;
        case 
'graphics':
            return 
$array[3];
            break;
        case 
'graphics_assets':
            return 
$array[4];
            break;
        case 
'graphics_backgroundmasks':
            return 
$array[5];
            break;
        case 
'graphics_backgrounds':
            return 
$array[6];
            break;
        case 
'graphics_bannerads':
            return 
$array[7];
            break;
        case 
'graphics_battlestation':
            return 
$array[8];
            break;
        case 
'graphics_billboards':
            return 
$array[9];
            break;
        case 
'graphics_boosterstation':
            return 
$array[10];
            break;
        case 
'graphics_collectables':
            return 
$array[11];
            break;
        case 
'graphics_comchannel':
            return 
$array[12];
            break;
        case 
'graphics_effects':
            return 
$array[13];
            break;
        case 
'graphics_engines':
            return 
$array[14];
            break;
        case 
'graphics_expansions':
            return 
$array[15];
            break;
        case 
'graphics_factions':
            return 
$array[16];
            break;
        case 
'graphics_groupsystem':
            return 
$array[17];
            break;
        case 
'graphics_helpmovies':
            return 
$array[18];
            break;
        case 
'graphics_hints':
            return 
$array[19];
            break;
        case 
'graphics_items':
            return 
$array[20];
            break;
        case 
'graphics_jackpot':
            return 
$array[21];
            break;
        case 
'graphics_lasers':
            return 
$array[22];
            break;
        case 
'graphics_lensflares':
            return 
$array[23];
            break;
        case 
'graphics_mapmarkers':
            return 
$array[24];
            break;
        case 
'graphics_meteors':
            return 
$array[25];
            break;
        case 
'graphics_mines':
            return 
$array[26];
            break;
        case 
'graphics_minimaps':
            return 
$array[27];
            break;
        case 
'graphics_nebulas':
            return 
$array[28];
            break;
        case 
'graphics_planets':
            return 
$array[29];
            break;
        case 
'graphics_poizones':
            return 
$array[30];
            break;
        case 
'graphics_portals':
            return 
$array[31];
            break;
        case 
'graphics_pyroEffects':
            return 
$array[32];
            break;
        case 
'graphics_questGiver':
            return 
$array[33];
            break;
        case 
'graphics_robots':
            return 
$array[34];
            break;
        case 
'graphics_rockets':
            return 
$array[35];
            break;
        case 
'graphics_shields':
            return 
$array[36];
            break;
        case 
'graphics_shipGlows':
            return 
$array[37];
            break;
        case 
'graphics_ships':
            return 
$array[38];
            break;
        case 
'graphics_smoke':
            return 
$array[39];
            break;
        case 
'graphics_specialMapAssets':
            return 
$array[40];
            break;
        case 
'graphics_splashscreens':
            return 
$array[41];
            break;
        case 
'graphics_stations':
            return 
$array[42];
            break;
        case 
'graphics_tdm':
            return 
$array[43];
            break;
        case 
'graphics_ui':
            return 
$array[44];
            break;
    }
}
foreach(
$liste as $list){
    if(!
file_exists('../'.change($list->getAttribute("location")).''.$list->getAttribute("name").'.'.$list->getAttribute("type"))){
        echo 
'http://www.darkorbit.fr/spacemap/'.change($list->getAttribute("location")).''.$list->getAttribute("name").'.'.$list->getAttribute("type").'<br />'
    }
}
?>
If the page is white, them you got all file referenced into resources.xml.
If some link appear it's because the file is missing.
To grap all link in one way you can use jDownloader.

Good luck
12/10/2013 05:01 Gherlil#71
Are u have link having all on 1click download?
12/10/2013 18:36 Nevada'#72
do u take it from here Signature PICs 3?
>.>
[Only registered and activated users can see links. Click Here To Register...]
12/10/2013 19:24 Tobalex#73
This thread has the same pictures.

I think i can say yes.
12/11/2013 15:31 hellhoundsx#74
could use a all in one pack :D
03/09/2014 16:26 :thonking:#75
Where is admin ship? :D