summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2006-04-08- Modified the equip_job field in the item_db to be a hexadecimal value for ↵skotlex2-2483/+2454
easier handling. - Updated item_db.sql to this new file format (even though it's equip_jobs field is still a integer) - Added upgrade_svn5951.sql for those who would like to convert their existing items. - Added doc/item_db.txt to explain each of the fields in db/item_db.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5951 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-07updated new itemsLupus1-15/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-07updated itemsLupus2-20/+40
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-06- Removed mapflag noreturn from pvp maps.skotlex1-0/+1
- Fixed status_clear_buffs making SC_BERSERK's end send you to 100hp. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-06- Modified @allstats to prevent negative/overflow issues.skotlex2-2/+4
- Fixed HP/SP requirements for WE_MALE/WE_FEMALE - Fixed a typo in skill.h which fixes a compilation warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5925 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-06- Modified the item_db and added view_types to ammo: 1 arrows, 2 dagger ↵skotlex3-66/+71
(venom knife), 3 bullets, 4 shells, 5 grenades, 6 shurikens, 7 kunais. - Fixed parsing of job_db1.txt due to the MAX_WEAPON_TYPE change. - Updated skill_require_db to specify the ammo types required for GS/NJ skills (as best as I could understand them) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5916 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-05updated item givers!Lupus6-18978/+1085
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5907 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-05* Added support for the 2006/04/04a Sakexe packet version. [Zephiris]Zephiris1-1/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5904 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-02Moved the spawn update to eamobs (of course the custom spawns where not ↵Poki#31-4/+4
changed... much :P) - Deleted City cleaners and pvp spawns. they are read from omobs. - Added a "Whats done" file to keep track of what spawns are changed, and what are not. Changed a few item names, as it was done in the translation project. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5875 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-02setting arrows to 1 wont work... the server was looking for daggers to be ↵reddozen2-30/+30
equipped into your arrow slot. so i set arrows to 22 in the item DB and in skill require. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5861 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-01* April fool! Improved soundeffectall script command. (No, this is not a lie)Lance1-0/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5832 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-31- Fixed skill_require_db loading.skotlex1-435/+435
- Added a column to specify the amount of ammo required for skills that require ammo. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-31- Changed the look field of all arrows to 1.skotlex3-456/+469
- Added column "RequiredArrowType" to skill_require_db, set to 1 all arrow-based skills. - Added support for ArrowType requirement on skills. It checks for having an item equipped on the arrow-slot who's view has to match with the required arrow-type (works the same way it does for weapons). - Skills will automatically be ranged and arrow-types when they have a arrow-requirement. - Skills will automatically consume arrows if used with a bow and the skill is an attack weapon-based skill even if the skill_require_db doesn't specifies arrow requirements (this is for stuff like backstab used with bows) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5829 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-31- Adjusted the range of Wall of Fog to 9 and Spider Web to 7skotlex2-3/+4
- Modified a bit the skill packets of Sharp-Shooting and Brandish Spear in hopes of fixing it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-30* Fixed a lot of JnamesPoki#32-41/+45
* Revised all the spawns based on Emperium.org. - Only omobs got changed. eamobs is like it was. - I unified the formatting used for the map names. Please use that in future field expansions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-30updated sp cost (from stable)Lupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5807 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-30uptaed rose nile, and aftercast delay of GS FULLLupus3-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5804 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-29upd: sp cost, item weightLupus3-14/+32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-29- Some cleaning of the mob_ai. Mobs should stop chasing once you are beyond ↵skotlex2-1/+4
their min_chase range. Improved rude-attacked checking when mobs can't move. - range3 is now used as min-chase value of mobs. - Added a debug message when status_change_timer fails. - Fixed tick direct modifications increasing duration instead of decreasing it. - Fixed inf2 of Jump-Kick to make it a "combo-skill" so that it may do a BCT_ENEMY check. - When sd->state.skill_flag is set, auto-targetting through combo-skills is disabled. - You can't SG_FEEL maps already memorized. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5796 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-29drop rate updateVicious2-27/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5795 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-28 * Fixed Gunslinger and Ninja skills not showing up and not working due to ↵reddozen3-122/+122
an error in skill_require_db - also commited a commented block for GS_FLING that needs to be looked at and posiably cleaned before it's uncommented. - fixed exp2 not accepting Gunslingers and ninjas - fixed the "jobmaster" having the same problem as rebirth - added the Gunslinger shops for guns and ammo [Reddozen] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5783 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27some jA thingVicious1-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5776 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27jA's db workVicious5-168/+168
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5775 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27- HW_GANBANTEIN now also removes traps.skotlex1-0/+2
- PF_DOUBLECASTING takes effect amotion time after the initial cast instead of amotion*div - SG_KNOWLEDGE now lasts time1 after you quit a map before it clears out (defaults to 10 mins currently) - Modified Intravision to modify the status-change packet to specify SI_INTRAVISION instead of cloaking/hiding/chasewalk. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5774 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from ↵skotlex1-4/+4
disrupting the catch process. - Added Safetywall to the list not blocked by Dispell. - Added some include limits.h required by window compiles. - Corrected Wedding rings being trade-able. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5772 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27removed outdated items event bonusesLupus2-5/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5767 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-265136,Louise's Santa_Hat lost its bonus. Gosh!! There are so many other EVEN ↵Lupus2-1/+2
items left with BONUSES git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5760 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-26Added missing slots to Alice Doll, Marionette Doll, Kabuki Mask & Kawaii_RibbonLupus2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5757 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-24* Fixed / finished most of Gunslinger [Reddozen]reddozen5-26/+26
- fixed some bullets in the item DB - adjusted a few rates in skill_cast_db.txt for Gunslingers - adjusted a couple skills in skill_db.txt to act correctly - adjusted all the SP values for Gunslinger skills - changed piercing shot to lv 5 from lv 10 - made ki Translation fail giving coins to Gunslingers - equipping a weapon other than a gatlin gun should cancel SC_GATLINGING. Also made Gatlinfeaver on/off togelable - GS_CRACKER will no longer stun players - added GS_Disarm * View changes here: http://diviniaro.com/data/reddozen_3_24_2006.patch git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5739 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-24fixed Vulle's hatLupus2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5728 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-23- Fixed Potion Pitcher sometimes crashing the server.skotlex1-4/+7
- Fixed a compile warning by adjusting the acid demonstration formula. - Added flag 2 to the skill_castnodex_db file for skills that shouldn't be affected by delay/cast reducing skills/effects. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5714 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-23- Changed Preserve's cost to 30spskotlex2-1/+2
- Fixed Arrow Shower, UNT_MAGIC_SKILLS was renamed to UNT_ATTACK_SKILLS - Fixed skill_use_pos checking target tile CELL_CHKNOPASS as invalid instead of CELL_CHKNOREACH git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5708 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-22- Merged the unit_data structure from jA for handling unit-related data ↵skotlex2-1/+3
(attack times, walking, auto-attack timers, skill related data) - Modified unit_skillcastcancel to receive flag&2, which stands for "cancel casting only if current skill is cancellable" - Battle config options changed from yes/no to BL_TYPE settings: skillrange_by_distance, skill_noreiteration, skill_nofootset, gvg_traps_target_all, skill_log, attack_direction_change, auto_counter_type - Clif.c will disconnect sessions that send an unknown command packet above 0x30000 instead of just ignoring it. - Cleaned up/rewrite of the pet ai, same for pet_calc_pos - Implemented use of mob variable attacked_players as it is used on jA - Cleaned up error reporting during mob-skill loading to be less spamy with non-loaded mobs. - Corrected water_height reading. I forgot to give credits to LittleWolf for providing the water-reading function :X git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-22- Some cleanups in irc.cskotlex2-1/+2
- Changed ASC_BREAKER's cast to 700ms - Magic skills that ignore element now also don't take into account elemental cards. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5702 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-22[reddozen's fix]Lance3-23/+23
- Updated Full Buster's damage, status effects, and skill levels - Bullseye now only uses 1 coin - changed Adjustment's required SP - changed Incerase Accuracy's effect bonuses - changed Magical Bullet's SP cost - changed Piercing Shot's damage and SP - changed Desperado's range, hit count, aftercast delay, and SP - fixed Absorb Spirit Sphere being able to remove coins - changed Acid Demonstration's damage to the new Japanese formula git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5699 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-22elemental converters ingredients updateLupus2-8/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5698 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-21- Fixed the inf2 for BA_DISSONANCEskotlex2-1/+2
- Fixed SC_SWOO's opt3 value. - Fixed allowing multiple recast of Dissonance/Ugly-Dance - Fixed those annoying irc.c compile warnings. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5693 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-21updated mystcase card effect. now drops GB even with the combo set onLupus2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5688 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-20- Small fix to prevent killer/killable states from allowing you to target ↵skotlex2-1/+3
yourself. - Added Explosion Spirits to list of effects that dispel on logout. - Fixed handling of guild skills by pc_blockskill_start, renamed it to skill_blockpc_start as it needs some constants available only in skill.c - Fixed autoguard icon showing with stun. - Fixed splash area of Ganbantein - Fixed acid demonstration breaking shield instead of armor. - Fixed Slim Pitcher crashing server ocassionally. - Hopefully fixed Ankle Snare lasting the whole trap's duration - Added sc_start(SC_ENDURE) on infinite endure bonus. - Fixed Berserk Pitcher consuming required items twice. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5681 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-20typo fixLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-20fixed items after blackhole89's fixesLupus2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5672 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-20git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5671 ↵blackhole891-588/+589
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-20added to doc: getmonsterinfo. updated NJ itemsLupus2-14/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5668 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18NJ/SG item updateVicious2-59/+60
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18added script function 'getmonsterinfo'Lupus1-0/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5659 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18fixed TONS of wrong wieght, wep lvl, req lvl of the items. minor typo in ↵Lupus2-60/+62
6_hats npc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18* Fixed the mob_skill_db by commenting out lines with targeted skills being ↵Zephiris1-19/+19
cast during an idle state. (Thanks to LittleWolf) [Zephiris] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17alice doll fix, cooking questLupus2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-16A small fix.MasterOfMuppets1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15- Added mapflag nodrop, fixed mapflag notrade.skotlex1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5619 54d463be-8e91-2dee-dedb-b68131a5f0ec