summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-28Fixed the stun typo that has been in eAthena for agesPlaytester3-17/+22
- SC_STAN is now SC_STUN - Eff_Stan is now Eff_Stun git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28- Modified HP conversion so that it fails when you don't have enough Hp. ↵skotlex2-29/+72
Also updated it to enable casting on "someone else" (effect: target loses Hp and gains Sp based on the max HP of the caster, will someone ever use this? who knows, but it's nice to have :P) - Cleaned up Strip skills so that the skill animation will only show when something was stripped. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6349 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28- Added constant MAX_MOB_DROP to specify the amount of normal drops a mob ↵skotlex5-19/+29
has. The mob_db reading code will automatically parse the file according to the number of drops expected (the Mexp/Mper and MVP item rewards must still be after the normal drops). Set to 10 currently. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6347 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28- Storm Kick's range increased to 2.skotlex5-13/+18
- Mobinfo's drop list will use jName rather than Name for drop names. - Some cleaning of the ASC_BREAKER code in skill_attack - Modified skill_attack so that all skills with amotion get their damage delayed (should fix mob walk-teleport issues) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28- Added function stristr to strlib.c, used by mob.c and item_db.c for ↵skotlex5-5/+46
case-insensitive seeks. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28- Removed the sending of the online guild list when you log-on, may fix the ↵skotlex6-6/+24
"getting stuck" problem. - Added battle config default_skill_delay. Specifies the default skill delay for most skills, it is also applied as a walkdelay (total skill walkdelay is default_skill_delay + that skill's can't walk delay) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6344 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28Lowered drop rates of Bio Lab 3 normal mobsPlaytester2-6/+8
- not finished yet, need 12 item drop slots... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28flying sidekick range 10->8 cellsLupus2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28Updated drop rates of the Bio Lab 1&2 mobsPlaytester2-7/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28Rearrange makefile so dependencies won't get overwritten by 'make depend'celest1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28- skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ↵skotlex3-7/+5
flag 1 (fix pos) rather than none. Should fix some skills making you appear moving while doing them. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6336 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28- Modified clif_skill_nodamage to allow for a NULL source. This is to ↵skotlex3-43/+25
simplify code related to AL_HEAL/MG_RECOVERY effects where someone shows a healing value, but there's no "caster" in sight (Pitcher skills, Blood Drain, Kaahi) - Updated Kaahi to use clif_skill_nodamage to display amount healed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28- Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you ↵skotlex2-0/+3
around while cloaked. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Changed the default rate of clone mob skills to 5% modified by ↵skotlex2-1/+3
mob_skill_rate setting. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6332 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Applied some changes in unit.c to make mobs pick chase paths as they should.skotlex2-10/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- unit_remove_map will reset attackable-time, canact and canwalk delays.skotlex3-6/+37
- Added a timer in clif.c so that walk requests that are done while your cannot move duration will be delayed and processed afterwards (as long as the walk delay remaining is less than 2000 ms) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27Fixed another Aldebaran Castle 4 warp in warps/guild/guildcastles.txtPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27Fixed the fix to the Ninja job quest.blackhole891-5/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27Lord Gywall (who's a GM on my server) had a question in the Ninja quest ↵blackhole891-22/+17
referring to something specific to tRO. Removed that; also fixed some grammar. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Fixed compilation error/warning on script command setbattleflag.skotlex1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6323 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Some changes in the slave skill conditions. All their skills are triggered ↵skotlex2-11/+10
at a 10% chance now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Changed in the behaviour of wedding skills, should invoke ↵skotlex2-15/+17
skill_castend_pos when skill_castend_id triggers, should enable all the config settings for land skills to apply to the wedding skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Small change in @commands, may fix the null-pointer error.skotlex2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6318 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Small change in the pet_ai that should stop the "strange" catch-up ↵skotlex6-6/+19
behaviour of pets when you are much faster than them. - Corrected the unequip script of the wedding dress/tuxedo (it should be Class, not bClass) - Changebase script command will also refresh the weapon sprites (in case you changed into Wedding/Xmas class) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6317 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Fixed the compilation error. Gee, how did that slipped by...skotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6315 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Now when you do @baselevel to reduce your level and you don't have enough ↵skotlex2-0/+5
stat points to deduct, you will get a stat-reset and THEN your stat points will be reduced. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6314 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Added at command @commands, displays the list of commands available to you.skotlex5-1/+44
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6313 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Added the missing clif_* calls to make changebase's view-class change ↵skotlex2-1/+7
update on the client. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")skotlex7-10/+41
- All kicks do 3 hits now. - Added battle config hide_woe_damage which hides damage on woe maps packet-wise. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6311 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Fixed base-level up @ command giving stat points instead of taking them ↵skotlex3-3/+7
away when leveling down. - Some small change in pc_heal which would let you have negative SP if you were killed on the same pc_heal invocation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6307 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27- Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but ↵skotlex3-5/+5
I forgot to apply the fix to trunk) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27added setmapflag sampleLupus1-0/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27updated 'setmapflag' script commandLupus3-16/+41
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27commented out temp gunslinger shopsLupus2-3/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6303 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26- Updated item_db.sql to current.skotlex12-92/+53
- Some small code-cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26- Modified mob_drop_adjust function to receive unsigned int as initial ↵skotlex2-4/+6
parameter, should give a bit more room before data overflows. - Increased range check for Extremity to 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6297 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26- Item use interval is set to a default of 100ms now.skotlex7-50/+43
- Updated Full Buster so that the can't act delay carries on to the weapon attack delay and can't use item intervals. - Added script command getbattleflag to retrieve the current value of a battle_config switch. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26Fixed Food Seller in AlbertaPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26- When Taekwons level up they get Bless and Agi Up level 10 instead of the ↵skotlex3-6/+16
S.Novice bonuses. - Increased number of hits for TK kicks. 3 hits for TK_COUNTER and TK_TURNKICK, 2 hits for TK_STORMKICK and TK_DOWNKICK (until further information arrives) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6294 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26* functions_kafra.txt was pretty buggy, including a zeny exploit (free ↵eaac3-59/+478
warps). Thanks to OZ over IRC for pointing out. It needs more optimization too. [erKURITA] * eAAC Update: quest_warper.txt [erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26- Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip ↵skotlex6-20/+7
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-26- Changed the skill_wall_check to use shoot-path seeking. May fix ↵skotlex2-2/+3
skill_wall_check setting. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6291 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-26* Fixed typo in skill.c: skill_clear_groupLance4-8/+13
* Fixed command descriptions in script_commands.txt * Cosmetic changes to script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6289 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6288 ↵Kargha1-1/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26fixed a small errorKargha1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag ↵skotlex8-11/+39
to determine what to erase. &1 for elemental fields, &2 for traps. Also rewrote how it works to prevent missing elements (since each time an element is erased, the array contents shift) - Added battle config traps_setting to determine how traps should behave. With &1 traps are invisible if you didn't see them get set up. With &2 traps will be removed after changing maps. The default is 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Re-Made Izlude NPCs, thanks to Muad_DibKargha2-192/+585
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- Cleaned up a bit the implementation of SC_MAXIMIZEPOWER, SC_CHASEWALK and ↵skotlex2-7/+6
SC_CLOAKING to prevent infinite looping timers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- When battle_damage's flag is &2, the flag 3 is passed to mob_damage so ↵skotlex3-2/+3
that it won't give exp nor items. NPC_SUICIDE was updated to reflect this. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6282 54d463be-8e91-2dee-dedb-b68131a5f0ec