1807 Commits

Author SHA1 Message Date
L0ne_W0lf
21d0508037 Corrected Spear and Swordman mercenary summoning scrolls.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-25 10:19:10 +00:00
zephyrus
5df63da5e7 - Implemented Mercenary Scrolls (item_db)
- There are some little problems, like remaining time going to 0, but you can summon it, make it walk, follow you.
- Feel free to test it.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-24 22:45:32 +00:00
zephyrus
399efe15bd - Completed Mercenary Create, Delete, Save. Tests OK.
- Incremented MAX_SKILL required for a proper load of Mercenary Skills.
- Some fixes.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13118 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-23 19:08:54 +00:00
zephyrus
1204fd49db - Mercenary Packets (Server to Client). Still need a little more info.
- Packet for Mercenary Menu.
- Some other progress as creation but need more code.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-23 13:09:50 +00:00
zephyrus
bc00263633 - Mercenary Database Reading.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-22 15:14:07 +00:00
zephyrus
6987e4e259 - Starting Mercenary's Project.
* Mercenary DB files. (Thanks to L0ne Wolf).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-22 11:22:46 +00:00
zephyrus
c6af5ab8d5 - Big update to Basilica, implementing official behavior.
* Basilica caster cannot walk.
* On Basilica area, only caster can use Basilica again to stop it.
* On Basilica no one can use skills. (Previous bug on eA because you can use support skills on it, also caster).
* Only Pressure can bypass Basilica protection.
* Any enemy of the caster bounce 2 cells back from basilica, except Boss type. (Bugreport 2099).
* Any monster can target you on basilica and try to attack you, also with skills, but damage is reduced to 0, except Boss.

Notes:
- Basilica Cell stuff is not used anymore... is it required?
- Still need to add a check previous to cast basilica because if there are mobs, items, npcs, walls, skills around the caster (7x7 i think) the skill should fail.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13106 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-21 20:38:32 +00:00
L0ne_W0lf
9a11c75c3e Archer and Knight guardians (WoE 1.0) will no longer detect hidden.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-21 17:13:24 +00:00
L0ne_W0lf
1f0d1cd052 * Fixed invalid element warning in mob database.
* healing staff and similar items now add to offensive heal as well.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-19 19:00:19 +00:00
L0ne_W0lf
57a39c5ecc * Fixed bugs in some items. (bugrepot:2059)
* Added stats for some mobs, and fixed some others.

* Rather large update to the Keil Hyre quest.
- Update does not add any of the changes made by iRO.
- Many updates, see script or tracker for details.
* Fixed condition check in turtle island warper. (bugreport:1943)
* Removed the duplicate NPC "Mudie" from Hugel City. (bugreport:2079)
* Corrected Umbala Dismantle/create Essence NPC. (bugreport:2089)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-19 00:16:37 +00:00
Yommy
e126f1d08d incorrect item id (bugreport:2063)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-15 02:25:23 +00:00
akrus
7ad8038f0e * Added: new items, according to kRO items descriptions (commented out for a while) (bugreport:2043) [akrus]
* Fixed: items 7918, 11703 wrong line format (bugreport:2055) [akrus]


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13076 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-14 06:48:52 +00:00
ultramage
b45e112b9e Hammerfall now works with daggers and 1h swords (bugreport:2045)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13072 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-12 04:46:32 +00:00
L0ne_W0lf
8161741bad * Corrections and fixes to the mob Skill DB.
- Readded the skill "Self destruct" to G_SEYREN
- B_YGNIZEM Will again teleport on rude attacks.
- Added Pouring and Bombporing skills.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-11 12:22:32 +00:00
L0ne_W0lf
382595255d Corrected Flame Skull Card, rate os 5% not 50%. This is what happens when your value types are inconsistent.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-11 10:31:16 +00:00
L0ne_W0lf
4b57918f24 Accidentally reverted the fix to Drifter.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13067 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10 19:49:56 +00:00
L0ne_W0lf
30b8c64a10 * Rather massive item database update.
- Added a lot of items, though some are not implemented.
- Updated a lot of the current prices for many items
- All items now use the "Buy" column for price.
* Added new skills to the skill database. (commented out)
* Updated item trade database with new items.
* Updated Cashshop functions.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10 19:20:11 +00:00
ultramage
5f31620e6a Some skill corrections based on bugreport:1945
- enabled WZ_FIREWALL and NJ_KAENSIN effect stacking (for more damage)
- blocked stacking of Warp Portal and Flip Tatami land skills
- reverted r12798's land-protector code change (incorrect and also doesn't have any effect)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10 13:22:53 +00:00
Yommy
c46226e3d1 fixed bug reports (bugreport:1556 bugreport:1913 bugreport:1839)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13061 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10 00:10:49 +00:00
L0ne_W0lf
dff7d38acb * Added values to skill_require_db for mercenary skills.
* Added values to skill_unit_db for mercenary ground skills.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13006 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-27 13:35:13 +00:00
L0ne_W0lf
e64c594e63 * Added values to skill_cast_db for mercenary skills.
- These skills are NOT implemented. Place holders only.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13004 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-27 11:59:45 +00:00
zephyrus
d48a482180 - Implemented official Convex Mirror (With help of Yomanda and Sirius White)
- Fixed SC_WARN don't receiving reflecting damage (Bug Report 1854).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12997 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-26 11:13:39 +00:00
L0ne_W0lf
e787f3ca89 * Corrected Luna Bow Bonuses. (bugreport:1919)
* Swapped dis/enable for hideon/off in wedding script.
* Corrected Slotting NPCs triggering on touch. (bugreport:1916) 
* Added a missing close in juperos quest. (bugreport:1918)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12993 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-25 15:22:54 +00:00
Paradox924X
94ba231582 Removed an extra ) in Item 2765's script.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12987 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-24 13:31:52 +00:00
L0ne_W0lf
38f2bd2e48 Another small fix to Nameless island quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12984 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-22 21:44:54 +00:00
L0ne_W0lf
15f3aba273 Implemented stats for Sealed Shine and Endless Tower monsters.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12983 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-22 20:37:20 +00:00
zephyrus
61761ac8f4 - Some new items and a correction in Dark Lord Card.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12982 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-22 19:25:11 +00:00
L0ne_W0lf
74a8d68769 * Removed mail commands that no longer exist from help.txt.
* Finally getting around to fixing a few bug reports
- Corrected some view IDs for some newer headgears. (bugreport:1842)
- 11.3 bows are now equippable by all archer classes. (bugreport:1885)
* Getting around to fixing some script bug.
- Fixed bugs in the nameless quest, and other npcs. (bugreport:1845)
- Fixed some bugs in the WoE:SE control devices. (bugreport:1848)
- Fixed minor typo in the novice grounds. (Bugreport:1877)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12981 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-22 16:37:32 +00:00
L0ne_W0lf
77d04c1f72 Updated the Satan Morroc skills (still custom, based on Future Wiki)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-16 15:12:06 +00:00
shadow
ba430d6c2e This shouldnt have been commited, but i did by mistake (bugreport:1861). And since its already here:
- Added custom 12.1 monster skills, these skills will be changed when we get official info about them.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12965 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-16 15:04:10 +00:00
shadow
1fc5701465 Removed "old" from IG_OldGiftBox by mistake.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-15 22:17:30 +00:00
shadow
3adffcab45 Fixed some bad named gift boxes on constant db, bugreport:1857
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12960 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-15 22:15:23 +00:00
shadow
5cf611ea6d Removed 5283,Chick_Hat bonus against brute monsters.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12946 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-12 04:38:15 +00:00
shadow
d94dc685e1 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12945 54d463be-8e91-2dee-dedb-b68131a5f0ec 2008-07-12 04:08:33 +00:00
shadow
724460c3e0 Added +10% dmg from satan morroc on items 2537,Lucifer_Manteau and 2729,Lucifer_Ring, bugreport:1780
Fixed 5326,Masquerade_C bonus, bugreport:1820

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12936 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-10 20:11:39 +00:00
L0ne_W0lf
f0f2bb1e0d * Swapped 'misceffect' usage for 'end', the effect is client-side already.
* Added a few headgears from $ephiroth. (bugreport:1756)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-08 13:08:47 +00:00
ultramage
1df733fb4b Small cleanup of leftover Grimtooth data (followup to r12917)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-07 08:03:30 +00:00
shadow
16a0a2a680 Fixed 700,Cold_Scroll_2_1 not working, bugreport:1807
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12916 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-06 15:44:07 +00:00
Paradox924X
2bb5baa679 Fixed 4372, Bacsojin Card trying to improve AL_SANCTUARY instead of PR_SANCTUARY. Bugreport: 1793
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12905 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-04 01:03:29 +00:00
shadow
1f614c2d23 Fixed 4175,Poison_Toad_Card missing pushback effect, bugreport:1779
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12901 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-02 21:18:18 +00:00
ultramage
7444eb572c Random assortment of various small corrections and tweaks.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12894 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-29 06:00:05 +00:00
L0ne_W0lf
eb8748ca5d * Increased Item group limit for new item groups.
* Added several new item groups, and updated some existing groups.
- IG_RedBox, IG_GreenBox, IG_OldYellowBox, IG_OldGiftBox IG_MagicCardAlbum, IG_HometownGift, and IG_Masquerade.
- IG_CardAlbum no longer gives Ghostring or Angeling Cards.
- Added Hahoe Mask to Wrapped Mask list.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12891 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-24 22:41:24 +00:00
zephyrus
5283654e88 - New Headgears from other official servers.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12887 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-23 21:04:32 +00:00
Lupus
7e9bafbe88 * Fixed / updated items to recent kRO 14593,2621-2626,4175,2719
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12877 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-22 14:28:16 +00:00
L0ne_W0lf
11c9fbefc0 * Pecopeco_hairband bonus is again ASPD -10%, Cast Rate +25%.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12848 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-17 13:55:24 +00:00
ultramage
2b90b5539e Forgot to actually swap the two gunslinger weapon aspd columns for some reason... (followup to r12779).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12842 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-17 10:30:41 +00:00
samuray22
122942774c * Added Mobs for the New Orc Dungeon Instance.
* Changed Ep. 13.1 Monster to the correct IDs.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-16 23:35:30 +00:00
shadow
a9229be358 Fixed 1425,Assaulter's_Spear using BaseClass instead of BaseJob, bugreport:1694
Fixed missing capital M on Silver Tiara script.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12840 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-16 14:38:50 +00:00
samuray22
0aaaac8314 * Fixed the next items:
- Naght Seiger Twin Edge Fixed Level Meteor Storm to 3.
- Twin Pompom By JB Increase Agility lvl 1 when attacking.
- Naght Seiger Flame Manteau Weight: 70 Req: 70
- Free Ticket for Kafra Storage, Free Ticket for Kafra Transportation, Free Ticket for the Cart Service Weight: 0
- Hunter Cap Bonus damage VS Brute and Demi human monster
- Koneko Hat Bonus INT + 1

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12838 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-15 14:07:32 +00:00
zephyrus
2d0e75f402 - Fixed a bug in some Gunslinger skills, when weapon ids changed
- Little cleanup in and a bug fix in guild2 scripts.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-14 11:26:04 +00:00