Jordan Irwin
|
856364e128
|
Replace call to deprecated entities:createShopSign
|
2023-04-20 15:08:01 -07:00 |
|
Jordan Irwin
|
c007a863db
|
Add support for creating quest manuscript with Lua
|
2023-03-04 00:28:00 -08:00 |
|
Jordan Irwin
|
6a8a902364
|
Exit test server helper script immediately if 'stendhal.testserver' not set
|
2023-03-03 23:24:53 -08:00 |
|
Jordan Irwin
|
196fa397fd
|
Configure remaining NPC shops in XML loader
|
2023-01-24 21:56:03 -08:00 |
|
Jordan Irwin
|
fac1d43535
|
Convert Unicorn Horns for Zelan to QuestManuscript
|
2023-01-09 19:05:18 -08:00 |
|
Jordan Irwin
|
069e66fe05
|
Fix path to bee sprite
|
2022-03-30 03:59:27 -07:00 |
|
Jordan Irwin
|
ea4e1e2304
|
Revert "Copy items/documents/paper sprite to signs"
This reverts commit 377abca77e.
|
2022-03-04 12:57:59 -08:00 |
|
Jordan Irwin
|
377abca77e
|
Copy items/documents/paper sprite to signs
|
2022-03-03 00:37:34 -08:00 |
|
Jordan Irwin
|
28bb8338fb
|
Add note with information on using metal detector
|
2022-02-26 00:35:27 -08:00 |
|
Jordan Irwin
|
5f353e865e
|
Respond to player eyeing Sawyer's golden blade
|
2022-02-25 23:37:32 -08:00 |
|
Jordan Irwin
|
8949363334
|
Have Sawyer interact with metal detector on his shelf
|
2022-02-25 23:19:49 -08:00 |
|
Jordan Irwin
|
2f5146fff7
|
Don't need to use grower
|
2022-02-25 18:02:54 -08:00 |
|
Jordan Irwin
|
ff6711476f
|
Ari ignores players if Lost Wedding Ring quest isn't loaded
|
2022-01-28 01:01:50 -08:00 |
|
Jordan Irwin
|
9ee4699722
|
Update Ari & Emma script to use new Lua API
|
2022-01-28 01:01:13 -08:00 |
|
Jordan Irwin
|
3eadf0a429
|
Enable Ari & Emma without stendhal.testserver condition
|
2022-01-25 08:41:33 -08:00 |
|
Jordan Irwin
|
a9aac16fe3
|
Add tree carving behind engaged couple
|
2022-01-19 19:17:30 -08:00 |
|
Jordan Irwin
|
9ac4ff9ed4
|
Update EngagedCouple script to use "entities.create"
|
2022-01-19 19:16:52 -08:00 |
|
Jordan Irwin
|
5f361cb562
|
Create NPCs in Fado City that will be used for extended...
...extended keyring quest. Currently active on test server only.
|
2022-01-18 02:15:42 -08:00 |
|
Jordan Irwin
|
7d79f9f21c
|
Enable Emeric who buys pelts for lower value
|
2022-01-16 11:41:42 -08:00 |
|
Jordan Irwin
|
686d0dca9a
|
Place golden blade behind Sawyer to tease players
|
2022-01-06 15:21:24 -08:00 |
|
Jordan Irwin
|
214bdf313e
|
Broker that buys misc items at low values (test server only)
|
2022-01-04 13:35:00 -08:00 |
|
Jordan Irwin
|
b2bc7bdc85
|
More citizens for Deniran
|
2022-01-03 13:00:12 -08:00 |
|
Jordan Irwin
|
b27f5b71d6
|
Add some non-interactive citizens to Deniran City
|
2022-01-02 02:14:26 -08:00 |
|
Jordan Irwin
|
3b59c9c1dd
|
A fishy for Semos Temple
|
2021-12-31 00:55:16 -08:00 |
|
Jordan Irwin
|
c03e573047
|
Remove unused nil parameter value from merchants.shops.add
|
2021-12-10 00:40:20 -08:00 |
|
Jordan Irwin
|
b23123cb50
|
Fix nil local in logger message
|
2021-12-10 00:38:14 -08:00 |
|
kribbel
|
4b5bfa964f
|
make Jimbo sell lamp for 100 (#734)
|
2020-09-30 22:30:12 +02:00 |
|
Jordan Irwin
|
c598249b62
|
Fix dofile call in ExampleNPC.lua script
|
2020-04-19 13:05:28 -07:00 |
|
Jordan Irwin
|
93f1091201
|
Fix missing sprite for bee in Atlantis
|
2020-04-18 22:56:22 -07:00 |
|
Jordan Irwin
|
d4815a3460
|
Aida can alter quest states on test server
|
2020-04-18 21:49:41 -07:00 |
|
Jordan Irwin
|
a72d0e2e13
|
Aida can now "inspect" a player attribute or quest state
|
2020-04-18 21:18:01 -07:00 |
|
Jordan Irwin
|
42155fe537
|
Fix Jimbo not selling vinegar & olive oil
|
2020-04-18 15:11:31 -07:00 |
|
Jordan Irwin
|
12fc2753a2
|
Allow Aida to summon creatures on test server
|
2020-04-17 14:02:57 -07:00 |
|
Jordan Irwin
|
8ae3046755
|
Lua: add ability to call setPath methods in SpeakerNPC & SilentNPC...
...directly
|
2020-04-13 00:39:21 -07:00 |
|
Jordan Irwin
|
ecd696e94f
|
Lua: replace newCondition, newNotCondition, & newAction global...
...functions with member methods of "conditions" & "actions" objects
|
2020-04-12 22:36:18 -07:00 |
|
Jordan Irwin
|
0a2a0286dd
|
Lua: replace global function setZoneMusic with game:setMusic
|
2020-04-12 16:10:04 -07:00 |
|
Jordan Irwin
|
abaf8ca252
|
Aida will mark empty scrolls for players on test server as long as...
...target map is not an interior zone.
|
2020-04-12 14:05:35 -07:00 |
|
Jordan Irwin
|
9c965ebccb
|
Lua: create StringBuilder instances using string.builder instead of...
...global function newStringBuilder
|
2020-04-12 14:05:34 -07:00 |
|
Jordan Irwin
|
25e9dbe01e
|
TestServerHelper: allow any valid item to be gifted
|
2020-04-11 15:30:11 -07:00 |
|
Jordan Irwin
|
f7d6888755
|
Create an NPC for test server to teleport players & gift select items
|
2020-04-10 19:11:47 -07:00 |
|
Jordan Irwin
|
5ec8b9954e
|
Make some changes to Lua example NPC & quest
|
2020-04-10 19:11:15 -07:00 |
|
Jordan Irwin
|
0fb5cc32f4
|
Allow responses in SimpleQuest to be more customizable
|
2020-04-10 19:01:10 -07:00 |
|
Jordan Irwin
|
638331fb40
|
Lua: only expose useful methods of StendhalQuestSystem
|
2020-04-10 18:43:27 -07:00 |
|
Jordan Irwin
|
0140c40c54
|
Lua: Expose SimpleQuestCreator class as member of QuestHelper
|
2020-04-10 18:31:24 -07:00 |
|
Jordan Irwin
|
dc60a084b3
|
Lua: better structure for helper classes
|
2020-04-10 10:11:44 -07:00 |
|
Jordan Irwin
|
2ec814897e
|
Store number of produced enhanced imperial rings for player
|
2020-04-08 13:25:33 -07:00 |
|
Jordan Irwin
|
af7654572e
|
Clean up some of Raven's dialogue & change some responses
|
2020-04-08 13:24:37 -07:00 |
|
Jordan Irwin
|
723c07fdfb
|
Require 25 uncorn horns instead of 15 to make enhanced imperial ring
|
2020-04-08 09:06:24 -07:00 |
|
Jordan Irwin
|
237bb39702
|
Add "forge" to Raven't keywords to respond to
|
2020-04-06 04:13:00 -07:00 |
|
Jordan Irwin
|
d04507ae02
|
New NPC Raven: She will forge an enhanced imperial ring if you bring...
...her an imperial ring, a turtle shell ring, 15 unicorn horns, &
260,000 money.
|
2020-04-05 23:53:01 -07:00 |
|