More svn:eol-style-ing and typo fixes

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10256 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2007-04-14 11:06:13 +00:00
parent c16fda4dab
commit aa262362e1
6 changed files with 7344 additions and 7357 deletions

View File

@ -1,5 +1,5 @@
//===== eAthena Script ===========================================
//= Beins Field Monster Spawn Script.
//= Veins Field Monster Spawn Script.
//===== By: ======================================================
//= $ephiroth
//===== Current Version: =========================================
@ -7,13 +7,13 @@
//===== Compatible With: =========================================
//= Any Athena Version
//===== Additional Comments: =====================================
//= 1.0 Temp. monster spawn in Beins Field. [$ephiroth]
//= 1.0 Temp. monster spawn in Veins Field. [$ephiroth]
//= 1.1 Updated monster spawn based on kRO website. [$ephiroth]
//= 1.2 Updated mobs based on info jAthena. [$ephiroth]
//= 1.3 Fixed some typos and Atros spawn [Playtester]
//================================================================
//======== [Beins Field-01] ======================================
//======== [Veins Field-01] ======================================
ve_fild01.gat,0,0,0 monster Side Winder 1037,1,0,0,0
ve_fild01.gat,0,0,0 monster Muka 1055,40,0,0,0
ve_fild01.gat,0,0,0 monster Red Plant 1078,10,180000,90000,1
@ -23,23 +23,23 @@ ve_fild01.gat,0,0,0 monster Shining Plant 1083,1,1800000,900000,1
ve_fild01.gat,0,0,0 monster Drops 1113,20,0,0,0
ve_fild01.gat,0,0,0 monster Stapo 1784,20,0,0,0
//======== [Beins Field-02] =======================================
//======== [Veins Field-02] =======================================
ve_fild02.gat,0,0,0 monster Side Winder 1037,10,0,0,0
ve_fild02.gat,0,0,0 monster Savage 1166,60,0,0,0
ve_fild02.gat,0,0,0 monster Roween 1782,30,0,0,0
ve_fild02.gat,0,0,0 monster Atros 1785,1,86400000,86000000,1
//======== [Beins Field-03] =======================================
//======== [Veins Field-03] =======================================
ve_fild03.gat,0,0,0 monster Sleeper 1386,40,0,0,0
ve_fild03.gat,0,0,0 monster Magmaring 1836,30,0,0,0
//======== [Beins Field-04] =======================================
//======== [Veins Field-04] =======================================
ve_fild04.gat,0,0,0 monster Desert Wolf 1106,30,0,0,0
ve_fild04.gat,0,0,0 monster Muscipular 1780,10,0,0,0
ve_fild04.gat,0,0,0 monster Roween 1782,15,0,0,0
ve_fild04.gat,0,0,0 monster Stapo 1784,30,0,0,0
//======== [Beins Field-05] =======================================
//======== [Veins Field-05] =======================================
ve_fild05.gat,0,0,0 monster Red Plant 1078,10,180000,90000,1
ve_fild05.gat,0,0,0 monster Desert Wolf 1106,10,0,0,0
ve_fild05.gat,0,0,0 monster Sleeper 1386,10,0,0,0
@ -48,12 +48,12 @@ ve_fild05.gat,0,0,0 monster Drosera 1781,10,0,0,0
ve_fild05.gat,0,0,0 monster Roween 1782,20,0,0,0
ve_fild05.gat,0,0,0 monster Galion 1783,5,0,0,0
//======== [Beins Field-06] =======================================
//======== [Veins Field-06] =======================================
ve_fild06.gat,0,0,0 monster Red Plant 1078,3,180000,90000,1
ve_fild06.gat,0,0,0 monster Shining Plant 1083,1,1800000,900000,1
ve_fild06.gat,0,0,0 monster Stapo 1784,5,120000,60000,1
//======== [Beins Field-07] =======================================
//======== [Veins Field-07] =======================================
ve_fild07.gat,0,0,0 monster Side Winder 1037,1,0,0,0
ve_fild07.gat,0,0,0 monster Shellfish 1074,40,0,0,0
ve_fild07.gat,0,0,0 monster White Plant 1082,5,180000,90000,1

View File

@ -1,13 +0,0 @@
#ZenyLog types (M)onsters,(T)rade,(V)ending Sell/Buy,(S)hop Sell/Buy,(N)PC Change amount,(A)dministrators
#Database: log
#Table: zenylog
CREATE TABLE `zenylog` (
`id` int(11) NOT NULL auto_increment,
`time` datetime NOT NULL default '0000-00-00 00:00:00',
`char_id` int(11) NOT NULL default '0',
`src_id` int(11) NOT NULL default '0',
`type` set('M','T','V','S','N','A') NOT NULL default 'S',
`amount` int(11) NOT NULL default '0',
`map` varchar(20) NOT NULL default 'prontera.gat',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

View File

@ -7219,7 +7219,7 @@ int atcommand_useskill(const int fd, struct map_session_data* sd, const char* co
}
/*==========================================
* @showskill by [Skotlex]
* @displayskill by [Skotlex]
* Debug command to locate new skill IDs. It sends the
* three possible skill-effect packets to the area.
*------------------------------------------

View File

@ -383,7 +383,7 @@ enum {
SI_STAR_COMFORT = 171,
SI_PRESERVE = 181,
SI_INCSTR = 182,
SI_INTRAVISION = 184, //WTF?? creates the black shape of 4_m_02 NPC, with NPC talk cursor. Supposedly intravision shows this.
SI_INTRAVISION = 184,
SI_DOUBLECAST = 186,
SI_MAXOVERTHRUST = 188,
SI_TAROT = 191, // the icon allows no doubt... but what is it really used for ?? [DracoRPG]