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!

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