summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-05Fixed the item bonus of baseball cap.MasterOfMuppets2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6992 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05- Removed a few useless lines.skotlex1-6/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6991 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05Fixed some typos in LighthalzenPlaytester3-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6988 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05- Fixed a pair of signed/unsigned mismatch comparison warnings in pc_bonus. ↵skotlex1-2/+2
Thanks to Nuisance for complaining. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6987 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05- Cleaned up code for SC_MINDBREAKER.skotlex5-60/+79
- Changed hit, flee, cri, flee2, def2 and mdef2 to signed short, def, mdef to signed char to correctly account for cards with penalties in said stats. - Added cap_value checks in all of the status_calc_* return paths to make sure no stat is invalid. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6986 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05- Fog of Wall won't affect the caster now in any way.skotlex4-5/+16
- Added a missing status_calc_mob on mob_spawn_guardian_sub - Added clif_fixpos packets before attacking for the first time to clear any position sync issues with the client. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6985 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05- Fixed skill_unitsetting using layout->count for the for instead of ↵skotlex6-13/+32
group->count - Added SC_INCDEXRATE/SC_INCAGIRATE. NPC_POWERUP/NPC_AGIUP now correctly increase dex/agi by 40% per level. - Fixed char-sql server not deleting character variables git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6984 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05- Corrected cloaking not ending on attack if you are near a wall.skotlex5-48/+76
- Moved define cap_value to map.h as it's quite handy. - Updated pc_bonus to use cap_value on all status_data modifiers to prevent overflows/underflows. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6979 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05A typo fix, thanks to DracoRPG.MasterOfMuppets2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05Put in some more airship NPCs and put in some warps needed for the Sign Quest.MasterOfMuppets3-1/+216
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6975 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05Fixed @mi/@mobinfo not showing the name collumns correclyshadow2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6974 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05added missing return;Lupus1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05Removed unecessary VS6 files.Lance8-830/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6969 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-04Readded Comodo warp to Kafraevera1-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6968 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-04new kafra prices and warpsevera9-39/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6967 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03Fixed Archdam CardPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03Small adjustment to Thanatos Tower spawnsPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6964 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03Fixed Skeggiold's dropsPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6963 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03* Fixed MVP Jupitel to do 30 HitsPlaytester5-15/+18
* Fixed some typos and warps in Einbech git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03Solved the bug that made firewalls only castable a few times until you ↵MasterOfMuppets2-1/+3
relogged. Thanks to Euph for the fix. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6959 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03Fixed a small typo in cities/aldebaran.txtPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6957 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03- Added variable other_mapserver_count to chrif.c which holds total count of ↵skotlex4-13/+41
connected map-servers. By using this we prevent sending unnecessary packets to the char-server when there's no more map-servers connected. - Affected packets are whispers, announces, party messages, guild messages. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6954 ↵codemaster1-0/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03Someone accidentially removed Login TXT and Map TXT from the VS 7.1 Solutioncodemaster1-0/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6953 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Fixed a bug in unit_can_reach_bl which breaks path seeking when the target ↵skotlex2-3/+5
is near obstacles. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6950 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Removed Bio Lab from eamobsPlaytester4-90/+5
- since the official entrance is in it's no longer needed git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6948 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Updated offensive use of Sanctuary to function like on the official servers.MasterOfMuppets3-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6946 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Changed the interval between waterballs from 150 to 250 milliseconds.MasterOfMuppets2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Corrected clif_parse_takeitem to ALWAYS return a NAK packet when it failsskotlex3-33/+41
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6943 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Removed the walk delay from firewall and changed its knockback to 1 tile to ↵MasterOfMuppets3-4/+6
make it act more like in the official servers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Some cleaning of the mob slave ai. skotlex4-16/+14
- Moved MOB_SLAVEDISTANCE to mob.h - NPC_CALLSLAVES now uses the slave-distance previously mentioned. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6940 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Removed the job bonuses of High Novice and Baby NovicePlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6939 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Moved setting a mob's level from mob_spawn to status_calc_mob, resetting ↵skotlex4-8/+14
their level on death has also been removed (as it is handled now on spawn) - Fixed a bug in status_revive - Updated Holy Cross, Investigate and Finger Offensive to be usable by all weapons. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Gave several MVPs their MVP skill versionsPlaytester2-16/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6937 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Corrected Brandish Spear to work on levels above 10.skotlex3-15/+25
- Updated Two-HandQuicken, One-HandQuicken to give 30 +2*lv% aspd-rate for skill levels above 10 (meant for boss casted skills) - Fixed Spear-Quicken messing with the calc_flag git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6936 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Made Grandcross usable with all weapons.skotlex2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6935 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Added Can Attack to various G_mobsPlaytester2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02* Removed the Novice Job bonuses againPlaytester3-3/+7
- http://www.eathena.ws/board/index.php?showtopic=93893 * Small adjustments of the Orc Lord and Valkyrie Randgris drops git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6932 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Fixed Freeze/Stone/Benedictio not changing your elemental LEVEL to 1.skotlex2-1/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6931 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Uncommented the npc_debug_warps code.. oops.skotlex2-7/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Typo fix.LuzZza25-2/+5072
Added VC6 project files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6929 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6927 ↵Lance2-2/+2
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Corrected some signed/unsigned comparisons corrections which were incorrect.skotlex1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6926 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Altered status_calc_pc so that equipment scripts are ran before card-scripts.skotlex5-83/+101
- Fixed pc_bonus to not underflow/overflow when adjusting def/mdef. - These two together, should fix Tao Gunka Card. - npc_debug_warps() will now be invoked if warp_point_debug is set. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6925 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02[Fixed] Lance5-20/+7
- Yet another compilation warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Updated item_db.sql/mob_db.sql to current.skotlex5-550/+486
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-01- Fixed being unable to unequip stuff while the storage is open.skotlex1-3/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6920 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-01- Fixed NPC_SELFDESTRUCTION not showing nor dealing damage.skotlex2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6919 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-01- NPC_TRANSFORMATION/NPC_METAMORPHOSIS will now preserve the original mob ↵skotlex3-10/+9
without removing it when the skill level is greater than one. - Added SC_DANCING declaration in the Status Change tables to signal it modifies Walk speed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6918 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-01* Readded Novice Job bonusses [Poki#3]Poki#32-1/+5
- Just why where they removed? http://guide.ragnarok.co.kr/JobNovicestatus.asp still lists them... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6917 54d463be-8e91-2dee-dedb-b68131a5f0ec