Mordred
ffdbed72ce
More cleanup around actions
2023-02-28 22:30:54 +01:00
Mordred
cd01ed7295
Cleanup of GameConnection
2023-02-27 09:57:12 +01:00
Mordred
6bf3ac0be8
Refactoring ongoing.
2023-02-20 15:25:57 +01:00
Mordred
00cb4ade45
Login packet flow further adjusted to be closer to retail
2023-02-18 23:05:15 +01:00
Mordred
3a71d90e71
Fixing some array sizes and defining them in common
2023-02-18 15:26:50 +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
Mordred
947af534f6
Merge pull request #897 from hkAlice/align-packet-boundary
...
[3.x] 8-byte packet data alignment;
2023-02-14 14:33:21 +01:00
Alice Ogeda
f761572b25
small fixes/removing useless code;
2023-02-14 10:28:13 -03:00
Alice Ogeda
ae605d5b0d
optimize resizing and allocating packet send buffer;
2023-02-14 10:24:35 -03: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
Alice Ogeda
f6acb8540d
align packets in containers to 8 byte boundary;
2023-02-13 22:32:43 -03:00
Alice Ogeda
d99eeac6b8
naming;
2023-02-13 16:29:45 -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
Alice Ogeda
1ba6ea02d5
temporarily move integritystatus to zonedef;
2023-02-13 12:20:48 -03:00
Lucy
595795d3b0
Implement glamouring
2023-02-11 17:31:48 +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
Mordred
38b92fafa9
Create and load member lists of fcs.
2023-02-08 15:22:33 +01:00
Mordred
0df9fca281
Beginnings of FC. FC can be created in petition mode.
2023-02-05 22:46:46 +01:00
Lucy
dbbc45d924
Fix FindContent struct
2023-02-03 23:40:24 +01:00
Alice Ogeda
0f995cd934
chatchannel fetch by player id; general cleanup;
2023-02-02 02:30:31 -03:00
Mordred
00d62fbc6c
Major rework of yield events.
2023-02-01 13:34:21 +01:00
Mordred
ee942b36b7
Added FC related packet structs
2023-01-29 21:57:57 +01:00
Mordred
a1b3c3acf6
Removal/Replacement of old packet opcodes and structs
2023-01-29 21:31:55 +01:00
Mordred
6cde08d073
Cleanup inside the player class.
2023-01-27 11:13:57 +01:00
Mordred
0cfde3d9e8
WiP Land purchase does now directly update and building somewhat works. Still needs work.
2023-01-25 12:07:23 +01:00
Lucy
880ec9af36
Fix playerspawn again, weird memory issue
2023-01-24 18:52:29 +01:00
Mordred
480f3fb3d0
WiP Buying More packet adjustments for housing.
2023-01-24 08:30:50 +01:00
Mordred
b2f87c2f68
Merge pull request #848 from Skyliegirl33/ThreePointThree
...
[3.3] Some fixes and add companions and persistent emote cancel
2023-01-24 08:07:34 +01:00
Mordred
850509f8bd
WiP Buying plots reenabled.
2023-01-23 22:58:25 +01:00
Lucy
4abe2532c3
[wip] Implement persistent emote cancelling
2023-01-23 21:54:22 +01:00
Mordred
597c0e9bd2
WiP reenable housing zones.
2023-01-23 14:28:00 +01:00
Lucy
7166526341
PlayerSpawn fixup
...
(cherry picked from commit 17f5a5ae2bb7ee2342f6a50d5eb4f3835f80bb9b)
2023-01-23 06:02:43 +01:00
Mordred
76aca82da7
GC fixed.
2023-01-22 21:53:27 +01:00
Mordred
9872acf4a8
WIP fixing contentfinder, id usage reworked.
2023-01-22 16:53:21 +01:00
Mordred
5b040405ce
WIP fixing contentfinder, packet structs updated to the best of my knowledge.
...
Still quite a few fields to map.
2023-01-22 10:06:21 +01:00
Mordred
b1ecbb7446
WIP fixing contentfinder
2023-01-21 23:46:03 +01:00
Tahir
5121edf6ae
fix online status
...
- fix level display in common list detail
- show disband button for party leader in common list
- todo: dont allow social invites to self; figure out why unable to kick party member from menu
2023-01-21 05:57:56 +00:00
Mordred
89b2a8470d
Adjust complete quest list
2023-01-19 22:38:55 +01:00
Mordred
f1e7752515
Merge remote-tracking branch 'origin/ThreePointOh' into ThreePointThree
2023-01-19 21:20:33 +01:00
Alice Ogeda
423af6f9bc
myerge;
2023-01-19 13:05:27 -03:00
Alice Ogeda
34213990bc
AchievementMgr framework; styling fixes;
2023-01-19 13:03:54 -03:00
Mordred
a7763366ee
Fixed PlayerStatusUpdate
2023-01-19 09:57:08 +01:00
Mordred
05a99c4aa3
More PlayerStatus fixes
2023-01-19 08:38:55 +01:00
Mordred
bb22495ae1
Initial fixes for playerstatus packet for 3.3
2023-01-18 23:18:06 +01:00
Mordred
920da4de3b
Tiny cleanup
2023-01-18 21:44:26 +01:00
Mordred
bd1753423e
Added a onPlayerDeath function, to be reworked when battlescripts arrive
2023-01-15 22:03:44 +01:00
Mordred
50fbdbfa12
renamed setSystemActionUnlock to setRewardFlag
2022-02-28 08:40:57 +01:00
Rushi
5c863ba81a
Add Map actor controls
2022-02-18 23:35:53 +01:00