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

How to unlock titles

Initiate Mage
Joined
Aug 20, 2020
Messages
4
Reaction score
2
Hi, anyone knows how can i unlock all titles in my private server? Im running 6.4.2

Thanks!
 
Initiate Mage
Joined
Aug 20, 2020
Messages
4
Reaction score
2
For anyone interested in the future you can unlock them individually using the give command with the id of the title after finding it in or similar databases.

You can unlock all running a script but idk how to run them ingame.
 
Upvote 0
Skilled Illusionist
Joined
Jul 20, 2016
Messages
362
Reaction score
44
For the sake of clarification, here's an ingame macro script for unlocking all titles:

/script for i = 530000, 530999, 1 do ExecuteMacroLine("/gm ? give " .. i); end

Beware, it requires GM commands enabled (obviously) and the client might choke for a minute. It's from a thread where Drewww noted a few useful macros and uploaded SQL scripts. I'll be adding a link to that to my guide.
 
Upvote 0
Back
Top