ScriptUO

Official ScriptUO EasyUO Scripts => Script Snippets => Topic started by: Cerveza on January 21, 2011, 10:38:26 AM

Title: Setting and Keeping expanded uo screen resolution
Post by: Cerveza on January 21, 2011, 10:38:26 AM
I thought this was pretty slick...

Code: [Select]
sub check_res
if #clixres <> 1200
{
  set #clixres 1200
  set #cliyres 800
  event macro 8 1
}
return

Your mileage (size) may vary.
Title: Re: Setting and Keeping expanded uo screen resolution
Post by: Crisis on March 14, 2015, 07:02:15 AM
This is awesome! I know Cerveza is gone but can anyone else tell me how to remove the old border? The play screen is larger but the border is still there where it originally was.