
* First release of lasagna npcs (playing conversion). * Added a new parameter for npctalk script command Target for <flag>: - bc_all : Broadcast message is sent server-wide (only in the chat window). - bc_map : Message is sent to everyone in the same map as the source of the npc. - bc_area : Message is sent to players in the vicinity of the source (default value). - bc_self : Message is sent only to player attached. * Implemented doram food buffs * Updated npctalk: *npctalk "<message>"{,"<NPC name>",<flag>}; - Empty string for "<NPC name>" now means attached NPC * Added flag parameter for unittalk script command *unittalk <GID>,"<text>"{,<flag>}; flag: Specify target bc_area - Message is sent to players in the vicinity of the source (default). bc_self - Message is sent only to player attached. * Updated classchange script command: classchange(<view id>{,"<NPC name>",<flag>}); flag: Specify target bc_area - Data is sent to players in the vicinity of the source (default). bc_self - Data is sent only to player attached. * Updated Time Limit for quests to allow HH:MM format Thanks @secretdataz, @Lemongrass3110, @aleos89, @Jeybla, @anacondaqq, @jenkijo, @sikiro, @admkakaroto for contributing !
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Lasagna Fild Monster Spawn Script
|
|
//===== Changelogs: ==========================================
|
|
//= 1.0 First Version. [Capuche]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// lasa_fild01 - Ravioli Plain Watch
|
|
//==================================================
|
|
lasa_fild01,0,0 monster Eggring 3495,30
|
|
lasa_fild01,0,0 monster Leaf Lunatic 3496,30
|
|
lasa_fild01,0,0 monster Grass Fabre 3497,30
|
|
lasa_fild01,100,330,75,50 monster Eggring 3495,50
|
|
lasa_fild01,100,330,75,50 monster Leaf Lunatic 3496,50
|
|
lasa_fild01,100,330,75,50 monster Grass Fabre 3497,50
|
|
lasa_fild01,140,365,15,15 monster Red Plant 1078,5
|
|
|
|
//==================================================
|
|
// lasa_fild01 - Ravioli Forest
|
|
//==================================================
|
|
lasa_fild02,0,0 monster Wild Hornet 3498,40
|
|
lasa_fild02,0,0 monster Sweet Roda Frog 3499,40
|
|
lasa_fild02,0,0 monster Hunter Desert Wolf 3500,40
|
|
lasa_fild02,0,0 monster Combat Basilisk 3502,5
|