개인 자료란 (JE)

  서버 커뮤니티

Profile 스크립트내놔라 대표칭호 없음
Profile

질문하기 스크립트

팀 코드하고 게임모드 관련 질문

2024.01.18 조회 수 67 추천 수 0
이해도 초보자 
게임버전 (BE) 관련없음 
스크립트 버전 sk 2.73 

1. 밑 코드를 치면  리스폰 했을때 술래만 죽으면 서바이벌로 스폰되고 도망자는 관전으로 설정되게 했습니다 하지만 여기서 테스트 해보니까

(/술래 [<player>])  (/도망 [<player>]  [<player>]  [<player>]) 이런식으로 설정하게 했는데  술래도 관전 도망자도 관전이 됩니다.

on death:

    if "%{도망::*}%" contain "%victim%":

        if "%{술래}%" contain "%attacker%":

            set the death message to "술래 &4%attacker% &f님이 능력자 &b%victim% &f을 잡았습니다!"

            set {관전} to true

            

on respawn:

    if {관전} is true:

        if {술래} is false:

            set the player's gamemode to spectator

2. 혹시 팀 명령어를 스크립트에서 쓸려면 플러그인이 있어야하나요? 참고로 1.20.4 입니다.

만약 없어도 된다면 

on rightclick:

    if name of player's tool is "&b몬스터 연금술":

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

        spawn 5 zombie at the player:

            set name of the zombie to "마녀"

        spawn 5 skeleton at the player:

            set name of the skeleton to "마녀"

이 코드에서 특정 이름을 가진 몬스터가 술래(특정 플레이어)만 공격하게 할 수 있는지도 알려주세요...





2개의 댓글

IRONBLOCK
2024.01.18

관전이 전역변수인데요?

이거 좀 어딘가 문제있는 스크립트에요 이걸 아무 프로그래밍언어로 바꾸면 이해가 확 될거에요!

그리고 배열변수가 아닌 술래에다가 contains가 되나요??

슈퍼레몬
2024.01.19

윗 구문에서 {술래} 는 플레이어의 이름을 지칭하는데 밑 구문에서는 {술래} 가 false를 지칭하고 있습니다.


2. team 명령어 보다

On attack:
    if attacker's name is not "":
        if victim is {술래}:
            cancel event
뉴스 및 창작물
/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 4

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2

/files/thumbnails/219/899/003/262x150.crop.jpg?20241009200950

건축

송전탑+도시 2

dbasd12

2024-10-09

2

/files/thumbnails/246/898/003/262x150.crop.jpg?20241008102328

레드스톤

단다단 - 오토노케(オトノケ) | 마인크래프트 노트블럭 커버

노트블럭전문가

2024-10-08

1

/files/thumbnails/348/896/003/262x150.crop.jpg?20241006103035

디도스/봇테러등등을 낚는 방법 4

물귀신

2024-10-06

3