P0nk
e2b8236b59
Fix negated comparison
2022-08-05 22:49:42 +02:00
P0nk
bfb2c1cb3d
Fix various other scripts with broken comparisons
2022-08-05 22:46:01 +02:00
P0nk
fcdf3d6e1e
Fix helios tower elevator portal script
2022-08-05 22:30:35 +02:00
P0nk
3f1a6ecc8c
Fix NPC script at end of Puppeteer's Secret Passage (910510100)
2022-08-03 08:29:57 +02:00
P0nk
8d213e4d6e
Fix broken dojo scripts since introduction of MapId constants
2022-08-02 16:31:15 +02:00
Ulas Kundakci
34aeb589d6
end the files with new lines
2022-01-04 22:02:49 +11:00
Ulas Kundakci
f3d8429327
adding missing magatia cape quest start scripts
2022-01-04 21:58:31 +11:00
P0nk
d9590078f5
Reformat and clean up reactor and base scripts
2021-09-09 23:38:09 +02:00
P0nk
3f43fe82d0
Reformat and clean up quest scripts
2021-09-09 23:36:54 +02:00
P0nk
a78ca88a02
Reformat and clean up portal scripts
2021-09-09 23:35:59 +02:00
P0nk
d893309b4f
Reformat and clean up npc scripts
2021-09-09 23:35:02 +02:00
P0nk
0c1545f81d
Reformat and clean up map scripts
2021-09-09 23:32:43 +02:00
P0nk
f76b9954a7
Reformat and clean up item scripts
2021-09-09 23:32:17 +02:00
P0nk
a12feaf3e4
Reformat and clean up event scripts
2021-09-09 23:32:05 +02:00
P0nk
8162d0aacd
Rename and clean up MapleGachapon and subclasses
2021-09-09 23:02:22 +02:00
P0nk
43a80f0491
Rename and clean up MapleShopFactory
2021-09-09 22:48:25 +02:00
P0nk
9c8abf6f62
Rename and clean up MapleItemInformationProvider
2021-09-09 22:45:55 +02:00
P0nk
f8e7a525bd
Rename and clean up MaplePlayerNPC
2021-09-09 22:12:29 +02:00
P0nk
02786eab63
Rename and clean up MapleMonster
2021-09-09 22:06:11 +02:00
P0nk
38c700ca48
Rename and clean up MapleLifeFactory
2021-09-09 22:04:57 +02:00
P0nk
14344568f2
Rename and clean up MapleExpeditionType
2021-09-09 22:00:48 +02:00
P0nk
63a2aeee10
Rename and clean up MaplePartyCharacter
2021-09-09 21:45:27 +02:00
P0nk
559d3a42b3
Rename and clean up MapleGuild
2021-09-09 21:34:29 +02:00
P0nk
d35ead558f
Rename and clean up MapleStat
2021-09-09 21:25:35 +02:00
P0nk
3e1b5b93d5
Rename and clean up MapleJob
2021-09-09 21:21:04 +02:00
P0nk
7dc3a2159a
Rename and clean up MapleCharacter
2021-09-09 21:09:45 +02:00
P0nk
46bd0570d7
Rename and clean up MapleBuffStat
2021-09-09 21:02:22 +02:00
P0nk
b2cbb65c6a
Rename and clean up MapleInventoryManipulator
2021-09-09 20:55:07 +02:00
P0nk
6ca5abd896
Rename and clean up MaplePet
2021-09-09 20:51:30 +02:00
P0nk
5ed7cf73d1
Rename and clean up MapleInventoryType
2021-09-09 20:49:05 +02:00
P0nk
8f6860d7d7
All packet creating methods now create Packet instead of byte[]
...
This commit got way too big...
- Remove deprecated methods for sending packets
- Favor OutPacket & Packet over MaplePacketLittleEndianWriter, LittleEndianWriter, and byte array
- Split up some packet creating methods into separate classes
2021-08-21 01:36:51 +02:00
P0nk
e184f25184
Remove "Maple" prefix from MaplePacketCreator name
2021-08-19 21:31:57 +02:00
James McDowell
136ea68ab3
Updated the rebirth NPC to use GraalJS
2021-05-26 19:45:58 +10:00
James McDowell
ae744aa870
Merge remote-tracking branch 'upstream/master' into Custom-rebirth-npc
2021-05-26 19:44:58 +10:00
P0nk
d9d63a1b44
Refactor event max lobbies - is no longer a range
...
It's no longer a range because it:
1. Makes no sense for it to be a range
2. Makes for simpler scripts since returning a JS array is a hassle with Graal
2021-05-21 20:54:51 +02:00
P0nk
095008a20f
Fix event scripts' getEligibleParty
...
Cannot return a JavaScript array straight up
(otherwise you'll get a PolyglotMap):
it has to be converted first from inside the script.
2021-05-21 19:09:40 +02:00
P0nk
bcefd42093
Handle reactor scheduling outside of script
...
No longer need to make all invocations synchronized
2021-05-21 08:15:01 +02:00
James McDowell
45ca7009c8
Updated to allow a generic rebirth npc id to be passed through and used for rebirthing if it's enabled.
2021-05-16 10:32:51 +10:00
P0nk
58e69654a2
Let scripts access Java classes
...
Fix script attempting to schedule with non-long (double) time value
2021-04-17 22:26:18 +02:00
P0nk
fcd879f97c
Convert remaining scripts to Graal
...
Mainly missed scripts that use Nashorn's "Packages"
2021-04-17 21:59:15 +02:00
P0nk
d2c7023e7b
Convert NPC scripts to Graal
2021-04-17 21:57:57 +02:00
P0nk
256e5688e0
Convert quest scripts to Graal
2021-04-17 21:57:48 +02:00
P0nk
542a7b7fd2
Convert reactor scripts to Graal
2021-04-17 21:57:37 +02:00
P0nk
984adc7885
Convert portal scripts to Graal
2021-04-17 21:57:27 +02:00
P0nk
938f7c9390
Convert map scripts to Graal
2021-04-17 21:57:16 +02:00
P0nk
3458d1c7b3
Convert event scripts to Graal
2021-04-17 21:57:04 +02:00
P0nk
86b70728c7
Fix Zombie Mushroom Signal 3
2021-04-03 15:39:04 +02:00
Ponk
4acc5675d6
Set project name to "Cosmic" ( #2 )
...
* Change name to Cosmic
* Update database credentials
2021-03-29 22:22:06 +02:00
ronancpl
b22813c8e5
P. Search on DB & Bamboo Rain patch
...
Revised bosses on Dojo taking OHKO's from Bamboo Rain.
Fixed default table attribute "partySearch" on DB.
Preparing for new release.
2019-12-27 02:27:10 -03:00
ronancpl
07fe495bfd
Skillbook announcer update + Encoded temporary mob buffs + Slot gains patch
...
Encoded temporary mob buffs on mob control request/spawn packets.
Improved scroll generator NPC, now testing other bucket set possibilities.
Fixed slot gain method recently updated leading to a temporary visual glitch (inventory would show as normal after relogin).
Reviewed mobid check by name, no longer trying to generate a whole mob instance for info retrieval.
Added debuff purge when applying a buyback.
Reviewed skillbook announcer not informing properly storybooks, reactor or script loots.
Fixed autoaggro not working properly as soon as a player enters the field.
Fixed "fake" mobs disappearing as soon as its controller changes.
2019-12-24 20:11:32 -03:00