Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 08:26

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Darkorbit Graphics [Full Pack]

Discussion on Darkorbit Graphics [Full Pack] within the DarkOrbit forum part of the Browsergames category.

Closed Thread
 
Old 08/13/2013, 15:52   #61
 
Professional*'s Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 987
Received Thanks: 815
Can someone give me fireworks in .swf? Ingame.
Great job Elsa
Professional* is offline  
Old 08/13/2013, 16:08   #62


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
Quote:
Originally Posted by Professional* View Post
Can someone give me fireworks in .swf? Ingame.
Great job Elsa

Manually downloaded. That was hard...
Requi is offline  
Old 08/14/2013, 03:03   #63
 
Professional*'s Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 987
Received Thanks: 815
Quote:
Originally Posted by Requi View Post

Manually downloaded. That was hard...
They are blank, someone other have?
Professional* is offline  
Old 09/10/2013, 18:40   #64
 
arvatadryan's Avatar
 
elite*gold: 9
Join Date: Sep 2010
Posts: 433
Received Thanks: 199
sry for pushing the thread but any1 have the HITAC swf ?
arvatadryan is offline  
Old 09/11/2013, 13:00   #65
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1
Received Thanks: 0
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
chicoche200 is offline  
Old 10/01/2013, 18:29   #66
 
elite*gold: 0
Join Date: Oct 2013
Posts: 1
Received Thanks: 0
Kann man das runterladen ?
Wenn ja wo!
Albaninaboy16 is offline  
Old 10/01/2013, 18:40   #67
 
elite*gold: 0
Join Date: May 2013
Posts: 310
Received Thanks: 172
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.
Tobalex is offline  
Thanks
3 Users
Old 10/22/2013, 20:28   #68
 
Madatek's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 1,091
Received Thanks: 834
Is there a download link for get 'em all?
Madatek is offline  
Old 11/17/2013, 15:07   #69
 
rakt33's Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 194
Received Thanks: 44
plz mail me your stuff in .rar
add my skype: rakt33
rakt33 is offline  
Old 11/17/2013, 15:37   #70
 
elite*gold: 0
Join Date: Feb 2008
Posts: 34
Received Thanks: 3
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
sami37 is offline  
Old 12/10/2013, 05:01   #71
 
elite*gold: 0
Join Date: Sep 2011
Posts: 194
Received Thanks: 70
Are u have link having all on 1click download?
Gherlil is offline  
Old 12/10/2013, 18:36   #72

 
elite*gold: 3
The Black Market: 113/0/0
Join Date: Oct 2013
Posts: 5,815
Received Thanks: 1,814
do u take it from here Signature PICs 3?
>.>
Nevada' is offline  
Old 12/10/2013, 19:24   #73
 
elite*gold: 0
Join Date: May 2013
Posts: 310
Received Thanks: 172
This thread has the same pictures.

I think i can say yes.
Tobalex is offline  
Old 12/11/2013, 15:31   #74
 
hellhoundsx's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 197
Received Thanks: 54
could use a all in one pack
hellhoundsx is offline  
Old 03/09/2014, 16:26   #75
 
:thonking:'s Avatar
 
elite*gold: 85
Join Date: Oct 2012
Posts: 319
Received Thanks: 158
Where is admin ship?
:thonking: is offline  
Closed Thread


Similar Threads Similar Threads
L2Net 3.82 Full Inculding Scripts!! +Data Pack +Map Pack
06/24/2020 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 5 Replies
L2Net 3.82 Full Inculding Scripts!! +Data Pack +Map Pack No need to download anything else, its a complete pack! download link: L2Net.7z
[31.12]FULL Warrock Hack D3D Pack [7 Hacks in einem PACK!]
07/29/2012 - WarRock Hacks, Bots, Cheats & Exploits - 32 Replies
http://s3.directupload.net/images/101231/sgtzksqb. jpg Hier ein Spezial von Sylvester. Dieser Pack enthält 7 Hacks aus unterschiedlichen Forums. Bei jeder Ordner ist immer ein Screen vorhanden... Weitere Packs werden noch folgen soviel ich gehört habe, dann werde ich sie natürlich auch Posten. Welche Hacks vorhanden? Antwort: Natürlich die ganz normalen, Player/Zombie OPK, Fasts, Speed, Jump, Chams, Aimbot, ESP,Save/Load Menu, Telekill, Weapon Hacks usw... Crash: Fixxed Status Pack:...



All times are GMT +1. The time now is 08:27.


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