• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

graphical titles

Experienced Elementalist
Joined
Nov 1, 2015
Messages
280
Reaction score
175
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
175
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