- UB Improvements / Cleanup (by Jazz)

o Deleted old / unused files and added / updated new files
o Fixed problems with the icons of objects laid on the ground (wrong ja2set.dat)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1741 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2013-08-28 17:09:45 +00:00
parent 52b3ebcf75
commit f8e30a5360
80 changed files with 79144 additions and 28123 deletions
+3 -1
View File
@@ -6,7 +6,7 @@ Remember! Not to use function EndQuest(QuestID, x, y) and StartQuest(QuestID, x,
nQuests =
{
-- Quests ID -- BinaryData\QUESTS25.EDT Record
-- Quests ID -- BinaryData\QUESTS.EDT Record
QUEST_DELIVER_LETTER = 0, -- Start quest 0, End quest 1
QUEST_FOOD_ROUTE = 1, -- Start quest 2, End quest 3
QUEST_KILL_TERRORISTS = 2, -- Start quest 4, End quest 5
@@ -141,6 +141,8 @@ function InternalEndQuest( ubQuest, sSectorX, sSectorY, fUpdateHistory )
GiveQuestRewardPoint( sSectorX, sSectorY, 9, NO_PROFILE )
end
elseif ( ubQuest == nQuests.QUEST_KILL_DEIDRANNA ) then
GiveQuestRewardPoint( sSectorX, sSectorY, 25, NO_PROFILE )
elseif ( ubQuest == nQuests.QUEST_ESCORT_SHANK ) then
GiveQuestRewardPoint( sSectorX, sSectorY, 5, NO_PROFILE )
else