질문과 답변

Extra Form
종류 플러그인 사용

 

 

 

 스킬 사용시 마나나 TP를 필요로 합니다. 경우에 따라서 체력을 소모하는 것 까지는 보았지만 골드를 소모하게 하는 플러그인을 보지 못해

이러한 플러기

 

 

 

 

 

■ 질문전 필독!
  • 질문할 내용이 이 게시판이나 강좌에 이미 있는지 확인합니다.
  • 하나의 게시물에는 하나의 질문만 합니다.
  • 제목은 질문의 핵심 내용으로 작성합니다.
  • 질문 내용은 답변자가 쉽게 이해할 수 있도록 최대한 상세하게 작성합니다.
  • 스크립트의 전문이 필요할 경우 txt 파일 등으로 첨부해 주시기 바랍니다.
  • 답변받은 게시물은 삭제하지 않습니다.
  • 답변이 완료된 경우 해당 답변해주신 분들께 감사의 댓글을 달아줍니다.
    • 처음 오신 분들은 공지 게시물을 반드시 읽어주세요!

※ 미준수시 사전경고 없이 게시물을 삭제합니다.

Who's Timeout

profile

만드는것 마다 엉망이네요...

Comment '4'
  • ?
    무명시절 2020.03.15 23:38
    http://www.yanfly.moe/wiki/Skill_Core_(YEP)
  • profile
    Timeout 2020.03.23 20:45
    돈은 안되던군요...
  • ?
    무명시절 2020.03.23 23:26
    네? 수박 겉핥기로 알아보신건 아니신지?

    설명문을 내리면 이런 게 있습니다(루나틱 모드)
    Custom Requirements and Execution
    For those with a bit of JavaScript experience, you can use the following
    notetags to restrict a skill and what kind of code to process when executing
    the said skill.

    Skill Notetags:

    <Custom Requirement>
    if ($gameParty.gold() > 1000) {
    value = true;
    } else {
    value = false;
    }
    </Custom Requirement>
    If value is set to true, the skill will be useable provided that all other
    requirements have been met. If the value is set to false, the skill won't
    be useable.

    <Custom Execution>
    $gameParty.loseGold(1000);
    </Custom Execution>
    This runs the code between the notetags upon using the skill.

    여기서 해당 스킬에
    <Custom Requirement>
    if ($gameParty.gold() > 1000) {
    value = true;
    } else {
    value = false;
    }
    </Custom Requirement>

    <Custom Execution>
    $gameParty.loseGold(1000);
    </Custom Execution>
    를 입력하시고 입맛대로 바꾸시면 됩니다

    아니면 이 글
    https://forums.rpgmakerweb.com/index.php?threads/making-skills-cost-gold-to-use.62732/
    에 있는 링크를 타고 다운하세요(주의:포럼 아이디 필요)
  • profile
    Timeout 2020.03.27 22:50
    루나틱모드가 있었나요..?
    제가 다룰수 있을지........
    감사합니다.

List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12393
Board Pagination Prev 1 ... 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 Next
/ 83