[Request] Random reward scroll template or full files
Hello there!
Somebody can send me a Random reward / Lottery scroll template, or a full file package? I would be grateful..
I tried the "Simple Avatar lottery" (Which is released here), but i get client sided crash when i use that scroll.
Random reward scroll 12/07/2016 - SRO Private Server - 7 Replies IF ( @ operation = '41') AND @ itemRefID = 'xxx' -- scroll id
Begin
select @ charname = CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @ ChariD
exec .. @ charname,'ITEM_MALL_DAMAGE_INC_ABS_10P_SCROLL',1, 1
exec .. @ charname,'ITEM_MALL_AVATAR_M_NASRUN_UNIQUE',1,1
end
How to make this scroll to give a random reward?
Java Color.rgb(random,random,random) 05/19/2014 - Java - 4 Replies Guten Abend liebe Community,
ich habe ein Anliegen.
Wie ist es möglich bei der Methode : setTextColor(Color.rgb(0,0,0));
anstatt (0,0,0) 3 random Integer zu verwenden wenn ja wie?
Ich habe es mal so probiert:
final Random r = new Random();