개인 자료란 (JE)

  서버 커뮤니티

Profile 힉힉호무리 대표칭호 없음
Profile

질문하기 JavaScript

공격력아이템스크립트

3 일 전 조회 수 12 추천 수 0
이해도 초보자 
게임버전 (JE) 1.20.1 
게임버전 (BE) 1.20.x 

on player consume:

    if event-item is bread named "&a공격력":

        if {attackDamage.%uuid of player%} is not set:

            set {attackDamage.%uuid of player%} to 0

        set {attackDamage.%uuid of player%} to {attackDamage.%uuid of player%} + 0.05

        send "&b공격력이 1 증가했습니다!" to player

        add 1 to {attacklv.%uuid of player%}


한개의 빵만 들고 있을 땐 작동이 되는데

여러개의 빵을 들고 한개를 먹으면 작동이 안됩니다..

살려주세요ㅠㅠ

Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!