Jump to content

Magicj

From Kingpin Wiki
Revision as of 19:48, 3 April 2025 by FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Magicj |- | colspan="2" | 300px|Magicj |- | Model: || cast_runt |- | Skin: || 020 011 005 |- | Health: || 100 |- | Weapon: || Pipe |- | Cash: || 0 |- | Moral: || 1 |- | Acc: || 2 |- | Call: || 3 |} </center> Magicj can be found on map sr1. Sells a crowbar for a dollar (1$). Voice table: <syntaxhighlight lang="c"> voice_table_t mj_random [] = { {NULL, "What'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Magicj
Magicj
Model: cast_runt
Skin: 020 011 005
Health: 100
Weapon: Pipe
Cash: 0
Moral: 1
Acc: 2
Call: 3

Magicj can be found on map sr1. Sells a crowbar for a dollar (1$).

Voice table:

voice_table_t mj_random [] =
{
	{NULL, "What's goin' on?",					"What's goin' on?",					"actors/skidrow/magicj/idle1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "Man, I ain't seen shit",			"Man, I ain't seen @*%$#!",			"actors/skidrow/magicj/idle2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "I don't know nothin'",				"I don't know nothin'",				"actors/skidrow/magicj/idle3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "What's up man?",					"What's up man?",					"actors/skidrow/magicj/idle4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
};


	{NULL, "Yo man you got a dollar?",						"Yo man you got a dollar?",								"actors/skidrow/magicj/holdbuck.wav",	0, {0,0,0,0,0},0,0, TT_QUESTION},
	{NULL, "A'right cool, here's your crowbar",				"A'right cool, here's your crowbar",					"actors/skidrow/magicj/crowbar.wav",	0, {0,0,0,0,0},0,0, TT_POSITIVE},
	{NULL, "get back to me when you got a dollar",			"get back to me when you got a dollar",					"actors/skidrow/magicj/getbacktome.wav",0, {0,0,0,0,0},0,0, TT_POSITIVE},
	{NULL, "I'll give you a crowbar for a dollar...",		"I'll give you a crowbar for a dollar...",				"actors/skidrow/magicj/gotdollar.wav",	0, {0,0,0,0,0},0,0, TT_QUESTION},
	{NULL, "yo man put that pipe down",						"yo man put that pipe down",							"actors/skidrow/magicj/pipedown.wav" ,	0, {0,0,0,0,0},0,0, TT_NEGATIVE},
	{NULL, "hey man I'll fuck you up good now",				"hey man I'll @*%$#! you up good now",					"actors/skidrow/magicj/fuckup.wav" ,	0, {0,0,0,0,0},0,0, TT_NEGATIVE},
	{NULL, "Fuck that",										"@*%$#! that",											"actors/skidrow/magicj/fuckthat.wav" ,	0, {0,0,0,0,0},0,0, TT_NEGATIVE},
	{NULL, "i'll be back motherfucker",						"i'll be back @*%$#!",									"actors/skidrow/magicj/beback.wav" ,	0, {0,0,0,0,0},0,0, TT_NEGATIVE},
	{NULL, "Fuck this shit",								"@*%$#! this @*%$#!",									"actors/skidrow/magicj/fuckshit.wav",	0, {0,0,0,0,0},0,0, TT_NEGATIVE},