Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Commando

Pages: [1] 2
1
Fan Art / A logo request (no, not a sig)
« on: January 21, 2004, 12:54:15 pm »
Well, i think quite a few ppl knows what orogor and i are doing (if its many, good :D)..

Anyhow, the text \"Laanx Wheel of Wishes\" is not very nice.. So i wonder if anybody would like to make a logo to the site?

The background has to be in the color #445588.
Text is not required but if it\'s ok, make it #AABBFF.

visit Laanx Wheel of Wishes (Main site)  or Laanx Wheel of Wishes (Second mirror)  to look at the site\'s color scheme

2
Technical Help: Problems BEFORE entering the game / CVS problem
« on: January 19, 2004, 03:41:49 pm »
I have successfully compiled (Finally :D) PlaneShift (MSVC7, Win XP)

But when i login to the game the really cool dummie keeps falling trough the ground all the time.

/spawn, move up, fall down

Help?

3
The Hydlaa Plaza / My signature (Source)
« on: January 13, 2004, 03:48:13 pm »
I just saw that i had 3 unread PMs :D

Well, here\'s the source code to my img.. Requerments:
MySQL (Loggs all IPs :p)
PHP (Duh) with GD support

set_time_limit(60*1);
mysql_connect(\"localhost\", \"user\", \"pass\");
mysql_select_db(\"jpeg_log\");
mysql_query(\"INSERT INTO log (ip,time) VALUES (\'\".$_SERVER[\'REMOTE_ADDR\'].\"\',\'\".date(\"H:i:s Y/m/d\").\"\')\");

$comments=array(\"Don\'t complain, it\'s free!\",\"Great work devs!\",\"Long live PlaneShift!\",\"Greetings!\",\"I would like a beer\",\"Sorry, I know nothing about that\");

$handle = fopen (\"http://planeshift.fragnetics.com/\", \"r\");
if(!$handle){
exit(\"FILE ERROR\");
}

while (!feof ($handle)) {
    $buffer = fgets($handle, 4096);
    $contents=$contents.$buffer;
}
fclose ($handle);

$contents= substr($contents,strpos($contents,\"Server Status :\"));
$contents= substr($contents,0,strpos($contents,\"\"));
$contents=str_replace(\"\",\"\",$contents);
$contents=str_replace(\" \",\"\",$contents);
$contents=str_replace(\"   \",\"\",$contents);
$contents=str_replace(\"\",\"\",$contents);

if(strpos($contents,\"\") > 0 ) {
$status=\"Online\";
}

if(strpos($contents,\"\") > 0 ) {
$status=\"Offline\";  
}


$contents=str_replace(\"

\",\"\",$contents);
$contents=str_replace(\"

\",\"\",$contents);
$contents=str_replace(\"\\n\",\"\",$contents);
$contents=str_replace(\"
\",\"\",$contents);

for($i=5;$i > 0;$i--) {
   
    $clients=(substr($contents,strpos($contents,\"Clients:\")+8,$i));

   if(is_numeric($clients)) {
      break;
  }
   
}
if($i == 0) {
$clients=\"??\";
}

$server= \"PlaneShift Laanx (planeshift.fragnetics.com/203.81.47.74)\";
$world=substr($contents,strpos($contents,\"World:\")+6,strpos($contents,\".Clients\")-(strpos($contents,\"World:\")+6));

  // create the image
  $width=660;
  $height=100;
  $im = imagecreate($width, $height);

  // white background and blue text
  $bg = imagecolorallocate($im, 255, 255, 255);
  $textcolor = imagecolorallocate($im, 255, 255, 255);
  $green = imagecolorallocate($im, 0, 255, 0);
  $red = imagecolorallocate($im, 255, 0, 0);
  $backRec = imagecolorallocate($im, 0, 0, 0);
  $orange=imagecolorallocate($im, 255, 128, 0);
  $blue=imagecolorallocate($im, 0, 0,255);
  $colors=array($red,$green,$blue,$orange);


 
  ImageFilledRectangle($im,0,0,$width,$height,$backRec);
  ImageRectangle($im,0,0,$width-1,$height-1,$red);
 
  // write the string at the top left
  imagestring($im, 5, 5, 2, \"$server server status:\", $textcolor);
 
  if($status==\"Online\") {
  imagestring($im, 5, 5, 20, $status, $green);
  imagestring($im, 5, 5, 35, \"$clients clients is connected\", $textcolor);
  imagestring($im, 5, 5, 50, \"The world is $world\", $textcolor);
  } else {
  imagestring($im, 5, 5, 20, $status, $red);
  }
 
  //And add the ad
  imagestring($im, 5, 5, 65, $comments[rand(0,(count($comments)-1))], $colors[rand(0,(count($colors)-1))]);
  imagestring($im, 5, 510, 80, \"Made by Androgos\", $red);
 
  // output the image
  header(\"Content-type: image/jpg\");
  imagejpeg($im,\"\",80);
 

?>

4
Wish list / Alternative death
« on: December 20, 2003, 09:35:16 am »
I was browsing the Roleplaying forum and come up with this idea:
What if that every time you dies you will be transferd to the death realm, like the original idea. But before the transfer ther server rolls a 10000 dice and if it hits a sertain numer, you will get saved bye a creature and then you will get a very special mission (Take which you prefer from the Roleplaying section)

5
General Discussion / When CB arrives.. (Weap que)
« on: December 18, 2003, 03:07:27 pm »
When we get CB, I gues the devs wanna us to test the PvP to the limits right? I think it would be great to have a quest that gives you a weapon, a pretty easy quest = a pretty weak weap. Any1 who knows about this?

6
Wish list / Full names?
« on: December 17, 2003, 02:14:08 am »
ARG! I hate that stupid search function. It doesn\'t work
**COUGH**COUGH**

I have made up my full name, only to discover that I can have only a firstname. I would like to see this:

Firstname: Androgos
Alias: Andro
Lastname: Khanari

in the char creation screen..

7
General Discussion / Which way? (Only to magic ppl)
« on: December 16, 2003, 11:53:29 am »
Which way/s are you planing to specalise in?

I\'m planning Crystal and Blue.
I\'m also planning to have a sertain skill in Brown cause of the protect and summon skills..

8
General Discussion / Races in CB?
« on: December 15, 2003, 02:53:11 pm »
Anyone that knows what races there will be in Crystal Blue? I\'m hoping to be a Xacha (Male).

9
Wish list / Fancy tree house (For guilds)
« on: December 14, 2003, 11:20:15 am »
Some guilds are nature guilds and prefer to have there guild houses outside the citys, like The Merry Men. I think it would be cool if there were a limited (like 10) number of REALLY big trees, that can be made into a guilds HQ, with underground basement.

10
General Discussion / Sun que?
« on: December 08, 2003, 03:31:47 pm »
I know that the world is many levels, but how does the shiny crystal sun thingy make light to the under levels? or doesn\'t it?

11
Wish list / Make own citys?
« on: December 08, 2003, 03:29:35 pm »
Refer to:
http://www.planeshift3d.com/wbboard/thread.php?threadid=6700&boardid=11&styleid=3

What if you could build houses outside citys? Let\'s say you and some friends grab your axes and cut down a area in the woods and build like 10 houses there. Wouldn\'t that be a city then? And they could name it..

\"That way it will give the player the impresion that the game is controlled by the players, not the developers\"

12
Wish list / Lets have a cold icy winter!
« on: December 08, 2003, 03:10:06 pm »
On my way home from a friend, here in Sweden,  I thought up an idea. What if we had like sessons? Like the summer is newbie friendly because it\'s warm and so on. But the winter is cold and a hard time.

I tell a friend about PS
Friend - \"Hey! Whata cool game! I wanna join!\"
Me - \"Well, now it\'s winter sesson and you wound\'t have a easy time\"
Friend - \":\'(\"
Me - \"Althoug, you can live in my house, for a little fee (:))\"
Friend - \"YEY!\"

All happy :)

And this will add a new meter, the Frozen meter.  If it reaches 0 you will be losing your health for each 10 secound or so, but while it sinks, you start to go slower and slower.

Well, what do you think?

Commando out

13
Wish list / Personal houses.
« on: December 06, 2003, 09:19:41 am »
Im pretty sure that you will be able to have your own house. Im gonna take this idea a little further. What if when u create your charter, you will be presentated with a screen that you can choose in which city u wanna live. The first house doesn\'t cost anything, but is locatated in a bad neiborhood and is dirty and so on. Later on u can buy yourself (or with a partner :D) a nicer/bigger house. I think that would be cool..

14
Wish list / One litle sci-fi thingi..
« on: October 02, 2003, 04:23:16 am »
Ok, i know this is the medival ages, but I think this thing don\'t affect the game play in a negative way.

What about a book in the libary that u can read and write to the forum? I think that should be great.. But as i sad before, its a litle sci fi

15
General Discussion / Revolution
« on: July 08, 2003, 03:13:11 pm »
I did just realise that if PS grows big and great (Wich im sure it will) imagen the shock to the big money game industries... I mean, if u put like 5 miljion dollars on a game, and the it get beaten of a FREE game!?!

Pages: [1] 2