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 - Hellboy Nat

Pages: 1 2 3 4 [5]
61
AoT General / Random but true
« on: October 14, 2007, 05:31:23 AM »
I found a bug somehow i lagged then i was walking around and everyone else dissappeared. I couldnt say anything on the messagehud and there was no1 on the playerlist.

I went to auric and raised about 1k. I couldnt bank it for some reason!! So i restarted and it still wouldnt work but the hud and playerlist were working. It was fun talking to invisible people!!

Then i dropped my gold in the bank and it dissappeared with the sound when money is taken from the ground. I think they could see me but i couldnt see them!!

It's working fine now. Only a couple of minor errors like i cannot write on parchment (lol).

Discuss any other "lag" glitches.

62
AoT General / Glitchy server
« on: September 15, 2007, 05:49:00 AM »
Yesterday at 1:00am (in London) the English Age of Time players had mixed up results due to a near server crash! Like: You could exit jail by saying a certain command, couldnt talk top NPCS, couldnt login if your name begins with "a" or "b", after a while Marshall will teleport ontop of the policestation! It was wierd!

Please correct me if im wrong. Tell me what happend on your side of the story.

63
AoT General / Treasure chests
« on: September 13, 2007, 12:08:55 PM »
Plz tel me if this has already asked but, why do chests give exploding dyno instead of money?

64
AoT General / Passout script! (to use on friends)
« on: September 13, 2007, 05:23:51 AM »
Basically it makes ppl sleep for a certain time period. If they try to click out of sleep, they will instantly sleep again. At the moment the time period is 30sec but you can change it!!

Downloads:
I will put the script up instead.
Code: [Select]
//pass out script by Vampiro cop
movemap.bind(keyboard, "ctrl q", 'startPassout');
function startPassout()
{
    displayTime(30);
}
function startSleep()
{
    if(%time != 0)
    {   
        commandtoserver('sleep');
        schedule(1000, 0, "startsleep");
    }
}
function displayTime(%time)
{
   if(%time)
   {
      if(%time != 1)
         chatHud.addline(%time @ " seconds untill you wake up");
      else
         chatHud.addline(%time @ " second untill you wake up");
   %time--;
   startSleep();
   schedule(1000, 0, "displayTime", %time);
   }
   else
      chatHud.addline("You awoke with a headache!");
}

Screenshots:
Same as above reason

65
AoT General / Aot maybe back!
« on: August 31, 2007, 08:47:14 AM »
Ive noticed that the Age of Time franchise is back up. The are more vids on youtube, more sites and forums. Its like ppl are playing a game which is brand new!

Maybe Ephialtes could finish this game for you Badspot seeing as ppl are playing again.

66
AoT General / Hackers again
« on: August 09, 2007, 12:30:24 PM »
I was playing the other day and Ephialtes did a bug to have infinite health! I asked her why she did it and why she wouldnt tell me and she simply said "i dont want people mucking up this game". Fair enough but then i asked her why she did it and she said "cos i find glitches and report them to badspot". My ****!

Did she report it Badspot?

Pages: 1 2 3 4 [5]