Compare commits

...

33 Commits

Author SHA1 Message Date
sigonasr2 89ede23e0b
Add missing new events. 6 years ago
Thiercy 998a026077
Update main_game_events.csv 6 years ago
Thiercy 56d41c6522
Update main_game_events.csv 6 years ago
Thiercy afe6edc9ab
Update custom_events.md 6 years ago
Thiercy 63e4984456
Update main_game_events.csv 6 years ago
Thiercy 6ae8d04237
Update main_game_events.csv 6 years ago
Thiercy 8f6fc654e9
Update main_game_events.csv 6 years ago
Thiercy 27b0303800
Update main_game_events.csv 6 years ago
Thiercy c641ff0a66
Update custom_events.md 6 years ago
Thiercy de3eb45383
Update item_ids.csv 6 years ago
Thiercy 811a500186
Update item_ids.csv 6 years ago
Thiercy 2c3366fb11
Update custom_events.md 6 years ago
Thiercy 20c949d932
Update custom_events.md 6 years ago
Thiercy 8a9bc5db22
Update custom_events.md 6 years ago
Thiercy 23d1445203
Update main_game_events.csv 6 years ago
Thiercy 75df5c29db
Update main_game_events.csv 6 years ago
Thiercy 21c9e65f59
Update main_game_events.csv 6 years ago
Thiercy fbe8dcf362
Update main_game_events.csv 6 years ago
Thiercy 1716f977c6
Update main_game_events.csv 6 years ago
Thiercy e7007ca882
Update main_game_events.csv 6 years ago
Thiercy 3817fa7699
Update main_game_events.csv 6 years ago
Thiercy a95ae5f280
Update music_ids_and_triggers.csv 6 years ago
Thiercy cf48f814fa
Update music_ids_and_triggers.csv 6 years ago
Thiercy aa936864f4
Update item_ids.csv 6 years ago
wcko87 a62d6ddcac
Update default.html 6 years ago
wcko87 d62b7e13bb
Update runningcustommaps.md 6 years ago
wcko87 f0bb3b5254
Update entities.md 7 years ago
wcko87 73a9629c0a
Update custom_events.md 7 years ago
wcko87 00a2d208cf
Merge pull request #4 from sigonasr2/patch-1 7 years ago
sigonasr2 8600a5dc81
Update main_game_events.csv 7 years ago
sigonasr2 242f15e4c5
Update main_game_events.csv 7 years ago
sigonasr2 dfcdf9477d
Update main_game_events.csv 7 years ago
sigonasr2 aa14e1424f
Update main_game_events.csv 7 years ago
  1. 33
      _layouts/default.html
  2. 67
      docs/events/custom_events.md
  3. 1
      docs/events/entities.md
  4. 502
      docs/events/main_game_events.csv
  5. 6
      docs/events/music_ids_and_triggers.csv
  6. 7
      docs/items/item_ids.csv
  7. 2
      runningcustommaps.md

@ -9,15 +9,6 @@
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script> <script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
<script>
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://assets.gfycat.com/gfycat.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'gfycat-js'));
</script>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
@ -69,5 +60,29 @@
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
{% endif %} {% endif %}
<script>
<!-- CODE TO DISPLAY GFYCAT GIFS. -->
$( document ).ready(function() {
var url = 'https://api.gfycat.com/v1/gfycats/'
$('.gfyitem').each(function(index) {
var gifID = $(this).attr('data-id');
var itemImg = $(this);
$.ajax({
url:url+gifID, type:"GET", dataType:"text",
success: function( textData ) {
var data = JSON.parse(textData);
var videoString = '<div id="'+gifID+'"><video style="width:100%;max-width:800px;height:auto;" loop="true" autoplay="true" muted><source src="'
+data.gfyItem.mobileUrl+
'" type="video/mp4" media="all and (max-width:480px)"><source src="'
+data.gfyItem.webmUrl+
'" type="video/webm"><source src="'
+data.gfyItem.mp4Url+
'" type="video/mp4"></video></div>';
itemImg.replaceWith(videoString);
}
});
})
})
</script>
</body> </body>
</html> </html>

@ -203,3 +203,70 @@ These are events defined by GemaYue specifically for the map editor. These event
IF Erina passes this event, set carrot bomb exp to k. IF Erina passes this event, set carrot bomb exp to k.
- k is the value of the X+1 tile * 100 (i.e. eventID: 5000 + k/100) - k is the value of the X+1 tile * 100 (i.e. eventID: 5000 + k/100)
- **562 EV_SETUPWIND0**
IF Erina passes this event, turn off upward wind (status will not save to save file)
- **563 EV_SETUPWIND1**
IF Erina passes this event, turn on upward wind (status will not save to save file)
- Upward wind is the effect during the Pixie & Lilli boss fight
- **564 EV_CHANGECHARACTER**
IF Erina passes this event, her sprite turns into that of entity N, where N is value of modifier.
Modifier is 5000 + N and has to be set in the X+1 tile.
e.g. Erina turns into Cicini when passing through a 564 event with 5018 modifier next to it. (18 being Cicini ID).
IF no modifier is set, Erina will turn back to Erina again when crossing event 564.
- **565 EV_CUSTOMTEXT**
Displays custom text LINE N at this tile where N is value of modifier. Modifier is 5000 + N and has to be set in the X+1 tile. Custom text is stored in story_text.rbrb (a rbrb file start at line0, not 1).
e.g. To display dialogue line 10 from story_text.rbrb you need event 565 and modifier 5009 next to it.
- **570 EV_SETCHAPTER**
This event changes the chapter of the game and is set in the X+1 tile.
- **571 EV_ENEMYHPMOD**
This event changes the amount of health enemies have. It is a % of the regular health and is set in the X+1 tile. Using 0 uses the default value of 100%. Ex. X+1 tile is 50 = 50% health. X+1 tile is 600 = 600% health.
- **572 EV_ENEMYDMGMOD**
Similar to the event 571, but changes the damage multiplier instead of health multiplier. Again, uses the X+1 tile. 0 = 100%. 50 = 50% damage, 600 = 600% damage
- **573 EV_EGGBLOCK**
This event has to be attached to a collision tile. The block breaks if egg collected >= N, Where N is value of modifier (For example, 5005 mean need 5 egg to break).
- **574 EV_EVENTBLOCK**
This event has to be attached to a collision tile. The block breaks if event N is flagged, Where N is value of modifier (for example Cocoa1 Battle is 256, so modifier is 5256)
- **575 EV_EVENTBLOCKR**
This event has to be attached to a collision tile. The block spawns if event N is flagged, where N is value of modifier (for example Cocoa1 Battle is 256, so modifier is 5256).
- **576 EV_TRIGGERBLOCK1**
- **577 EV_TRIGGERBLOCK2**
- **578 EV_TRIGGERBLOCK3**
- **579 EV_TRIGGERBLOCK4**
- **580 EV_TRIGGERBLOCK5**
These events have to be attached to collision tiles. They are similar to DLC 2 blocks in Hall of Mmemories II (events 512 to 515) except they work outside of DLCs. They work as switch and doors.
They break if event N is not flagged, Where N is this event id.
e.g. To break a block which has collision and event 576 attached, Erina needs to pass through a 576 event.
- **581 EV_TRIGGERBLOCKR1**
- **582 EV_TRIGGERBLOCKR2**
- **583 EV_TRIGGERBLOCKR3**
- **584 EV_TRIGGERBLOCKR4**
- **585 EV_TRIGGERBLOCKR5**
These events work in reverse. They spawn if event N is flagged, where N is this event id.
e.g. To make a block which has collision and event 581 attached appear, Erina needs to pass through a 581 event.

@ -100,6 +100,7 @@ If the entity is not listed here, it just spawns in an Erina. Usually a small on
- Fires left. Deals significantly less damage than event 1008. - Fires left. Deals significantly less damage than event 1008.
- Direction can be changed with all direction modifiers. - Direction can be changed with all direction modifiers.
- Place an entity with ID in the range of 200 .. 205 below this entity to change the timing of when the laser fires. - Place an entity with ID in the range of 200 .. 205 below this entity to change the timing of when the laser fires.
- Laser hitbox is wider when used in map 9. (area9.map)
- **[1020] Saya** - **[1020] Saya**
- **[1021] Syaro** - **[1021] Syaro**

@ -1,251 +1,251 @@
eventid, in-game event eventid, in-game event, function
256, EV_FIRSTBOSS 256, EV_FIRSTBOSS, Triggers Cocoa1 boss fight.
257, EV_MEETFAIRY 257, EV_MEETFAIRY, Initial Ribbon encounter. Triggers Ribbon boss fight. Enables some entities to spawn (bouncing cats for instance)
258, EV_REACHMANA 258, EV_REACHMANA,
259, EV_SECONDBOSS 259, EV_SECONDBOSS,
260, EV_3RDBOSS 260, EV_3RDBOSS, Triggers Ashuri1 boss fight. Does not recruit Ashuri. Is not required to trigger Ashuri2.
261, EV_1STRUMI 261, EV_1STRUMI, meet Rumi in town cutscene/starts chapter 1 and gives a donut and cake if viewed WARNING: moves you into area 5 to show Miru and warps you to a set location in area 5 at the end
262, EV_4THBOSS 262, EV_4THBOSS, Triggers Rita boss fight and recruits Rita.
263, EV_FAIRYBOSS 263, EV_FAIRYBOSS,
264, EV_FIRSTBOSSII 264, EV_FIRSTBOSSII, Triggers Cocoa2 boss fight if event 364 is flagged.
265, EV_PCBOSS 265, EV_PCBOSS, Triggers Cicini boss fight. Needs event 1016 to be in the same room. Warps Erina to area2 after the post-fight cutscene.
266, EV_VVVVVV 266, EV_VVVVVV, Triggers the system interior II endurance fight.
267, EV_PYBOSS 267, EV_PYBOSS, Triggers Shadow Pandora fight.
268, EV_HILLBOSS 268, EV_HILLBOSS, Triggers Saya boss fight. Does not recruit Saya.
269, EV_MAIDBOSS 269, EV_MAIDBOSS, Triggers Syaro boss fight. There are a lot of requirements (events 265 357 and 341)
270, EV_REACHISLANDTOTOWER 270, EV_REACHISLANDTOTOWER,
271, EV_SNOWBOSS 271, EV_SNOWBOSS, Triggers Nieve boss fight. Enables event 272 and 390.
272, EV_SNOWBOSSII 272, EV_SNOWBOSSII, Triggers Nixie boss fight if event 271 and 390 are flagged. Recruits Nieve and Nixie.
273, EV_SNOWRM 273, EV_SNOWRM,
274, EV_PCTALKAFTERMAID 274, EV_PCTALKAFTERMAID,
275, EV_MAIDTELEPORT 275, EV_MAIDTELEPORT, Unused. Triggers a cutscene that warps Erina where she already is.
276, EV_GOTORUMI 276, EV_GOTORUMI,
277, EV_SPIKE 277, EV_SPIKE, Triggers a cutscene in which Erina steps back. Works only once.
278, EV_SEABOSS 278, EV_SEABOSS, Triggers Seana1 boss fight. Does not recruit Seana.
279, EV_AFTERVVVVVV 279, EV_AFTERVVVVVV, Cutscene after endurance fight in System Interior II.
280, EV_PCCALLBACK 280, EV_PCCALLBACK,
281, EV_DJPC 281, EV_DJPC, Activates Warp Stones in-game. Event does not work if Rabi slippers or Air jump is on.
282, EV_FAIRYEXPLAIN 282, EV_FAIRYEXPLAIN,
283, EV_CAVELORR 283, EV_CAVELORR,
284, EV_FORESTBOSS 284, EV_FORESTBOSS, Triggers Aruraune boss fight and recruits Aruraune.
285, EV_CRYSTALBOSS 285, EV_CRYSTALBOSS,
286, EV_CRYSTALOPENED 286, EV_CRYSTALOPENED,
287, EV_CITYS1 287, EV_CITYS1,
288, EV_CITYS2 288, EV_CITYS2,
289, EV_SCBBOSS 289, EV_SCBBOSS, Triggers Lilith1 boss fight. Does not recruit Lilith.
290, EV_BRIDGEBOSS 290, EV_BRIDGEBOSS, Triggers Vanilla boss fight. Recruits Vanilla.
291, EV_BRIDGEBOSSII 291, EV_BRIDGEBOSSII,
292, EV_3RDBOSSII 292, EV_3RDBOSSII,
293, EV_BBUNNY 293, EV_BBUNNY,
294, EV_DOUBLECAT 294, EV_DOUBLECAT,
295, EV_FIREBOSS 295, EV_FIREBOSS, Triggers Kotri3 boss fight (red form). Recruits Kotri.
296, EV_MAZEBOSS 296, EV_MAZEBOSS, Triggers Miriam boss fight. Recruits Miriam. Disables event 363.
297, EV_TELEPORT 297, EV_TELEPORT,
298, EV_TELEPORT2 298, EV_TELEPORT2,
299, EV_GODOWN 299, EV_GODOWN,
300, EV_FIRSTPY 300, EV_FIRSTPY, Cutscene where Erina takes a step back and Ribbon refuses she goes further. Does not work outside of prologue.
301, EV_NOLEFT 301, EV_NOLEFT,
302, EV_SHOPOUT 302, EV_SHOPOUT, Cutscene in which Erina sees the shop.
303, EV_EDFLAG 303, EV_EDFLAG,
304, EV_LOOPED 304, EV_LOOPED,
307, EV_BUNNY2 307, EV_BUNNY2, Triggers UPRPRC fight in Starting forest. Warps Erina to eastern end of Western Coast (area1).
308, EV_HOSP1 308, EV_HOSP1,
309, EV_HOSPBACK 309, EV_HOSPBACK,
310, EV_HOSP2 310, EV_HOSP2,
311, EV_HOSP3 311, EV_HOSP3,
312, EV_HIGHWAY 312, EV_HIGHWAY,
313, EV_HIGHWAYBOSS 313, EV_HIGHWAYBOSS,
314, EV_FINALBOSSX 314, EV_FINALBOSSX,
315, EV_RITA 315, EV_RITA, Triggers Shadow Rita boss fight.
316, EV_STG1 316, EV_STG1, Triggers aerial fight with Lilith. Requires event 265 and 289 (Cicini and Lilith fight). Recruits Lilith and spawns you to starting location once she is beaten.
317, EV_NOMORESTG1 317, EV_NOMORESTG1, Prevents Erina from going further is event 316 has been flagged.
318, EV_GOLEM 318, EV_GOLEM,
319, EV_ALPHATEST 319, EV_ALPHATEST,
320, EV_BEFOREGOLEM 320, EV_BEFOREGOLEM,
321, EV_MEETRITAP 321, EV_MEETRITAP, Cutscene in which Erina sees Saya and Rita in ravine. Does not work outside of prologue.
322, EV_MEETFIRE 322, EV_MEETFIRE, Triggers Kotri1 boss fight (green form) only if coming from the right. Is not required to trigger Kotri2.
323, EV_BUNNY2B 323, EV_BUNNY2B, Triggers UPRPRC fight in beach. Allows use of Boost. Cutscene throws error message though.
324, EV_CATMINI 324, EV_CATMINI, Triggers Chocolate boss fight. Recruits Chocolate. Does not work during prologue. Requires event 261.
325, EV_PRPRTEAM 325, EV_PRPRTEAM,
326, EV_SEELAB 326, EV_SEELAB, Cutscene when Erina is about to enter lab.
327, EV_INLAB 327, EV_INLAB, Cutscene at the entrance of lab.
328, EV_LASERLAB 328, EV_LASERLAB, Cutscene where Erina starts an alarm system in lab.
329, EV_CAVELAB 329, EV_CAVELAB, Cutscene where Cicini talks about her room being in the lab (when entering sliding power room).
330, EV_FINALLAB 330, EV_FINALLAB, Cutscene where Erina finds the computer room in Lab. Warps Erina to town (area5) and gives 17500 EN. Requires event 357.
331, EV_REDBOT 331, EV_REDBOT, Triggers Mr. Big Box fight.
332, EV_SPRINGLAB 332, EV_SPRINGLAB,
333, EV_MAIDTEAM 333, EV_MAIDTEAM, Triggers Maids fight in System Interior I.
334, EV_RUINDOWN 334, EV_RUINDOWN, Cutscene where Cicini tells Erina how to get to the lab. Requires event 357.
335, EV_RUINWRONG 335, EV_RUINWRONG, Another cutscene requiring 357.
336, EV_RUINNEAR 336, EV_RUINNEAR, idem.
337, EV_IRISUSTALK1 337, EV_IRISUSTALK1, Cutscene in which Erina sees Irisu running away (in the ruins).
338, EV_CANENTERCYBER 338, EV_CANENTERCYBER,
339, EV_PRPRBASEENTER 339, EV_PRPRBASEENTER, Cutscene before Erina enters UPRPRC base.
340, EV_CYBERCOUNTER 340, EV_CYBERCOUNTER,
341, EV_BEFORECYBER 341, EV_BEFORECYBER,
342, EV_WATERWARNING 342, EV_WATERWARNING, Cutscene in which Ribbon warns Erina about entering water areas. Doesn't play if Erina has water orb.
343, EV_BOSS3B 343, EV_BOSS3B,
344, EV_IRISUBOSS 344, EV_IRISUBOSS, Triggers Irisu boss fight; recruits Irisu; plays credits and warps Erina in town (area5).
345, EV_CAVECRYSTALBOSS 345, EV_CAVECRYSTALBOSS, Triggers Crystal boss fight. Does not recruit Ashuri. Only works if event 365 is flagged. Enables event 366.
346, EV_ENTERLIBRARY 346, EV_ENTERLIBRARY,
347, EV_SHOPPINGCENTER 347, EV_SHOPPINGCENTER,
348, EV_FIRSTCITY 348, EV_FIRSTCITY,
349, EV_FINALCITY 349, EV_FINALCITY,
350, EV_SHOPPINGCENTERBOSS 350, EV_SHOPPINGCENTERBOSS,
351, EV_STREETBOSS 351, EV_STREETBOSS,
352, EV_BEFOREFIRSTWARP 352, EV_BEFOREFIRSTWARP,
353, EV_ENOUGH2 353, EV_ENOUGH2,
354, EV_ENOUGH4 354, EV_ENOUGH4,
355, EV_ENOUGH7 355, EV_ENOUGH7,
356, EV_ENOUGH10 356, EV_ENOUGH10,
357, EV_TOWNPC 357, EV_TOWNPC, Warps Erina to area4 and enables access to Lab. Requires event 265.
358, EV_PCMEETMAID 358, EV_PCMEETMAID, Triggers Syaro and Cicini cutscene. Recruits Syaro.
359, EV_FIRSTBOSSIII 359, EV_FIRSTBOSSIII,
360, EV_COCOA 360, EV_COCOA, Cutscene at the entrance of Forgotten Cave I. Requires event 388. Breaks blocks with event 43 attached.
361, EV_SNOWBLOCK 361, EV_SNOWBLOCK,
362, EV_LIBRARYNOTYET 362, EV_LIBRARYNOTYET,
363, EV_NOVOIDYET 363, EV_NOVOIDYET, Erina steps back unless Miriam is defeated (event 296).
364, EV_COCOAFLAG 364, EV_COCOAFLAG, No apparent effect but enables event 264 (Cocoa2).
365, EV_TOWNASHLEY 365, EV_TOWNASHLEY, Enables event 345 (crystal fight). Requires event 343 (Ashuri 2 fight).
366, EV_ASHLEYCRYSTAL 366, EV_ASHLEYCRYSTAL, Requires event 345 (crystal fight). Recruits Ashuri.
367, EV_OPENBOTTLE 367, EV_OPENBOTTLE,
368, EV_BEFOREFINALBOSS1 368, EV_BEFOREFINALBOSS1,
369, EV_BEFOREFINALBOSS2 369, EV_BEFOREFINALBOSS2,
370, EV_FINALBOSS 370, EV_FINALBOSS,
371, EV_FIRSTPYB 371, EV_FIRSTPYB, Triggers Pandora boss fight. Recruits Pandora and breaks Pandora blocks (event 110).
372, EV_FIRSTPYC 372, EV_FIRSTPYC,
373, EV_1STSHOP 373, EV_1STSHOP,
374, EV_1STSHOPB 374, EV_1STSHOPB,
375, EV_ICELAND 375, EV_ICELAND, Triggers the cutscene at the entrance of Northern Tundra.
376, EV_TOWNPC2 376, EV_TOWNPC2, Cutscene in which Cicini asks to find Syaro. Requires events 265; 357; 341.
377, EV_MAIDBOT 377, EV_MAIDBOT, Triggers Maid fight in lab.
378, EV_GIVEKICK 378, EV_GIVEKICK, Cutscene in which Miriam gives Bunny strike. Item is actually given.
379, EV_DANCERB 379, EV_DANCERB, Triggers Kotri2 boss fight (blue form). Enables event 295.
380, EV_RABITOWNOUT 380, EV_RABITOWNOUT, Cutscene where Erina is about to enter Rabi Rabi Town.
381, EV_RABITOWNIN 381, EV_RABITOWNIN, Cutscene where Erina has just entered town.
382, EV_SEEHIGHJUMP 382, EV_SEEHIGHJUMP, Cutscene where Erina is told to find Rabi slippers.
383, EV_OLDHOME 383, EV_OLDHOME,
384, EV_RUMISHOP 384, EV_RUMISHOP, Allows use of consumables. Warning: without Ribbon game crashes if you go to the magic type menu.
385, EV_PRPRBOT1 385, EV_PRPRBOT1, Triggers fight against yellow UPRPRC tank.
386, EV_PRPRBOT2 386, EV_PRPRBOT2, Triggers fight against blue UPRPRC tank.
387, EV_PRPRBOT3 387, EV_PRPRBOT3, Triggers fight against green UPRPRC tank.
388, EV_COCOACAVE 388, EV_COCOACAVE, Cutscene where Erina finds Cocoa in cave and she spawns a springboard. Needs events 382 and 322.
389, EV_NOTRIGHTBEFORERUMI 389, EV_NOTRIGHTBEFORERUMI,
390, EV_SNOWBOSSSAVE 390, EV_SNOWBOSSSAVE, Cutscene in which Nieve asks to find Nixie. Requires event 271.
391, EV_RIBIFRIEND 391, EV_RIBIFRIEND, Cutscene where Lilli and Pixie update diary with hint to Aurora Palace/hint is not given on diary if you have fought Nieve or if this flag is set directly
392, EV_RIBIFRIEND2 392, EV_RIBIFRIEND2, Cutscene where Lilli and Pixie update diary with hint to Lilith and Aruraune/individual hints are not given on diary if you have fought the respective fights or if this flag is set directly
393, EV_FORESTHELP1 393, EV_FORESTHELP1, Used in a former version of game. Cutscene where Aruraune asks for help.
394, EV_FORESTHELP2 394, EV_FORESTHELP2, Cutscene where Aruraune asks for help.
395, EV_CRYSTALDANCER 395, EV_CRYSTALDANCER, Cutscene where Erina finds Pandora and Kotri looking for the Crystal. Requires event 365.
396, EV_SEANASAVE 396, EV_SEANASAVE, Cutscene where Cicini tells you to meet Seana at the west gate of Rabi town. Requires having fought Cicini Syaro Nieve Nixie Vanilla Chocolate and Seana1.
397, EV_OPENING2 397, EV_OPENING2,
398, EV_HILLBOSS2 398, EV_HILLBOSS2, Triggers final cutscene with Saya. Recruits Saya.
399, EV_SEANASING 399, EV_SEANASING, Triggers Seana2 boss fight. Requires having fought Nieve; Nixie; Cicini; Syaro; Vanilla; Chocolate and Seana1.
400, EV_FINDBOX 400, EV_FINDBOX,
401, EV_CANNOTLEAVEHOSP 401, EV_CANNOTLEAVEHOSP,
402, EV_FIRSTBADGE 402, EV_FIRSTBADGE,
403, EV_FIRSTTYPE 403, EV_FIRSTTYPE,
404, EV_MIRUBLACKOFF 404, EV_MIRUBLACKOFF,
405, EV_NONO 405, EV_NONO,
406, EV_CANCARROT 406, EV_CANCARROT,
407, EV_GIVECARROT 407, EV_GIVECARROT,
408, EV_3TYPE 408, EV_3TYPE,
409, EV_CCC 409, EV_CCC,
410, EV_TOWNPPL 410, EV_TOWNPPL,
411, EV_CREDIT 411, EV_CREDIT, Starts ending sequence/recruits all five end game town members/warps you around so make sure areas exist.
412, EV_RUMIBOSS 412, EV_RUMIBOSS, Triggers Rumi boss fight. Recruits Rumi and starts chapter 7.
413, EV_OTAKUF 413, EV_OTAKUF,
414, EV_OTAKUS 414, EV_OTAKUS,
415, EV_USERITA 415, EV_USERITA, Triggers side chapter. Requires having recruited 5 town members. Rita will fight 1st 4th and 5th recruits. If one of them shouldn't be there in side chapter (Rumi Irisu Lilli Pixie or other) it makes the game softlock.
416, EV_RITATOWN1 416, EV_RITATOWN1,
417, EV_RITATOWN2 417, EV_RITATOWN2,
418, EV_RITATOWN3 418, EV_RITATOWN3,
419, EV_POSTGAME1 419, EV_POSTGAME1, Initiates chapter 6.
420, EV_RITASAYA 420, EV_RITASAYA, Cutscene in which Erina sees Saya and Rita in Volcanic caverns. Requires chapter 6.
421, EV_ERINA 421, EV_ERINA,
422, EV_NONOFORM2 422, EV_NONOFORM2,
423, EV_NONOFORM2B 423, EV_NONOFORM2B,
424, EV_NOTLAB 424, EV_NOTLAB, Erina takes a step back unless Cicini is defeated and event 357 is flagged.
425, EV_PIT 425, EV_PIT, Cutscene where Erina gets warned about laser holes in system interior I.
426, EV_GOWEST 426, EV_GOWEST, Cutscene where Ribbon suggests going to Rabi Rabi Park instead of Ravine.
427, EV_UPRPRC3 427, EV_UPRPRC3, Triggers UPRPRC boss fight in Night forest.
428, EV_UPRPRC4 428, EV_UPRPRC4, Triggers UPRPRC boss fight in Evernight peak.
429, EV_DARKAREA 429, EV_DARKAREA, Cutscene where Ribbon warns Erina about darkness. Erina does not take a step back.
430, EV_DARKAREA2 430, EV_DARKAREA2, idem with another one.
431, EV_NOEVENT 431, EV_NOEVENT,
432, EV_ALLJOINED 432, EV_ALLJOINED, Recruits every town member except Keke Bunny and DLC characters.
433, EV_ENTERVOID 433, EV_ENTERVOID, Cutscene at the entrance of Forgotten Cave II.
434, EV_VOIDBLOCK 434, EV_VOIDBLOCK, Switch/door blocks (working in reverse). Blocks spawn once event is triggered.
435, EV_REDCYBER 435, EV_REDCYBER,
436, EV_NOCICINI 436, EV_NOCICINI,
437, EV_BEFORERED 437, EV_BEFORERED,
438, EV_AFTERRED 438, EV_AFTERRED,
439, EV_FOUNDEXIT 439, EV_FOUNDEXIT,
440, EV_AFTERRED2 440, EV_AFTERRED2,
441, EV_AFTERRED3 441, EV_AFTERRED3,
442, EV_IRISUEVENTD 442, EV_IRISUEVENTD,
443, EV_IRISUCG 443, EV_IRISUCG,
444, EV_LIBRARY 444, EV_LIBRARY,
445, EV_IRISUEVENTD2 445, EV_IRISUEVENTD2,
446, EV_LIBBLOCK 446, EV_LIBBLOCK,
447, EV_FINDIRISU 447, EV_FINDIRISU,
448, EV_PLURKMEAT 448, EV_PLURKMEAT, Cutscene where Erina sees a meatbone before entering Plurkwood.
449, EV_PLURKENTER 449, EV_PLURKENTER, Cutscene before Erina sees Mr. Tako.
450, EV_PLURKTAKO 450, EV_PLURKTAKO, Cutscene where Tako asks you to find Keke Bunny. It is not a requirement for event 452.
451, EV_PLURKMIDBOSS 451, EV_PLURKMIDBOSS, Triggers Plurk twin cats boss fight. Also can be used as switch/door.
452, EV_PLURKBOSS 452, EV_PLURKBOSS, Triggers Keke Bunny boss fight. Does not recruit Keke Bunny but she spawns in town. Talk to her to recruit her.
453, EV_PLURKTAKO2 453, EV_PLURKTAKO2, Cutscene where Mr. Tako gives you P airpin. Requires event 452.
454, EV_FPS 454, EV_FPS,
455, EV_PLURKBLOCK 455, EV_PLURKBLOCK, Blocks that remain solid until Keke Bunny is defeated. Can be used as switch/doors.
456, EV_REFLECTED99 456, EV_REFLECTED99,
457, EV_REFLECTED300 457, EV_REFLECTED300,
458, EV_WATERAREA 458, EV_WATERAREA,
459, EV_DIFFICULTY 459, EV_DIFFICULTY,
460, EV_NEWGAME 460, EV_NEWGAME,
461, EV_COCOA1EX 461, EV_COCOA1EX,
462, EV_RIBBONEX 462, EV_RIBBONEX,
463, EV_ASHURI1EX 463, EV_ASHURI1EX,
464, EV_SAYAEX 464, EV_SAYAEX, Triggers SP Saya boss fight. Only works if Background 128 is used and if chapter 9 is set. Needs DLC 2 installed.
465, EV_CATSEX 465, EV_CATSEX, Triggers Halloween Cats boss fight. Requires event 496.
480, EV_NODLCYET 480, EV_NODLCYET,
481, EV_PLAYDLCBGM1 481, EV_PLAYDLCBGM1, Music trigger for track Plan B.
482, EV_PLAYDLCBGM2 482, EV_PLAYDLCBGM2, Music trigger for track Rabi Rabi Ravine ver.2.
483, EV_FALLHILL 483, EV_FALLHILL, Erina takes fall damage and her position is reset to the edge of the screen. Works outside of DLC 2.
484, EV_PIXIELILLI 484, EV_PIXIELILLI, Triggers Lilli and Pixie boss fight.
485, EV_ESCAPE 485, EV_ESCAPE, Triggers the escape event. Wind appears and all blocks with event 160 on them turn solid until event 486 is reached.
486, EV_ESCAPEEND 486, EV_ESCAPEEND, Ends the escape and chapter 9. Erina warps to area3 and to area5. Fairies flute is given to Erina and event 494 is automatically enabled.
487, EV_HILLENTER 487, EV_HILLENTER,
488, EV_PUZZLECLEAR 488, EV_PUZZLECLEAR,
489, EV_FOUNDQB 489, EV_FOUNDQB,
490, EV_CRYSTALEX 490, EV_CRYSTALEX,
491, EV_BEFOREERINA 491, EV_BEFOREERINA,
492, EV_FALLINTOERINA 492, EV_FALLINTOERINA,
493, EV_VSERINA 493, EV_VSERINA,
494, EV_DLC2START 494, EV_DLC2START, Initial dialog when entering Hall of Memories 2.
495, EV_LOSTITEM 495, EV_LOSTITEM, Initial dialog when entering Hall of Memories 2. Breaks blocks with event 480 attached.
496, EV_HW 496, EV_HW, Triggers DLC 1 cutscene where Cicini Lilith and Syaro prepare Halloween. Requires them to be recruited. Enables event 465.
497, EV_NOHW 497, EV_NOHW, Blocks with this event remain solid if DLC 1 is not installed. They break if it is installed.
498, EV_STARTDLCIRISU 498, EV_STARTDLCIRISU, Dialog with Irisu in Town to activate Is The Order a DLC? Advances game to Extra Chapter. Warps Erina to Rabi Ribi Ravine.
499, EV_CHANGECLOTH 499, EV_CHANGECLOTH,
500, EV_RIBIFRIENDDLC 500, EV_RIBIFRIENDDLC,
501, EV_ERINAMEMORY1 501, EV_ERINAMEMORY1, Cutscene with Erina and Erina the forgotten maiden.
502, EV_ERINAMEMORY2 502, EV_ERINAMEMORY2, idem.
503, EV_ERINAMEMORY3 503, EV_ERINAMEMORY3, idem.
504, EV_ERINAMEMORY4 504, EV_ERINAMEMORY4, idem.
505, EV_ERINAMEMORY5 505, EV_ERINAMEMORY5, idem.
506, EV_ERINAMEMORY6 506, EV_ERINAMEMORY6, idem.
507, EV_ERINAMEMORY7 507, EV_ERINAMEMORY7, idem.
508, EV_ERINAMEMORY8 508, EV_ERINAMEMORY8, idem.
509, EV_VSERINA_CHECKPOINT 509, EV_VSERINA_CHECKPOINT,
510, EV_DLCBLOCK 510, EV_DLCBLOCK,
511, EV_____________ 511, EV_____________,
512, EV_MEMORYRED 512, EV_MEMORYRED, DLC2 HoM2 blocks. Can be used as switch/door if DLC 2 is installed.
513, EV_MEMORYBLUE 513, EV_MEMORYBLUE, idem.
514, EV_MEMORYGREEN 514, EV_MEMORYGREEN, idem.
515, EV_MEMORYPURPLE 515, EV_MEMORYPURPLE, idem.
516, EV_B_MEMORYRED 516, EV_B_MEMORYRED, Triggers fight against Red bunny in HoM2. Breaks blocks with event 512.
517, EV_B_MEMORYBLUE 517, EV_B_MEMORYBLUE, same with Blue bunny and event 513.
518, EV_B_MEMORYGREEN 518, EV_B_MEMORYGREEN, same with Green bunny and event 514.
519, EV_B_MEMORYPURPLE 519, EV_B_MEMORYPURPLE, same with Purple bunny and event 515.
520, EV_UPDOWNRED 520, EV_UPDOWNRED,
521, EV_ALLJOINED2 521, EV_ALLJOINED2, Recruits Lilli; Pixie and Erina the forgotten Maiden.

1 eventid in-game event function
2 256 EV_FIRSTBOSS Triggers Cocoa1 boss fight.
3 257 EV_MEETFAIRY Initial Ribbon encounter. Triggers Ribbon boss fight. Enables some entities to spawn (bouncing cats for instance)
4 258 EV_REACHMANA
5 259 EV_SECONDBOSS
6 260 EV_3RDBOSS Triggers Ashuri1 boss fight. Does not recruit Ashuri. Is not required to trigger Ashuri2.
7 261 EV_1STRUMI meet Rumi in town cutscene/starts chapter 1 and gives a donut and cake if viewed WARNING: moves you into area 5 to show Miru and warps you to a set location in area 5 at the end
8 262 EV_4THBOSS Triggers Rita boss fight and recruits Rita.
9 263 EV_FAIRYBOSS
10 264 EV_FIRSTBOSSII Triggers Cocoa2 boss fight if event 364 is flagged.
11 265 EV_PCBOSS Triggers Cicini boss fight. Needs event 1016 to be in the same room. Warps Erina to area2 after the post-fight cutscene.
12 266 EV_VVVVVV Triggers the system interior II endurance fight.
13 267 EV_PYBOSS Triggers Shadow Pandora fight.
14 268 EV_HILLBOSS Triggers Saya boss fight. Does not recruit Saya.
15 269 EV_MAIDBOSS Triggers Syaro boss fight. There are a lot of requirements (events 265 357 and 341)
16 270 EV_REACHISLANDTOTOWER
17 271 EV_SNOWBOSS Triggers Nieve boss fight. Enables event 272 and 390.
18 272 EV_SNOWBOSSII Triggers Nixie boss fight if event 271 and 390 are flagged. Recruits Nieve and Nixie.
19 273 EV_SNOWRM
20 274 EV_PCTALKAFTERMAID
21 275 EV_MAIDTELEPORT Unused. Triggers a cutscene that warps Erina where she already is.
22 276 EV_GOTORUMI
23 277 EV_SPIKE Triggers a cutscene in which Erina steps back. Works only once.
24 278 EV_SEABOSS Triggers Seana1 boss fight. Does not recruit Seana.
25 279 EV_AFTERVVVVVV Cutscene after endurance fight in System Interior II.
26 280 EV_PCCALLBACK
27 281 EV_DJPC Activates Warp Stones in-game. Event does not work if Rabi slippers or Air jump is on.
28 282 EV_FAIRYEXPLAIN
29 283 EV_CAVELORR
30 284 EV_FORESTBOSS Triggers Aruraune boss fight and recruits Aruraune.
31 285 EV_CRYSTALBOSS
32 286 EV_CRYSTALOPENED
33 287 EV_CITYS1
34 288 EV_CITYS2
35 289 EV_SCBBOSS Triggers Lilith1 boss fight. Does not recruit Lilith.
36 290 EV_BRIDGEBOSS Triggers Vanilla boss fight. Recruits Vanilla.
37 291 EV_BRIDGEBOSSII
38 292 EV_3RDBOSSII
39 293 EV_BBUNNY
40 294 EV_DOUBLECAT
41 295 EV_FIREBOSS Triggers Kotri3 boss fight (red form). Recruits Kotri.
42 296 EV_MAZEBOSS Triggers Miriam boss fight. Recruits Miriam. Disables event 363.
43 297 EV_TELEPORT
44 298 EV_TELEPORT2
45 299 EV_GODOWN
46 300 EV_FIRSTPY Cutscene where Erina takes a step back and Ribbon refuses she goes further. Does not work outside of prologue.
47 301 EV_NOLEFT
48 302 EV_SHOPOUT Cutscene in which Erina sees the shop.
49 303 EV_EDFLAG
50 304 EV_LOOPED
51 307 EV_BUNNY2 Triggers UPRPRC fight in Starting forest. Warps Erina to eastern end of Western Coast (area1).
52 308 EV_HOSP1
53 309 EV_HOSPBACK
54 310 EV_HOSP2
55 311 EV_HOSP3
56 312 EV_HIGHWAY
57 313 EV_HIGHWAYBOSS
58 314 EV_FINALBOSSX
59 315 EV_RITA Triggers Shadow Rita boss fight.
60 316 EV_STG1 Triggers aerial fight with Lilith. Requires event 265 and 289 (Cicini and Lilith fight). Recruits Lilith and spawns you to starting location once she is beaten.
61 317 EV_NOMORESTG1 Prevents Erina from going further is event 316 has been flagged.
62 318 EV_GOLEM
63 319 EV_ALPHATEST
64 320 EV_BEFOREGOLEM
65 321 EV_MEETRITAP Cutscene in which Erina sees Saya and Rita in ravine. Does not work outside of prologue.
66 322 EV_MEETFIRE Triggers Kotri1 boss fight (green form) only if coming from the right. Is not required to trigger Kotri2.
67 323 EV_BUNNY2B Triggers UPRPRC fight in beach. Allows use of Boost. Cutscene throws error message though.
68 324 EV_CATMINI Triggers Chocolate boss fight. Recruits Chocolate. Does not work during prologue. Requires event 261.
69 325 EV_PRPRTEAM
70 326 EV_SEELAB Cutscene when Erina is about to enter lab.
71 327 EV_INLAB Cutscene at the entrance of lab.
72 328 EV_LASERLAB Cutscene where Erina starts an alarm system in lab.
73 329 EV_CAVELAB Cutscene where Cicini talks about her room being in the lab (when entering sliding power room).
74 330 EV_FINALLAB Cutscene where Erina finds the computer room in Lab. Warps Erina to town (area5) and gives 17500 EN. Requires event 357.
75 331 EV_REDBOT Triggers Mr. Big Box fight.
76 332 EV_SPRINGLAB
77 333 EV_MAIDTEAM Triggers Maids fight in System Interior I.
78 334 EV_RUINDOWN Cutscene where Cicini tells Erina how to get to the lab. Requires event 357.
79 335 EV_RUINWRONG Another cutscene requiring 357.
80 336 EV_RUINNEAR idem.
81 337 EV_IRISUSTALK1 Cutscene in which Erina sees Irisu running away (in the ruins).
82 338 EV_CANENTERCYBER
83 339 EV_PRPRBASEENTER Cutscene before Erina enters UPRPRC base.
84 340 EV_CYBERCOUNTER
85 341 EV_BEFORECYBER
86 342 EV_WATERWARNING Cutscene in which Ribbon warns Erina about entering water areas. Doesn't play if Erina has water orb.
87 343 EV_BOSS3B
88 344 EV_IRISUBOSS Triggers Irisu boss fight; recruits Irisu; plays credits and warps Erina in town (area5).
89 345 EV_CAVECRYSTALBOSS Triggers Crystal boss fight. Does not recruit Ashuri. Only works if event 365 is flagged. Enables event 366.
90 346 EV_ENTERLIBRARY
91 347 EV_SHOPPINGCENTER
92 348 EV_FIRSTCITY
93 349 EV_FINALCITY
94 350 EV_SHOPPINGCENTERBOSS
95 351 EV_STREETBOSS
96 352 EV_BEFOREFIRSTWARP
97 353 EV_ENOUGH2
98 354 EV_ENOUGH4
99 355 EV_ENOUGH7
100 356 EV_ENOUGH10
101 357 EV_TOWNPC Warps Erina to area4 and enables access to Lab. Requires event 265.
102 358 EV_PCMEETMAID Triggers Syaro and Cicini cutscene. Recruits Syaro.
103 359 EV_FIRSTBOSSIII
104 360 EV_COCOA Cutscene at the entrance of Forgotten Cave I. Requires event 388. Breaks blocks with event 43 attached.
105 361 EV_SNOWBLOCK
106 362 EV_LIBRARYNOTYET
107 363 EV_NOVOIDYET Erina steps back unless Miriam is defeated (event 296).
108 364 EV_COCOAFLAG No apparent effect but enables event 264 (Cocoa2).
109 365 EV_TOWNASHLEY Enables event 345 (crystal fight). Requires event 343 (Ashuri 2 fight).
110 366 EV_ASHLEYCRYSTAL Requires event 345 (crystal fight). Recruits Ashuri.
111 367 EV_OPENBOTTLE
112 368 EV_BEFOREFINALBOSS1
113 369 EV_BEFOREFINALBOSS2
114 370 EV_FINALBOSS
115 371 EV_FIRSTPYB Triggers Pandora boss fight. Recruits Pandora and breaks Pandora blocks (event 110).
116 372 EV_FIRSTPYC
117 373 EV_1STSHOP
118 374 EV_1STSHOPB
119 375 EV_ICELAND Triggers the cutscene at the entrance of Northern Tundra.
120 376 EV_TOWNPC2 Cutscene in which Cicini asks to find Syaro. Requires events 265; 357; 341.
121 377 EV_MAIDBOT Triggers Maid fight in lab.
122 378 EV_GIVEKICK Cutscene in which Miriam gives Bunny strike. Item is actually given.
123 379 EV_DANCERB Triggers Kotri2 boss fight (blue form). Enables event 295.
124 380 EV_RABITOWNOUT Cutscene where Erina is about to enter Rabi Rabi Town.
125 381 EV_RABITOWNIN Cutscene where Erina has just entered town.
126 382 EV_SEEHIGHJUMP Cutscene where Erina is told to find Rabi slippers.
127 383 EV_OLDHOME
128 384 EV_RUMISHOP Allows use of consumables. Warning: without Ribbon game crashes if you go to the magic type menu.
129 385 EV_PRPRBOT1 Triggers fight against yellow UPRPRC tank.
130 386 EV_PRPRBOT2 Triggers fight against blue UPRPRC tank.
131 387 EV_PRPRBOT3 Triggers fight against green UPRPRC tank.
132 388 EV_COCOACAVE Cutscene where Erina finds Cocoa in cave and she spawns a springboard. Needs events 382 and 322.
133 389 EV_NOTRIGHTBEFORERUMI
134 390 EV_SNOWBOSSSAVE Cutscene in which Nieve asks to find Nixie. Requires event 271.
135 391 EV_RIBIFRIEND Cutscene where Lilli and Pixie update diary with hint to Aurora Palace/hint is not given on diary if you have fought Nieve or if this flag is set directly
136 392 EV_RIBIFRIEND2 Cutscene where Lilli and Pixie update diary with hint to Lilith and Aruraune/individual hints are not given on diary if you have fought the respective fights or if this flag is set directly
137 393 EV_FORESTHELP1 Used in a former version of game. Cutscene where Aruraune asks for help.
138 394 EV_FORESTHELP2 Cutscene where Aruraune asks for help.
139 395 EV_CRYSTALDANCER Cutscene where Erina finds Pandora and Kotri looking for the Crystal. Requires event 365.
140 396 EV_SEANASAVE Cutscene where Cicini tells you to meet Seana at the west gate of Rabi town. Requires having fought Cicini Syaro Nieve Nixie Vanilla Chocolate and Seana1.
141 397 EV_OPENING2
142 398 EV_HILLBOSS2 Triggers final cutscene with Saya. Recruits Saya.
143 399 EV_SEANASING Triggers Seana2 boss fight. Requires having fought Nieve; Nixie; Cicini; Syaro; Vanilla; Chocolate and Seana1.
144 400 EV_FINDBOX
145 401 EV_CANNOTLEAVEHOSP
146 402 EV_FIRSTBADGE
147 403 EV_FIRSTTYPE
148 404 EV_MIRUBLACKOFF
149 405 EV_NONO
150 406 EV_CANCARROT
151 407 EV_GIVECARROT
152 408 EV_3TYPE
153 409 EV_CCC
154 410 EV_TOWNPPL
155 411 EV_CREDIT Starts ending sequence/recruits all five end game town members/warps you around so make sure areas exist.
156 412 EV_RUMIBOSS Triggers Rumi boss fight. Recruits Rumi and starts chapter 7.
157 413 EV_OTAKUF
158 414 EV_OTAKUS
159 415 EV_USERITA Triggers side chapter. Requires having recruited 5 town members. Rita will fight 1st 4th and 5th recruits. If one of them shouldn't be there in side chapter (Rumi Irisu Lilli Pixie or other) it makes the game softlock.
160 416 EV_RITATOWN1
161 417 EV_RITATOWN2
162 418 EV_RITATOWN3
163 419 EV_POSTGAME1 Initiates chapter 6.
164 420 EV_RITASAYA Cutscene in which Erina sees Saya and Rita in Volcanic caverns. Requires chapter 6.
165 421 EV_ERINA
166 422 EV_NONOFORM2
167 423 EV_NONOFORM2B
168 424 EV_NOTLAB Erina takes a step back unless Cicini is defeated and event 357 is flagged.
169 425 EV_PIT Cutscene where Erina gets warned about laser holes in system interior I.
170 426 EV_GOWEST Cutscene where Ribbon suggests going to Rabi Rabi Park instead of Ravine.
171 427 EV_UPRPRC3 Triggers UPRPRC boss fight in Night forest.
172 428 EV_UPRPRC4 Triggers UPRPRC boss fight in Evernight peak.
173 429 EV_DARKAREA Cutscene where Ribbon warns Erina about darkness. Erina does not take a step back.
174 430 EV_DARKAREA2 idem with another one.
175 431 EV_NOEVENT
176 432 EV_ALLJOINED Recruits every town member except Keke Bunny and DLC characters.
177 433 EV_ENTERVOID Cutscene at the entrance of Forgotten Cave II.
178 434 EV_VOIDBLOCK Switch/door blocks (working in reverse). Blocks spawn once event is triggered.
179 435 EV_REDCYBER
180 436 EV_NOCICINI
181 437 EV_BEFORERED
182 438 EV_AFTERRED
183 439 EV_FOUNDEXIT
184 440 EV_AFTERRED2
185 441 EV_AFTERRED3
186 442 EV_IRISUEVENTD
187 443 EV_IRISUCG
188 444 EV_LIBRARY
189 445 EV_IRISUEVENTD2
190 446 EV_LIBBLOCK
191 447 EV_FINDIRISU
192 448 EV_PLURKMEAT Cutscene where Erina sees a meatbone before entering Plurkwood.
193 449 EV_PLURKENTER Cutscene before Erina sees Mr. Tako.
194 450 EV_PLURKTAKO Cutscene where Tako asks you to find Keke Bunny. It is not a requirement for event 452.
195 451 EV_PLURKMIDBOSS Triggers Plurk twin cats boss fight. Also can be used as switch/door.
196 452 EV_PLURKBOSS Triggers Keke Bunny boss fight. Does not recruit Keke Bunny but she spawns in town. Talk to her to recruit her.
197 453 EV_PLURKTAKO2 Cutscene where Mr. Tako gives you P airpin. Requires event 452.
198 454 EV_FPS
199 455 EV_PLURKBLOCK Blocks that remain solid until Keke Bunny is defeated. Can be used as switch/doors.
200 456 EV_REFLECTED99
201 457 EV_REFLECTED300
202 458 EV_WATERAREA
203 459 EV_DIFFICULTY
204 460 EV_NEWGAME
205 461 EV_COCOA1EX
206 462 EV_RIBBONEX
207 463 EV_ASHURI1EX
208 464 EV_SAYAEX Triggers SP Saya boss fight. Only works if Background 128 is used and if chapter 9 is set. Needs DLC 2 installed.
209 465 EV_CATSEX Triggers Halloween Cats boss fight. Requires event 496.
210 480 EV_NODLCYET
211 481 EV_PLAYDLCBGM1 Music trigger for track Plan B.
212 482 EV_PLAYDLCBGM2 Music trigger for track Rabi Rabi Ravine ver.2.
213 483 EV_FALLHILL Erina takes fall damage and her position is reset to the edge of the screen. Works outside of DLC 2.
214 484 EV_PIXIELILLI Triggers Lilli and Pixie boss fight.
215 485 EV_ESCAPE Triggers the escape event. Wind appears and all blocks with event 160 on them turn solid until event 486 is reached.
216 486 EV_ESCAPEEND Ends the escape and chapter 9. Erina warps to area3 and to area5. Fairies flute is given to Erina and event 494 is automatically enabled.
217 487 EV_HILLENTER
218 488 EV_PUZZLECLEAR
219 489 EV_FOUNDQB
220 490 EV_CRYSTALEX
221 491 EV_BEFOREERINA
222 492 EV_FALLINTOERINA
223 493 EV_VSERINA
224 494 EV_DLC2START Initial dialog when entering Hall of Memories 2.
225 495 EV_LOSTITEM Initial dialog when entering Hall of Memories 2. Breaks blocks with event 480 attached.
226 496 EV_HW Triggers DLC 1 cutscene where Cicini Lilith and Syaro prepare Halloween. Requires them to be recruited. Enables event 465.
227 497 EV_NOHW Blocks with this event remain solid if DLC 1 is not installed. They break if it is installed.
228 498 EV_STARTDLCIRISU Dialog with Irisu in Town to activate Is The Order a DLC? Advances game to Extra Chapter. Warps Erina to Rabi Ribi Ravine.
229 499 EV_CHANGECLOTH
230 500 EV_RIBIFRIENDDLC
231 501 EV_ERINAMEMORY1 Cutscene with Erina and Erina the forgotten maiden.
232 502 EV_ERINAMEMORY2 idem.
233 503 EV_ERINAMEMORY3 idem.
234 504 EV_ERINAMEMORY4 idem.
235 505 EV_ERINAMEMORY5 idem.
236 506 EV_ERINAMEMORY6 idem.
237 507 EV_ERINAMEMORY7 idem.
238 508 EV_ERINAMEMORY8 idem.
239 509 EV_VSERINA_CHECKPOINT
240 510 EV_DLCBLOCK
241 511 EV_____________
242 512 EV_MEMORYRED DLC2 HoM2 blocks. Can be used as switch/door if DLC 2 is installed.
243 513 EV_MEMORYBLUE idem.
244 514 EV_MEMORYGREEN idem.
245 515 EV_MEMORYPURPLE idem.
246 516 EV_B_MEMORYRED Triggers fight against Red bunny in HoM2. Breaks blocks with event 512.
247 517 EV_B_MEMORYBLUE same with Blue bunny and event 513.
248 518 EV_B_MEMORYGREEN same with Green bunny and event 514.
249 519 EV_B_MEMORYPURPLE same with Purple bunny and event 515.
250 520 EV_UPDOWNRED
251 521 EV_ALLJOINED2 Recruits Lilli; Pixie and Erina the forgotten Maiden.

@ -12,7 +12,7 @@ Music ID, Music Name, Music Trigger Event ID, Remarks
10, PANDORA'S PALACE, 138, Golden Pyramid 10, PANDORA'S PALACE, 138, Golden Pyramid
11, RABI RABI RAVINE, 139, 11, RABI RABI RAVINE, 139,
12, HOME SWEET HOME, 140, Rabi Rabi Town 12, HOME SWEET HOME, 140, Rabi Rabi Town
13, RABI RABI PARK, 141, 13, RABI RABI PARK, 141, Rabi-Rabi Park. Is replaced by Adventure starts here during prologue. Needs event 261 to be triggered properly.
14, INSIDE UPRPRC, 142, 14, INSIDE UPRPRC, 142,
15, SKY ISLAND TOWN, 143, 15, SKY ISLAND TOWN, 143,
16, WINTER WONDERLAND, 144, Azure Snowland 16, WINTER WONDERLAND, 144, Azure Snowland
@ -31,7 +31,7 @@ Music ID, Music Name, Music Trigger Event ID, Remarks
29, PLURKWOOD, 157, 29, PLURKWOOD, 157,
30, ANOTHER D, 158, Hall of Memories 30, ANOTHER D, 158, Hall of Memories
31, ICY SUMMIT, 159, 31, ICY SUMMIT, 159,
32, PLAN B,, music IDs >31 do not have music triggers. See event 557 in custom_events.md 32, PLAN B,, music IDs >31 do not have music triggers. See event 557 in custom_events.md. Event 481 plays this track.
33, MIDBOSS BATTLE,, 33, MIDBOSS BATTLE,,
34, MELTING POINT,, 34, MELTING POINT,,
35, MIRIAM'S SHOP,, 35, MIRIAM'S SHOP,,
@ -54,7 +54,7 @@ Music ID, Music Name, Music Trigger Event ID, Remarks
52, M.R.,, 52, M.R.,,
53, MAIN MENU,, 53, MAIN MENU,,
54, SUDDEN DEATH,, 54, SUDDEN DEATH,,
55, RABI RABI RAVINE VER.2,, 55, RABI RABI RAVINE VER.2,, Event 482 plays this track.
56, AZURE,, 56, AZURE,,
57, ARTBOOK INTRO,, 57, ARTBOOK INTRO,,
58, RABI-RIBI PIANO TITLE,, 58, RABI-RIBI PIANO TITLE,,

1 Music ID Music Name Music Trigger Event ID Remarks
12 10 PANDORA'S PALACE 138 Golden Pyramid
13 11 RABI RABI RAVINE 139
14 12 HOME SWEET HOME 140 Rabi Rabi Town
15 13 RABI RABI PARK 141 Rabi-Rabi Park. Is replaced by Adventure starts here during prologue. Needs event 261 to be triggered properly.
16 14 INSIDE UPRPRC 142
17 15 SKY ISLAND TOWN 143
18 16 WINTER WONDERLAND 144 Azure Snowland
31 29 PLURKWOOD 157
32 30 ANOTHER D 158 Hall of Memories
33 31 ICY SUMMIT 159
34 32 PLAN B music IDs >31 do not have music triggers. See event 557 in custom_events.md music IDs >31 do not have music triggers. See event 557 in custom_events.md. Event 481 plays this track.
35 33 MIDBOSS BATTLE
36 34 MELTING POINT
37 35 MIRIAM'S SHOP
54 52 M.R.
55 53 MAIN MENU
56 54 SUDDEN DEATH
57 55 RABI RABI RAVINE VER.2 Event 482 plays this track.
58 56 AZURE
59 57 ARTBOOK INTRO
60 58 RABI-RIBI PIANO TITLE

@ -46,7 +46,10 @@ ID(s), Name/Effect
44-46, ??? 44-46, ???
47, Rainbow Magic (Does not actually give rainbow magic) 47, Rainbow Magic (Does not actually give rainbow magic)
48-59, ??? 48-59, ???
60-63, 1.8 DLC 60, Bunny Clover (can be used without DLC 2)
61, Wind Blessing (can be used without DLC 2)
62, Fairies Flute (can be used without DLC 2)
63, Bunny Memories (cannot be collected in custom maps outside of chapter10)
64, Health Plus 64, Health Plus
65, Health Surge 65, Health Surge
66, Mana Plus 66, Mana Plus
@ -78,7 +81,7 @@ ID(s), Name/Effect
92, Erina Badge 92, Erina Badge
93, Ribbon Badge 93, Ribbon Badge
94, Auto Trigger 94, Auto Trigger
95, Lilith's Gift 95, Lilith's Gift (can be collected even without DLC1 but cannot be equipped)
96-159, Health Up 96-159, Health Up
160-223, Attack Up 160-223, Attack Up
224-287, Mana Up 224-287, Mana Up

1 ID(s) Name/Effect
46 44-46 ???
47 47 Rainbow Magic (Does not actually give rainbow magic)
48 48-59 ???
49 60-63 60 1.8 DLC Bunny Clover (can be used without DLC 2)
50 61 Wind Blessing (can be used without DLC 2)
51 62 Fairies Flute (can be used without DLC 2)
52 63 Bunny Memories (cannot be collected in custom maps outside of chapter10)
53 64 Health Plus
54 65 Health Surge
55 66 Mana Plus
81 92 Erina Badge
82 93 Ribbon Badge
83 94 Auto Trigger
84 95 Lilith's Gift Lilith's Gift (can be collected even without DLC1 but cannot be equipped)
85 96-159 Health Up
86 160-223 Attack Up
87 224-287 Mana Up

@ -6,7 +6,7 @@
2. Add map files (`area0.map`,`area1.map` etc etc) to the custom map folder (`Rabi-Ribi\custom\<your map name>`) 2. Add map files (`area0.map`,`area1.map` etc etc) to the custom map folder (`Rabi-Ribi\custom\<your map name>`)
3. In Rabi-Ribi, press **F5** or **F6** to open the [custom maps menu](https://user-images.githubusercontent.com/27341392/30108930-ee520480-9336-11e7-9a82-bf40ca1ae89e.png). Select the custom map and start a new game. 3. In Rabi-Ribi, press **F5** or **F6** to open the [custom maps menu](https://user-images.githubusercontent.com/27341392/30108930-ee520480-9336-11e7-9a82-bf40ca1ae89e.png). Select the custom map and start a new game.
![instructions_custom_maps](https://user-images.githubusercontent.com/27341392/39337459-aa31db66-49ef-11e8-9663-5c0c4c9f19e5.png) ![instructions_custom_maps](https://user-images.githubusercontent.com/27341392/52190055-9eaf0400-2877-11e9-973a-a0993b460e28.png)
(You need Rabi-Ribi v1.8e / v1.85 or higher for the custom maps menu. The custom maps menu does not exist for v1.8 and below.) (You need Rabi-Ribi v1.8e / v1.85 or higher for the custom maps menu. The custom maps menu does not exist for v1.8 and below.)

Loading…
Cancel
Save