Official ScriptUO EasyUO Scripts > Scripting Tutorials

A simple code to test aviable UO colors

(1/1)

Thimotty:
A simple code to test aviable UO colors


--- Code: ---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

--- End code ---

Cerveza:
Yep, that's about the same thing I wrote to cycle them.

Navigation

[0] Message Index

Go to full version