mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user