• 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.

Create the title of the picture

Junior Spellweaver
Joined
Feb 18, 2012
Messages
101
Reaction score
10
We need:
1. interfaces.pck and surfaces.pck
2. elements.data
3. tasks.data
And of course the editor tasks.data and elements.data and unpacking pck.
Unpack interfaces.pck and surfaces.pck. After go to interfaces.pck.files\interfaces\script\config
We find there title_def_u.lua
Open it in notepad and find something like that:
Code:
title_definition['[COLOR="#00FF00"]12004[/COLOR]'] = {id = [COLOR="#00FF00"]12004[/COLOR], note = "^f95db9★$S, ты мой король!★" ,desc = "Праздничный титул."}
green fonts = yours id titul
Make a copy of it and assign, for example, 30000. For images edit this:
Code:
title_definition['[COLOR="#00FF00"]30000[/COLOR]'] = {id = [COLOR="#00FF00"]30000[/COLOR], note = "^ffff00[COLOR="#00FF00"]Тестовый титул[/COLOR]&image([COLOR="#00FF00"]ingame\\test.tga[/COLOR])&" ,desc = "Особый титул."}
(test.tga - your image of the title), it is desirable not to make the size larger 90h40 otherwise you may not see a picture.
Then go to unpacked surfaces.pck surfaces.pck.files \ surfaces \ ingame
Create test.tga, draw whatever you want and save.
Repack surfaces.pck and interfaces.pck.

Editing elements.data open it in sELedit or any other editor available to you, open the list 35 QEST START ITEM and make a copy of any item and give him id such as 60315, in the line where it TASK1 write your future id for example 59128 and save it.

Editing tasks.data open in the editor and find any quest that activates the title, make a copy and give it the id you specified in elements.data 59128. write the name of the quest and go to the Rewards section and look below the cell id Title to inscribe our title, and save it.

extazy20 - Create the title of the picture - RaGEZONE Forums


Done!

extazy20 - Create the title of the picture - RaGEZONE Forums


extazy20 - Create the title of the picture - RaGEZONE Forums

(c) Ricco
 
Last edited:
Back
Top