{"id":2280,"date":"2023-11-20T19:31:55","date_gmt":"2023-11-20T19:31:55","guid":{"rendered":"https:\/\/www.runesofmagic-infos.com\/autologin-features-functions-briefly-explained\/"},"modified":"2024-01-27T11:33:13","modified_gmt":"2024-01-27T11:33:13","slug":"autologin-features-functions-briefly-explained","status":"publish","type":"page","link":"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/","title":{"rendered":"Autologin features &amp; functions briefly explained"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Version 0.1.0<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>[<a href=\"https:\/\/forum.runesofmagic.gameforge.com\/attachment\/2443-loginxml-zip\/\">loginxml.zip<\/a>]<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">Published with the express permission of the author.<\/p>\n\n<p class=\"wp-block-paragraph\">Please create a backup of your previous login account beforehand.<\/p>\n\n<h2 class=\"wp-block-heading\"><strong>Features<\/strong><\/h2>\n\n<ul class=\"wp-block-list\">\n<li>Fix for &#8220;Load server list&#8221;, even without storing account data<\/li>\n\n\n\n<li>Storage of the primary and secondary password and login via &#8220;NoCheckVersion&#8221;<\/li>\n\n\n\n<li>Enter the secondary password when logging in via Steam or Gameforge Client<\/li>\n\n\n\n<li>Revised server selection<\/li>\n\n\n\n<li>Revised character creation with optional name generator<\/li>\n\n\n\n<li>Selection of &#8220;NoCheckVersion&#8221; characters and accounts to be logged in via labelable lists<\/li>\n\n\n\n<li>Storing notes on accounts<\/li>\n\n\n\n<li>Log in to a default channel<\/li>\n<\/ul>\n\n<h2 class=\"wp-block-heading\"><strong>Installation<\/strong><\/h2>\n\n<p class=\"wp-block-paragraph\">This addon cannot be used simultaneously with other Autologin addons. These must therefore be removed. To install, unzip the .zip archive and copy the folder &#8220;loginxml&#8221; into the folder (installation folder of Rom)\/interface.<\/p>\n\n<h2 class=\"wp-block-heading\">Set up for NoCheckVersion accounts<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>Entering the login data<\/strong><\/h3>\n\n<p class=\"wp-block-paragraph\">In the file <em>data\/accounts.lua:<\/em><\/p>\n\n<p class=\"wp-block-paragraph\"><em>_defaultPassword = &#8216;PASSWORD&#8217;,<\/em><\/p>\n\n<p class=\"wp-block-paragraph\">Specification of a default primary password, which is used if the account does not appear in the account list below:<\/p>\n\n<p class=\"wp-block-paragraph\">[&#8216;ACCOUNT&#8217;] = {&#8216;PASSWORD&#8217;, &#8216;SEKPASSWORD&#8217;},<\/p>\n\n<p class=\"wp-block-paragraph\">Specification of an account name with primary and secondary password:<\/p>\n\n<p class=\"wp-block-paragraph\">[&#8216;ACCOUNT&#8217;] = &#8216;PASSWORD&#8217;,<\/p>\n\n<p class=\"wp-block-paragraph\">Only the primary password, the secondary password can be found in password.lua or is entered manually<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Setting up the account or character selection<\/strong><\/h3>\n\n<p class=\"wp-block-paragraph\">The following options are available:<\/p>\n\n<p class=\"wp-block-paragraph\">[1] = { &#8211; List 1<br\/>_title = &#8220;test&#8221;, &#8211; Title of the list, for example &#8220;Stock chars&#8221;<br\/>{<br\/>acc = &#8216;ACCOUNT&#8217;, &#8211; account name<br\/>srv_sel = &#8216;SERVER&#8217;, &#8211; Preselected server<br\/>chars = {<br\/>SERVER = {<br\/>&#8216;CHARACTER\/NOTE&#8217;, &#8211; preselect<br\/>&#8216;CHARACTER\/NOTE&#8217;,<br\/>}, &#8211;<br\/>}, &#8211;<br\/>note = &#8216;NOTE&#8217;,<br\/>}, &#8211; login account<br\/>{acc = &#8216;ACCOUNT&#8217;, srv_sel = &#8216;SERVER&#8217;}, &#8211; Login until server selection, server is selected but must still be confirmed<br\/>{acc = &#8216;ACCOUNT&#8217;, srv = &#8216;SERVER&#8217;, char = &#8216;CHARACTER&#8217;, note = &#8216;NOTE&#8217;}, &#8211; Login directly into the game<br\/>{acc = &#8216;ACCOUNT&#8217;, srv = &#8216;SERVER&#8217;, note = &#8216;NOTE&#8217;}, &#8211; Login to character selection<br\/>},<br\/>[2] = nil, &#8211; this list is not displayed<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Setting up pages<\/strong><\/h3>\n\n<p class=\"wp-block-paragraph\">On each page there are 2 * <strong>account_columns<\/strong> lists that can be filled with accounts or characters.<\/p>\n\n<h2 class=\"wp-block-heading\"><strong>Entering the secondary password (setting up a Gameforge or a Steam account)<\/strong><\/h2>\n\n<p class=\"wp-block-paragraph\">In the file <em>data\/password.lua<\/em>:<\/p>\n\n<p class=\"wp-block-paragraph\">Replace all entries in capital letters with the correct data or delete or comment out line by line with -.<\/p>\n\n<p class=\"wp-block-paragraph\">Used for Gameforge Launcher Account and Steamaccounts.<\/p>\n\n<p class=\"wp-block-paragraph\">If all accounts have the same secondary password, you can use the default password. If not, then you must enter the secondary password for one character per account per server.<\/p>\n\n<p class=\"wp-block-paragraph\">For NoCheckVersion, the secondary password can also be specified here, but the secondary password is prioritized in <em>data\/accounts.lua<\/em>.<\/p>\n\n<p class=\"wp-block-paragraph\">return {<br\/>-_default = &#8220;SECPASSWORD&#8221;,<br\/>SERVER = {<br\/>CHARACTER = &#8216;SECPASSWORD&#8217;,<br\/>},<br\/>}<\/p>\n\n<h2 class=\"wp-block-heading\"><strong>Settings<\/strong><\/h2>\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Setting<\/th><th>Default<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><strong>channel<\/strong><\/td><td>1<\/td><td>Channel to be automatically selected in the selection<\/td><\/tr><tr><td><strong>show_account_info<\/strong><\/td><td>true<\/td><td>Shows the account name at the top right<\/td><\/tr><tr><td><strong>account_single_click<\/strong><\/td><td>false<\/td><td>The account is logged in with one click, default is double-click<\/td><\/tr><tr><td><strong>account_force_show<\/strong><\/td><td>false<\/td><td>Empty account lists are not displayed<\/td><\/tr><tr><td><strong>account_use_slider<\/strong><\/td><td>true<\/td><td>You can create multiple pages with accounts\/characters. You can switch between them using the slider<\/td><\/tr><tr><td><strong>account_use_list<\/strong><\/td><td>true<\/td><td>The pages should be selected from a list<\/td><\/tr><tr><td><strong>account_columns<\/strong><\/td><td>5<\/td><td>Specifies how many columns of account lists should be displayed<\/td><\/tr><tr><td><strong>account_page<\/strong><\/td><td>1<\/td><td>Which page with accounts\/characters should be displayed first at startup<\/td><\/tr><tr><td><strong>server_single_click<\/strong><\/td><td>false<\/td><td>The server is selected with one click, default is double-click<\/td><\/tr><tr><td><strong>character_single_click<\/strong><\/td><td>false<\/td><td>The character is logged in with one click, default is double-click<\/td><\/tr><tr><td><strong>character_login_single<\/strong><\/td><td>true<\/td><td>If there is only one character on an account, this character should be logged in directly<\/td><\/tr><tr><td><strong>character_nologin_ctrl<\/strong><\/td><td>true<\/td><td>If you log in to an account and you hold down the &#8220;Ctrl&#8221; key while logging in, the login process stops in the character selection if <strong>character_login_single<\/strong> is active<\/td><\/tr><tr><td><strong>character_sort<\/strong><\/td><td>true<\/td><td>The characters are sorted by level. If the value is false, the oldest character is displayed at the top<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h2 class=\"wp-block-heading\"><strong>Fix for &#8220;Load server list&#8221;  <\/strong><\/h2>\n\n<p class=\"wp-block-paragraph\">If you get stuck again, simply click on &#8220;Cancel&#8221; and then on the &#8220;Retry&#8221; button.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Version 0.1.0 [loginxml.zip] Published with the express permission of the author. Please create a backup of your previous login account beforehand. Features Installation This addon cannot be used simultaneously with other Autologin addons. These must therefore be removed. To install, unzip the .zip archive and copy the folder &#8220;loginxml&#8221; into [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2280","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Autologin features &amp; functions briefly explained - Runes of Magic-Infos<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Autologin features &amp; functions briefly explained - Runes of Magic-Infos\" \/>\n<meta property=\"og:description\" content=\"Version 0.1.0 [loginxml.zip] Published with the express permission of the author. Please create a backup of your previous login account beforehand. Features Installation This addon cannot be used simultaneously with other Autologin addons. These must therefore be removed. To install, unzip the .zip archive and copy the folder &#8220;loginxml&#8221; into [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/\" \/>\n<meta property=\"og:site_name\" content=\"Runes of Magic-Infos\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-27T11:33:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/autologin-features-functions-briefly-explained\\\/\",\"url\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/autologin-features-functions-briefly-explained\\\/\",\"name\":\"Autologin features &amp; functions briefly explained - Runes of Magic-Infos\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/#website\"},\"datePublished\":\"2023-11-20T19:31:55+00:00\",\"dateModified\":\"2024-01-27T11:33:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/autologin-features-functions-briefly-explained\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/autologin-features-functions-briefly-explained\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/autologin-features-functions-briefly-explained\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Autologin features &amp; functions briefly explained\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/\",\"name\":\"Runes of Magic-Infos\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/#organization\",\"name\":\"Runes of Magic-Infos\",\"url\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/ROM-Infos-Original-Logo.png\",\"contentUrl\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/ROM-Infos-Original-Logo.png\",\"width\":2329,\"height\":1721,\"caption\":\"Runes of Magic-Infos\"},\"image\":{\"@id\":\"https:\\\/\\\/www.runesofmagic-infos.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Autologin features &amp; functions briefly explained - Runes of Magic-Infos","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/","og_locale":"en_US","og_type":"article","og_title":"Autologin features &amp; functions briefly explained - Runes of Magic-Infos","og_description":"Version 0.1.0 [loginxml.zip] Published with the express permission of the author. Please create a backup of your previous login account beforehand. Features Installation This addon cannot be used simultaneously with other Autologin addons. These must therefore be removed. To install, unzip the .zip archive and copy the folder &#8220;loginxml&#8221; into [&hellip;]","og_url":"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/","og_site_name":"Runes of Magic-Infos","article_modified_time":"2024-01-27T11:33:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/","url":"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/","name":"Autologin features &amp; functions briefly explained - Runes of Magic-Infos","isPartOf":{"@id":"https:\/\/www.runesofmagic-infos.com\/en\/#website"},"datePublished":"2023-11-20T19:31:55+00:00","dateModified":"2024-01-27T11:33:13+00:00","breadcrumb":{"@id":"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.runesofmagic-infos.com\/en\/autologin-features-functions-briefly-explained\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.runesofmagic-infos.com\/en\/"},{"@type":"ListItem","position":2,"name":"Autologin features &amp; functions briefly explained"}]},{"@type":"WebSite","@id":"https:\/\/www.runesofmagic-infos.com\/en\/#website","url":"https:\/\/www.runesofmagic-infos.com\/en\/","name":"Runes of Magic-Infos","description":"","publisher":{"@id":"https:\/\/www.runesofmagic-infos.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.runesofmagic-infos.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.runesofmagic-infos.com\/en\/#organization","name":"Runes of Magic-Infos","url":"https:\/\/www.runesofmagic-infos.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.runesofmagic-infos.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.runesofmagic-infos.com\/wp-content\/uploads\/2024\/01\/ROM-Infos-Original-Logo.png","contentUrl":"https:\/\/www.runesofmagic-infos.com\/wp-content\/uploads\/2024\/01\/ROM-Infos-Original-Logo.png","width":2329,"height":1721,"caption":"Runes of Magic-Infos"},"image":{"@id":"https:\/\/www.runesofmagic-infos.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.runesofmagic-infos.com\/en\/wp-json\/wp\/v2\/pages\/2280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.runesofmagic-infos.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.runesofmagic-infos.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.runesofmagic-infos.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.runesofmagic-infos.com\/en\/wp-json\/wp\/v2\/comments?post=2280"}],"version-history":[{"count":1,"href":"https:\/\/www.runesofmagic-infos.com\/en\/wp-json\/wp\/v2\/pages\/2280\/revisions"}],"predecessor-version":[{"id":2281,"href":"https:\/\/www.runesofmagic-infos.com\/en\/wp-json\/wp\/v2\/pages\/2280\/revisions\/2281"}],"wp:attachment":[{"href":"https:\/\/www.runesofmagic-infos.com\/en\/wp-json\/wp\/v2\/media?parent=2280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}