summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2006-10-30- Corrected GS skill ranges using Aegis data. All their targetted skills ↵skotlex2-15/+19
have a base range of 9 T_T, and Dust (Choke) has a range of 2. - Updated the code so mobs can use ChainAction as a targetted skill. - Added GroundDrift effects for Wind (Stun) and Fire (knockback). The knockback value is unknown, so 3 is used for now. - Cleaned up some more the steal code, now you can't steal the last slot regardless of skill level used. - Added consideration of Chain Action when cloning GunSlingers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9100 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-30- Set the inf2 to encore skills of Wand of Hermodeskotlex2-1/+3
- Modified battle_calc_return_damage to take the skill id as well, now magic damage return will not work on skills tagged as ground or self targetted. - Fixed Gank not working at all with the default max steal tries setting. - Soul Drain won't work with skills tagged as self-targetted. - Improved the Suiton code so that the walk/agi penalty only applies to enemies of whoever casted the skill. - Moved the initial status_calc_pc call to when you finish loading the map, should fix equipment scripts which are based on character variables not working. - Some cleanup of the clif_parse_LoadEndAck function. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9099 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-29Official NJ/GS exp chart for level 1-48Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-29Added Shinobi Sash to Shinobi dropsPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-29Updated some DB.Vicious3-19/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9090 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27Made Thief Clothes and Ninja Suit being equippable by NinjaPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9087 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27More Odin/Kiel fixesPlaytester3-10/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26Fixed Constant's explode not working as it shouldPlaytester3-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25More Kiel Mob updatesPlaytester3-8/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25Changed order of Aliza drops to prevent steal exploitPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9070 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25- MG_STONECURSE and NPC_PETRIFYATTACK now use time1 to specify the ↵skotlex2-2/+4
"petrifying time". This value has been set to 5 seconds. - Now when SC_STONE is triggered from status-change cards, it's petrifying duration will be passed as 0, causing the minimum (1 sec) to be used. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25Fixed view ids of some headgearsPlaytester2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9065 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24Kiel Mob updatesPlaytester3-8/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24fixed pucca's typoLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24Reverted lupus' map_index updateVicious2-30/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24- Corrected the skill_castnodex file speaking about dex reducing delay when ↵skotlex1-4/+4
now it's agi the one that can reduce it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24fixed map indexLupus2-16/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24removed unused map locations. freed some RAM, fixed Novice Grounds, JobQ warpsLupus1-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23- Modified the meaning of the third column in the skill_require_db. Instead ↵skotlex2-2/+5
of MaxHP, this is now called MaxHPTrigger. This column (which was previously unused by all skills) signals the limit HP% that you can have to be able to use the skill. For example, setting it to 20 means the skill is unusable if you have more than 20% life (not that this is merely a threshold setting, it won't actually substract HP when used!) - Adjusted LK_BERSERK so you can only use it when you have 20% or less life. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21- Some minor cleanupsskotlex1-1/+1
- Fixed the Homunc not spawning next to you after receiving it's data from the char-server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9035 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20Official Muscipular dropsPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9033 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19- Added the Monk combos to skill_castnodex so their delay is not decreased ↵skotlex3-4/+18
by skills. - Added the actual skill delay of 1000ms to Triple Attack and Chain combo in skill_cast_db. Added Combo Finish and TigerFist as well with a delay of 700ms. - Phantasmic arrow now knockbacks even if it misses. - Adjusted the way Monk combo times work. The combo time is now always 300ms (adjusted by combo_delay_rate) which takes effect inmediately AFTER your current skill's canact-delay (which is why the particular skill delays were moved to skillcast_db) - Modified skill_delayfix so it performs the can-act reduction from agi/dex for combos there. - Modified pc_steal_item so that it behaves more closely to the way it does on Aegis. - Commented out the monster_noteleport mapflag from the guild castles as this is the Aegis behaviour git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9012 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18Updated the packetdb for the 2006-10-17a client.Zephiris2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9004 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-16- Adjusted UTSUSEMI/BUNSINJYUTSU so that they block range/melee weapon ↵skotlex2-1/+3
attacks and only melee misc attacks. This isn't 100% correct, but it's a better approximation to the way these skills behave. - Corrected issen's range to 5, as per the login packet information. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9001 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-16- Applied most of Mpeg's work on Ninja Skills. For information see: ↵skotlex6-30/+33
http://gpegon.free.fr/ea/ninja_10-15-06_mpeg.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8999 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-16Small Kiel MVP drop rate increasePlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8995 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14Fixed Bacsojin's and Chung E's statsPlaytester2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8991 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-13* Reverted GS/NJ Job ExpPlaytester2-1/+3
- better too high than too low git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-12- Corrected Caprice cast info. No cast time, delay time equal to the bolt ↵skotlex2-1/+3
spells. - When slaves_inherit_speed is set (which is also the default), homun will have the same speed of their master when spawned. - When using Hatred and you already have a hate target, your current hate target is displayed now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-12Probably official GS/NJ Job ExpPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8971 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-09Fixed High Quality Sandals not being refinablePlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-08Probably final drop rate increasePlaytester2-13/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8950 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-06* Reverted size fix for Guns and ShurikenPlaytester2-3/+6
- it appears they are 100% to all after all git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8946 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-05Selling price of Broken Pieces 10z -> 400zPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-05Raised the drop rates of most combo equipsPlaytester2-21/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8937 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-04Raised level of Kiel MVP skillsPlaytester2-7/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-02- Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn ↵skotlex1-0/+1
on/off both noexppenalty and nozenypenalty now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8915 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-01* Adjusted drop rates thanks to info from TharisPlaytester2-26/+27
* Removed some duplicate Rachel warps git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8910 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-01* Updated view ids of some headgearsPlaytester2-9/+12
- beware of crashes when your client is too old git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8909 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-29Fully official Ktullanux statsPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8906 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-29Official X.4 item scriptsPlaytester2-11/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8905 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-29Fixed Gunslinger job bonusPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8904 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-29Official X.4 aspd values for GS, NJ and SGPlaytester2-5/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8903 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-28Small drop rate fix...Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8896 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-28* Raised drop rate of some MVP dropsPlaytester2-18/+21
- also added Morrigan's Manteau to Thanatos drops git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-27Raised skill casting rate for Rachel mobsPlaytester2-140/+142
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8882 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Fixed item group 35 (lottobox) in item_misc.txtskotlex2-10/+11
- Item group reading will now complain when a line doesn't has enough fields. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25Changed Immaterial Sword's SP Vanish chance to 3%.Playtester2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25* Added Ninja/Gunslinger job exp as separate exp chartPlaytester3-2/+7
* Immaterial Sword now has a 0.3% chance of reducing target's sp by 30% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-23Now Valkyrie Randgris will only resummon when she has less than 3 slavesPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8849 54d463be-8e91-2dee-dedb-b68131a5f0ec