1 -- go to the home page of the ring window
3 function browseRingWindowHomePage()
4 local adminWindow
= getUI("ui:interface:r2ed_ring_window")
6 adminWindow
:find("ring_page"):browse(getMainPageURL() .. "?ingame=1&charSlot=" .. getCharSlot())
7 -- adminWindow:find("admin_web_page"):browse("http://r2linux03/ring/web_start.php?ingame=1")
11 local firstBrowseDone
= false
12 function onRingWindowShown()
13 if not firstBrowseDone
then
14 browseRingWindowHomePage()
15 firstBrowseDone
= true
20 RYZOM_RING_WINDOW_VERSION
= 324