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!

graphical titles

Experienced Elementalist
Joined
Nov 1, 2015
Messages
280
Reaction score
174
i'm trying to figure out how to get the graphical titles working on 496 dysil, but the more i look at it, the less it makes sense to me. anyone willing to help? thanks
 
Newbie Spellweaver
Joined
Jan 20, 2015
Messages
10
Reaction score
4
First decript to edit title_def_u.lua locate on /config inside script.pck
Second edit the title who you want to change graphic.

Example:

title_definition["6368"] = {id = 6368, note = "^9800cdUltra", addon_desc1 = "^e3e3e3Dano Crítico + 5% Defesa Crítica + 5%", desc = "^ffcb4aResistente como o aço!"} - This is the info of title

title_definition["6368"].beforename = 1title_definition["6368"].icon = {{imageplace = "0", image = "sm\\smtitle\\Superman.tga", imagenum = "1", imagetime = "300"}} - This is the image


The images are located in Surfaces.pck on \sm\smtitle
 
Upvote 0
Experienced Elementalist
Joined
Nov 1, 2015
Messages
280
Reaction score
174
First decript to edit title_def_u.lua locate on /config inside script.pck
Second edit the title who you want to change graphic.

Example:

title_definition["6368"] = {id = 6368, note = "^9800cdUltra", addon_desc1 = "^e3e3e3Dano Crítico + 5% Defesa Crítica + 5%", desc = "^ffcb4aResistente como o aço!"} - This is the info of title

title_definition["6368"].beforename = 1title_definition["6368"].icon = {{imageplace = "0", image = "sm\\smtitle\\Superman.tga", imagenum = "1", imagetime = "300"}} - This is the image


The images are located in Surfaces.pck on \sm\smtitle
i found an easier way, the current retail client doesn't have the title_def_u.lua compiled and it works great with the 496 client.
 
Upvote 0
Back
Top