1
Papelera de reciclaje General / Re: Season 13 Ep 2 BETA [Base X-team] [Cliente + MuServer]
« Posteado: February 25, 2021, 01:34:43 PM »@vic88: Oh my God. That's exactly what I mean. How did you do that? I was really surprised and excited. In this Season 13 version, main.exe is very difficult to hook Glow.dll. I learned IGCN's way of using glow.bmd in Data / Local but it also didn't work.![]()
![]()
If you are just want to edit Glow Color for a particular Item Type in higher Season, you can open the file "Data/Lang.mpr" by IGCN tool or whatever released tool (it's simply just a zip file with password).
Then looking for "EnchantEffect.txt". There you go, it's the Glow File and should look like this format:
Code: [Select]
//type index red green blue
0 14 0 127 255
0 20 191 165 127
0 21 255 255 255
0 22 127 102 76
0 23 76 76 114
0 24 153 127 51
0 25 127 153 178
0 28 204 204 255
0 30 255 255 255
0 31 191 165 127
0 32 165 114 76
0 33 204 102 0
0 34 127 102 76
0 35 127 204 229
0 37 0 127 255
...
Btw... If a item type is not displayed in the file, it will. use the default value (255, 127, 0) or (1.00f, 0.50f, 0.00f)
Don't want to use default value? - just add it in the file.
Goodluck