Lucy
b1132d9ef3
Remove statuseffects in the same tick if the expiry time is the same
2023-02-21 06:33:27 +01:00
Lucy
7b8cf18851
Statuseffect and hudparam fixes
2023-02-21 01:32:35 +01:00
Mordred
065c1817bd
Missed a few state flags functions during renaming.
2023-02-20 16:41:04 +01:00
Mordred
6bf3ac0be8
Refactoring ongoing.
2023-02-20 15:25:57 +01:00
Mordred
188d80d2ec
Alot more cleanups in various areas.
2023-02-20 11:24:02 +01:00
Mordred
4f7f3edfce
Put world server mainloop on a 300 ms tick
2023-02-20 11:15:01 +01:00
Mordred
00cb4ade45
Login packet flow further adjusted to be closer to retail
2023-02-18 23:05:15 +01:00
Mordred
d34d93a7dd
Fixed an issue with scripts no longer having a function to warp to a different territory type.
2023-02-18 17:59:24 +01:00
Mordred
3a71d90e71
Fixing some array sizes and defining them in common
2023-02-18 15:26:50 +01:00
Mordred
f91494fa7b
sendToInRangeSet removed
2023-02-17 22:46:02 +01:00
Alice Ogeda
06a4a46bf2
fix case sensitive fs import;
2023-02-17 14:42:17 -03:00
Mordred
9b46b89c65
Changing various packet sending functions to clean up the project.
2023-02-17 15:34:51 +01:00
Mordred
fbbd599969
Merge pull request #899 from Skyliegirl33/master
...
[3.x] Support other currencies than gil
2023-02-17 08:01:54 +01:00
Rushi
a17c891c2c
[3.x] Basic map icon support (MapMgr backport) ( #896 )
...
* Fix several structs
* Preliminary map icon support (only quests work)
Backport of #721 to 3.x
* MapMgr cleanup
* Add missing null check for ENpcBase
* Use CLASSJOB_SLOTS in PlayerSetup instead
* Use util function for getting bit fields
2023-02-16 22:16:01 +01:00
Mordred
87295a0ff6
Fixed a few fields in playerstatus and changed script events to display script name instad of quest text.
2023-02-16 12:45:01 +01:00
Mordred
85501effed
Implemented a basic actionintegrity implementation, subject to be changed.
...
Fixed replay packet sending.
2023-02-16 08:25:03 +01:00
Lucy
9f048502f7
Support other currencies than gil
2023-02-14 21:29:24 +01:00
Mordred
9f100bc671
Fixed a couple minor struct issues and overall changed login packetflow to be more retail-like.
...
Added a few unknown actorcontrol packets for testing.
2023-02-14 13:50:08 +01:00
Mordred
fdd7e0ee9b
Merge pull request #892 from Skyliegirl33/master
...
[3.x] wip: fixing gearset handler
2023-02-14 07:12:07 +01:00
Alice Ogeda
0838ca3eb0
revert slot incr;
2023-02-13 16:29:06 -03:00
Alice Ogeda
d5022516f5
fix actionresult, hudparam, resting packet; comment action filter for sprint false selftarget; warp vfx on exit range; fix status duration;
2023-02-13 16:27:36 -03:00
Lucy
7524e39304
Cleaner way to add gearsets
2023-02-12 23:11:26 +01:00
Lucy
ae94aac979
wip: fixing gearset handler
2023-02-12 21:12:04 +01:00
Lucy
93539497b9
Initialize missing fields for Item
2023-02-12 14:10:51 +01:00
Toofy
3ddffb5c0d
Implementing ClsThm100 and adding events to some GMCommandHandlers
2023-02-12 12:28:48 +00:00
Mordred
9d6eb7f676
Merge pull request #883 from T00fy/master
...
Reimplemented EventItem. Fixed bug with onDeath not triggering when b…
2023-02-11 23:34:06 +01:00
Lucy
7ec86b45b2
Log all params for packetcommands
2023-02-11 17:33:05 +01:00
Lucy
5f04ef60ef
Set FirstClass properly
2023-02-11 17:31:48 +01:00
Lucy
595795d3b0
Implement glamouring
2023-02-11 17:31:48 +01:00
Lucy
64254c61e2
Fix tp not being set in HudParam
2023-02-11 17:31:48 +01:00
Alice Ogeda
62136f66a7
warpmgr vfx; get threadcount for nav export;
2023-02-10 23:13:00 -03:00
Mordred
a55e912d9f
Merge attempt #2
2023-02-10 21:38:08 +01:00
Mordred
4a8092b71e
Revert "Merge and minor cleanup"
...
This reverts commit 4c35944433
.
2023-02-10 21:28:34 +01:00
Mordred
4c35944433
Merge and minor cleanup
2023-02-10 21:22:54 +01:00
Mordred
19d84b5eb3
Merge branch 'master' of https://github.com/SapphireMordred/Sapphire
2023-02-10 21:16:31 +01:00
Alice Ogeda
83a08ea149
Merge branch 'master' of https://github.com/SapphireServer/Sapphire into teletubbies-vacuum-cleaner
2023-02-10 17:14:24 -03:00
Alice Ogeda
2ae6600a03
fix bonus stats being unset on login;
2023-02-10 17:14:09 -03:00
Alice Ogeda
4b4ea95aae
remove debuggy;
2023-02-10 16:55:25 -03:00
Alice Ogeda
735e2f73bd
hudparam fixes; int type fixes;
2023-02-10 16:53:00 -03:00
Alice Ogeda
38c176c4b6
raise anim on death return warp;
2023-02-10 15:21:48 -03:00
Alice Ogeda
b049c0aa1c
fix unsetflag on warp;
2023-02-10 14:17:33 -03:00
Lucy
f56a0a38e8
Implement ItemManipulationAction
...
Used for actions with a delay time but no cast
2023-02-10 18:17:04 +01:00
Alice Ogeda
88f8c7c19a
move teleport to warpmgr; more player to playermgr; cleanup;
2023-02-10 13:05:53 -03:00
Alice Ogeda
2b57b73471
first batch of moving packet/logic out of player to playermgr;
2023-02-10 12:11:11 -03:00
Toofy
6cc41758f4
Changing pointer var name
2023-02-10 15:05:14 +00:00
Mordred
2d3486ea1f
Moved onFcLogout to a better place
2023-02-10 08:56:58 +01:00
Lucy
dac6c63414
Fix dyeing and implement removeItem method
2023-02-10 04:54:50 +01:00
Lucy
1e3fe5e9c2
Fix UpdateInventorySlot to use right opcode
2023-02-10 04:37:40 +01:00
Lucy
de31ef68ca
Fix splitItem
2023-02-10 04:37:27 +01:00
Toofy
ea2705165a
Reimplemented EventItem. Fixed bug with onDeath not triggering when bnpc kills player. Fixed EventItem struct. Implemented ClsThm050 quest. Fixed some wrong param names
2023-02-09 22:57:21 +00:00