New Titles extract
- Blackstorm
- Retired
- Posts: 354
- Joined: Thu Sep 04, 2014 11:11 am
- Location: Paris, FRANCE
- Contact:
New Titles extract
Hi,
it's an update for the Titles' table (i added the opcode OP_ServerEarnedNewTitle (864) to have some more titles)
389/557 + 2 (vgoemu titles)
it's an update for the Titles' table (i added the opcode OP_ServerEarnedNewTitle (864) to have some more titles)
389/557 + 2 (vgoemu titles)
You do not have the required permissions to view the files attached to this post.
Re: New Titles extract
I added the 3 extra you found to the list thanks.
Code: Select all
INSERT IGNORE INTO `titles` (`title_id`, `title_name`, `type`) VALUES
(179, 'Master Shipwright', 0),
(522, 'the Redeemed', 1),
(529, 'of Theindal', 1);
- Blackstorm
- Retired
- Posts: 354
- Joined: Thu Sep 04, 2014 11:11 am
- Location: Paris, FRANCE
- Contact:
Re: New Titles extract
No prob Xin ^^
Also, I think we can deduice some others from the items list but without ids... i should take a look... a day ^^
Also, I think we can deduice some others from the items list but without ids... i should take a look... a day ^^
Re: New Titles extract
Yea i pulled the list from items not long ago and i have it sitting on my desktop i just haven't had a chance to go through them all yet.