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!

Sword Trail color.

Newbie Spellweaver
Joined
Dec 21, 2009
Messages
55
Reaction score
1
Hello community of ragezone!

I'am currently busy with designing my gunz server, but I was wondering if it was possible to change the sword trail color.
If yes, how to?
Could someone please make a tutorial for it, or link me to a tutorial?

Or tell me here how to do it.

Thanks alot!
 
Joined
Jul 11, 2012
Messages
786
Reaction score
190
Go to source folder, RealSpace2/Source/RVisualMesh.cpp
Search for: GetEnChantColor(DWORD* color)
and there you will find the colors for all sword trails..
so if you want to change the color of the normal one (which means without any element)
edit this line
Code:
else {
		color[0] = 0x4fffffff;
		color[1] = 0x0fffffff;
	}
choose the hex code you want from here:
(when you choose the color, the hext code for it is after the #, in the text box)
change it in here
Code:
else {
		color[0] = 0x4f[hex]; //replace the [hex] with the color hex code you chose
		color[1] = 0x0f[hex]; //same here !!
	}
GoodLuck :)
 
Upvote 0
Newbie Spellweaver
Joined
Dec 21, 2009
Messages
55
Reaction score
1
Awesome thanks alot!

And what if I want to make a few extra so people could pick one, and add them to the misc tab?

How to enable that?
 
Upvote 0

Yue

Newbie Spellweaver
Joined
Oct 27, 2017
Messages
11
Reaction score
3
well this will need more work, it's not hard, but you need to work not only on source but also with xml files, if you want pm me for help !!!

can you make a release for sword trail color option please? :DDDDDDD

 
Upvote 0
Junior Spellweaver
Joined
Sep 27, 2016
Messages
151
Reaction score
10

Loool this is my Gunz and Code by Lisianthus 100%, what xml file? :))) (sry my english bad)
 
Upvote 0
Junior Spellweaver
Joined
Sep 27, 2016
Messages
151
Reaction score
10
Yeah i am quite sure about that haha, but he might used the source code aswell..

But aye if it is fgunz source code its a shame to call it hes.
sorry?!!! Interface fgunz you can used ? It free
full name my gunz : Memories Gunz search Youtube and ...? FGunz have trail color ?
Look 1:42 /mgz my name WinGs bro :))
 
Upvote 0
Back
Top