Heartstopper Commit

Enabled every catch block in the project to log parsed exceptions.
This commit is contained in:
ronancpl
2017-04-02 21:38:07 -03:00
parent 3990a08202
commit 5f01d3b7fd
88 changed files with 13325 additions and 40964 deletions

View File

@@ -1,8 +1,5 @@
Changes from the original v83 WZs:
Map/Physics.wz:
Altered values for walk, fly and swim attributes.
Map.wz/MapX/*:
Fixed entries of portals placed incorrectly.
@@ -10,9 +7,24 @@ Item.wz/Etc:
Set flag "Quest Item" for Springy Worm.
Quest.wz/*:
Modified/created some quests.
Fixed a bunch of quests, now giving the proper output. Added new quests.
String.wz/*:
Fixed some NPC speeches.
Updated MonsterBook with current drop data on the sql's DB, using
Ronan Lana's MobBookUpdate facility.
Ronan Lana's MobBookUpdate facility.
P.S.:
Yeah, these explanations are pretty simplistic, I know. If one really wants to
compare the two WZ systems, I recommend do the following:
- Open HaRepacker and, for each MapleSolaxiaV2's WZ file, extract all the XMLs
for "Private Server".
- Now, install MapleStory from "ManagerMsv83.exe" on an other folder and do the
same procediment said above.
- Finally use some app to compare folders, like WinMerge, tracking differences
for all WZs.
Simply edit out any modification that ranges too far from the original MapleStory server
and overwrite the given WZ file, assuming you want a server more "GMS-like".