updated penal servitude, nguild warper

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7385 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2006-06-29 03:33:58 +00:00
parent 1a99c43f42
commit 9b57c1a098
3 changed files with 30 additions and 11 deletions

View File

@ -4,7 +4,6 @@ Lupus
* Looking for exploits, optimization, bugs hunt * Looking for exploits, optimization, bugs hunt
* Adding new cards, checking/adding mobs/items * Adding new cards, checking/adding mobs/items
* EXP quests for Blacksmith, Merchant, Alchemist * EXP quests for Blacksmith, Merchant, Alchemist
* Vassakh Ghoul global quest (custom) ^_-
Mass Zero Mass Zero
* Fixing grammatical errors. * Fixing grammatical errors.
* Fixing small bugs. * Fixing small bugs.
@ -22,20 +21,26 @@ MasterOfMuppets
* Updating Items / Scripts * Updating Items / Scripts
Nexon Nexon
* Adding in the new Abyss/Thanatos/Lighthalzen NPC's and optimizing them. * Adding in the new Abyss/Thanatos/Lighthalzen NPC's and optimizing them.
erKURITA
* Warps maintainment
Evera Evera
* Everything. * Everything.
* Dungeon Teleport System NPCs * Dungeon Teleport System NPCs
* iRO information gathering. * iRO information gathering.
* Kafra maintainment. * Kafra maintainment.
Musashiden Musashiden
*Scripting iRO latest towns (warps, NPCs, ect.) *Scripting iRO latest towns (warps, NPCs, ect.)
*iRO information gathering. *iRO information gathering.
Playtester
* Monsters spawn, warps maintainment
== Changelog == == Changelog ==
Date Added Date Added
====== ======
06/29
* Stricted up penal servitude conditions [Lupus]
- Restricted Novices Castles entrance of TK/Highs to 80 BaseLevel
06/28 06/28
* Updated yuno_fild03 spawns [Playtester] * Updated yuno_fild03 spawns [Playtester]
06/27 06/27

View File

@ -3,7 +3,7 @@
//===== By ================================================ //===== By ================================================
//= Lupus //= Lupus
//===== Version =========================================== //===== Version ===========================================
//= 1.1 //= 1.2
//===== Compatible With =================================== //===== Compatible With ===================================
//= eAthena Final (SVN) //= eAthena Final (SVN)
//===== Description ======================================= //===== Description =======================================
@ -13,13 +13,17 @@
// This script uses CHEQUES of the 2nd KAFRA_BANK.TXT // This script uses CHEQUES of the 2nd KAFRA_BANK.TXT
// var PRISON - it counts number of your imprisonments. // var PRISON - it counts number of your imprisonments.
// 1.1 English translation // 1.1 English translation
// 1.2 Stricted the conditions a bit
//========================================================= //=========================================================
sec_pri.gat,36,58,1 script Chief Warder 105,{ sec_pri.gat,36,58,1 script Chief Warder 105,{
mes "[Saddeus]"; mes "[Saddeus]";
emotion 1; emotion 1;
if (sex) mes "Mr. Prisoner #"+BaseLevel+JobLevel+","; if(sex) {
if (!sex) mes "Ms. Prisoner #"+BaseLevel+JobLevel+","; mes "Mr. Prisoner #"+BaseLevel+JobLevel+",";
} else {
mes "Ms. Prisoner #"+BaseLevel+JobLevel+",";
}
mes "what's the noise over there?"; mes "what's the noise over there?";
next; next;
menu "Let me free, I'll pay!",-, "Let me to work off my freedom!",M_Q1, "Nothing",M_NO_THANKS; menu "Let me free, I'll pay!",-, "Let me to work off my freedom!",M_Q1, "Nothing",M_NO_THANKS;
@ -66,7 +70,7 @@ L_NOBANK:
close; close;
L_RELEASE: L_RELEASE:
set PRISON,PRISON+1; //・磊籵・・・<E383BB>・... set PRISON,PRISON+1;
next; next;
mes "[Saddeus]"; mes "[Saddeus]";
mes "You are free now!"; mes "You are free now!";
@ -83,6 +87,11 @@ M_Q1:
menu "OK, I'll work off!",-, "I love this prison!",M_NO_THANKS; menu "OK, I'll work off!",-, "I love this prison!",M_NO_THANKS;
mes "[Saddeus]"; mes "[Saddeus]";
if(checkcart(0) || checkfalcon(0) || checkriding(0)){
emotion e_hmm;
mes "I'm sorry, you should release your Cart, PecoPeco or Falcon!";
close;
}
mes "Talk to our overseer, Oliver."; mes "Talk to our overseer, Oliver.";
next; next;
@ -148,7 +157,7 @@ sec_in02.gat,137,57,1 script Overseer 708,{
close; close;
L_GET_Q: L_GET_Q:
set PRISON,PRISON+1; //・磊籵・・・<E383BB>・... set PRISON,PRISON+1;
if (PRISON > 1) mes "Hmm... You've been here already... Well-well..."; if (PRISON > 1) mes "Hmm... You've been here already... Well-well...";
if ( countitem(1069) || countitem(1070) ) mes "Drop these mushrooms!! They are poisonous!";//Items: Orange_Net_Mushroom, Orange_Gooey_Mushroom_, if ( countitem(1069) || countitem(1070) ) mes "Drop these mushrooms!! They are poisonous!";//Items: Orange_Net_Mushroom, Orange_Gooey_Mushroom_,
@ -170,8 +179,11 @@ sec_in02.gat mapflag nosave SavePoint
sec_in02.gat mapflag noteleport sec_in02.gat mapflag noteleport
sec_in02.gat mapflag nobranch sec_in02.gat mapflag nobranch
sec_in02.gat mapflag nowarp sec_in02.gat mapflag nowarp
sec_in02.gat mapflag nowarpto
sec_in02.gat mapflag noexp
sec_in02.gat mapflag noskill
//sec_in02.gat mapflag pvp //sec_in02.gat mapflag pvp
sec_in02.gat mapflag pvp_noparty //sec_in02.gat mapflag pvp_noparty
//sec_in02.gat mapflag gvg //sec_in02.gat mapflag gvg
sec_in02.gat mapflag pvp_nightmaredrop random,all,300 sec_in02.gat mapflag pvp_nightmaredrop random,all,300

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= Lupus //= Lupus
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.3 //= 1.4
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena 1+; RO Episode 4+ //= eAthena 1+; RO Episode 4+
//===== Description: ========================================= //===== Description: =========================================
@ -20,6 +20,7 @@
//= unallowed buffs [Lupus] //= unallowed buffs [Lupus]
//= 1.3 Restricted TK,High classes >=90 BaseLevel, //= 1.3 Restricted TK,High classes >=90 BaseLevel,
//= updated list of unallowed buffs [Lupus] //= updated list of unallowed buffs [Lupus]
//= 1.4 Restricted it to 80 Base Level [Lupus]
//============================================================ //============================================================
@ -28,13 +29,14 @@ prontera.gat,146,163,6 script Novice Castles 729,{
mes "Hey! I'm a new usher of Novice Castles."; mes "Hey! I'm a new usher of Novice Castles.";
next; next;
if( (Class>=Job_Novice && Class<=Job_Thief) if( (Class>=Job_Novice && Class<=Job_Thief)
|| (Class==Job_Taekwon && BaseLevel<90) || Class==Job_SuperNovice || Class==Job_Super_Baby || (Class==Job_Taekwon && BaseLevel<80) || Class==Job_SuperNovice || Class==Job_Super_Baby
|| (Class>=Job_Baby && Class<=Job_Baby_Thief) || (Class>=Job_Baby && Class<=Job_Baby_Thief)
|| (Class>=Job_Novice_High && Class<=Job_Thief_High && BaseLevel<90) || (Class>=Job_Novice_High && Class<=Job_Thief_High && BaseLevel<80)
) menu "Warp me to Novice Castles",M_WARP,"Cancel",-; ) menu "Warp me to Novice Castles",M_WARP,"Cancel",-;
mes "[Cita]"; mes "[Cita]";
mes "All the 2nd classes aren't allowed to enter the sacred Novice Castles place."; mes "All the 2nd classes aren't allowed to enter the sacred Novice Castles place.";
mes "As well as Teakwons and High Classes from 80 Base Level.";
emotion 0; emotion 0;
close; close;