PR

新大陸pt獲得時にクエスト状況更新 #503

wada opened this at 2020-12-18T14:56:02; closed

Description

opened by wada at 2020-12-18T14:56:02; updated 2023-08-17T09:58:40

12/24,25の釣りクエに設定予定
issue #496

border_typeは連番で18を使用
管理画面から設定可能

#テストデータ
INSERT INTO `master_quest` (`quest_no`, `char_no`, `quest_name`, `quest_message`, `quest_hint`, `clear_message`, `pre_quest`, `pre_population`, `event_flg`, `start_time`, `end_time`, `del_flg`)
VALUES
	(1528, 1, '', '【テスト】GOLDプレゼントの限定クエストだよ!今日で最後だから頑張って!', '', 'やったね!次のクエストに挑戦しよう!', 0, 0, 2, 1608130800, 1608303599, 0);

INSERT INTO `master_quest_border` (`quest_no`, `border_no`, `border_title`, `border_type`, `border_key`, `border_count`)
VALUES
	(1528, 1, '「ケセランパサラン」を集めよう!', 18, 1, 100);

INSERT INTO `master_quest_reward` (`quest_no`, `reward_no`, `item_type`, `item_no`, `item_count`)
VALUES
	(1528, 1, 1, 0, 1000);

Comment

#8785 by wada at 2020-12-18T15:00:14; updated 2020-12-18T15:00:14

@iwamoto
レビューお願いします。

Comment

#8793 by iwamoto at 2020-12-19T13:12:03; updated 2020-12-19T13:12:03

@wada
確認しました、こちら問題ないかと思います。

wada merge at 2020-12-21T17:40:04: 新大陸pt獲得時にクエスト状況更新
wada close at 2020-12-21T17:40:04: Close

Commit range

basedbb5d35489e9b94da264eb778d906f889501ff2c
head0eb9facdc886c3c4e2b3e849836c5b4c86ed597a
base branchjolly/jr-web:develop
head branchjolly/jr-web:quest_496

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed2 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/models/Newisland_event_model.php
Patch body is stored as a separate file to keep this page lightweight.