mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2025-01-20 00:12:50 +01:00
search car in store
This commit is contained in:
parent
ceb6218f04
commit
c5be8dd997
@ -117,33 +117,7 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ
|
|||||||
|
|
||||||
switch (body.rgResult!.selectionMethod)
|
switch (body.rgResult!.selectionMethod)
|
||||||
{
|
{
|
||||||
// Ghost Battle Select by Level
|
// Ghost Battle Search by Region (1)
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_BY_LEVEL:
|
|
||||||
{
|
|
||||||
console.log('Normal Ghost Mode Found - Select by Level');
|
|
||||||
|
|
||||||
ghost_historys = await ghost_history.saveGhostHistory(body);
|
|
||||||
|
|
||||||
// Update the updateNewTrail value
|
|
||||||
updateNewTrail = ghost_historys.updateNewTrail;
|
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Ghost Battle Search by Name
|
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_NAME:
|
|
||||||
{
|
|
||||||
console.log('Normal Ghost Mode Found - Search by Name');
|
|
||||||
|
|
||||||
ghost_historys = await ghost_history.saveGhostHistory(body);
|
|
||||||
|
|
||||||
// Update the updateNewTrail value
|
|
||||||
updateNewTrail = ghost_historys.updateNewTrail;
|
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Ghost Battle Search by Region
|
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_REGION:
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_REGION:
|
||||||
{
|
{
|
||||||
console.log('Normal Ghost Mode Found - Search by Region');
|
console.log('Normal Ghost Mode Found - Search by Region');
|
||||||
@ -156,10 +130,10 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ghost Battle Select from History
|
// Ghost Battle Select by Level (2)
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_FROM_HISTORY:
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_BY_LEVEL:
|
||||||
{
|
{
|
||||||
console.log('Normal Ghost Mode Found - Select from History');
|
console.log('Normal Ghost Mode Found - Select by Level');
|
||||||
|
|
||||||
ghost_historys = await ghost_history.saveGhostHistory(body);
|
ghost_historys = await ghost_history.saveGhostHistory(body);
|
||||||
|
|
||||||
@ -169,52 +143,7 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ghost Battle Search by Shop
|
// Crown Ghost Battle Mode (3)
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_SHOP:
|
|
||||||
{
|
|
||||||
console.log('Normal Ghost Mode Found - Search by Shop');
|
|
||||||
|
|
||||||
ghost_historys = await ghost_history.saveGhostHistory(body);
|
|
||||||
|
|
||||||
// Update the updateNewTrail value
|
|
||||||
updateNewTrail = ghost_historys.updateNewTrail;
|
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Ghost Battle Select Stamp Match
|
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_STAMP_MATCH:
|
|
||||||
{
|
|
||||||
console.log('Normal Ghost Mode Found - Select Stamp Match');
|
|
||||||
|
|
||||||
ghost_historys = await ghost_history.saveGhostHistory(body);
|
|
||||||
|
|
||||||
// Return Stamp (Shuttle Match)
|
|
||||||
await ghost_stamp.shuttleReturnStamp(body);
|
|
||||||
|
|
||||||
// Update the updateNewTrail value
|
|
||||||
updateNewTrail = ghost_historys.updateNewTrail;
|
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Ghost Battle Challenger
|
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_ACCEPT_CHALLENGER:
|
|
||||||
{
|
|
||||||
console.log('Normal Ghost Mode Found - Challenger');
|
|
||||||
|
|
||||||
ghost_historys = await ghost_history.saveGhostHistory(body);
|
|
||||||
|
|
||||||
// Return Stamp (Shuttle Match)
|
|
||||||
await ghost_stamp.shuttleReturnStamp(body);
|
|
||||||
|
|
||||||
// Update the updateNewTrail value
|
|
||||||
updateNewTrail = ghost_historys.updateNewTrail;
|
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Crown Ghost Battle Mode
|
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_CROWN_MATCH:
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_CROWN_MATCH:
|
||||||
{
|
{
|
||||||
console.log('Crown Ghost Mode Found');
|
console.log('Crown Ghost Mode Found');
|
||||||
@ -370,7 +299,78 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// OCM Ghost Battle Mode
|
// Ghost Battle Select Stamp Match (4)
|
||||||
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_STAMP_MATCH:
|
||||||
|
{
|
||||||
|
console.log('Normal Ghost Mode Found - Select Stamp Match');
|
||||||
|
|
||||||
|
ghost_historys = await ghost_history.saveGhostHistory(body);
|
||||||
|
|
||||||
|
// Return Stamp (Shuttle Match)
|
||||||
|
await ghost_stamp.shuttleReturnStamp(body);
|
||||||
|
|
||||||
|
// Update the updateNewTrail value
|
||||||
|
updateNewTrail = ghost_historys.updateNewTrail;
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ghost Battle Select from History (5)
|
||||||
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_FROM_HISTORY:
|
||||||
|
{
|
||||||
|
console.log('Normal Ghost Mode Found - Select from History');
|
||||||
|
|
||||||
|
ghost_historys = await ghost_history.saveGhostHistory(body);
|
||||||
|
|
||||||
|
// Update the updateNewTrail value
|
||||||
|
updateNewTrail = ghost_historys.updateNewTrail;
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ghost Battle Search by Shop (6)
|
||||||
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_SHOP:
|
||||||
|
{
|
||||||
|
console.log('Normal Ghost Mode Found - Search by Shop');
|
||||||
|
|
||||||
|
ghost_historys = await ghost_history.saveGhostHistory(body);
|
||||||
|
|
||||||
|
// Update the updateNewTrail value
|
||||||
|
updateNewTrail = ghost_historys.updateNewTrail;
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ghost Battle Search by Name (7)
|
||||||
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_NAME:
|
||||||
|
{
|
||||||
|
console.log('Normal Ghost Mode Found - Search by Name');
|
||||||
|
|
||||||
|
ghost_historys = await ghost_history.saveGhostHistory(body);
|
||||||
|
|
||||||
|
// Update the updateNewTrail value
|
||||||
|
updateNewTrail = ghost_historys.updateNewTrail;
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ghost Battle Challenger (8)
|
||||||
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_ACCEPT_CHALLENGER:
|
||||||
|
{
|
||||||
|
console.log('Normal Ghost Mode Found - Challenger');
|
||||||
|
|
||||||
|
ghost_historys = await ghost_history.saveGhostHistory(body);
|
||||||
|
|
||||||
|
// Return Stamp (Shuttle Match)
|
||||||
|
await ghost_stamp.shuttleReturnStamp(body);
|
||||||
|
|
||||||
|
// Update the updateNewTrail value
|
||||||
|
updateNewTrail = ghost_historys.updateNewTrail;
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// OCM Ghost Battle Mode (11)
|
||||||
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_COMPETITION:
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_COMPETITION:
|
||||||
{
|
{
|
||||||
console.log('OCM Ghost Mode Found');
|
console.log('OCM Ghost Mode Found');
|
||||||
@ -432,16 +432,31 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ghost Battle Select from Bookmars (12)
|
||||||
|
case wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_FROM_BOOKMARKS:
|
||||||
|
{
|
||||||
|
console.log('Normal Ghost Mode Found - Select from Bookmars');
|
||||||
|
|
||||||
|
ghost_historys = await ghost_history.saveGhostHistory(body);
|
||||||
|
|
||||||
|
// Update the updateNewTrail value
|
||||||
|
updateNewTrail = ghost_historys.updateNewTrail;
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Retiring Ghost Battle
|
// Retiring Ghost Battle
|
||||||
else if(body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_BY_LEVEL ||
|
else if(body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_REGION ||
|
||||||
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_NAME ||
|
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_BY_LEVEL ||
|
||||||
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_REGION ||
|
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_CROWN_MATCH ||
|
||||||
|
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_STAMP_MATCH ||
|
||||||
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_FROM_HISTORY ||
|
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_FROM_HISTORY ||
|
||||||
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_SHOP ||
|
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_SHOP ||
|
||||||
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_STAMP_MATCH ||
|
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SEARCH_BY_NAME ||
|
||||||
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_ACCEPT_CHALLENGER)
|
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_ACCEPT_CHALLENGER ||
|
||||||
|
body.rgResult!.selectionMethod === wmproto.wm.protobuf.GhostSelectionMethod.GHOST_SELECT_FROM_BOOKMARKS)
|
||||||
{
|
{
|
||||||
console.log('Normal Ghost Mode Found but Retiring');
|
console.log('Normal Ghost Mode Found but Retiring');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user