FOnline Development > Questions and Answers
FOnline SDK - Question
Plech:
hello guys, i have a lil question. anyone knows how to change the color of location map cyrcle? for example on 2238 is blue cyrce as tent.
Kilgore:
if "loc" is Location@
--- Code: ---loc.Color = COLOR_CHANGE_ALPHA(COLOR_RGB(0,0,0xC8), 70);
--- End code ---
and it should be blue. Cheers.
(COLOR_CHANGE_ALPHA(...) is taken from scripts/_colors.fos btw)
Plech:
yeah i found it there, but i dont know where to place it
MrCovin:
And how to change the timer for skills ? It's really annoying u_________________u
Berko:
search in the "defines" file, search for "timeout" and you will find what you want.
You can find example in "main" file (where all start) and search the function critter_use_skill (call when .. critter use skill)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version