ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Tutorials => Topic started by: Thimotty on September 25, 2009, 12:18:41 PM

Title: A simple code to test aviable UO colors
Post by: Thimotty on September 25, 2009, 12:18:41 PM
A simple code to test aviable UO colors

Code: [Select]
set %speed 20                         ;20=1sec delay; 40=2sec delay;
set %maxcolor 10000                ;how many colors to test

for %counter 1 %maxcolor
   {
   event ExMsg #charID 3 %counter %counter
   }
halt
Title: Re: A simple code to test aviable UO colors
Post by: Cerveza on September 25, 2009, 12:21:37 PM
Yep, that's about the same thing I wrote to cycle them.