quests to fix

This commit is contained in:
Nim-XD 2024-12-25 21:35:48 +05:30
parent 54f60c067e
commit 948bc35c9e
30 changed files with 291400 additions and 907 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -56,5 +56,5 @@
"temp/": true, "temp/": true,
"Temp/": true "Temp/": true
}, },
"dotnet.defaultSolution": "Archive.sln" "dotnet.defaultSolution": "2DMMOMirror.sln"
} }

BIN
Assets/.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a418667858ec140f28f5e0aad2d15724
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -10,7 +10,7 @@ MonoBehaviour:
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 0 m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bb4f7aac1a911412f89952ac827aabad, type: 3} m_Script: {fileID: 11500000, guid: bb4f7aac1a911412f89952ac827aabad, type: 3}
m_Name: QuestOne m_Name: ChestInsideCave_quest01
m_EditorClassIdentifier: m_EditorClassIdentifier:
questName: NPCOne questName: NPCOne
questLines: questLines:

View File

@ -10,13 +10,13 @@ MonoBehaviour:
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 0 m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bb4f7aac1a911412f89952ac827aabad, type: 3} m_Script: {fileID: 11500000, guid: bb4f7aac1a911412f89952ac827aabad, type: 3}
m_Name: Quest_2 m_Name: CookQuest
m_EditorClassIdentifier: m_EditorClassIdentifier:
questName: Quest_2 questName: CookQuest
questLines: questLines:
- Please Help me Traveller ! - 'Hello There, I need your help '
- There is a monster living near my house - I'm in need to find a cactus that only grows in desered areas
- Kill it and i will reward you 500coins - head west to the desert , and bring me the cactus
- be safe - i will reward you 500 coins
questTitle: Go near Farmers house and kill the monster questTitle: Head West to desert and find the Cactus and bring it back to Cook
rewardAmount: 500 rewardAmount: 500

View File

@ -15,8 +15,8 @@ MonoBehaviour:
questName: Quest_3 questName: Quest_3
questLines: questLines:
- Quest 3 - Quest 3
- There is a monster living near my house - Quest 3Quest 3
- Kill it and i will reward you 500coins - Quest 3Quest 3Quest 3
- be safe - Quest 3Quest 3Quest 3Quest 3
questTitle: Go near Farmers house and kill the monster questTitle: Quest 3Quest 3Quest 3Quest 3Quest 3Quest 3
rewardAmount: 500 rewardAmount: 500

View File

@ -15,8 +15,8 @@ MonoBehaviour:
questName: Quest_4 questName: Quest_4
questLines: questLines:
- Quest 4 - Quest 4
- There is a monster living near my house - Quest 4Quest 4
- Kill it and i will reward you 500coins - Quest 4Quest 4Quest 4
- be safe - Quest 4Quest 4Quest 4Quest 4
questTitle: Go near Farmers house and kill the monster questTitle: Quest 4
rewardAmount: 500 rewardAmount: 500

View File

@ -10,11 +10,12 @@ MonoBehaviour:
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 0 m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bb4f7aac1a911412f89952ac827aabad, type: 3} m_Script: {fileID: 11500000, guid: bb4f7aac1a911412f89952ac827aabad, type: 3}
m_Name: questNPC m_Name: sayGoodDay
m_EditorClassIdentifier: m_EditorClassIdentifier:
questName: npcQuest questName: sayGoodDay
questLines: questLines:
- Hello Traveller :) - Hello Traveller :)
- Good Day - Good Day
- 'come back later for an adventure ! '
questTitle: Greetings questTitle: Greetings
rewardAmount: 1000 rewardAmount: 0

File diff suppressed because it is too large Load Diff

18817
Assets/prefabs/npc02.prefab Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: b0d293f0348cb47d78405c67c7a41645
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

18805
Assets/prefabs/npc03.prefab Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 21b73ee114c10419ab99419bcab37f4f
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

18805
Assets/prefabs/npc04.prefab Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 74dc7c026fb7c4f70ae43cbb750dde4c
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

18805
Assets/prefabs/npc05.prefab Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f41a1eb0d29b44c21a99b626e6748f8d
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

18817
Assets/prefabs/npc06.prefab Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: bcfca9bb9385d419791f038cbae8d654
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

18817
Assets/prefabs/npccook.prefab Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 00f8664c90b4246a0aa352d9e81ffeff
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -8,11 +8,11 @@
"hash": "f8c8347af3a144069dffd6120f1c4142f8120891" "hash": "f8c8347af3a144069dffd6120f1c4142f8120891"
}, },
"com.unity.2d.animation": { "com.unity.2d.animation": {
"version": "9.0.3", "version": "9.1.3",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.2d.common": "8.0.1", "com.unity.2d.common": "8.0.4",
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.collections": "1.1.0", "com.unity.collections": "1.1.0",
"com.unity.modules.animation": "1.0.0", "com.unity.modules.animation": "1.0.0",
@ -21,7 +21,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.2d.aseprite": { "com.unity.2d.aseprite": {
"version": "1.0.1", "version": "1.1.6",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@ -33,7 +33,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.2d.common": { "com.unity.2d.common": {
"version": "8.0.1", "version": "8.0.4",
"depth": 2, "depth": 2,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@ -53,13 +53,13 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.2d.psdimporter": { "com.unity.2d.psdimporter": {
"version": "8.0.2", "version": "8.0.5",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.2d.common": "8.0.1", "com.unity.2d.common": "8.0.2",
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.2d.animation": "9.0.1" "com.unity.2d.animation": "9.1.1"
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
@ -70,11 +70,11 @@
"dependencies": {} "dependencies": {}
}, },
"com.unity.2d.spriteshape": { "com.unity.2d.spriteshape": {
"version": "9.0.2", "version": "9.0.5",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.2d.common": "8.0.1", "com.unity.2d.common": "8.0.4",
"com.unity.mathematics": "1.1.0", "com.unity.mathematics": "1.1.0",
"com.unity.modules.physics2d": "1.0.0" "com.unity.modules.physics2d": "1.0.0"
}, },
@ -90,7 +90,7 @@
} }
}, },
"com.unity.2d.tilemap.extras": { "com.unity.2d.tilemap.extras": {
"version": "3.1.1", "version": "3.1.3",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@ -102,11 +102,12 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.burst": { "com.unity.burst": {
"version": "1.8.8", "version": "1.8.18",
"depth": 3, "depth": 3,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.mathematics": "1.2.1" "com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
@ -139,14 +140,14 @@
"depth": 0, "depth": 0,
"source": "builtin", "source": "builtin",
"dependencies": { "dependencies": {
"com.unity.2d.animation": "9.0.3", "com.unity.2d.animation": "9.1.3",
"com.unity.2d.pixel-perfect": "5.0.3", "com.unity.2d.pixel-perfect": "5.0.3",
"com.unity.2d.psdimporter": "8.0.2", "com.unity.2d.psdimporter": "8.0.5",
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.2d.spriteshape": "9.0.2", "com.unity.2d.spriteshape": "9.0.5",
"com.unity.2d.tilemap": "1.0.0", "com.unity.2d.tilemap": "1.0.0",
"com.unity.2d.tilemap.extras": "3.1.1", "com.unity.2d.tilemap.extras": "3.1.3",
"com.unity.2d.aseprite": "1.0.1" "com.unity.2d.aseprite": "1.1.6"
} }
}, },
"com.unity.ide.rider": { "com.unity.ide.rider": {

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.10f1 m_EditorVersion: 2022.3.53f1
m_EditorVersionWithRevision: 2022.3.10f1 (ff3792e53c62) m_EditorVersionWithRevision: 2022.3.53f1 (df4e529d20d3)