1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 10:17:44 +00:00
Commit graph

224 commits

Author SHA1 Message Date
collett
78e0e4d985 enum/struct/packet updates, fix dot/hot tick, remove incorrect initial delay for player autoattacks. 2020-01-19 21:20:01 +09:00
Adam
38392be3bf
Merge pull request #625 from collett8192/crit_and_dh
Critical and direct hit.
2020-01-09 12:03:49 +11:00
collett
f7f44e9c15 rename 2020-01-08 18:28:19 +09:00
collett
00d8c0eef7 Fix shop packet. 2020-01-08 18:26:11 +09:00
collett
ddb08ff59c rip vs2019 right click rename 2020-01-08 17:59:02 +09:00
collett
4bdfb1ef1f oops 2020-01-08 17:32:15 +09:00
collett
586a1ab0bb crit & dh 2020-01-07 19:16:13 +09:00
collett
5083b51bf2 Play the sound effect when buying items from shop.
When selling the sound effect is also played (and shop switch to buy back tab as well) but the selling logic code is not there so...
2020-01-06 19:57:18 +09:00
NotAdam
204ff7ec84 fix linux build 2020-01-06 20:23:03 +11:00
コレット
4c324bf602
Merge branch 'develop' into action 2020-01-06 00:37:57 +09:00
collett
a27098390b Minor tweaks and code clean up. 2020-01-05 20:49:50 +09:00
NotAdam
2824c30342 Merge branch 'develop' into exit_poprange 2020-01-05 20:06:31 +11:00
collett
1ae1bcd54d Fix base stats calc.
Better max hp.
2020-01-05 17:41:38 +09:00
collett
9cd17b3caa Action system updates. 2020-01-05 17:09:27 +09:00
Adam
3090de3b20
Merge pull request #619 from collett8192/inventory_fixes
Inventory fixes.
2020-01-05 09:24:51 +11:00
Adam
6f9c299a04
Merge pull request #618 from collett8192/quest_reward
Fix quest reward choice.
2020-01-05 09:24:40 +11:00
collett
bab1d384c2 Inventory fixes. 2020-01-05 06:20:50 +09:00
collett
a588adca8c Fix quest reward choice.
Quest scripts need to call player.giveQuestRewards( getId(), result.param3 ) for it to work.
2020-01-05 05:25:35 +09:00
collett
7f4184bfbc Move quest finish packet to where it belongs to so we can abandon quests. 2020-01-05 05:19:05 +09:00
collett
2308a41a63 Fix aetheryte. 2020-01-03 22:39:45 +09:00
collett
cd0f7fbd2b Fix item being added more than once when there is already a stack of the same item. 2020-01-03 01:24:39 +09:00
NotAdam
acacfc5553 fix eventplay opcodes/names 2020-01-02 14:42:58 +11:00
Adam
f5bf06ed00
Merge branch 'develop' into opcode_update 2020-01-02 14:21:39 +11:00
collett
5a4665af45 Update 5.18 opcodes and packets. 2020-01-01 23:17:13 +09:00
kbasikhin
2f129bbe30 comparing floating point with "==" or "!=" is not correct (Chara.cpp) 2019-12-30 13:59:57 +03:00
kbasikhin
4186df6b40 using static and reinterpret casts instead of old style casts 2019-12-30 13:58:41 +03:00
Mordred
71e7ef982c Fixed housing opcodes 2019-10-28 22:18:23 +01:00
Mordred
ee5c7179e9 Apply rotation properly when using zoneline / aetheryte 2019-10-27 08:26:48 +01:00
Mordred
526767495a Fixed popranges not being found 2019-10-22 22:34:34 +02:00
Mordred
e990ad3f31 Major rewrite of zonelines, aetherytes and discoveries 2019-10-21 23:24:26 +02:00
Mordred
9d49f0a272 Changed makeActorControl calls aswell 2019-10-09 18:42:25 +02:00
Mordred
20e25d73b9 Renamed ActorControl packets and definitions according to usage 2019-10-09 18:14:53 +02:00
NotAdam
a973cfadd7 revert worldchannelpacket changes 2019-08-09 17:50:31 +10:00
NotAdam
f3ba1ce6c0 some cleanup, kinda working battle dmg calc 2019-08-09 17:50:31 +10:00
NotAdam
b3f0f3afa1 fix playerstats packet 2019-08-09 17:50:31 +10:00
NotAdam
317d16e3ed rename some getters and zonechannelpacket -> worldchannelpacket 2019-08-09 17:49:40 +10:00
NotAdam
9c3fba263e rename zone to territory 2019-08-09 17:49:40 +10:00
NotAdam
0b6ee6e265 add status entries to EffectResult packet 2019-08-09 17:49:40 +10:00
NotAdam
fd53921680 switch from binary to blobs, fix known array sizes in player obj 2019-07-06 15:00:26 +10:00
NotAdam
36481a44b0 remove old max mp code, remove level modifiers for pie/mp, cap to 10k mp 2019-07-06 14:52:20 +10:00
NotAdam
1083b5ae3b cap level to 80, enable shadowbringers, new mp calc 2019-06-30 19:51:18 +10:00
NotAdam
1f4b2dafbb rename InitUI -> PlayerSetup, AddStatusEffect -> EffectResult 2019-06-20 14:48:24 +10:00
NotAdam
f892257aa5 refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
NotAdam
3e29412b90 Merge branch 'stat_calc' into develop 2019-05-29 21:35:07 +10:00
NotAdam
46149e2d7e correct autoattack potency calculation, fix attack power calc 2019-05-11 13:16:34 +10:00
NotAdam
bd8192f4f0 fix a crash where !instance bind is used incorrectly, better getter name 2019-05-07 22:10:55 +10:00
Mordred
16288044a1
Merge pull request #558 from NotAdam/develop
warn instead of crash with missing navmeshes
2019-04-30 22:57:41 +02:00
Mordred
6dbee16682 Show default hit effect on autoattacks, also send 2nd hate packet 2019-04-30 22:54:35 +02:00
NotAdam
11013d7940 warn instead of crash with missing navmeshes 2019-04-30 21:41:10 +10:00
NotAdam
75e665675b fix autoattack range 2019-04-25 22:45:23 +10:00