random fixing

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10808 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2007-06-23 12:15:58 +00:00
parent 338c473b7d
commit fdb0636dc3
10 changed files with 992 additions and 992 deletions

View File

@ -378,7 +378,7 @@ ra_temin,228,303,5 script Freya's Follower#in1 927,{
mes "praying so hard for Freya's";
mes "second coming. I'm exhausted,";
mes "but I feel pretty good about";
mes "making that small sacrafice.";
mes "making that small sacrifice.";
close;
}

View File

@ -1278,7 +1278,7 @@ L_Test3:
M_2c:
mes "[Sister Cecile]";
mes "Will you sacrafice yourself for others?";
mes "Will you sacrifice yourself for others?";
next;
menu "Yes.",M_2d, "No.",-;

View File

@ -1,4 +1,4 @@
////===== eAthena Script =======================================
//===== eAthena Script =======================================
//= Crusader Quest
//===== By: ==================================================
//= Made by: Black Dragon

View File

@ -1,5 +1,5 @@
//===== Athena Script ========================================
//= Lou Yang Dungeon Warp Script
//===== eAthena Script =======================================
//= Louyang Dungeon Warp Script
//===== By: ==================================================
//= Nana (1.0)
//===== Current Version: =====================================
@ -7,12 +7,12 @@
//===== Compatible With: =====================================
//= Any Athena Version 6.0+
//===== Description: =========================================
//= Warp Points for Lou Yang
//= Warp Points for Louyang
//===== Additional Comments: =================================
//= No comment!
//============================================================
//= Loy Yang Dungeon =========================================
//= Louyang Dungeon ==========================================
lou_dun01,222,196,0 warp louwarp002a 3,3,louyang,41,270
lou_dun01,38,205,0 warp louwarp003 3,3,lou_dun02,282,20
lou_dun02,286,20,0 warp louwarp003a 3,3,lou_dun01,38,209

View File

@ -68,7 +68,7 @@ CREATE TABLE `mob_db2` (
# // Monsters Additional Database
# //
# // Structure of Database :
# // ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,ThinkTime,aMotion,dMotion,MEXP,ExpPer,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper
# // ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,ExpPer,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper
# // Crusader quest monsters with poring stats (No drops)
REPLACE INTO `mob_db2` VALUES (1910,'C_GHOUL','Ghoul','Ghoul',1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
REPLACE INTO `mob_db2` VALUES (1911,'C_KHALITZBURG','Khalitzburg','Khalitzburg',1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);

View File

@ -2,13 +2,13 @@
// For more information, see LICENCE in the main folder
#include "../common/cbasetypes.h"
#include "../common/mmo.h"
#include "../common/core.h"
#include "../common/socket.h"
#include "../common/db.h"
#include "../common/timer.h"
#include "../common/malloc.h"
#include "../common/strlib.h"
#include "../common/mmo.h"
#include "../common/showmsg.h"
#include "../common/version.h"
#include "../common/md5calc.h"

View File

@ -1,5 +1,5 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LI3CENCE in the main folder
// For more information, see LICENCE in the main folder
#define DUMP_UNKNOWN_PACKET 0
#define DUMP_ALL_PACKETS 0