Skip to content

Instantly share code, notes, and snippets.

@jj9810
jj9810 / zero.js
Last active September 14, 2025 05:27
Maplestory Zero Simulator (Sep 2025)
/*
Maplestory Zero Assist Simulator
Original Author: @icepeng
Reference: @Monolith11
Update (Sep 2025): @jj9810
스킬 데이터는 KMS 풀공속 기준이며, V 매트릭스는 풀강 기준입니다.
*/
@jj9810
jj9810 / reuse.ts
Last active December 19, 2020 01:49
메이플스토리 스킬 재사용 초기화 시뮬레이션
/*
reuse.js
메이플스토리 스킬 재사용 초기화 시뮬레이션
Special thanks to: @icepeng
*/
// Skill Spec
const cooltime = 6000;
@jj9810
jj9810 / MagicBat.js
Created June 6, 2020 00:53
메이플 이벤트 레벨업 시뮬레이터
/*
깹이의 요술 방망이 시뮬레이터로 당신의 운을 시험해보세요!
이 코드는 MIT 허가서에 따라 배포됩니다.
확률 출처: https://maplestory.nexon.com/News/Popup/2019/MagicBat
*/
var probTable = [
[5, 5, 5, 5, 5, 5, 10, 20, 20, 20],