Quantcast
Channel: Rohan Tutorials
Viewing all articles
Browse latest Browse all 7

Changing Guild Logos

$
0
0
Guild logos
The database TNGuildMark Stores Guild Logos

Table format is as such
master_id = The character ID for the guild leader
mark = The mark as a .tga in binary data
mark_jpg = unused
update = not important(set to 1)

To update a guild mark run this script
Code:
INSERT INTO [RohanGame].[dbo].[TNGuildMark](Master_ID, mark_jpg, mark)
SELECT 12374,'jpg.jpg', * FROM OPENROWSET(BULK N'C:\Mark.tga', SINGLE_BLOB) rs

Replace '12374' with the guild you want to updates ID
Replace 'C:Mark.tga' with the mark you...

Read more

Viewing all articles
Browse latest Browse all 7

Trending Articles