This commit is contained in:
liwei1dao 2024-03-12 09:40:07 +08:00
commit 899ca99171
4 changed files with 427 additions and 493 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1205,7 +1205,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51150,
"heroid": 51050,
"star": 3,
"equip": [],
"newskill": [],
@ -1230,7 +1230,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51352,
"heroid": 51052,
"star": 3,
"equip": [],
"newskill": [],
@ -1580,7 +1580,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51350,
"heroid": 51050,
"star": 3,
"equip": [],
"newskill": [],
@ -1605,7 +1605,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51552,
"heroid": 51052,
"star": 3,
"equip": [],
"newskill": [],
@ -1955,7 +1955,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51150,
"heroid": 51050,
"star": 3,
"equip": [],
"newskill": [],
@ -3033,7 +3033,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51150,
"heroid": 51050,
"star": 3,
"equip": [],
"newskill": [],
@ -3058,7 +3058,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51350,
"heroid": 51050,
"star": 3,
"equip": [],
"newskill": [],
@ -3108,7 +3108,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51552,
"heroid": 51052,
"star": 3,
"equip": [],
"newskill": [],
@ -3433,7 +3433,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51150,
"heroid": 51050,
"star": 3,
"equip": [],
"newskill": [],
@ -3483,7 +3483,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51152,
"heroid": 51052,
"star": 3,
"equip": [],
"newskill": [],
@ -3808,7 +3808,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51150,
"heroid": 51050,
"star": 3,
"equip": [],
"newskill": [],
@ -3833,7 +3833,7 @@
"captainId": 0,
"IsBoss": false,
"bossHpCnt": 0,
"heroid": 51352,
"heroid": 51052,
"star": 3,
"equip": [],
"newskill": [],

View File

@ -1560,7 +1560,7 @@
"lock": 1,
"lockend": 999,
"ontxe": 20124,
"id_after": 20128,
"id_after": 20140,
"group": 10,
"exgroup": 210,
"des": 2,
@ -1613,81 +1613,12 @@
],
"module": []
},
{
"key": 20128,
"opencond": [],
"lock": 1,
"lockend": 999,
"ontxe": 20126,
"id_after": 20140,
"group": 10,
"exgroup": 210,
"des": 2,
"icon": "25001",
"task_name": {
"key": "worldtask_world_task_task_name_29",
"text": "阴影中的威胁"
},
"task_details": {
"key": "worldtask_world_task_task_details_29",
"text": "美丽的极光却是危险的信号!中轴城有难,我们必须尽快赶回去!"
},
"npctxt": {
"key": "worldtask_world_task_npctxt_29",
"text": "中轴城危机"
},
"get_item": [],
"trigger": 0,
"show_mode": 0,
"npc": 101141,
"completetask": [
120701214
],
"deliver_npc": 0,
"taskend_removeitem": [],
"auto_accept": 2,
"tasktips": false,
"deliver_task": 0,
"deliver_task_npc": 24004,
"lock_add": false,
"finish": [],
"finishparameter": "",
"fnishipoint": [],
"reword": [
{
"a": "attr",
"t": "exp",
"n": 100
},
{
"a": "item",
"t": "10000001",
"n": 1
},
{
"a": "item",
"t": "13001001",
"n": 5
},
{
"a": "item",
"t": "13002001",
"n": 5
},
{
"a": "item",
"t": "13003001",
"n": 5
}
],
"module": []
},
{
"key": 20140,
"opencond": [],
"lock": 1,
"lockend": 999,
"ontxe": 20128,
"ontxe": 20126,
"id_after": 20150,
"group": 10,
"exgroup": 210,

View File

@ -31,4 +31,7 @@ const (
GameBattlePlayType_Expboos = 19
GameBattlePlayType_IsLand = 20
GameBattlePlayType_Integral = 21
GameBattlePlayType_Plunder = 22
GameBattlePlayType_Plunderpvp = 23
GameBattlePlayType_Realarena = 24
)