Commit graph

51 commits

Author SHA1 Message Date
Xaver-DaRed
92c4d350dc Remove unneeded requires 2025-09-19 13:43:05 +02:00
sruon
43c99c3c78 Divine Interference
Co-Authored-By: ampitere <166072302+ampitere@users.noreply.github.com>
Co-Authored-By: siknoz <78240569+siknoz@users.noreply.github.com>
2025-04-21 12:07:39 -06:00
KnowOne
fc8bc7a418 salvage misc 2025-02-04 20:48:21 -06:00
hooksta4
edfd41f8fb
Chore: Cleanup Mixed British/American Spelling to American English (#6470) 2024-12-01 20:55:23 +00:00
MowFord
92bc212e8f Don't set commander into instance twice 2024-04-30 18:24:46 -05:00
MowFord
c77a2451c5 Soften logic for creating instances to allow slower load time 2024-04-19 07:17:21 -05:00
MowFord
7aaf37aeea Only bring party members into instance from same zone 2024-04-16 14:20:55 -05:00
claywar
aa87e30e4d
[chore] Replace double-quote strings with single-quotes 2023-08-28 21:02:36 -04:00
claywar
1468caf24a
[chore] Remove all requires for scripts/globals/zone 2023-08-07 13:57:37 -04:00
Xaver-DaRed
e9ef8f5874 Minor instance.lua file cleanup 2023-08-02 02:11:11 +02:00
Xaver-DaRed
67773ae64c Fix client crash for non registrant party members entering nyzul 2023-08-02 02:02:53 +02:00
claywar
7c23ee5067
[chore] Add missing event Update and Finish parameter for npc 2023-07-23 11:24:51 -04:00
claywar
d0ea013126
[chore] Add newline after end at same indent level (2) 2022-11-22 14:42:58 -05:00
claywar
e857df9b0f
[chore] Use multiple lines for long conditions (1) 2022-11-13 10:54:35 -05:00
claywar
5476f53b04
[chore] Remove explicit boolean comparisons from conditions (3) 2022-11-05 11:00:47 -04:00
claywar
ae33fdb3d6
[lua] Format tables from CI - 2 2022-09-17 12:13:40 -04:00
claywar
a3997625e0
[nyzul] Implement remaining changes from initial PR
Global ref


EOF newline
2022-09-08 18:21:38 -04:00
Zach Toogood
50b1634542 [update] New and renamed zones
[update] Fixup zone names

[update] Add throne room v
2022-08-10 20:53:38 +03:00
Zach Toogood
cbfb62daa2 SOA: Start on instance: Behind the Sluices 2021-11-20 18:10:43 +02:00
David Norris
f011e06ed1 complete seagull grounded 2021-10-24 20:13:06 -05:00
David Norris
45bac68e3d add seagull grounded 2021-10-21 20:31:59 -05:00
David Norris
8b1224c97a add assault excavation duty 2021-10-18 10:40:05 -05:00
David Norris
80e355654e work on imperial agent rescue 2021-10-15 11:15:00 -05:00
David Norris
a745dde31e add assault 1 2021-10-11 20:12:06 -05:00
Zach Toogood
0b6a9519be [instance] Work on Light into the Darkness 2021-09-03 09:38:08 +03:00
Zach Toogood
ca3b4ef5c7 [instance] Add some info for Hall of An 2021-07-08 17:08:35 +03:00
Zach Toogood
cab7560df0 [instance] Start handling entrance cs's for party members 2021-07-08 16:57:43 +03:00
Zach Toogood
d33e327393 [instance] More cleanup for party members 2021-07-08 16:10:19 +03:00
Zach Toogood
d0cf090ec2 [instance] Test party entry 2021-07-08 15:33:49 +03:00
Zach Toogood
d1d20613ef [instance] Block off assaults until they're ready 2021-07-08 08:57:44 +03:00
Zach Toogood
390820bf98 [instance] Work on entry requirements and nyzul entry 2021-07-07 21:15:31 +03:00
Zach Toogood
89ae100102 [instance] Make instance loading more robust 2021-07-07 09:36:19 +03:00
Zach Toogood
60a5dbae00 [instance] Start blocking out instance global 2021-07-07 09:36:19 +03:00
Zach Toogood
07c0823eda [lua] Fix a bunch of Lua lint problems from VSCode 2021-06-30 09:05:38 +03:00
TeoTwawki
c858fa3c75 soooo maybe there's like....a max number of mass change at once limit I wasn't aware of.. OOPS 2021-04-02 17:02:22 -04:00
TeoTwawki
09d90643fa Remove "branding" from all lua. 2021-04-01 15:10:15 -04:00
Sylvain Santucci
6424d192c1 Remove Space between function and parantheses 2021-02-10 19:10:10 +01:00
Sylvain Santucci
b2f52790d3 Remove unused required and format files.
Move instance_helpers into tpz.instance
2021-02-10 12:20:49 +01:00
Sylvain Santucci
3958f26d8c Remove parentheses for conditionnal 2021-02-09 17:09:03 +01:00
Sylvain Santucci
dba8716c7f Refacto/format code for instances + move event setPos in onEventFinish on
instance_object and remove in zone_object
2021-02-09 14:31:53 +01:00
Zach Toogood
9000cf3ccb LuaRefactor: vector -> sol::table, pairs conversion, shared_ptr -> optional 2021-01-03 09:09:59 +02:00
claywar
d089bdb1d5 LuaRefactor: Additional pairs() references 2021-01-01 11:27:22 -05:00
ibm2431
29d3623a2f Insert spaces between commas inside scripts 2020-07-27 20:18:00 -07:00
Mark Klara
c52431e2c4
Remove trailing whitespace from script/ files. (#426)
Commands used (on Mac):
```
  export LC_CTYPE=C
  export LANG=C
  find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | xargs -0 sed -i '' -E "s/[[:space:]]*$//"
```
2020-03-20 01:41:42 +00:00
MrHappyAsthma
a55f7a7001 Bulk remove semicolons from most of the Lua in scripts/globals.
Command applied:
find . -type f -name "*.lua" | xargs -d '\n' sed -i 's/;//g'

Semicolons are not appropriate in Lua per the style guidelines:
https://github.com/project-topaz/topaz/blob/master/CONTRIBUTING.md

NOTE: I skipped /globals/weaponskills for now, since many files have
a valid use of semicolons (for multiple statements on the same line).
I'll audit those separately.

This change is just a style change, no functionality has been changed.
2020-02-22 19:37:33 -08:00
Alex Goolsby
18ed30087f Revert "SCRIPTS: Port Instance DisengageAll to Lua"
This reverts commit f88eb2bd63.
2016-10-29 23:51:28 -04:00
starlightknight
f88eb2bd63 SCRIPTS: Port Instance DisengageAll to Lua
Port logic to Lua so it can get out of core.
2016-10-25 23:24:32 -04:00
starlightknight
667e9ac93d Revert "CORE: Add trigger for starting Ally Assist"
This reverts commit 51391c7d4442fd4d860878ea97bf852ad7dbeaf5.

Replaced with Lua Port
2016-10-25 23:24:32 -04:00
starlightknight
5ef8f7549e CORE: Add trigger for starting Ally Assist
Allies will assist players in battle. Add a generic hook for
starting this behavior that is accesible in lua, so that is can
be scripted to happen at the appropiate point in the instance
script.

Two modes are provided:

ALLY_ASSIST_PLAYER: Attempt to find a player with a battle target,
and assist that player. This is the default mode.

ALLY_ASSIST_RANDOM: Pick a random mob to fight. Some allies do
this in retail.
2016-10-25 13:20:18 -04:00
Tyler Schneider
c4eb75fe29 Arrapago Remnants floor 1 2016-03-15 18:01:09 -06:00