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!

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