Ponk
93ea66e6fe
Merge pull request #202 from peamy/master #patch
...
Bugfix: unable to complete scipted quests remotely
v0.6.1
2023-11-10 21:11:37 +01:00
Ice Bear
7131e39c96
Merge pull request #1 from P0nk/master
...
Pull cosmic master into Peamy master
2023-11-10 11:40:55 +01:00
remsus
b80e9a3310
Bugfix: unable to complete scipted quests remotely
2023-11-10 00:20:52 +01:00
Ponk
03802666ef
Merge pull request #190 from ormizj/character-exp-log #minor
...
added logs for character exp gain
v0.6.0
2023-11-08 21:16:57 +01:00
Ponk
ecd155f2bb
Merge pull request #201 from peamy/master #patch
...
BugFix: can't give CASH items to player (prepareInventoryItemList)
v0.5.10
2023-11-08 20:50:50 +01:00
remsus
d6147d5191
Fix preparation of invList (CASH was skipped) in prepareInventoryItemList (AbstractPlayerInteraction)
2023-11-08 11:26:55 +01:00
Ponk
7ef471f1e2
Merge pull request #197 from wangxiaobao0851/fix-mts #patch
...
Fix MTS sql syntax error and month error
v0.5.9
2023-11-07 17:28:16 +01:00
王小宝
c3404d296a
Fix MTS sql syntax error and month error
2023-10-13 21:16:40 +08:00
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
ormizj
c145a53688
fixed wrong method call
2023-09-15 01:04:22 +03:00
spiderpig60
c744935dd0
changed starting server to vanilla values
2023-09-10 21:48:02 +03:00
spiderpig60
90b44c3a8b
added timed thread, added batch, cleaned code
...
changed starting value to false
2023-09-10 21:36:52 +03:00
spiderpig60
60a44252ea
added logs for character exp gain
2023-09-10 01:53:53 +03: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