개인 자료란 (JE)

  서버 커뮤니티

Profile 머리아프다 대표칭호 없음
Profile

질문하기 스크립트

스크립트 오류.. [해결..]

2021.09.20 조회 수 76 추천 수 0
이해도 초보자(스크립트 구성요소나 기본문법은 알아요) 
게임버전 (JE) 1.17.1 
게임버전 (BE) 1.17.x 
스크립트 버전 2.6 beta3 

on right click with paper:

    if player's tool's name is "노동티켓":

        remove 1 of player's tool from player's tool

        execute player command "/mw goto mining"

        set{miningtime.%player%} to 30

        send "노동하러 이동합시다!"

        exit

        

every second in "mining":

    loop all players:

        if{miningtime.%loop-player%} is not set

        subtract 1 from {miningtime.%loop-player%}

        if{miningtime.%loop-player%}is>0:

            send "돌아가자~" to loop-player

            delete{miningtime.%loop-player%}

            wait 10 second

            execute console command "clear%loop-player%"

            execute console command "mw goto world%"

            

command /로동시간:

    trigger:

        send "로동시간이 %{miningtime.%player%}+1%초 남았습니다."


1.17버전에서 스크립트를 이용해 시간제한있는 월드티켓을 만들려고했습니다만...

이동까지는 잘 되는데 남은 시간이라던지 복귀는 안되네요 ㅠㅠ

심지어 시간은 - 5000 쭉쭉 내려가고


Can't understand this condition/effect: set{miningtime.%player%} to 30 (티켓.sk, line 5: set{miningtime.%player%} to 30')

Can't understand this condition/effect: if{miningtime.%loop-player%} is not set (티켓.sk, line 11: if{miningtime.%loop-player%} is not set')

Can't understand this section: if{miningtime.%loop-player%}is>0 (티켓.sk, line 13: if{miningtime.%loop-player%}is>0:')


서버에는 이런 오류까지 올라옵니다..

계속 검색하고 찾아보면서 혼자 고칠려고 끙끙거리기만 1시간이 넘어가고있습니다...

제발 살려주세요 ... 뭐가 문제일까요?

필요한 애드온이 없는걸 까요? 

Warning
댓글이 없습니다.

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