|
You last visited: Today at 08:26
Advertisement
Darkorbit Graphics [Full Pack]
Discussion on Darkorbit Graphics [Full Pack] within the DarkOrbit forum part of the Browsergames category.
08/13/2013, 15:52
|
#61
|
elite*gold: 0
Join Date: Dec 2012
Posts: 987
Received Thanks: 815
|
Can someone give me fireworks in .swf? Ingame.
Great job Elsa
|
|
|
08/13/2013, 16:08
|
#62
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
Quote:
Originally Posted by Professional*
Can someone give me fireworks in .swf? Ingame.
Great job Elsa 
|

Manually downloaded. That was hard...
|
|
|
08/14/2013, 03:03
|
#63
|
elite*gold: 0
Join Date: Dec 2012
Posts: 987
Received Thanks: 815
|
Quote:
Originally Posted by Requi

Manually downloaded. That was hard...
|
They are blank, someone other have?
|
|
|
09/10/2013, 18:40
|
#64
|
elite*gold: 9
Join Date: Sep 2010
Posts: 433
Received Thanks: 199
|
sry for pushing the thread but any1 have the HITAC swf ?
|
|
|
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
|
|
|
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!
|
|
|
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
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
|
#68
|
elite*gold: 0
Join Date: May 2012
Posts: 1,091
Received Thanks: 834
|
Is there a download link for get 'em all?
|
|
|
11/17/2013, 15:07
|
#69
|
elite*gold: 0
Join Date: Aug 2012
Posts: 194
Received Thanks: 44
|
plz mail me your stuff in .rar
add my skype: rakt33
|
|
|
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
|
|
|
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?
|
|
|
12/10/2013, 18:36
|
#72
|
elite*gold: 3
Join Date: Oct 2013
Posts: 5,815
Received Thanks: 1,814
|
do u take it from here Signature PICs 3?
>.>
|
|
|
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.
|
|
|
12/11/2013, 15:31
|
#74
|
elite*gold: 0
Join Date: Oct 2009
Posts: 197
Received Thanks: 54
|
could use a all in one pack
|
|
|
03/09/2014, 16:26
|
#75
|
elite*gold: 85
Join Date: Oct 2012
Posts: 319
Received Thanks: 158
|
Where is admin ship?
|
|
|
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.
|
|