summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-13Fixed Evil Land working versus undead element instead of undead race.shadow2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12822 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Fixed Grandcross and darkgrandcross, should only cause blind against undead ↵shadow4-9/+10
race. Also confirmed that ME, evil land, sanctuary, grandcross/DGC and status recovery are versus element, not race. Removed confusion effect part from AL_CURE, it doesnt work on official anymore. Partial revert of signum crucis modification, it doesnt work against players, but work on ELEMENT undead monsters. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12821 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Fixed some skills working on undead element when they were supposed to work ↵shadow5-17/+24
on undead race. Skills Fixed: GrandCross, Dark GrandCross, Cure, Head Crush, Signum Crusis, Blessing, Demons Bane, Divine Protection. Skills needing confirmation: Magnus Exorcismus, Evil Land, Sanctuary, Status Recovery. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Converted skill commands integers to strings. Follow up on r12814shadow57-478/+483
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13correcting some broken line endings...ultramage1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12818 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Fixed stripped hairband and blue hairband checking the wrong amount of ↵shadow2-3/+7
items, bugreport:1674 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12816 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-12Added check to prevent crashing on logmes with no player attached ↵ultramage2-2/+12
(bugreport:1648). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-12* Added support for skill names to script commands:FlavioJS7-90/+176
- skill, addtoskill, guildskill, getskilllv, getgdskilllv, itemskill, petskillattack, petskillattack2, petskillsupport, skilleffect, npcskilleffect, unitskilluseid, unitskillusepos - bonus/bonus2/bonus3/bonus4/bonus5 for bonuses bAutoSpell, bSkillAtk, bSkillHeal, bAutoSpellWhenHit, bAddSkillBlow, bCastrate git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12814 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-11Increased MAX_PACKET_DB to handle the new packet range.ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12813 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-11Updated packet db according to recent client data.ultramage1-6/+123
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12812 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-11Fixed items that grant status related skills not removing the status when ↵shadow2-14/+17
you unequip it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12811 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-11Added partylock/guildlock mapflag checking for @changeleader/@changegm ↵ultramage2-2/+17
(bugreport:72) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10Fixed double attack working with unarmed attacks, as reported by Lone Wolf.shadow2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12809 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10Fixed 1733,Gust_Bow (Gale Bow) autocast chance, 0.2->1% normal, 1->2% if INT ↵shadow2-1/+2
> 40. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10Fixed Sabbath coma chance against demon monsters (0.5->5%).shadow2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12807 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10Implemented item bonus for 14538,Glass_of_Illusion, +20 perfect dodge for 60 ↵shadow2-6/+11
seconds, bugreport:1285 Added 14500,Insurance_ (no exp penalty for 60 minutes, used by 13500,Insurance60_Box, bugreport:1285 Implemented visual effects for Small/Medium Life Potion, Abrasive and Regeneration Potion. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12806 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10Fixed 5305,Pirate_Dagger not giving +5 attack power bonus.shadow2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12805 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10Cleared up a bit some of item_bonus documentation.shadow1-105/+147
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12804 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09* Added experimental code to set the socket limit at runtime.FlavioJS4-1/+122
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12803 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09Fixed SN_SHARPSHOOTING doing 100% atk less damage than it should, bugreport:1654shadow2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12802 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09Fixed bad comma after itemskill command, reported by Yomanda.shadow1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12801 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09Fixed 1734,Orc_Archer_Bow working with Iron Arrow instead of Steel Arrow. ↵shadow4-2/+4
Thanks Muad Dib for reporting. Fixed Active Guild skills not working when WoE is OFF, follow up on r12770, bugreport:1653 and bugreport:1637 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12800 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09Cleared documentation about autospellwhenhit, a lot of cards will need to be ↵shadow3-21/+34
revised Fixed 2000,Destruction_Rod being 0.2% per refine instead of 2%. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09Fixed Fire Pillar (and any future splash damage magical trap) not working on ↵shadow3-9/+11
Land Protector. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12798 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09Fixed reject sword having a infinite duration, bugreport:695 (both stable ↵shadow4-4/+9
and trunk) Fixed 13007,Jitte and 13008,Jitte_ break chances (5->2%). Fixed 1535,Hollgrehenn_Hammer break chances without combo (2->1%) and with combo (12->10%), also has no chance of breaking user equip. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12797 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Reverted Change on 2656,Hyper_Changer from revision 12776.shadow2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Implemented the two-handed staff/rod type (thanks to Muad_Dib).ultramage5-80/+83
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12793 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Corrected definition of 'delitem' and 'delitem2', which prevented the ↵ultramage2-3/+4
optional accountid parameter from working (bugreport:1512). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12792 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08fixed 4 bugs in Blacksmith job quest, put some garbage var to clear. Fixed a ↵Lupus4-22/+20
typo in Bard Job q git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12791 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Fixed one of Einbroch (east) kafras not displaying a name, bugreport:857shadow2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12790 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, ↵shadow2-1/+3
bugreport:1473 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12789 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Removed duplicated quest warp portal on /warps/dungeons/juperos.txt, ↵shadow2-33/+3
bugreport:1486 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Fixed a bug on Markie question 5, bugreport:1600shadow2-4/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Fixed a typo on ramen_hat, bugreport:1643shadow1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12786 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-082125,Strong_Shield elemental damage penalties (+20% dmg vs fire, water, ↵shadow2-10/+18
wind, earth, holy, dark and ghost). Fixed 2367,Sniping_Suit Critical bonus from LUK, +1 crit per 10 LUK (before was per 5 LUK). Fixed 1270,Drill_Katar Full Strip skill level (5->1). Fixed 1175,Altas_Weapon (Atroce Blade) chance of breaking target's weapon (1->5%). Fixed 1973,Sea_Witch_Foot, should cast lv2 wide silence, not lv1. Also fixed the proper autocast behavior. Fixed 2000,Destruction_Rod SP use increase (refine*2), Jupitel autocast chance (refine*2 %) only when melee attacked. Fixed 1564,Encyclopedia critical bonus from LUK, +1 crit per 5 LUK. Fixed 4363,B_Magaleta_Card Assumptio autocast chance (1->5%). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12785 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Fixed 2532,Mithril_Magic_Cape NPC_ANTIMAGIC autocast chance (2-20%).shadow2-3/+6
Fixed 2426,Shadow_Walk AS_CLOAKING autocast chance (5->10%). Fixed 2122,Platinum_Shield autocast chance of NPC_MAGICMIRROR (1->15%). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12784 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Fixed 5272,Tongue_Mask_ provoke autocast chance (3->5%).shadow2-6/+12
Fixed 5297,Soulless_Wing_ item name and bonus, +1 all stats and +2% sp regen every 10 seconds. Fixed 5298,Marvelous_Wig_ bonus, -5% neutral dmg, +5% fire dmg, +5% water dmg. Fixed 5286,Pecopeco_Hairband walkspeed (5->25%), aspd (10% negative ->5% positive), cast time (25% increase -> 5% decrease). Fixed 5255,Triple_Poring_Hat autocast chance (2->5%). Fixed 5291,Kettle_Hat autocast %, should be 1% for both waterball lv2 and deluge lv3. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12783 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Fixed 5293,Ramen_Hat, should cast AgiDown on enemy at 3% when melee ↵shadow3-2/+4
attacked, bugreport:286 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12782 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Fixed SA_DISPELL removing SC_CRITICALWOUND.shadow2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12781 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Added a list of aegis effect constants to be used on scripts, this should ↵shadow3-2/+799
help on script conversion. They go up to 377, but for higher values, you can still use the integers found on /doc/effect_list.txt Added a list of aegis npc name constants to be used on scripts (eA doesnt support this yet). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12780 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis.ultramage9-21/+25
Added Mace Mastery bonus to 2handed maces, and made them unbreakable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12779 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Another fix to Lucius (trivial) on /cities/lighthalzen.txt. (bugreport:1125)shadow3-4/+9
Fixed Inn Employee#Ahlma warping to same destination as save point, bugreport: 191. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12777 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Fixed 4210,Wander_Man_Card and 2515,Wing_Of_Eagle Walk Speed bonus ↵shadow2-4/+7
bugreport:1326 Fixed 2656,Hyper_Changer (Armor Charm) not giving +1 DEF. Fixed 5125,Kiss_Of_Angel sp regen bonus (3->5%). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12776 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Fixed 4389,Plasma_Card chance of droping resist potios, should have chance ↵shadow2-3/+6
of droping all 4, not 1 out of 4. Fixed 4407,Randgris_Card chance of autocasting dispell (1->5%). Fixed 4386,Detale_Card chance of autocasting land protector (5->7%). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12775 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Usage of map_flag_gvg2() in Emergency Recall code (minor followup to r12770).ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12774 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Fixed drain rate and HP regen penalty of 4367,B_Shecil_Card.shadow2-2/+4
Gemini Card adds 50% resist against Stone and Sleep if vit >=80. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12773 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Devotion links will now be sent properly in all situations (followup to 12171).ultramage1-2/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12772 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Reverted DEX bonus removal from last commit.shadow2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12771 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Fixed GD_EMERGENCYCALL not working inside gvg castles when WoE is off, ↵shadow2-1/+2
bugreport:1637 fix by Meyraw git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12770 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07Item 5324,Little_Angel_Doll give no dex bonus, fixed chance of triggering ↵shadow2-4/+5
autocast. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12769 54d463be-8e91-2dee-dedb-b68131a5f0ec