1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-01 05:57:45 +00:00
Commit graph

488 commits

Author SHA1 Message Date
collett
7385d2291c Fix copy paste derp. 2020-01-03 17:37:21 +09:00
collett
22edf9b155 Abandon quest. 2020-01-03 05:53:36 +09:00
collett
f58bb4f72b Fix social list. 2020-01-03 05:07:55 +09:00
collett
edaa400202 Oops. 2020-01-03 04:08:22 +09:00
collett
2bf1e3767a 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-03 04:06:25 +09:00
collett
39a711dab5 Play the sound effect when you get an item. 2020-01-03 04:04:30 +09:00
collett
7da25b33ef Merge branch 'add_item_dupe_fix' into develop_c 2020-01-03 01:32:04 +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
collett
148243c402 Try to implement a quest. 2020-01-03 01:11:19 +09:00
collett
1c89e16c27 Fix quest reward choice.
Quest scripts need to call player.giveQuestRewards( getId(), result.param3 ) for it to work.
2020-01-03 01:10:42 +09:00
collett
81d5929e08 Fix item dupe. 2020-01-03 01:07:42 +09:00
collett
dee59aead1 Try to implement MP restoring actions.
MPP values in lut entries are input manually.
2020-01-02 20:58:50 +09:00
collett
482745624c Clear last combo action id if the combo breaks. 2020-01-02 19:51:19 +09:00
collett
6fb6ccbda5 Fix non-existing lut entry being executed. 2020-01-02 17:42:48 +09:00
collett
28a88e5a96 Merge remote-tracking branch 'remotes/origin/develop' into develop_c 2020-01-02 17:37:40 +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
56296d295a Attempt to fix combo actions. 2020-01-02 08:07:33 +09:00
collett
f6bff46c9a Aggro the player when hostile action is used. 2020-01-02 02:46:00 +09:00
collett
12fd17e09c Really fix sprint (and other scripted actions as well). 2020-01-02 01:52:20 +09:00
collett
5a4665af45 Update 5.18 opcodes and packets. 2020-01-01 23:17:13 +09:00
collett
9b25a84c26 Fix sprint for now. 2020-01-01 23:12:31 +09:00
collett
9723977c47 Fix event battle. 2020-01-01 22:07:43 +09:00
collett
b4dc049ae1 Update 5.18 opcodes and packets. 2020-01-01 22:07:23 +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
e9ce3dff31
Merge pull request #603 from takhlaq/develop
fix vs2019 build
2019-11-23 10:41:45 +01:00
Tahir Akhlaq
e058c74409 fix vs2019 build 2019-11-23 09:22:42 +00:00
liam
ab880c2144 minor instance script fixes, eobj parser should work as well as produce usable scripts now 2019-11-23 02:57:29 -05:00
NotAdam
a2dc55ac0a fix formatting 2019-10-29 19:38:51 +11:00
NotAdam
95905cd9cf fix builds on clang 2019-10-29 18:39:40 +11: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
c9c481d63a somewhat basic but working effect result delay 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
7684687664 fix actorcast packet opcode, add new opcode 2019-08-09 17:50:31 +10:00
NotAdam
b5072d3055 update some more statcalc from tj, add threat back 2019-08-09 17:50:31 +10:00
NotAdam
39ab8b1eaa proper sequencing now I think 2019-08-09 17:50:31 +10:00
NotAdam
d11fa5a6a5 kinda working effect packets 2019-08-09 17:50:31 +10:00
NotAdam
2581840921 fix action parser not writing combo potency and offsetting all values 2019-08-09 17:50:31 +10:00
NotAdam
7d56237e33 update lut with new/removed actions 2019-08-09 17:50:31 +10:00
NotAdam
b3f0f3afa1 fix playerstats packet 2019-08-09 17:50:31 +10:00
NotAdam
fb4f77c255 some effects/action wip crap 2019-08-09 17:49:40 +10:00
NotAdam
537b640bbc minor zone -> territory refactoring 2019-08-09 17:49:40 +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
0249138524 fix bgm starting prematurely in instance cutscenes instead of muting bgm 2019-07-16 20:11:10 +10:00
NotAdam
cff2553030 add gathering point event type 2019-07-14 17:26:13 +10:00