Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Baertram
Forum: Lua/XML Help 05/01/23, 11:45 AM
Replies: 10
Views: 3,400
Posted By Baertram
You can easily find out other language names too...

You can easily find out other language names too by switiching the language ingame via (merTorchbug updated installed!):
/tblang <2CharLang>

<2CharLang> can be:

de
en
es
fr
ru
Forum: Lua/XML Help 05/01/23, 11:25 AM
Replies: 10
Views: 3,400
Posted By Baertram
Yeah, such refugees got several zoneIds, depening...

Yeah, such refugees got several zoneIds, depening on the map they belong to. But I'm not sure if their zone name always got that "outlow refugge" yu could check for.

if you want to do this you could...
Forum: Lua/XML Help 05/01/23, 11:11 AM
Replies: 10
Views: 3,400
Posted By Baertram
At first: Unit and zone names can end on e.g. ^m...

At first: Unit and zone names can end on e.g. ^m or ^p or similar which shows (for non en language) the gender of the text to add the correct article.
So you should first remove those by using lcoal...
Forum: Lua/XML Help 05/01/23, 10:49 AM
Replies: 10
Views: 3,400
Posted By Baertram
https://wiki.esoui.com/New_to_lua%3F_GOTCHA ESO...

https://wiki.esoui.com/New_to_lua%3F_GOTCHA

ESO uses lua, lua 5.1 though changed for the game's engine, with some lua 5.2 and 5.3 functions added.
Forum: Lua/XML Help 05/01/23, 05:04 AM
Replies: 10
Views: 3,400
Posted By Baertram
For that you need to use string pattern functions...

For that you need to use string pattern functions like string.find and string.gmatch etc.
https://www.lua.org/pil/20.1.html
https://www.lua.org/pil/20.2.html
Showing results 1 to 5 of 5