Commit Graph

63 Commits

Author SHA1 Message Date
Zukero
91ac4cc449 Replaced all JSON files by ones re-exported by ATCS, to prepare for
cleaner diffs.
2016-12-21 17:18:34 +01:00
Zukero
03642d9dec Bug fix in Surprise preventing quest from being completed. 2016-08-05 17:58:39 +02:00
Zukero
d126d1ebfd ATTENTION: changes to map format.
Object Group can be set property "active" to "false" to disable all
objects within at new game (except Spawn Areas, those are treated
individually).
(de)activateMapChangeArea script rewards become
(de)activateMapObjectGroup
Persistence of active object groups in saves is implemented.
Debug map showcases the new feature, with beer !
2016-07-19 17:00:19 +02:00
Zukero
268d8f3023 First merge of Halvor's "Surprise !" quest. 2015-12-08 15:08:56 +01:00
Zukero
910aa384e0 Changed IDs used by some debug resources to avoid overlapping with game
content IDs.
2015-10-30 12:51:48 +01:00
ianh0
3ee48667ab Fixed up several maps
Fixed up Lodar shortcut maps and items
Fixed up Blackwater Mountain fix
Changed worldmap.xml
2015-08-26 20:03:27 +02:00
Zukero
b98ff6f601 Included new quest: pathway_fallhaven (Duleian road shortcut) 2015-08-13 16:33:51 +02:00
Zukero
1457d54733 Fixed bugs, and rephrased many things, in the Lodar Shortcut quest ( now
called The way out is through")
2015-08-12 15:16:27 +02:00
Zukero
22f8a4827a Typos, broken links, and one NPE fixed. 2015-08-11 17:36:25 +02:00
Zukero
903564a037 Fixed blocking & crashing bugs in shortcut_lodar.
Boosted debug values to cope with swarm of Hirathils.
2015-08-10 17:25:04 +02:00
Zukero
84f152683e Some dialogue fixes 2015-08-10 16:54:54 +02:00
Zukero
9dd1183161 Debugged Lodar Shortcut. 2015-08-10 15:15:45 +02:00
Zukero
297858f3f0 (Hopefully) fixed OutOfMemoryErrors for low heap-size devices.
Fixed bug in quest "A night visit"
Fixed typo in map blackwater_mountain5a ("quantity " instead of
"quantity")
2015-06-19 16:30:28 +02:00
Zukero
defbd007b2 Merged movement animation with "missed" attack animation.
New string in strings.xml, for the "MISS" animated message.
Adapted in-combat movement to have animations there too.
No "sleep" anymore in monster actions. Now relying only on animation
callbacks.
2015-04-14 14:04:05 +02:00
Zukero
c5cddf96ba Animated movements !
Enhancements in debug map graphics, and more monster to better test
animations.
Player slides from tile to tile in MIN_INPUT_DEPLAY / 2 ms.
Mobs slide at a speed proportional to their Move cost / Max AP ratio.
Animation refresh rate is 25ms.
2015-04-10 11:40:17 +02:00
Ian Haase
917cd5eb77 Small edit of remgard_villagers1 dialogue 2014-10-29 10:29:22 +01:00
Zukero
ebdcc6c603 Added res/raw/actorconditions_debug.json, now loaded instead of the
usual ones when AndorsTrailApplication.DEVELOPMENT_DEBUGRESOURCES ==
true.
2014-05-29 00:57:17 +02:00
Oskar Wiksten
1fabb499a9 Spelling corrections Elwyl: both our sakes -> both our sake 2013-11-10 13:50:37 +01:00
Oskar Wiksten
161f516a98 Clarify monster locations in quest & conversation for Lodar def pot (thanks dromoz!) 2013-11-10 11:14:14 +01:00
Oskar Wiksten
086fb199cf Remove Fallhaven prisoner when reaching quest farrik:70 2013-11-03 09:35:21 +01:00
Zukero
e33ac42c1c Fixed deprecated use of "consumedMore" instead of "spentGold" in
conversationlist_debug.json
2013-10-22 15:18:44 +02:00
Oskar Wiksten
0a8859b304 Add explicit quest stages to existing key areas 2013-10-03 08:27:11 +02:00
Zukero
140dd16408 Key Area now use Requirement, instead of QuestProgress
* Requirement class moved from model.conversation to model.script
* Added requirement questLatestProgress : quest stage must be reached, but no stage with superior ID must be reached.
* New key requirements conditions type (item/gold/bonemeals) consumption (more or less than value, never strict checking, either <= or >=).
2013-10-02 18:21:14 +02:00
Oskar Wiksten
06feff98c1 Update Elwyl/Elwel conversation to switch active NPC 2013-08-20 20:42:12 +02:00
Oskar Wiksten
fb1782bb7e Conversation spelling corrections (thanks LoveToFlyGuy!) 2013-08-19 20:06:13 +02:00
Oskar Wiksten
a83271c3a9 Bugfix: Show correct ingreds for Lodar def pot in the quest log (Thanks jamnjim358) 2013-08-05 10:54:27 +02:00
Oskar Wiksten
3523d0105c Update quest to state animal 'hair' instead of 'fur' (Thanks Sarumar) 2013-07-23 13:10:14 +02:00
Oskar Wiksten
8d719b4083 Update v070 maps/conversations after the Hirazinn has been killed 2013-07-23 13:04:51 +02:00
Oskar Wiksten
a87629c925 Allow Charwood quest to progress without choosing skills 2013-07-18 16:53:36 +02:00
Oskar Wiksten
919132a564 Minor stats change to v070 mobs 2013-07-16 10:39:32 +02:00
Oskar Wiksten
5e1f91bad4 Changing all const ints to enums, making the json resource files much easier to read
* Though, the json files will get a bit larger.
2013-07-16 02:35:59 +02:00
Oskar Wiksten
3b70013a98 Provide options of mixing potions in x5 and x10 quantities at Lodar and the Fallhaven potion maker 2013-07-15 20:25:27 +02:00
Oskar Wiksten
2002b1a668 Update conversations to make use of the multiple requirements per reply
* Some previous conversations used several scripted phrases to remove more than one item type. Now that we can remove multiple item types with one phrase, we can just combine all those.
2013-07-15 19:59:47 +02:00
Oskar Wiksten
d05baa266e Update conversations with requirements into using the array-based requirements 2013-07-15 18:36:40 +02:00
Oskar Wiksten
7b1980a8e3 Minor change to dialogue of Umar in Fallhaven thieves guild. 2013-07-15 10:53:49 +02:00
Oskar Wiksten
f5dc0c877b Add quest "Taste is everything" for making antidotes 2013-07-15 10:44:52 +02:00
Oskar Wiksten
66efb43925 Spelling corrections (Thanks Pyrizzle) 2013-07-14 18:41:29 +02:00
Oskar Wiksten
3061b9a333 Remove crit. hit immunity from undead. Add crit. hit immunity to constructs. 2013-07-07 18:12:20 +02:00
Oskar Wiksten
b0e37131dc Add description to RoLS 2013-07-07 16:23:06 +02:00
Oskar Wiksten
649eac87c7 Add CS to 2handed weapons with CM 2013-07-07 16:22:46 +02:00
Oskar Wiksten
8db91f0970 Minor content fixes to v070 content
* Thanks to only1doug, Antison, sorrow, Mety, SkrikRunkarN, Sarumar, Mayweed
2013-07-06 12:59:47 +02:00
Oskar Wiksten
45b7a0e9a8 Minor cosmetic changes to v070 maps and content.
* Thanks Mayweed!
2013-07-02 00:58:16 +02:00
Oskar Wiksten
f0b7d78df1 Slight bump to Hira'zinn stats. 2013-07-01 23:18:21 +02:00
Oskar Wiksten
341f27351a Remove quest "lodar13_rest" from questlog if player attacks both parties 2013-06-30 14:39:54 +02:00
Oskar Wiksten
aa6a0baec6 Nerfing the Xul'viir. 2013-06-30 01:00:01 +02:00
Oskar Wiksten
9f412d02d4 Spelling corrections for v0.7.0. 2013-06-29 23:45:23 +02:00
Oskar Wiksten
0bcf9730e2 Bugfix: Allow returning to conversation with Maevalia after giving Thukuzun quest item. 2013-06-29 17:24:23 +02:00
Oskar Wiksten
b95011b5d4 Minor fixes to v070 content. 2013-06-27 20:45:17 +02:00
Oskar Wiksten
3776b33deb Minor fixes to v0.7.0 content after gameplay feedback. 2013-06-27 20:45:17 +02:00
Oskar Wiksten
0d3efd84ed Minor fixes to v070 content. 2013-06-27 20:45:17 +02:00