이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.8.0 |
스크립트 애드온 | SkQuery,Skrayfall,reflect,skutilities |
----------------------------------------------------------------------------------------------------
else if {_확률} <= {강화확률.up::%{_stage}%} + {강화확률.down::%{_stage}%} +
{강화확률.notup::%{_stage}%} + {강화확률.break::%{_stage}%}:
remove "%{강화석갯수::%{_stage}%}%" parsed as integer of
slot 13 of current inventory from slot 13 of current inventory
해당 {터짐방지주문서}를 인벤에 보유시
set {_name} to "%{_name}%&c&l[&a+%{_stage}%강&c&l]"
set slot 10 of current inventory to {_item} named "%{_name}%"
play sound "BLOCK_ANVIL_USE" with volume 1 and pitch 1 at player for player
message "{@강화} 강화 실패" to player
그렇지않을시
set {_stage} to "%{_stage}%&c&l[&a+%{_stage}%강&c&l]"
set slot 10 of current inventory of player to air
play sound "ENTITY_DRAGON_FIREBALL_EXPLODE" with volume 100 and pitch 1 for player
message "{@강화} 강화 터짐" to player
부탁합니다.. 초보라서 아직은 잘모르겠네요
windy_wind
2024.08.29https://docs.skriptlang.org/conditions.html?search=#CondContains
if player has 1 of diamond:
else:
근데 잠시만요 메모장으로 작성하시는 건가요?