Commit graph

26 commits

Author SHA1 Message Date
claywar
aa87e30e4d
[chore] Replace double-quote strings with single-quotes 2023-08-28 21:02:36 -04:00
claywar
5a517f5c95
[chore] Remove underscores from local var declarations 2022-12-03 09:20:16 -05:00
Critical
02044dbb03 Merge pull request #419 from Scarifi3dXI/staging
Patrol fix, updates to Kuftal NM pathing

(cherry picked from commit f3deecf227)

Co-authored-by: Scarifi3dXI <112238268+Scarifi3dXI@users.noreply.github.com>
2022-10-24 09:26:42 -07:00
Xaver-DaRed
61007f8a72 Add a minimum value to math.random calls.
Also, styling
2022-10-21 13:42:10 +02:00
jmcmorris
41567fc011 Implement new NW Apollyon 2022-10-12 09:41:15 -07:00
claywar
39fa346673
[lua] Format tables from CI - 5
Additional tables, fix lua.sh error
2022-09-17 15:48:34 -04:00
jmcmorris
ad42254dbb Moved over all npc/mob patrol logic over to the new version 2022-09-16 20:10:15 -07:00
jmcmorris
550fe983ac Old habits... 2022-09-16 09:34:29 -07:00
jmcmorris
f9f6b9e010 Examples of new patrol logic 2022-09-16 09:11:59 -07:00
jmcmorris
8c0ff5f7df Introduce pathpoint_t along with foundation logic for patroling in c++ 2022-09-16 08:32:51 -07: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
claywar
5f9b9a0d8a Simplify pathfind.lua patrol function, and remember next intended waypoint 2021-03-06 07:07:24 -05:00
wrenffxi
88452780fb [sol refactor] scripts/globals standardize headings 2021-01-18 13:22:37 -05: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
Topaz
3eb1c1570f Remove DSP branding (copyright notices retained) 2019-12-02 12:40:02 -08:00
wrenffxi
7109259ae6 added npc path walking logic to dsp table 2018-06-08 09:40:39 -04:00
wrenffxi
1a276c040e trim trailing whitespace 2018-05-19 13:05:52 -04:00
Igdra
10da7d94ff Took the liberty of running a find and replace on all tabs in .lua files 2015-12-21 09:41:21 +01:00
demolish
712c753aa8 SCRIPTS: W H I T E S P A C E
also removed all 'author:' cause i hate it (we have version history and know who to blame)
2015-08-04 00:06:23 +01:00
teschnei
727168ba13 PROJECT: updated solutions to use v120 platform toolset (requires Visual Studio 2013 from now on)
-recompiled all v100 libraries in v120
-added lua source to dependencies to facilitate rebuilding and adding functionality
-added BitOp module to lua
CORE: modified many calls to LUA_GLOBALSINDEX to use lua_setglobal/lua_getglobal instead
SCRIPTS: replaced table.getn with # in pathfind.lua, and table.getn loop with pairs in gear_sets
TODO: mariadb 64-bit library update
2014-01-04 21:49:03 +00:00
ben.dangelo2
098dea4cab CORE: Guivre will now roam around his correct path. Mobs with mage subjobs will now have mp. 2013-07-06 21:09:33 +00:00
ben.dangelo2
e9d5212799 SCRIPTS: added more moving npcs, some had to be disabled in norg. Added missing npc messages in West Ron 2013-06-22 07:36:50 +00:00
ben.dangelo2
7ad2ad75ca CORE: refactored pathfinding, refactor lua pathfinding methods to support larger paths. Added path for palcomondau 2013-06-22 03:22:05 +00:00
ben.dangelo2
2f69975417 SCRIPTS: Raminel will now deliver packages and is fully implemented. :D 2013-06-18 04:24:59 +00:00
ben.dangelo2
a89049efa0 CORE: refactored scripting moving npcs. Goblin digger in west ronfaure has a scripted path. 2013-06-17 04:04:56 +00:00