38 Commits

Author SHA1 Message Date
KimLS
c718ddbbf9 Fix compile issue with new casting slot conversion added the other day. 2025-01-05 15:02:14 -08:00
KimLS
8eb20efabb -Stun
-Player Trading
-Item Recast
-CancelSneakHide
-Item Verification
2025-01-03 22:19:15 -08:00
KimLS
9a18b7772a Some more work on merchant system. 2025-01-01 13:38:02 -08:00
KimLS
33164dc47a Added rof2 style discipline opcodes. Might need work but looking at assembly looks like it might work too. 2024-12-30 19:39:26 -08:00
KimLS
4d05e4b53e Add encodes/decodes for delete charge and delete item 2024-12-30 19:16:49 -08:00
KimLS
24dbe6da0e Add tradeskill opcodes, some encodes and decodes to match rof2; i think they're all still the same but i could be wrong. 2024-12-30 19:10:56 -08:00
KimLS
0241a90505 -ApplyPoison
-Encode CastSpell (needs to be checked more)
-Decode animation
2024-12-29 19:37:15 -08:00
KimLS
bd2798f2cc Add support for augment items. 2024-12-28 22:59:32 -08:00
KimLS
a42d6e8ee1 Reorder decodes in alpha order too. 2024-12-28 09:24:32 -08:00
KimLS
745eeb6eae A few more ops; some need server support still.
Reorder encodes to be alphabetical for better maintanability.
2024-12-27 23:22:33 -08:00
KimLS
91bd9ccf26 Minor group work 2024-12-24 16:02:18 -08:00
KimLS
45db09303f Add a few opcodes
Add onlevelmessage encode
2024-12-24 14:29:51 -08:00
KimLS
d9132e84ab Illusion and money on corpse 2024-12-24 12:03:30 -08:00
KimLS
f040bbdb03 -ZoneToBind struct
-Added opcode for ZoneToBind
-Added opcode for RespawnWnd (it looks like this is the same as rof2 so no struct work right now unless it doesn't end up working)
2024-12-18 22:16:09 -08:00
KimLS
852667016d Blocked buffs 2024-12-16 22:13:37 -08:00
KimLS
62a84388c0 AA struct work 2024-12-16 18:08:27 -08:00
KimLS
33ab28c1e0 Fix for corpses not serializing correctly (hopefully). 2024-12-14 23:23:55 -08:00
KimLS
be0c6b5e05 Work on skill updates. 2024-12-14 19:37:10 -08:00
KimLS
6070e73b16 GM training wip 2024-12-12 22:54:09 -08:00
KimLS
ef5fdafdbe GM training request decode. 2024-12-12 21:03:41 -08:00
KimLS
0da381c272 Add OP_MobHealth encode. 2024-12-12 19:56:13 -08:00
KimLS
b761f1cdf9 -Updated pp buff doc
-Support for Server->Laurion item links.
-Laurion->Server item links still do not work right.
2024-12-09 22:56:11 -08:00
KimLS
ce98118cc8 Basic spellcasting works a bit. 2024-12-08 22:56:34 -08:00
KimLS
13f57f3c5d WIP; buff doesn't seem to full work; need to fix op_action 2024-12-07 19:42:40 -08:00
KimLS
7083a74b31 WIP spell casting for laurion 2024-12-07 13:45:27 -08:00
KimLS
d3ac751dd1 Merchant window startup 2024-12-05 19:39:59 -08:00
KimLS
2db1b1b9b0 More work on item packet 2024-12-04 22:28:07 -08:00
KimLS
c4a7fcc063 -Added several opcodes; not all confirmed working yet.
-Partial support for item packet (several of the types have been shuffled so this will take a while to get working).
2024-12-04 21:07:50 -08:00
KimLS
2c48ec39ef Impl SendAATable 2024-12-03 20:37:44 -08:00
KimLS
352f52e65d -Add function for converting laurion links (non functional)
-Fix move items on cursor
-Fill out more of the filters even if we don't use them atm
2024-12-03 19:51:37 -08:00
KimLS
32a1d7c43e -Exp update almost works, but inital at zonein is broken
-MoveItem has opcode now but is not translating correctly.
2024-12-02 23:36:13 -08:00
KimLS
af8f85cfd9 -Basic move item support.
-Update some Laurion limits to better support new item slots.
-Camping on Laurion will now work like it does on live.
-Fixed a few of the Laurion exp messages (this will need some work).  Packet calc is still all fked up.
2024-12-02 22:41:20 -08:00
KimLS
392998325b -Damage mostly works
-Death kinda sorta works; need to fix an ordering issue in source (we send death before damage on killing blow)
-Fix animation
-Fix auto attack
-Camp
2024-12-01 23:42:28 -08:00
KimLS
591fa0eb1d -Set laurion commands to $ from . since that's closer to muscle memory.
-Add translation for OP_SpawnAppearance (later to support guilds we will need to extend it a bit server side.)
2024-11-30 23:52:00 -08:00
KimLS
2d8b777120 Fix for door clicking, add a few more opcodes. 2024-11-30 15:17:46 -08:00
KimLS
f9918d47d7 Work in progress on some packets; consider and HP update look right but I'm still testing. 2024-11-26 22:52:45 -08:00
KimLS
e74d4b6e67 Add formatted and simple message. npc say should work now; though we should consider moving them to what live uses "OP_SpecialMesg" 2024-11-25 22:48:20 -08:00
KimLS
11636225b1 Rename Larion -> Laurion; later we'll rename the branch too. Make sure to update your patch file name. 2024-11-25 20:25:09 -08:00