Commit Graph

7421 Commits (master)

Author SHA1 Message Date
Kevin Zheng 7d87308017 Add missing elevation
Imported from SilverNexus' weather patch.
2021-12-16 15:47:15 -05:00
Kevin Zheng 38be5b808d Add floors under walls to improve appearance 2021-11-28 10:09:35 -08:00
Nicolas Weeger 3aa3451ed7 Make a path with both tutorial maps, and give some details on the form they have
See https://sourceforge.net/p/crossfire/patches/419/
2021-11-27 09:47:23 +01:00
rock808 62073e9fe1 Adds "tutorial1" teleporter to Nexus map just as "newbiehouse" is set up.
See patch https://sourceforge.net/p/crossfire/patches/419/
2021-11-27 09:47:11 +01:00
Saiapatsu f03f5a57de Minor nitpick fixes to Dragon Hangars
Make Stoneville dragon's magic mouth say Stoneville instead of Out of Order
Add magic mouth to Nurnberg dragon, earlier it had a message right on the floor
Fix capitalization in Stoneville hangar: "To Darcap" instead of "to Darcap"
Swap Stoneville and (out of order) Lake Country dragons in Lake Country hangar
Make "Closed" and "sleeping" dragons "Out of Order" for consistency
2021-11-27 09:42:46 +01:00
Nicolas Weeger 46ad5a16c4 Remove suspicious 'changing' attribute 2021-11-14 17:06:04 +01:00
Nicolas Weeger 110166a1cb Remove obsolete 'include' from quests, update the root file to contain the syntax 2021-11-07 19:38:11 +01:00
SilverNexus dd464e599b Add map for testing terrain-aware pathing.
The terrain-aware pathing isn't ready at this point, but this gives a map that should demonstrate it working when it is.
2021-11-06 15:34:37 -04:00
DraugTheWhopper f02d8cbda9 Replace all instances of shop_general with shop_random.
I'm basically deprecating shop_general, at least until it's both useful and distinct from shop_random.
2021-11-03 00:56:57 -04:00
DraugTheWhopper 288b6287d5 Adjust more dialogue affected by the recent grammatical changes.
Some reversions, some additional adjustments. Overall, I've tried to make things more natural, at least for American English.
2021-11-01 18:22:23 -04:00
DraugTheWhopper 530bf316a5 Add some lights to Wolfsburg 2021-10-31 23:15:54 -04:00
DraugTheWhopper a87308d829 Make Scorn General Shop be more "general", and less food. 2021-10-31 22:54:27 -04:00
Nicolas Weeger 78448c41a3 Limit the booze a player can buy for each money drop to one bottle
This is nicer for new players.

See https://sourceforge.net/p/crossfire/bugs/901/
2021-10-23 12:55:17 +02:00
Rick Tanner 76fb9b7b73 Update world map structure to match linked map name, House of Doors is now Doors Galore in Scorn (world/world_105_115) 2021-10-20 16:15:35 -05:00
Kevin Zheng 927916a286 Remove extra release event
Remove extraneous release event when player steps on a
QuestTriggerConnect and does not satisfy the quest predicate.

While here, correct the polarity of the state flag to match the comments
in the server's trigger_connected() function.
2021-10-17 16:30:05 -07:00
Rick Tanner 467f437e84 Grammar and spelling corrections to NPC dialog 2021-10-17 01:57:36 -05:00
Rick Tanner 6023b8ff1c Adjust merging of spikewall with exterior wall in Scorn Jail (scorn/misc/jail), cosmetic change only - no functional changes 2021-10-17 01:33:22 -05:00
Rick Tanner dbe0ec7f9c Grammar and spelling corrections to NPC dialog 2021-10-17 01:29:52 -05:00
Rick Tanner 6788da9ab6 Grammar and spelling corrections to NPC dialog 2021-10-10 00:20:18 -05:00
tannerrj 88700149be Grammar and spelling corrections to NPC dialog 2021-10-04 00:43:43 -05:00
SilverNexus a5a2649089 Fix a space/tab error in ring of occidental mages python script. 2021-10-03 12:04:16 -04:00
Nicolas Weeger 05b472bb84 Add Python stubs for the Crossfire module
Documentation is really lacking, but should hopefully improve with time.
2021-10-02 17:45:24 +02:00
tannerrj 08b2bc1d48 Update and tweak the intro sign in Lake Country (world/world_109_126) for local dungeons, shops, and other information 2021-09-30 02:15:30 -05:00
tannerrj 93e1ba151b Add a more details to the location of a glowing crystal for the Crown of Might quest in Oldie Moldie's Jewelry shop (lake_country/shops/Olds_jewel) in Lake Country 2021-09-30 02:04:58 -05:00
tannerrj 9a09974f1b Update Scorn (world/world_105_115) to include signs for Castle of Scorn and a hint about the royalty quests 2021-09-30 01:55:58 -05:00
Nicolas Weeger 38a3cf1be7 Fix message 2021-09-22 18:16:19 +02:00
Nicolas Weeger c72c9d38ba Rename 'Scorn Royalty Quest' to 'scorn/ScornHero', add developer comment 2021-09-21 20:42:12 +02:00
Nicolas Weeger 3608a7fc84 Rename 'Lursendis' to 'wolfsburg/Lursendis' to match system quest name,
add developer comment
2021-09-21 20:42:06 +02:00
Nicolas Weeger 3ab1f9190f Add missing @end tag 2021-09-13 21:25:45 +02:00
rock808 1464cc2bd5 A better lesson for newbies using middle-click with items on the floor, and hidden "under" other items. 2021-09-01 20:35:39 -07:00
rock808 3277cb1c92 Change save beds to normal beds
Set beds to "normal" beds rather than save beds here in Goth's Tavern as
some of them are above other map items and when a player would press "a"
to active the item, they would instead get logged out because of the
bed. If a player wants a Save Point in Scorn, using Wanderer's Inn is
probably adequate, and a single location for save/restore points in
Scorn is much easier to direct new players to.
2021-09-01 16:22:45 -07:00
Andreas Kirschbaum b50d5a356e Revert parts of 449fc26e37 which didn't belong into that commit 2021-08-31 22:43:01 +02:00
Nicolas Weeger 6582a9e85c Remove smoothlevel since there is no associated smooth face 2021-08-29 20:24:38 +02:00
Kevin Zheng cdfd9bb1ff Un-trigger QuestTriggerConnect if player steps off 2021-08-28 13:41:16 -07:00
Kevin Zheng f53892772e Respond to standard greeting 2021-08-27 11:12:11 -07:00
Kevin Zheng 792afa0cba Fix with Python 3 2021-08-27 11:12:11 -07:00
Nicolas Weeger 822e922d97 Mark test quests and unfinished quest as 'system' to not show them to players 2021-08-23 23:09:22 +02:00
Nicolas Weeger c7d85ee0f0 Add missing 'end_quest' 2021-08-23 10:23:59 +02:00
Nicolas Weeger c75a143d75 Fix and clean script 2021-08-22 12:54:03 +02:00
Nicolas Weeger 89f8b29027 Give more information on the cave's location 2021-08-22 11:09:59 +02:00
Nicolas Weeger 60acef5c08 Fix apply message not appearing 2021-08-22 10:56:39 +02:00
Nicolas Weeger c1434b7a9b Prevent going outside the tavern, block after doors 2021-08-22 10:56:27 +02:00
Nicolas Weeger 4c39b6e71a Add default message, force asking for 'pirate' or 'job' to be able to get treasure information 2021-08-22 10:56:00 +02:00
Nicolas Weeger 92c1ad5320 Fix layout according to current Navar layout 2021-08-22 10:19:35 +02:00
Nicolas Weeger fbf5fbb902 Add messageboard graphics and arch and use them
Patch #416 by Saiapatsu
https://sourceforge.net/p/crossfire/patches/416/
2021-08-21 19:22:11 +02:00
rock808 01bfd36c24 Fixed up some of the Alfalfa/OrcDress quest
Added several more hints and clues for new players.
Moved some old left over code from old style quests to better wording for current quest conditions.
Fixed Fran so that she will give the Alfalfa key again if maps reset before player can get to grand prize.
Alfalfa also take key back after quest is complete.
Also have Alfalfa and Fran direct player to Nobility Quests next.
And locked the key to the character so no accidental drop.
2021-08-21 13:10:35 +02:00
Kevin Zheng 4a786f49c1 De-duplicate suspicious people 2021-08-20 11:52:27 -07:00
Nicolas Weeger 23a21e8f39 Replace invalid arch 'book' by 'book_red' 2021-08-20 13:03:47 +02:00
Nicolas Weeger bb8137c92b Fix map ending having squares with nothing on them
Replace false floor by trees (burnable or not, to preserve the message), remove glue
2021-08-16 18:09:49 +02:00
Nicolas Weeger 3fd293feee Make message clearer 2021-08-15 12:47:07 +02:00