Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

"Show It Off" thread aka "Strut your Stuff"

Newbie Spellweaver
Joined
Nov 9, 2013
Messages
65
Reaction score
48
re: "Show It Off" thread aka "Strut your Stuff"

Lol, this mod keeps deleting my posts, as soon as they dont like them.
Anyways, here it is, took me more than 3 minutes :/, im ashamed of myself:

DNC - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums


If you want to get the clan color from its ID, since its hardcoded anyway, you can use this:
Code:
const char* getclancolor(int colorid){
	switch (colorid)
	{
		default: return "#FFFF00";
		case 1: return "#AA0000"; 
		case 2: return "#A6780C";
		case 3: return "#10A49E"; 
		case 4: return "#20A414"; 
		case 5: return "#104EA4";
		case 6: return "#9610A4";
		case 7:	return "#444444";
		case 8: return "#A4A4A4";
	}
}
 
Harro
Joined
Mar 29, 2013
Messages
754
Reaction score
284
re: "Show It Off" thread aka "Strut your Stuff"

New little launcher working on only spent 15 minutes on it so isn't amazing or anything yet still got a few idea's i wanna do to it.

The news part is just photoshop text.

DNC - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Aug 12, 2014
Messages
84
Reaction score
123
re: "Show It Off" thread aka "Strut your Stuff"

Showing our new Case System. Pandemicz orginally coded this, but we changed so much in the code, and added an In-game Case Menu etc. It's still missing something like "CASES LEFT:" but we'll do that later.

 
Last edited:
Newbie Spellweaver
Joined
Apr 24, 2014
Messages
80
Reaction score
11
re: "Show It Off" thread aka "Strut your Stuff"

New admin tool for infectionz.
%90 finished.


DNC - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Aug 12, 2014
Messages
84
Reaction score
123
re: "Show It Off" thread aka "Strut your Stuff"

K.Style and Custom Guerilla on Zombies. I just thought I'd post since I never saw any emulators with both.
DNC - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums


Owl made the items, and he also added custom sounds to the weapons. (This isn't all items).
DNC - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums
 
Back
Top