7351 Commits

Author SHA1 Message Date
ultramage
392c28290c correcting some broken line endings...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12818 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13 01:40:05 +00:00
shadow
30472721f6 Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12816 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13 00:36:12 +00:00
ultramage
06f9538ece Added check to prevent crashing on logmes with no player attached (bugreport:1648).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-12 09:59:46 +00:00
FlavioJS
625f9f62fd * Added support for skill names to script commands:
- 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://svn.code.sf.net/p/rathena/svn/trunk@12814 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-12 09:30:12 +00:00
ultramage
2352b1996e Increased MAX_PACKET_DB to handle the new packet range.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12813 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-11 16:40:03 +00:00
ultramage
7384b6a0f8 Updated packet db according to recent client data.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12812 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-11 16:37:32 +00:00
shadow
7799453e39 Fixed items that grant status related skills not removing the status when you unequip it.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12811 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-11 16:17:21 +00:00
ultramage
1db8d976fd Added partylock/guildlock mapflag checking for @changeleader/@changegm (bugreport:72)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-11 13:02:16 +00:00
shadow
91f75e6d21 Fixed double attack working with unarmed attacks, as reported by Lone Wolf.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12809 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10 16:09:16 +00:00
shadow
2d736b15c4 Fixed 1733,Gust_Bow (Gale Bow) autocast chance, 0.2->1% normal, 1->2% if INT > 40.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10 08:07:08 +00:00
shadow
41dfe2ce7e Fixed Sabbath coma chance against demon monsters (0.5->5%).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12807 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10 07:24:23 +00:00
shadow
0586b64172 Implemented item bonus for 14538,Glass_of_Illusion, +20 perfect dodge for 60 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://svn.code.sf.net/p/rathena/svn/trunk@12806 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10 06:55:16 +00:00
shadow
2fe5abf573 Fixed 5305,Pirate_Dagger not giving +5 attack power bonus.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12805 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10 06:27:32 +00:00
shadow
69d4ed69d9 Cleared up a bit some of item_bonus documentation.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12804 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-10 06:16:09 +00:00
FlavioJS
c9a3dc80bf * Added experimental code to set the socket limit at runtime.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12803 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09 23:44:52 +00:00
shadow
233d15c130 Fixed SN_SHARPSHOOTING doing 100% atk less damage than it should, bugreport:1654
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12802 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09 17:29:51 +00:00
shadow
2b0cfa05fb Fixed bad comma after itemskill command, reported by Yomanda.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12801 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09 17:13:51 +00:00
shadow
a7f7dae99d Fixed 1734,Orc_Archer_Bow working with Iron Arrow instead of Steel Arrow. 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://svn.code.sf.net/p/rathena/svn/trunk@12800 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09 12:43:08 +00:00
shadow
e07ba9d3b8 Cleared documentation about autospellwhenhit, a lot of cards will need to be revised
Fixed 2000,Destruction_Rod being 0.2% per refine instead of 2%.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09 12:03:53 +00:00
shadow
542867516d Fixed Fire Pillar (and any future splash damage magical trap) not working on Land Protector.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12798 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09 09:20:50 +00:00
shadow
097072f1fe Fixed reject sword having a infinite duration, bugreport:695 (both stable 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://svn.code.sf.net/p/rathena/svn/trunk@12797 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-09 00:33:09 +00:00
shadow
fee9f60e25 Reverted Change on 2656,Hyper_Changer from revision 12776.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 20:04:06 +00:00
ultramage
5d98e5cbf4 Implemented the two-handed staff/rod type (thanks to Muad_Dib).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12793 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 13:17:51 +00:00
ultramage
4ffe35e8bd Corrected definition of 'delitem' and 'delitem2', which prevented the optional accountid parameter from working (bugreport:1512).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12792 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 13:06:08 +00:00
Lupus
cc74ee4126 fixed 4 bugs in Blacksmith job quest, put some garbage var to clear. Fixed a typo in Bard Job q
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12791 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 12:53:48 +00:00
shadow
a70ad818d9 Fixed one of Einbroch (east) kafras not displaying a name, bugreport:857
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12790 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 11:57:40 +00:00
shadow
c77d5fb163 Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, bugreport:1473
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12789 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 11:12:34 +00:00
shadow
b6d223b8b4 Removed duplicated quest warp portal on /warps/dungeons/juperos.txt, bugreport:1486
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 11:03:19 +00:00
shadow
8580b66779 Fixed a bug on Markie question 5, bugreport:1600
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 10:44:10 +00:00
shadow
4c3c688f45 Fixed a typo on ramen_hat, bugreport:1643
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12786 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 10:29:59 +00:00
shadow
4a119d538f 2125,Strong_Shield elemental damage penalties (+20% dmg vs fire, water, 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://svn.code.sf.net/p/rathena/svn/trunk@12785 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 09:12:33 +00:00
shadow
aa8eaa8a38 Fixed 2532,Mithril_Magic_Cape NPC_ANTIMAGIC autocast chance (2-20%).
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://svn.code.sf.net/p/rathena/svn/trunk@12784 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 08:09:00 +00:00
shadow
35740fe98c Fixed 5272,Tongue_Mask_ provoke autocast chance (3->5%).
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://svn.code.sf.net/p/rathena/svn/trunk@12783 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 07:38:56 +00:00
shadow
089ed8e415 Fixed 5293,Ramen_Hat, should cast AgiDown on enemy at 3% when melee attacked, bugreport:286
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12782 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 07:10:40 +00:00
shadow
55f8ddeb2f Fixed SA_DISPELL removing SC_CRITICALWOUND.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12781 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 03:42:49 +00:00
shadow
c1c44cbec2 Added a list of aegis effect constants to be used on scripts, this should 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://svn.code.sf.net/p/rathena/svn/trunk@12780 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08 03:20:35 +00:00
ultramage
4517a5c8e2 Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis.
Added Mace Mastery bonus to 2handed maces, and made them unbreakable.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12779 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 17:01:29 +00:00
shadow
f1ef7aee29 Another fix to Lucius (trivial) on /cities/lighthalzen.txt. (bugreport:1125)
Fixed Inn Employee#Ahlma warping to same destination as save point, bugreport: 191.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12777 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 15:07:49 +00:00
shadow
cab238788d Fixed 4210,Wander_Man_Card and 2515,Wing_Of_Eagle Walk Speed bonus 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://svn.code.sf.net/p/rathena/svn/trunk@12776 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 14:19:47 +00:00
shadow
13d38f1d87 Fixed 4389,Plasma_Card chance of droping resist potios, should have chance 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://svn.code.sf.net/p/rathena/svn/trunk@12775 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 13:09:51 +00:00
ultramage
91e7ba7d50 Usage of map_flag_gvg2() in Emergency Recall code (minor followup to r12770).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12774 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 12:07:41 +00:00
shadow
3b35754540 Fixed drain rate and HP regen penalty of 4367,B_Shecil_Card.
Gemini Card adds 50% resist against Stone and Sleep if vit >=80.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12773 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 11:48:28 +00:00
ultramage
66fe96fbb0 Devotion links will now be sent properly in all situations (followup to 12171).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12772 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 11:37:52 +00:00
shadow
8c4faa088f Reverted DEX bonus removal from last commit.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12771 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 11:31:16 +00:00
shadow
01cb41bb34 Fixed GD_EMERGENCYCALL not working inside gvg castles when WoE is off, bugreport:1637 fix by Meyraw
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12770 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 11:21:27 +00:00
shadow
05c1861c28 Item 5324,Little_Angel_Doll give no dex bonus, fixed chance of triggering autocast.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12769 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 11:19:10 +00:00
shadow
8762420f25 Fixed Doom slayer stun script according to 11.3 aegis.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12768 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 10:28:53 +00:00
ultramage
d5f1f0a910 Kaite should not work against high-level mobs - bug introduced in r11230 (bugreport:1623).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12767 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 10:22:33 +00:00
ultramage
9568930e99 Fixed 'soundeffectall' not reading its params correctly, since r10844 (bugreport:1627).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12766 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 03:27:38 +00:00
shadow
f292935743 Fixed PF_DOUBLECASTING casting % bugreport:140
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12765 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-07 03:00:00 +00:00