Author Topic: AoT Mega Mod  (Read 38410 times)

** http://aotmod.php0h.com/news.php **

I think Oxcorp got the topic removed by talking about warez  >_<

Follow ALL rules when posting in this topic.

DOWNLOAD:
** http://www.megaupload.com/?d=SWI01ZCW **

it's a lot like V28.


updates soon.

UPDATE:


PATCHES:

« Last Edit: November 27, 2006, 08:06:08 PM by Cheezy »

Badspot

  • Administrator
I'm a little worried about people hosting v3 servers just so they can steal passwords. 

You should be sure to use a different password on v3 servers than you do on the v28 official.

I think anyone whose account is worth stealing knows that, but it's a good idea to make that the second post.  :cookieMonster:


any one is welcome to do a crapy editing job on it

No, but this does remind me of the "12 year old tries to steal valve account.  Gets pwned" Thread.  Gawd, that was so funny.  I saved that conv. on notepad.

I'm a little worried about people hosting v3 servers just so they can steal passwords. 

You should be sure to use a different password on v3 servers than you do on the v28 official.

Thank you for allowing this topic again.

could someone post te AoT v3 mod website please?
nvm
« Last Edit: November 21, 2006, 05:19:50 PM by tay104 »

@Rudyman- I need thoes scripts asap so I can add it then release an update.

@Oxcorp-  I will just have to put the bank script in a later update.

apparently rudy made a bank

rudyman

  • Guest
The bank I made is BETA (and only semi-functional).

I'm still weeding out teeny little errors in my other scripts, but I'll be able to get them to ya real soon!

**Oh, and I made it so you can't spam Self Delete, and you can't Self Delete in jail.

I made it so you can pay dems.  But it sucks.

Heres a sample

Code: [Select]
function servercmdPayDems(%obj)
{
      if (%obj.player.Dems $= 15 || %obj.player.Dems $= 30 || %obj.player.Dems $= 45 || %obj.player.Dems $= 60 || %obj.player.Dems $= 55 || %obj.player.Dems $= 90 || %obj.player.Dems $= 105 || %obj.player.Dems $= 120 || %obj.player.Dems $= 135 || %obj.player.Dems $= 150 || %obj.player.Dems $= 165 || %obj.player.Dems $= 180 || %obj.player.Dems $= 195 || %obj.player.Dems $= 210)
                {
  %obj.Gold-= %obj.player.dems;
  %obj.player.dems=0;
serverCmddropgold(%obj,1);
  messageClient(%obj, '', "\c2You have payed your fines."); 
                    }
                     else
                       {
                 messageClient(%obj, '', "\c2You have nothing to pay!"); 
  }
}

But you can pay up to 210 dems.

Maybe if you can find a better way.
« Last Edit: November 22, 2006, 09:36:32 AM by Cheezy »

Can you get negative demerits, as a license to break the law?


Code: [Select]
function servercmdBreakLaw(%obj)
{
  %obj.player.dems=-1000;
  messageClient(%obj, '', "\c3You have a license to break the law!");
  }
}
See if that works lol.