XP 스크립트

http://www.dubealex.com/asylum/index.php?showtopic=10436
Final Fantasy Tactice Advance의 퀘스트 시스템과 유사합니다. 퀘스트 관련은 Missions.rxdata에 지정됩니다. 스크립트와 사용법은 데모를 참조하세요.




Instructions:
- Setting Up Rewards/Penalties

the format for these parameters is a hash setup like this
{type => parameter, type => parameter, ...}
where type is
'gold' for gold and parameter is the amount of gold to gain/lose
'items' are the items gained/lost parameter is an array of item_ids
'weapons' are the weapons gained/lost parameter is an array of item_ids
'armors' are the armors gained/lost parameter is an array of item_ids
alternatively if type is the name of a mission skill then parameter is the amount of exp to gain/lose in that skill

so from all of this If this was sent
{'gold' => 350, 'items' => [1,2,3], 'weapons' => 3, 'combat' => 100}
The player will lose or gain 350 gold, item ids 1, 2, and 3, weapon id 3, and 100 exp in the skill of combat


- Setting up Mission Skills (Adding/Deleting)

Located in the Script-x Data Structure located near the bottom is class Mission_Skill, just change/add/delete the attr_reader and the instance variables declared in the initialize method to get what you want


- Customizing

Located in the Script-x Constants/Windows is the list of Constants that affect how the script-x is ran what they do is self explanatory, but if not that's why those lines have been commented


- Calling the script-x

If you want the Mission shop just type using a call script-x event command
$scene = Scene_Mission.new(area)
where area is the mission area (affects which missions are shown if you defined it)

If you don't want the Mission shop just type
$game_party.missions.push(id)
where id is the id of the mission

Mission completion/failure
$game_missions[id].completed = true
$game_missions[id].failed = true

where id is the id of the mission

Giving Out Rewards
$game_missions[id].give_reward
$game_missions[id].give_failure

where id is the id of the mission be sure to place a wait count
before calling these lines
Comment '3'

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 6203
641 저장 세이브파일 망가뜨리기 by RPG Advocate 3 백호 2009.02.22 2657
640 기타 Advanced Weather System (AWS) 3 file 백호 2009.02.22 1272
639 기타 ↓ 날씨 자동설정 스크립트 3 백호 2009.02.22 1530
638 파티 Reserve Party Tools by RPG Advocate 백호 2009.02.22 920
637 온라인 온라인스크립트 99Q(NM=No Map)버전 5 백호 2009.02.22 3121
636 온라인 온라인스크립트 실행방법 13 file 백호 2009.02.22 4275
635 상점 여관 시스템 5 file 백호 2009.02.22 2210
634 상점 밑에 글 영어로 뜨는거 수정(여관시스템) 7 file 백호 2009.02.22 1684
633 기타 에어리어 설정 by RPG Advocate 백호 2009.02.22 710
632 기타 강제 종료시키기 1 file 백호 2009.02.22 1015
631 온라인 멀티넷 스크립트 수정본 (약간 한글화) 7 백호 2009.02.22 2315
630 메뉴 Materia System 2 file 백호 2009.02.22 1223
629 이동 및 탈것 Maplinks - 맵연결을 쉽게 하기 1 백호 2009.02.22 1542
628 맵/타일 Random Map Generator by Wachunga@rmxp.net file 백호 2009.02.22 1096
627 온라인 [멀티넷스크립 PvP 이벤트버전] / [넷플레이0.7.2]버전 3 file 백호 2009.02.22 2605
626 파티 파티원 포션 나눠먹기 스크립트 1 file 백호 2009.02.22 1047
625 메뉴 콤보 스크립트 백호 2009.02.22 1399
624 전투 ATB시스템 입니다. [스샷 첨부] 17 백호 2009.02.22 4182
623 전투 Advanced Limit Breaks (KGC스크립트를 SDK호환용으로 손질한 것) 백호 2009.02.22 1214
622 기타 AMS___Advanced_Message_Script 1 file 백호 2009.02.22 889
Board Pagination Prev 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 ... 52 Next
/ 52