View Full Version : [JX] Giúp Về Vấn Đề Random
DMC.NeZo
02-06-12, 05:45 PM
Ai giúp mình về đoạn code này với
z = random(117,120)
AddEventItem(z)
z = random(175,179)
AddEventItem(z)
z = random(186,190)
AddEventItem(z)
Mình mún 3 cái đó random khi đánh chết 1 con quái chỉ nhận đc 1 vật phẩm, code trên đánh chết 1 con quái nhận 3 vật phẩm lận :( ai giúp mình với
Edward_Newgate
02-06-12, 06:06 PM
z = random(117,120)
x = random(175,179)
c = random(186,190)
AddEventItem(z) or AddEventItem(x) or AddEventItem(c)
z = random(117,120) or z = random(175,179) or z = random(186,190)
AddEventItem(z)
Cái thứ 2 thì mình k chắc có đúng ko
jxvietnam
02-06-12, 06:34 PM
Ai giúp mình về đoạn code này với
Mình mún 3 cái đó random khi đánh chết 1 con quái chỉ nhận đc 1 vật phẩm, code trên đánh chết 1 con quái nhận 3 vật phẩm lận :( ai giúp mình với
bạn tham khảo code này nha
function OnDeath()
tile = random(1,3)
if tile == 1 then
vatpham1 = random(117,120)
AddEventItem(vatpham1)
Msg2Player("Ban nhan duoc 1 vat pham !")
elseif tile == 2 then
vatpham2 = random(175,179)
AddEventItem(vatpham2)
Msg2Player("Ban nhan duoc 1 vat pham !")
elseif tile == 3 then
vatpham3 = random(186,190)
AddEventItem(vatpham3)
Msg2Player("Ban nhan duoc 1 vat pham !")
end
end
Chúc vui :)
DMC.NeZo
02-06-12, 07:55 PM
cảm ơn jxvietnam rất nhiều, mình dựa vào code của bạn đã làm đc
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.