Ponk
c609bcf2ee
Merge pull request #193 from P0nk/fix-192/playernpc #patch
...
Fix #192 - Unable to create PlayerNPC
v0.5.8
2023-09-19 17:15:00 +02:00
P0nk
0aee9d7c3f
Fix unable to create playernpc
...
The initialization of the running world counters depended on worlds already having been initialized, so I made that dependency more explicit.
2023-09-19 12:56:51 +02:00
P0nk
a49c1703ae
Remove developer player npc
2023-09-18 23:26:37 +02:00
Ponk
38eecd0db7
Merge pull request #188 from leevccc/master #patch
...
fix: error flag after use karma
v0.5.7
2023-09-09 07:56:33 +02:00
leevccc
e320bafa8b
fix: error flag after use karma
...
setFalg() function is designed to take arguments of type short. Forcing the short type flag to be converted to the byte type causes some errors here.
For example, the equipment merge system will make the UNTRADEABLE flag become 520, combined with the Scissors of Karma 16, and finally become 536, this value is beyond the byte range, and the mandatory variable type will cause the flag error, the specific problem I encountered is that the MERGE_UNTRADEABLE flag is lost after using the Scissors of Karma.
2023-09-08 04:59:56 +08:00
Ponk
754e5e61f2
Merge pull request #185 from Arnuh/fix-client-local-address #patch
...
Fix masking of ip address when connecting locally
v0.5.6
2023-08-20 18:26:59 +02:00
Ponk
afba85827a
Merge pull request #186 from sashimi-yzh/fix-cats-eye-dropper #patch
...
fix the dropper of Cat's Eye
v0.5.5
2023-08-20 18:21:20 +02:00
Zihao Yu
8cd5211b8b
fix the dropper of Cat's Eye
...
* it was previously dropped from Scorpion, which is wrong
2023-08-20 22:55:43 +08:00
Arnah
2d7525f2b4
Fix cashshop exiting not using proper ip
2023-08-16 16:19:16 -06:00
Arnah
7adb25888f
Stop masking ip address when connecting locally
2023-08-16 00:53:40 -06:00
Ponk
b46912afcb
Merge pull request #181 from Silwhoon/fix-incorrect-orange-potion-id #patch
...
Changes an incorrect Orange Potion ID to the correct one
v0.5.4
2023-08-15 19:34:44 +02:00
Ponk
ed3d4823b2
Merge pull request #184 from noamyoyo/master #patch
...
Expose database container to allow access from MySQL client such as Workbench.
v0.5.3
2023-08-15 19:32:09 +02:00
noampfeifel
b8a360917e
final fixes
2023-08-15 19:07:34 +03:00
noampfeifel
26dbe36a15
fixed ports to simple setup, added notes about DB_HOST
2023-08-15 19:06:05 +03:00
noampfeifel
396447519d
fixing compose port and config string for db
2023-08-13 17:33:25 +03:00
pleb
83e436bbd2
Changes an incorrect Orange Potion ID to the correct one
...
Thorr in Mushroom Kingdom sold an untradable "Orange Potion for Beginners" instead of a "Orange Potion". This fixes that.
2023-07-27 09:03:39 -05:00
Ponk
d307eff71f
Merge pull request #177 from LynxStar/patch/mini-dungeons #patch
...
Fix mini-dungeon portals for parties
v0.5.2
2023-07-10 23:09:51 +02:00
Arthur Charlton
b935725096
Handle the potentially null portal based on the name.
...
Matches the behavior of warping a character to a named portal.
2023-07-10 17:01:48 -04:00
Ponk
12248acd7b
Merge pull request #178 from LynxStar/patch/delivery-system #patch
...
Delivery System - Invalid Recipient Name Patch
v0.5.1
2023-07-10 22:40:57 +02:00
Arthur Charlton
07eb0f5e8e
Untangle nested control flow conditions.
2023-07-05 14:16:09 -04:00
Arthur Charlton
cfb5fc25c3
Calling code assumes the pair never null and uses -1 to signify not found.
2023-07-05 14:12:42 -04:00
Arthur Charlton
3816e1c5bd
Add the warp party function that the scripts use
2023-07-03 18:25:14 -04:00
Ponk
c9d551cd39
Merge pull request #173 from MatthewHinds/gm-security #minor
...
GM security changes to prevent item/mesos abuse
v0.5.0
2023-05-29 15:50:03 +02:00
Matthew Hinds
95bf0473f3
Adjusted based on feedback
2023-05-29 14:32:01 +12:00
Matthew Hinds
a9d92b78a2
Meso drop restricted by GM level
2023-05-29 12:57:01 +12:00
Ponk
b8ebace039
Merge pull request #174 from Favouris/master #patch
...
Rename Monster Carnival portal scripts
v0.4.1
2023-05-15 12:00:44 +02:00
Favouris
9223957931
Rename MCRevive6.js to MCrevive6.js
2023-05-14 19:17:38 +08:00
Favouris
5cddb7f2b6
Rename MCRevive5.js to MCrevive5.js
2023-05-14 19:17:25 +08:00
Favouris
08e7a3af16
Rename MCRevive4.js to MCrevive4.js
2023-05-14 19:17:15 +08:00
Favouris
1416cd432d
Rename MCRevive3.js to MCrevive3.js
2023-05-14 19:17:03 +08:00
Favouris
2d6cf07a65
Rename MCRevive2.js to MCrevive2.js
2023-05-14 19:16:51 +08:00
Favouris
0b73d6112a
Rename MCRevive1.js to MCrevive1.js
2023-05-14 19:16:40 +08:00
Ponk
b742ac0591
Merge pull request #172 from MatthewHinds/remove-levelup-messages #minor
...
Removed level up messages as it is non GMS like and a bit cringey
v0.4.0
2023-05-12 08:57:51 +02:00
Matthew Hinds
4546fd44ff
To prevent abuse, GMs should be permission restricted (via GM level) to trade with other non GM players, use their storage (prevent transferring to their other characters), send via Duey and to drop items. GM level is configurable.
2023-05-12 18:02:08 +12:00
Matthew Hinds
216fa9341b
Removed level up messages as it is non GMS like and a bit cringey
2023-05-12 14:47:18 +12:00
Ponk
1d6d5dcc94
Merge pull request #171 from srcyscrt/docker-eclipse-temurin #patch
...
Use Eclipse Temurin images in the Dockerfile
v0.3.7
2023-04-22 17:33:43 +02:00
srcyscrt
61f451694f
Use Eclipse Temurin images in the Dockerfile
2023-04-22 18:43:23 +08:00
Ponk
c681f0bd82
Merge pull request #170 from Shahar6/master #patch
...
Fix dupe glitch with wedding
v0.3.6
2023-04-21 19:49:17 +02:00
Shahar6
cbc0b2707e
Fix dupe glitch with wedding
...
PoC for the glitch:
https://www.youtube.com/watch?v=EoVGQtMkJOA&ab_channel=ThirtyOneFifty
2023-04-21 20:27:59 +03:00
Ponk
36d0f8a2a0
Merge pull request #169 from FoxyYokai/Fix-Duey-Send-Item-Exploit #patch
...
Fix exploit with Duey Send Items
v0.3.5
2023-04-16 08:30:05 +02:00
Sukishyou
301f65ce16
Add null check to duey packet edit check
2023-04-15 14:36:00 -05:00
Sukishyou
f1b95fe45e
Fix exploit with Duey Send Items
2023-04-14 19:43:51 -05:00
Ponk
3091d747e6
Merge pull request #165 from P0nk/feat/upgrade-dependencies #patch
...
Upgrade dependencies
v0.3.4
2023-03-02 18:35:59 +01:00
P0nk
f4062e5ebb
Upgrade dependencies
2023-03-02 18:31:21 +01:00
Ponk
a8807f1ef0
Merge pull request #164 from P0nk/fix/custom-charset-string #patch
...
Fix writeString not fully respecting charset
v0.3.3
2023-03-02 18:13:52 +01:00
P0nk
10945927c1
Fix writeString not fully respecting charset
...
The string would be cut short for charsets
with characters more than 1 byte.
2023-03-02 18:11:41 +01:00
Ponk
ab25f698da
Merge pull request #160 from P0nk/bug/110/zenumist-portal #patch
...
Fix top portal in Zenumist Society (261000010) not working for GM
v0.3.2
2023-02-17 00:48:33 +01:00
P0nk
b30e03ffb3
Fix portal in Zenumist society not working for GM chr
2023-02-17 00:42:33 +01:00
P0nk
82157c7bd1
Flatten ChangeMapHandler
2023-02-16 23:46:13 +01:00
Ponk
eb10f02ac3
Merge pull request #159 from P0nk/bug/158/id-command #patch
...
Fix !id command not working for certain types
v0.3.1
2023-02-04 20:02:33 +01:00