Author Topic: Mafia Madness required add-ons and list of commands?  (Read 3428 times)

Hello,
I want to host mafia madness but it's missing two add-on:
-Weapon_Melee_Extended
and
-Print_Icons
Where are these?
This doesn't really belong in help since it has to do with required add-ons.
« Last Edit: August 02, 2013, 06:24:29 PM by xSetrox »

http://forum.returntoblockland.com/dlm/viewFile.php?id=102

Pretty sure the other one is just T+T Melee.

I don't think either are really used, doesn't matter if you remove them from gamemode.txt.

http://forum.returntoblockland.com/dlm/viewFile.php?id=102

Pretty sure the other one is just T+T Melee.

I don't think either are really used, doesn't matter if you remove them from gamemode.txt.
The combat knife for the Crazy


Thank you all of you!
Locking

Also guys, is there a list of commands for mafia madness?

/startmm if you want to start  while deatchmatching

/startmm if you want to start  while deatchmatching
Are there any other ones?
Wasn't there ones like:
/mmignore
/claim

/mmrolelist
Tells you what roles everyone is. I suggest using it when someone is RDMed and you can do it before the round ends.
/mmkilllist
Tells you the role of all players and who they killed/succumbed to. It's also useful in RDM cases.
Note that at the end of every Mafia Madness round, the kill list is shown to everyone.
EVAL:
$DefaultMinigame.stopMM();
Stop Mafia Madness. End the round immediately.
$MMGamemode = NUMBER; (I think that's right.)
Sets the Mafia Madness gamemode. Gamemode 1 is Classic mode (No roles.), 2 is Fingerprinters and Abductors, 3 is Paranoid Cops, Cops and Ventriloquists, 4 is all Mafia can abduct, 5 is all Mafia can use Godfather chat, 6 is all roles EXCEPT Devil.
$findclientbyname("Setro").role = "C";
Makes you the Crazy. It's better if you do it in the console so it's not a huge give-away.
WARNING: You will NOT appear in the Mafia list and you must respawn yourself in order to get your knife and become the Crazy.
Change the letter to become a different role.
$findclientbyname("Setro").isMafia(1);
Makes you a Mafia Member. Set it to 0 to become non-mafia.
I don't know whether or not if it makes you appear in the list, but it does work.
I THINK it adds you to the /maflist, but I'm not 100% sure. You do the testing.
« Last Edit: August 02, 2013, 06:57:42 PM by Cuddles le Bear »

You forgot /mmignoreme <player>, /redruls [player], and the .manualrole variable. Also the /claim [role] command, which changes your name colour to the colour of the role given.

You forgot /mmignoreme <player>, /redruls [player], and the .manualrole variable. Also the /claim [role] command, which changes your name colour to the colour of the role given.
What exactly does /mmignoreme do?

What exactly does /mmignoreme do?
Admin-only. Without an argument, it will toggle your exclusion from MM rounds. When given a player as an argument, it will do so for that specific player. Supposedly it breaks things if done mid-game, but I'm not 100% sure, and neither was brackets when he said that.

I didn't know a couple of these, Thanks.