PR

【11/22】レイド26回・2期 #3786

kouho opened this at 2024-11-21T16:14:08; closed

Description

opened by kouho at 2024-11-21T16:14:08; updated 2024-11-26T15:23:36

概要

https://docs.google.com/spreadsheets/d/1_tJjfRxXhNLfS0gBEsHLMJn_kc3rTOHsF4PFJOyCpYc/edit?gid=455862815#gid=455862815

レア報酬は冒険の陸地のコンパスあり

レイド告tplとコントローラー修正

  • Sランク到達報酬のポイント
  • チーム対抗レイド報酬画像
  • 告知内画像の開催回ごとに変化する可能性がある画像を念の為キャッシュ対応

DB更新内容

jolly/jrye-db#915

リリース

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_raid_log.inc (event_no = 前回のもの へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.inc

DBの初期化

#更新
UPDATE `user_mission` SET `raid_point`=0,`raid_point2`=0,`total_raid_point`=0,`m_event_limit`=0;
UPDATE `team_data` SET `raid_stamina`=0,`raid_monster`=0,`raid_monster_vs`=0,`raid_lv`=0,`raid_count`=0,`total_raid_count`=0,`event_raid_count`=0,`war_bonus_time`=0,`event_prize`=0,`raid_vs_end_time`=0;

#確認用
SELECT `user_no`,`raid_point`,`raid_point2`,`total_raid_point`,`m_event_limit` FROM `user_mission` ORDER BY `m_event_limit` DESC
SELECT `raid_stamina`,`raid_monster`,`raid_monster_vs`,`raid_lv`,`raid_count`,`total_raid_count`,`event_raid_count`,`war_bonus_time`,`event_prize`,`raid_vs_end_time` FROM `team_data` WHERE del_flg=0 ORDER BY `raid_stamina` DESC

TODO

実装

  • [x] 画像反映
  • [x] 告知作成(和田さんが対応済み)
  • [x] 支援デッキ(作成次第反映)

リリース

  • [ ] dbデプロイ
  • [ ] webデプロイ
  • [ ] リリース作業
  • [ ] 告知設定
  • [x] 戦闘デモ設定(今回更新なし)
kouho change_title at 2024-11-21T16:37:57: [WIIP]レイド26回・2期 【11/22】レイド26回・2期

Comment

#37538 by kouho at 2024-11-21T16:52:17; updated 2024-11-21T16:52:17

@wada
レビューお願いいたします

kouho add_label at 2024-11-21T16:52:27: レビュー待ち

Comment

#37540 by wada at 2024-11-21T17:37:27; updated 2024-11-21T17:37:27

@kouho
結果告知のIDはconfigで予告+3と自動設定されていますが、報酬告知がなくなるためIDが1つずれます。

wada add_label at 2024-11-21T17:40:13: コメントあり

Comment

#37542 by kouho at 2024-11-21T17:43:39; updated 2024-11-21T17:43:39

@wada
確認ありがとうございます。以下修正いたしました。
> 結果告知のIDはconfigで予告+3と自動設定されていますが、報酬告知がなくなるためIDが1つずれます。

Comment

#37545 by wada at 2024-11-21T18:25:44; updated 2024-11-21T18:25:44

@kouho
確認OKです。

wada delete_label at 2024-11-21T18:25:49: コメントあり
wada add_label at 2024-11-21T18:25:50: 和田 LGTM
kouho merge at 2024-11-26T15:23:36: 【11/22】レイド26回・2期
kouho close at 2024-11-26T15:23:36: Close

Commit range

basef59bfc27cb59a2c261382845aecbf52c4fde1948
head4e1dfc5a54307f3fd5c77c731c2ebcc3d3ce3c20
base branchjolly/jr-web:master
head branchjolly/jr-web:event_raid_1127

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed15 filesView patch
statusfile
modifiedlib/class/controller/JrControllerRaidEvent.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/info_event/info_event_1191_1.jpg
addedpublic_html/img/info_event/info_event_1191_2.jpg
addedpublic_html/img/info_event/info_event_1192_1.jpg
addedpublic_html/img/info_event/info_event_1192_2.jpg
addedpublic_html/img/info_jrye/3901/info1.jpg
addedpublic_html/img/info_jrye/3901/info2-3.jpg
addedpublic_html/img/info_jrye/3901/info_new_1.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/26/header_2.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/26/header_3.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/26/new_reward.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/26/ranking_reward.jpg
addedpublic_html/img/ranking/event_raid/info_raid73.jpg
modifiedpublic_html/template/RaidEvent-InfoRewards.tpl
Patch body is stored as a separate file to keep this page lightweight.