
* Updated monsters DB (data from aegis and DP) * Updated item_db (data from aegis and DP) * Updated quest_db, thanks to @zackdreaver for the quests names ! * Implemented SC_EP16_2_BUFF_SS, SC_EP16_2_BUFF_SC, SC_EP16_2_BUFF_AC buff, thanks to @aleos89 ! ** Not removed on change map ** Not removed on log out ** Not removed by dispell/clearance/Vanishing Buster ** Removed on death * SQL synchronisation Thanks to @Badarosk0, @attackjom, @admkakaroto, @JohnnyPlayy, @Angelic234, @teededung for the reviews/contributions !
22 lines
687 B
Plaintext
22 lines
687 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Einbroch Warp Script
|
|
//===== Description: =========================================
|
|
//= Warp Points for Einbroch
|
|
//===== Changelogs: ==========================================
|
|
//= 1.0 Some warps have been changed in renewal ep16.2 [Capuche]
|
|
//============================================================
|
|
|
|
ein_in01,274,246,0 script #ep162_warp01 WARPNPC,1,1,{
|
|
end;
|
|
OnTouch:
|
|
if (terra_gloria_main == 18 || terra_gloria_main == 22) {
|
|
cutin "ep16_tes01.bmp",0;
|
|
mes "[Tess]";
|
|
mes "Welcome. Please come in.";
|
|
close2;
|
|
}
|
|
warp "ein_in01",273,276;
|
|
end;
|
|
}
|
|
ein_in01,273,273,0 warp roomB_roomBGate 1,1,ein_in01,274,243
|