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!

easiest way to recolor stuff !

Joined
Jun 23, 2010
Messages
785
Reaction score
228
easiest,cheapest,useless and ugliest way to recolor weapons,mobs,npc,objects

To open the GTX files you will need a GTX - DDS converter. I suggest using Genetics you can find tool packs here


also you need photoshop

photoshop dds plugin


for example we will retuxture a monster ..
Code:
; Dunamic
(monster (name 566) [COLOR="#FF0000"](index 566)[/COLOR] (country 2) (race 1) (level 99) (ai 2) (range 70) (sight 360 360) (exp 225000000) (itemgroup 1208 3) (itemgroup 1209 1) (itemgroup 1210 8) (itemgroup 1211 12)	
		(str 300) (hth 300) (int 70) (wis 50) (dex 170) (hp 18000000) (mp 1000) (aspeed 1500) (hit 315) (dodge 50)  
		(attack 0 2700 5400) (magic 0 0) (defense 230 170) (absorb 30) (mspeed 1550 450) (resist 80 80 80 80 80)  
		(quest ))

if index 566

then you need to
go to client/data/monster/Clothes/tex/M566_b1.gtx
go to client/data/monster/Clothes/tex/M566_b2.gtx
go to client/data/monster/Clothes/tex/M566_b3.gtx

next step ..
go to Converter
drop the 3 .gtx files on GTX2DDS.exe "thats mean you converte them to dds so u can edit them on photoshop "

open photoshop
and open M566_b1.dds,M566_b2.dds and M566_b3.dds

then



color it





go to Converter
drop the 3 .dds files on DSS2GTX.exe "thats mean you converte them to GTX "

copy the 3 converted to ur client/data/monster/clother/tex and u r done !!


 
Last edited:
Elite Diviner
Joined
Sep 17, 2013
Messages
433
Reaction score
120
nice tut , But can you tell me how to make name the flag I see on ur server its , General kal welcome I would like to know how to change it to my own server name , thanks:) hope u understand what i mean.



nice tut , But can you tell me how to make name the flag I see on ur server its , General kal welcome I would like to know how to change it to my own server name , thanks:) hope u understand what i mean.
 
Joined
Jun 23, 2010
Messages
785
Reaction score
228
nice tut , But can you tell me how to make name the flag I see on ur server its , General kal welcome I would like to know how to change it to my own server name , thanks:) hope u understand what i mean.



nice tut , But can you tell me how to make name the flag I see on ur server its , General kal welcome I would like to know how to change it to my own server name , thanks:) hope u understand what i mean.

data\OBJECTS\b\10\structure\[a]10_flag02_09
 
Newbie Spellweaver
Joined
Jul 26, 2016
Messages
50
Reaction score
5
Thanks.
 
Last edited:
Back
Top