summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2006-04-26- Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip ↵skotlex1-2/+2
scripts. - Removed special state changebase and view-change check on status_calc_pc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26Updated drop rates of Remover and Gemini to 1/2 of the guessed values from ↵Playtester2-3/+6
Tharis git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25biolab mvp recallingVicious2-8/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25updated the db to X.2/X.3's itemsummonlist.Vicious4-379/+1161
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- Modified and simplified the random item group format. It now is ↵skotlex11-19965/+17221
<GroupID>,<ItemID>,<Rate>, where Rate normally is 1, greater numbers is the equivalent of adding the line multiple times. - Added constants to identify all groups to db/const.txt - Cleaned up and updated item_db to use these new constants (warning: item_db.sql needs to be updated!) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Fixed price of yummy fishPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated Mode and Delays of Odin Temple mobsPlaytester2-10/+11
-using Frus delays for now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Adjusted Range of Plasma after testing it.Playtester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Fixed Element, Race, aDelay, aMotion and Range of Plasma and BreezePlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the remaining mob names.Playtester2-59/+60
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the kRO/iRO mob namesPlaytester2-32/+33
-done up to ID 1491, working on the rest now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the header in the mob db text filesPlaytester3-2/+5
- the order is now SpriteName,kROName,iROName git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24OBB/etc update from x.2/x.3Vicious6-680/+18760
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24Fixed cast time of runningPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24Fixed Item 2520 and Item 662 according to info from HaploPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24DB files back to Windows FormatPlaytester3-4795/+4795
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Fixed skill_delayfix not altering delay at all after you reached 150.skotlex1-2/+3
- Applied ers to pet loot drops. - Cleaned up the pet loot drop function. - Mob skill state MSS_ANY won't include MSS_DEAD now. - Added mob skill state MSS_ANYTARGET ("anytarget") which means any state (except dead) on which the mob has a target set. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Added new column to mob_db Sprite_Name to hold the mob's sprite name. ↵skotlex2-870/+870
Columns Name and JName now hold the mob's english and kro names respectively. - Currently both Name and Jname have the KRO names, so someone will have to update them. - Updated mob_db.sql and mob_db2.sql to latest. - Added battle_config option override_mob_names to make the spawned mob names use the mob_db names instead of the specified names in the spawn files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Idle skills won't trigger while the mob is walking.skotlex2-343/+344
- Idle skills will now trigger each IDLE_SKILL_INTERVAL iterations (10 currently) - Added support for walk packet 0x22c (disabled currently as it's non-walk packet equivalent is yet missing), it will be used when PACKETVER is set to 7 or above. - Normal walking will now also trigger mob skills (due to the walk skill condition) - Updated mob_skill_db: all idle and walk skills had their rate go up x10. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23Put in most of the Kiel Hyre monster drops, at temporary low rates.MasterOfMuppets2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23Updated some loot sell prices for the Kiel Hyre/Odin Temple monstersMasterOfMuppets2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23NPC_CHANGE should be selfVicious2-12/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23- Added -fstack-protector to the Makefile, commented out by default.skotlex2-3918/+3920
- Increased all chase/follow skill rates by 10 since their trigger rate has been decreased by that much due to the unit-data update. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23kiel/odin statVicious2-46/+47
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22Major fix to the Einbroch MobsPlaytester2-9/+12
-they should be to 99% official now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22Small fix on the Venatu names in the mob_skill_db.txtPlaytester1-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6232 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed stats of Chung E / Green MaidenPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.skotlex2-0/+3
- Implemented NPC_INVISIBLE, it starts SC_CLOAKING with val4 set to 1, skill duration is 30 secs. - Moved uncloaking on attack from attack_timer_sub to battle_calc_weapon_attack. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6223 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Finally implemented Dragon Egg with official statsPlaytester2-1/+2
-still have to check the skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21- Updated the HP/SP leech structures to have race-data attached to them.skotlex1-2/+4
- Merged all leeching code to battle_drain function. - Added an enum for races (they match the RC entries in const.txt, except they are in all caps) - Cleaned up atk_mods and aspd_base to be MAX_WEAPON_TYPE sized rather than MAX_WEAPON_TYPE+1 - Simplified a bit the code for Signum Crucis - Added script bonuses: bonus3 bHPDrainRateRace,<Race>,<Activation Rate>,<Drain %> bonus3 bSPDrainRateRace,<Race>,<Activation Rate>,<Drain %> bonus2 bHPDrainValueRace,<Race>,<Value> bonus2 bSPDrainValueRace,<Race>,<Value> git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21* Fixed some mob skills that where missing an [Enter]... (Windows format... ↵Poki#38-152/+411
AGAIN!) [Poki#3] ...why co we have uncommented Attack skills under an iddle state? Oo * Added a lot of G_Mobs and changed some slave spawns to them. Please use the newest exe release. [Poki#3] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed selling price of Research Chart (ID 7347)Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6218 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed some drops of the Bio Lab 1&2 mobsPlaytester2-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6217 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed more elements of Bio Lab mobsPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Changed item_db2.txt to new formatPlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6211 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Changed item_db.txt format to windows format.Playtester1-2540/+2540
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Fixer range of meteor (from 14x14 to 7x7) skotlex2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6205 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Added two columns to item_db: equip_script and unequip_script are scripts ↵skotlex2-2543/+2543
that are executed once when the corresponding item is equipped or unequipped respectively. - Removed bonuses bDamageWhenUnequip, bLoseSPWhenUnequip - Updated sql-files/item_db.sql with latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Fixed Nile Rose bonus(+10 HP)Playtester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6199 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Fixed Violy's Arc Wand dropPlaytester2-1/+2
-she drops Arc Wand[1] and not Arc Wand[2] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6196 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Changed "Event Hat" to "Brazil Event Hat"Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6194 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19Fixed a zeny exploit by lowering the price of fire cracker.Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19Fixed attack power of Niflheim mobsPlaytester2-8/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6179 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19Added new items and Cards as temp plugs.Poki#31-5/+97
Fixed dancer and Gypsy check in clothes_dyer.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19- Reverted the delay for Arrow Shower and Double Strafe to 100msskotlex2-3/+5
- Reverted the cast time for pick stone to 500ms, no delay. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6176 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6174 ↵Playtester2-1/+3
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Some more fixes to the Bio Lab mobsPlaytester2-16/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed Laurell's mob modePlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Updated Juperos MobsPlaytester2-42/+43
-now they have correct stats from kRO Sakray -Speed, aDelay, aMotion, dMotion are guessed from videos -I have yet to check the drops/skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6164 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed Element/Race/Size of all Juperos mobs, still working on stats.Playtester2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6160 54d463be-8e91-2dee-dedb-b68131a5f0ec