Thread: Server Name?
View Single Post
  #24  
Unread 07-21-2020, 11:33 AM
RingTailCat RingTailCat is offline
The Undefeated
 
Join Date: Jul 2020
Location: Calgary, Alberta
Posts: 6
I created a plugin data file:

Code:
"D:\Users\Me\Documents\The Lord of the Rings Online\PluginData\MyName\Arkenstone\AllCharacters\ServerInfo.plugindata"
Which contains:

Code:
return 
{
	["Name"] = "Arkenstone"
}
I have similar files for all servers that I uses. I can read this file in Lua to find out my server name.
Reply With Quote