개인 자료란 (JE)

  서버 커뮤니티

Profile Tempe 대표칭호 없음
Profile

질문하기 플러그인

1.12.2 매직아이템 더블쉬프트

2022.10.27 조회 수 378 추천 수 0
이해도 입문자 
게임버전 (JE) 1.12.2 
게임버전 (BE) 관련없음 

마크에이지나 해신등을 보며 한번쯤 저런걸 만들어보고 싶어서 있는 스펠들을 조금 변형하고 검색하며 필요한 자료를 찾아보며 스킬을 만든뒤 이제 아이템에 스킬을 넣을려고 매직아이템을 만들고 좌클 우클 쉬좌 쉬우 쉬쉬에 스킬을 넣고 있었는데 쉬쉬 부분에서 문제가 생겼습니다.

쉬쉬가 써지긴 하는데 무기를 안들어도 써지는데 이 부분을 무기를 들었을 경우에만 써지게 할수있을까요?


predefined-items:

    bow:

        type: 272

        name: "Archer's Bow"

        unbreakable: true

        lore:

            - "It is a bow made for archers."

        attributes:

            attr1: "generic.attackDamage 10 add mainhand"

        hide-tooltip: false


Archer_LC:

    spell-class: ".instant.DummySpell"

    cast-item: bow

    modifiers:

        - sneaking castinstead Archer_SLC


Archer_LC_P:

    spell-class: ".PassiveSpell"

    triggers:

        - spellcast Archer_LC

    spells:

        - Archer_A1


Archer_SLC:

    spell-class: ".instant.DummySpell"


Archer_SLC_P:

    spell-class: ".PassiveSpell"

    triggers:

        - spellcast Archer_SLC

    modifiers:

        - sneaking required

    spells:

        - Multi_Shot


Archer_RC:

    spell-class: ".instant.DummySpell"

    right-click-cast-item: bow

    modifiers:

        - sneaking castinstead Archer_SRC


Archer_RC_P:

    spell-class: ".PassiveSpell"

    triggers:

        - spellcast Archer_RC

    spells:

        - Back_Step


Archer_SRC:

    spell-class: ".instant.DummySpell"


Archer_SRC_P:

    spell-class: ".PassiveSpell"

    triggers:

        - spellcast Archer_SRC

    modifiers:

        - sneaking required

    spells:

        - Homing_Arrow


Archer_SS_P1:

    spell-class: ".PassiveSpell"

    triggers:

       - stopsneak

    modifiers:

       - holding 272|Archer's Bow required

    spells:

       - Archer_SSD


Archer_SSD:

    spell-class: ".buff.DummySpell"

    duration: 0.5


Archer_SS_P2:

    spell-class: ".PassiveSpell"

    triggers:

       - sneak

    modifiers:

       - holding 272|Archer's Bow required

       - buffactive Archer_SSD required

    spells:

       - Archer_SS_Skill


Archer_SS_Skill:

    spell-class: ".ExternalCommandSpell"

    command-to-execute: 

        - "c Random_Fire"


일단은 아이템 쪽만 가져왔습니다.

1개의 댓글

후순
2022.10.29

modifiers:

- holding 272|Archer's__Bow required

이걸로 해보세염