
* Wave mode instances - walkthrough conversions * NPC_EMOTION and NPC_EMOTION_ON disrupted the walking system and have been restricted on the maps. * Implemented AI_SPECIALs. AI and normal monsters can naturally fight each others. However monsters with AI_SPECIAL can't be hit by normal monsters. * Implemented mob_setidleevent command. `mob_setidleevent <GID>,<event>;` This command will attach an event label to the monster with the given <GID> which will execute when the <GID> is idle. * Added parameters to unitskilluseid and unitskillusepos -- `<cancel>`: define if the skill can be interrupted when hit (by default the cancel value was 'castcancel' from skill_db.txt) -- `<Line_ID>` : the monster will say the message from 'Line_ID' in mob_chat_db.yml when casting the skill * Added `UMOB_IGNORE_CELL_STACK_LIMIT` for setunitdata/getunitdata script command. When true, the monster will ignore the stack limit (max number of characters that can stack within a single cell) defined by 'official_cell_stack_limit' in misc.conf * The script is disabled by default like on KRO Thanks to @Lemongrass3110 @aleos89 @Badarosk0 @sigtus @Questune09 !
120 lines
3.0 KiB
Plaintext
120 lines
3.0 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Restricted.
|
|
//===== Description: =========================================
|
|
//= Disables items configured in item_noequip.txt
|
|
//= and skills configured in skill_nocast_db.txt.
|
|
//===== Changelogs: ==========================================
|
|
//= 1.0 Renewal split. [Euphy]
|
|
//= 1.1 Copied towns into this file. [Euphy]
|
|
//= 1.2 Added WOE:TE maps [Cydh]
|
|
//============================================================
|
|
|
|
// Instances =====================
|
|
1@mist mapflag restricted 6
|
|
1@cash mapflag restricted 6
|
|
1@pump mapflag restricted 6
|
|
2@pump mapflag restricted 6
|
|
1@lhz mapflag restricted 6
|
|
1@ma_h mapflag restricted 6
|
|
1@ma_c mapflag restricted 6
|
|
1@ma_b mapflag restricted 6
|
|
1@ecl mapflag restricted 6
|
|
|
|
// Glast Heim Memorial Dungeon ===
|
|
1@gl_k mapflag restricted 6
|
|
2@gl_k mapflag restricted 6
|
|
|
|
// Wave Mode Memorial Dungeon ====
|
|
1@def01 mapflag restricted 9
|
|
1@def02 mapflag restricted 9
|
|
1@def03 mapflag restricted 9
|
|
|
|
// Heroes' Trail - Part 1 ========
|
|
1@face mapflag restricted 6
|
|
1@sara mapflag restricted 6
|
|
|
|
// Heroes' Trail - Part 2 ========
|
|
1@ge_st mapflag restricted 6
|
|
1@gef mapflag restricted 6
|
|
1@gef_in mapflag restricted 6
|
|
1@spa mapflag restricted 6
|
|
1@tnm1 mapflag restricted 6
|
|
1@tnm2 mapflag restricted 6
|
|
1@tnm3 mapflag restricted 6
|
|
|
|
// Horror Toy Factory Memorial Dungeon
|
|
1@xm_d mapflag restricted 6
|
|
|
|
// Heroes' Trail - Part 3 ========
|
|
1@glast mapflag restricted 6
|
|
1@air1 mapflag restricted 6
|
|
1@air2 mapflag restricted 6
|
|
|
|
// Decisive Battle - Part 1 ======
|
|
1@dth1 mapflag restricted 6
|
|
1@dth2 mapflag restricted 6
|
|
1@dth3 mapflag restricted 6
|
|
1@rev mapflag restricted 6
|
|
|
|
// Decisive Battle - Part 2 ======
|
|
1@eom mapflag restricted 6
|
|
1@jtb mapflag restricted 6
|
|
|
|
// Episode 15 - Phantasmagorica
|
|
1@lab mapflag restricted 6
|
|
1@uns mapflag restricted 6
|
|
1@mcd mapflag restricted 6
|
|
|
|
// Nightmare Biolab
|
|
lhz_dun_n mapflag restricted 6
|
|
lhz_d_n2 mapflag restricted 6
|
|
|
|
// Ep 16
|
|
1@mir mapflag restricted 6
|
|
2@mir mapflag restricted 6
|
|
1@sthb mapflag restricted 6
|
|
1@sthc mapflag restricted 6
|
|
1@sthd mapflag restricted 6
|
|
1@slw mapflag restricted 6
|
|
1@swat mapflag restricted 6
|
|
|
|
// Chicken Mode Nightmare Glastheim
|
|
1@gl_k2 mapflag restricted 6
|
|
2@gl_k2 mapflag restricted 6
|
|
|
|
// Chicken Mode Horror Toy Factory
|
|
1@xm_d2 mapflag restricted 6
|
|
|
|
// Suspicious shipwreck
|
|
1@tre mapflag restricted 6
|
|
|
|
// Poring Town
|
|
1@begi mapflag restricted 6
|
|
|
|
// Volcanic island Korodo
|
|
1@crd mapflag restricted 6
|
|
|
|
// Noodles Festival July
|
|
1@drdo mapflag restricted 6
|
|
|
|
// Soul Reaper Job Change
|
|
1@soul mapflag restricted 6
|
|
|
|
// Towns =========================
|
|
brasilis mapflag restricted 7
|
|
dewata mapflag restricted 7
|
|
dicastes01 mapflag restricted 7
|
|
eclage mapflag restricted 7
|
|
izlude_a mapflag restricted 7
|
|
izlude_b mapflag restricted 7
|
|
izlude_c mapflag restricted 7
|
|
izlude_d mapflag restricted 7
|
|
malangdo mapflag restricted 7
|
|
malaya mapflag restricted 7
|
|
mora mapflag restricted 7
|
|
lasagna mapflag restricted 7
|
|
|
|
// Restricted maps for WOE:TE Items ==
|
|
teg_dun01 mapflag restricted 8
|
|
teg_dun02 mapflag restricted 8
|