
* 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 !
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Lasagna Dungeons Monsters Spawn Script
|
|
//===== Changelogs: ==========================================
|
|
//= 1.0 First Version. [Capuche]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// lasa_dun01 - Dragon's Nest
|
|
//==================================================
|
|
lasa_dun01,0,0 monster Trans Spore 3501,40
|
|
lasa_dun01,0,0 monster Scout Basilisk 3502,40
|
|
|
|
//==================================================
|
|
// lasa_dun02 - Dragon's Nest
|
|
//==================================================
|
|
lasa_dun02,0,0 monster Combat Basilisk 3503,40
|
|
lasa_dun02,0,0 monster Jungle Madragora 3506,40
|
|
|
|
//==================================================
|
|
// lasa_dun03 - Dragon's Nest
|
|
//==================================================
|
|
lasa_dun03,0,0 monster Combat Basilisk 3504,80
|
|
lasa_dun03,0,0 monster Fruits Pom Spider 3507,80
|
|
|
|
//==================================================
|
|
// lasa_dun_q - Dragon's Nest
|
|
//==================================================
|
|
lasa_dun_q,0,0 monster Scout Basilisk 3502,40
|