Commit Graph

67 Commits

Author SHA1 Message Date
ronancpl
cb49edc3cd Logging clean-up
Small commit towards improving the file log system.
2017-05-19 20:07:33 -03:00
ronancpl
36c3b7dea8 Fixed Horntail command + minor EXP gain issue fix
Now Horntail can be spawned properly by a command. Fixed a rase case
where an extremely high value of EXP gain would cause integer overflow,
potentially crashing one's client.
2017-05-19 19:11:03 -03:00
ronancpl
de22d2b3eb Small patch with commands
Added usage info for some commands in the game.
2017-05-18 16:52:08 -03:00
ronancpl
66a19d6fa6 Fixed inventory full now properly shown + loading GM with pet issue
Fixed issues related to "inventory full" messages not popping when
failing to pick-up items and when loading GM pets giving out exceptions.
2017-05-18 14:45:46 -03:00
ronancpl
39a53e88fd Minor Cash Shop + cash items fixes
Fixed minor issues regarding the Cash Shop not selling items and usable
cash items.
2017-05-17 22:56:07 -03:00
ronancpl
d736d00964 Fixed Pet Name Tag + quest 3927
Fixed some issues related to Pet Name Tag item and quest 3927.
2017-05-17 19:27:44 -03:00
ronancpl
3fc338467b Henesys PQ
Implemented Henesys PQ.
2017-05-17 00:36:30 -03:00
vcoc
42e9d260e7 Update ServerConstants.java (#8) 2017-05-16 20:37:59 -03:00
ronancpl
a56312ddd3 Ludibrium Maze PQ
Implemented Ludibrium Maze PQ.
2017-05-15 15:52:24 -03:00
ronancpl
b26469301d Ludibrium PQ + MapleIdRetriever
Implemented LPQ. New application tool that realizes fetches by names and
returns respective ids, over all items depicted in the GM handbook.
2017-05-13 15:24:02 -03:00
ronancpl
ed6121dd5f NPCs Taxis and Crafters now checks properly
Fixed taxis that wouldn't check for mesos upon travel. Fixed crafters
that wouldn't check for inventory slots available before crafting items.
2017-05-10 10:47:05 -03:00
Jayden Seah
ab31f3d487 Small Fix on NPCs and Portal. (#6)
Fixed:
* Irene, Shalon now check your mesos and only sells you (1) ticket. If you've more than (1) ticket, you can't buy another one.
* Xinga, Kerny, the Pilots, now stating correct places when you're on airplane and airports.
* The portal to get in to Ariant Castle now needs (1) Entry Pass to get in.
2017-05-09 20:39:27 -03:00
ronancpl
73557f0d61 More PQ-esque script modules + HP Bar on some bosses
Completed (hopefully, now!) implementation of automated modules for PQ
scripting. Added HP bar for some bosses that wouldn't display it before
(like King Slime, Alishar and CRog).
2017-05-09 20:02:10 -03:00
ronancpl
da00345aec KerningPQ + some boosts on PQ/event scripting
Added cleaner mechanics for dealing with PQs and events (bonus Exp when
clearing a stage, for instance). Reimplemented KerningPQ.
2017-05-05 00:55:36 -03:00
ronancpl
03ab8be97d Cash Pet Food issue + BRPQ minor patch
As issued by vcoc, some pet items not working properly has been patches.
New BRPQ reward announcer NPC. More minor patches.
2017-05-01 13:46:48 -03:00
ronancpl
1d8caff63f Boss Rush PQ Rewarding System + minor patches
Introducing BRPQ rewarding system (KPQ/LPQ clear-like) and patched
issues regarding "no apparent party leader" after party leader
disconnects and reconnects.
2017-04-29 12:05:26 -03:00
ronancpl
7942dde1a1 Merge pull request #4 from jaydenseah/master
Quest Completion Effect Fix
2017-04-27 08:45:22 -03:00
ronancpl
fa37673913 Ban/Unban command fix
Bug detected by vcoc. Solution requires update at SQL tables "macbans"
and "ipbans".
2017-04-27 08:42:06 -03:00
Jayden Seah
28204ce831 Quest Completion Effect Fix
This is a small fix for a effect upon quest completion, tested it and it
works properly.
2017-04-27 13:30:58 +08:00
ronancpl
f5fbb038e9 Quick fix-up + Happyville
Fixed bug introduced on last update regarding events without
event_schedule defined. Added path to Happyville maps, and raid boss
event.
2017-04-26 16:01:12 -03:00
ronancpl
939b214fb5 New PQ: Boss Rush PQ + Ellin/PiratePQ bug fixes
Introducing Boss Rush PQ. Corrected a few issues regarding rewardings in
PiratePQ and EllinPQ and implemented a standardized way to script PQs.
2017-04-25 11:55:44 -03:00
ronancpl
828a8a02a2 Implemented EllinPQ + some bug fixes
Implemented EllinPQ, adjusted several drop rates and data, fixes some
bugs at quests at client-side.
2017-04-22 16:35:27 -03:00
ronancpl
72ef73a949 Area boss G. Centipede + fixed Hak event
Added new script for area boss Giant Centipede. Fixed event Hak not
disposing players properly, which made character clients stuck until
logout.
2017-04-18 23:46:59 -03:00
ronancpl
c17e4c93a3 Hit Reactor animation fix + deny spawn points
Fixed reactor sometimes not animating between state changes and
introduced mechanic to deny spawning mobs at spawn points.
2017-04-17 15:44:12 -03:00
ronancpl
6791a3d475 Client clean-up + PiratePQ Implementation
Major update on client packets, now properly making unseen killed
monsters not appear as residual on a player's client. Many updates
revolving the PiratePQ environment as well.
2017-04-12 15:32:55 -03:00
ronancpl
768d9d0264 Crog boat + Pirate&EllinPQ + No dmg cap client
Now assaulter boat appears to client, added support for PiratePQ and
EllinPQ and added a no dmg cap version localhost.
2017-04-10 19:50:17 -03:00
ronancpl
8c61c616f9 More concurrency fixes + Zombify + BPQ available
Fixed some inconsistencies due to race conditions in the project, added
Zombify monster effect, made BPQ available and some minor patches.
2017-04-09 14:23:23 -03:00
ronancpl
7dc163fc76 Concurrency fix + new scripts
Fixed some situation involving concurrency upon using getCharacters()
from MapleMap, added scripts and other bug fixes.
2017-04-08 19:29:27 -03:00
ronancpl
c8f905e1a5 Fixed quest rewarding + Lethal attacks in Dojo
Fixed quests not giving items in some cases, lethal damages rendering
dojo uncompletable and added new scripts.
2017-04-07 21:42:42 -03:00
ronancpl
f6935d3d3b Rearranged travel packets
An approach on infinite loopings on "Before Takeoff" maps.
2017-04-06 19:26:48 -03:00
ronancpl
67af338f8a Fix map spawn
Fix map failing to spawn in some cases.
2017-04-06 10:07:14 -03:00
ronancpl
7863994a13 Clean-up Patch
Bug correction on some quests.
2017-04-04 17:14:20 -03:00
ronancpl
b2da79ff13 Log rearrangement + new map scripts
Changed log folders to apply yyyy-MM-dd mask. Created some scripts to
fix race conditions involving delayed arrivals to travel events in-game.
2017-04-03 00:48:10 -03:00
ronancpl
5f01d3b7fd Heartstopper Commit
Enabled every catch block in the project to log parsed exceptions.
2017-04-02 21:38:07 -03:00
ronancpl
3990a08202 MapleSolaxiaV2 Reboot 2017-03-30 21:23:00 -03:00
ronancpl
ab6074a40c Script clean-up Patch
Fixed bugs in some scripts, minor game patches.
2016-08-01 11:17:31 -03:00
ronancpl
63d0e87d4d Clean-up Patch
Bug correction on some quests.
2016-07-26 18:19:12 -03:00
ronancpl
4a99568cbe Scroll seller NPC
Spindle as a NPC Scroll seller
2016-07-18 21:33:29 -03:00
ronancpl
d7a2243319 Instant sell NPC + new features
Donation Box NPC sells instantly items from inventory. Minor patches.
2016-07-18 13:46:28 -03:00
ronancpl
7e32e5a762 Cash Shop patch + new features
Cash shop fix, new item sorting features, minor patches.
2016-01-03 11:13:07 -02:00
ronancpl
7b4fcf7861 Clean-up Patch
Repository Cleanup + updated features (29/12/2015)
2015-12-29 12:59:38 -02:00
ronancpl
7c9f9c9fde MapleSolaxiaV2 Revision 1
Minor changes about how ranking moves are reflected in-game.
2015-11-06 13:27:46 -02:00
ronancpl
4cb24a5e3f Revert "MapleSolaxiaV2 Revision 1"
This reverts commit 090aea9891.
2015-11-06 13:25:17 -02:00
ronancpl
090aea9891 MapleSolaxiaV2 Revision 1
Edited Ranking system.
2015-11-06 13:22:14 -02:00
ronancpl
26c3caf63f NetBeans project files
NetBeans project files.
2015-11-04 23:46:59 -02:00
ronancpl
1376b78ef7 UI.wz
Server data for MapleSolaxiaV2.
2015-11-04 23:41:12 -02:00
ronancpl
0b4a3a1945 TamingMob.wz
Server data for MapleSolaxiaV2.
2015-11-04 23:40:20 -02:00
ronancpl
50dd740904 String.wz
Server data for MapleSolaxiaV2.
2015-11-04 23:37:12 -02:00
ronancpl
fc82bb257f Sound.wz
Server data for MapleSolaxiaV2.
2015-11-04 23:33:35 -02:00
ronancpl
d6c0a97d89 Skill.wz
Server data for MapleSolaxiaV2.
2015-11-04 23:27:17 -02:00