Działa mi jak dodałem do fortune poziom zaklęcia np, 3 wtedy wszystko jest spełnione tylko nie wiem jak zrobić zeby wszystkie fortuny były uznawane
Ten kod działa ale tylko z fortuna 3
on mine of stone:
if player has permission "cmd.drop.svip":
if {t::d} is "&cwyłączony":
set {diament::sz} to {Sz::n::d::d} + 100
if player's tool is pickaxe:
set {_maxdrop} to (level of fortune of player's tool) + 1
if player's y-coordinate is less than 25:
if {d::%player%} is "&awłączony":
chance of {diament::sz}%:
set {_drop} to random integer between 1 and {_maxdrop}
if player can hold {_maxdrop} of diamonds:
give player {_drop} of diamonds
else:
drop {_drop} of diamonds at event-block
Dobra poblem rozwiązany usunąłem fortune z i wszystko działa dropi losowo od 1-3
if player's tool is pickaxe:
Dzięki za pomoc!