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
421 이동 및 탈것 新(?)대쉬기능 스크립트.. 3 백호 2009.02.22 1626
420 저장 심플 세이브 로드(1개의 세이브 사용하기) 3 백호 2009.02.22 1972
419 이동 및 탈것 대쉬 밑에 꺼 MP가 깍기는거 1 백호 2009.02.22 1467
418 이동 및 탈것 하이 대쉬 시스템 ver.1.0 15 백호 2009.02.22 2365
417 메뉴 Options System by slipknot 3 file 백호 2009.02.22 2101
416 기타 [신기술 체험] 마우스 클릭 드래그 드롭 7 file 백호 2009.02.22 2246
415 기타 [신기술 체험] 페스트 채팅 17 file 백호 2009.02.22 2412
414 전투 매턴 자동 회복이나 도트힐 3 file 백호 2009.02.22 1352
413 맵/타일 World Map version 1.2 11 백호 2009.02.22 2962
412 이동 및 탈것 비공정 스크립트 5 file 백호 2009.02.22 1506
411 아이템 [신기술 체험] 인벤토리 8 file 백호 2009.02.22 2963
410 변수/스위치 메뉴변수표시 스크립트 1 file 백호 2009.02.22 1645
409 기타 자동미로 12 file 백호 2009.02.22 2031
408 기타 필드에서 경험치%를 표시합니다. 4 file 백호 2009.02.22 1448
407 변수/스위치 무기변수 스크립트 1 file 백호 2009.02.22 1614
406 기타 참 시스템 완성! 1 file 백호 2009.02.22 1523
405 기타 카운트 3초 1 file 백호 2009.02.22 1296
404 기타 Damage Reductions by SephirothSpawn (SDK호환) 1 백호 2009.02.22 779
403 메시지 말 거는 텍스트 작게 만들끼~!! 4 file 백호 2009.02.22 3214
402 메시지 ◆메세지 윈도우 개조 -KGC_MessageAlter◆ 3 백호 2009.02.22 3422
Board Pagination Prev 1 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 ... 52 Next
/ 52