1177 Commits

Author SHA1 Message Date
Playtester
74bbb42178 Fixed Bacsojin's mob id in mob_boss
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-13 19:40:50 +00:00
skotlex
c1044cf02f - Reverted Venom Splasher's element to take your weapon's
- reverted the item skill usage update since Flywings and the like do not use skill use scripts anymore.
- Restored tid when a castend-id skill becomes castend-pos, fixes certain skills, most notably Resurrect Homunculus.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-13 00:17:32 +00:00
skotlex
68e1eb420a - Corrected range of self destruction / bio explosion to be equal to their splash range.
- Corrected Spider Web casting around caster instead of target's position
- Corrected a possible crash during login due to checking for the incorrect variable (lets pc_calc_status be invoked when it shouldn't)
- Reenabled the base status aspd calculation for homunc (status_calc_bl calculates battle_status, status_calc_homunculus calculates base_status, they are not the same!)
- Corrected the meaning of "skill_display_fail&2", made 2 the default setting.
- Added bounds checking to map_foreachincell
- Opt2 values (poison, blind, and so on) are now resent on warp/map-change
- Corrected description of isloggedin script command.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9853 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-12 18:02:41 +00:00
Playtester
7b9539f4e3 * Fixed Armeyer Dinze Card
* Reverted Fly Wing and Butterfly Wing to the old version
- old version has less problems

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-11 00:21:08 +00:00
skotlex
6e7a224bd1 - Fixed skill range considerations using skill_get_range rather than skill_get_range2
- Corrected the range of EnergyDrain/BloodDrain (when Tharis says the range is 7, that means 7 without the cells on which the chars stand, so that means 9 in eA terms)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-09 17:12:05 +00:00
skotlex
eabdf9af64 - Spider web can again be recasted on target.
- Modified Spider Web so it can instantly retrap a target, rather than idling on the ground waiting for a new target.
- Cleaned up some the rude-attacked code, being attacked while under spider web now triggers rude-attacked.
- Sped up the FrostJoke/Scream message length chat check.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9828 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-08 18:25:51 +00:00
ultramage
34d8dc0ad3 Fixed a skill_db.txt typo for AS_ENCHANTPOISON introduced in r9794
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9825 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-08 13:57:10 +00:00
skotlex
d47a0a0d52 - Fixed a bunch of probably incorrect logical comparisons.
- Some small updates on the skill_db file (some max levels of npc skills, some elements for skills that didn't really need them)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-08 05:34:12 +00:00
skotlex
78d876f355 - Modified spider web so that the skill_unit_db flag restrictions may take place.
- Modified Spider web so that it can't be casted on top of another web.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9821 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-07 23:23:53 +00:00
skotlex
6597b8c74b - Updated the range of BioExplosion and Self Destruction so they count as ranged skills.
- Removed old script bonuses bMatk, bMatk1, bMatk2
- Fixed char-server not sending online notification when a party member logs in.
- When skill range by distance is set, the distance checked for is now 5 cells rather than 3.
- Fixed bMatkRate bonuses not applying to status earned modifications to int/matk.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9816 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-07 17:46:50 +00:00
skotlex
facb8af27f - Updated the code so that now a range of a skill is determined by the skill's range in the db. Now only skills with less than 5 cells of range are melee.
- The inf2 parameter of the skill_db is now red as an hexadecimal.
- Updated comments and inf2 values of the skill_db to use the new format.
- Soul Change now can't be casted on self.
- Updated range of Grandcross, Granddarkness and Gospel to 5 so when they attack their attack type is counted as ranged.
- Splitted the super novice flag in two, to keep seperate counters for the chant and for the self-revival. The self-revive will now trigger only once per level per session, if you relog you can have it trigger again.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-05 23:10:47 +00:00
skotlex
d2574dfd69 - Fixed a duplicate warp name in Rachel
- Fixed Venom Splasher not being Poison elemental
- Cleaned up #blv
- Fixed the skill tree not always updating when using @allskill
- Probably fixed the target-change on melee attack setting not working.
- Moved the deletion of the invincible timer when using skills so that it is not deleted for skills such as Ashura (when just selecting a target)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9791 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-05 18:16:33 +00:00
skotlex
a578017992 - Completed Amon Ra's spell list.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9777 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-02 17:32:29 +00:00
skotlex
aca93bf9ff - Added support for mob skill target 'randomtarget', when specified, it will pick a random enemy from within the skill's cast range.
- Updated the mob_db so that all skills from non-moving mobs that specified 'target' as enemy will use 'randomtarget' instead.
- Amon Ra's meteors now use randomtarget instead of self.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9762 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-01 20:06:06 +00:00
skotlex
8ec0ed0d47 - Corrected homunculus's aspd being halved after using some aspd adjusting skill.
- Cleaned up the resetskill function (even though the functionality is the same as before)
- Corrected item 1459 (unused Partizan with no slots) being wlv3 instead of 2 (as the other two partizans)
- Changed the name of the four second versions of homunculi to not have a 2. (so you get a 'lif' and not a 'lif2'
- Removed flag graffiti from abracadabra
- Updated the stun times of Bash, Npc-StunAttack and meteor Assault to 5 secs as reported by Ultra Mage (still pending more data to see if all others need updating as well)
- Removed the log info message 'created homunc...', and the 'loaded homunc' message will only show if the save_log is enabled.
- Some cleanups


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9760 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-01 18:34:05 +00:00
skotlex
39381ad474 - 'Long Range Attacked' mob skill conditions will no longer trigger on magic attacks.
- Changed the element of Blood Drain from 'take weapon's element' to Dark. And Blood Drain/Energy Drain have a range of 7 now.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9747 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-30 18:22:11 +00:00
DracoRPG
31c12a3859 - I'm back, and I begin with an implementation of a good old Aegis bug : Assassins should now be able to use the infamous status arrow + Grimtooth method
- Also added some random stuff about storage password system

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9723 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-27 03:12:38 +00:00
ultramage
843f616bbb Fixed a typo in skill_cast_db.txt making the server skip NJ_KUNAI
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-24 22:13:29 +00:00
skotlex
c82708aba9 - Made the pc_deleteinvincibletimer function a define so it auto-checks for the timer value.
- Fixed a missing tab in the skill require info of TWILIGHT3


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9709 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-24 21:29:01 +00:00
skotlex
da11e41ed4 - Added view_data support to mercenary.*, so that the Homunculus entries are no longer required on the mob_db.
- Removed homunculus entries from mob_db.
- Added the status icon to NPC_CHANGEUNDEAD and the Flee/Hit foods
- Corrected the check that lets you walk when vending/chatting/etc.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9697 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-23 14:08:34 +00:00
Lupus
f13bf6e679 fixed equip loc of "Father's" event items
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9681 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-21 09:47:33 +00:00
Lupus
95cded1bd6 Fixed Ulle's Cap + Odin's Blessing Combo
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-18 12:21:14 +00:00
ultramage
d83cb2e926 - Fixed Succubus/Incubus combo not doing regen correctly
Read why at http://www.eathena.ws/board/index.php?showtopic=129814

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9622 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-01-06 16:07:19 +00:00
Playtester
8160fd2b40 Fixed typo in mob_skill_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-30 14:15:42 +00:00
Playtester
d5f7de4d0e Added some history books
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-28 16:02:22 +00:00
skotlex
3048495c54 - Cleaned up item_misc.txt
- Fixed a bug which makes the group heal bonus be applied as many times as the item is in that group.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9578 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-27 15:11:50 +00:00
Playtester
b334bf37d7 Fixed some autospell bonuses thanks to NLZ
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9567 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-23 19:18:06 +00:00
Playtester
a71f591edf Fixed Mutant Dragonoid Card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9560 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-22 23:46:27 +00:00
Playtester
01f8edfa6e Updated Bows
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9556 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-21 23:38:02 +00:00
Playtester
dbf52cec16 Raised range of Gatling and Grenade Launcher to 9
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9555 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-21 23:11:43 +00:00
Playtester
976eccac9c Updated two handed weapons
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9551 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-21 16:17:28 +00:00
Playtester
eb46c3aadc * NPC_CHANGEUNDEAD is now "target" for all mobs
- all other NPC_CHANGE skills stay "self"

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20 20:44:51 +00:00
Playtester
4c6f7a0b0e Commented some items that seem to crash the kRO client
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9535 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20 10:57:54 +00:00
Playtester
d79eb83a0f * Made NPC_CHANGE self targetted for all mobs
- it should either be self or target for all but not mixed up	
- fixed up Parasite and Peach Tree AI

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20 10:48:07 +00:00
Playtester
22c74d61ff Now Peach Tree can move, Parasite can't
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9528 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-19 22:11:22 +00:00
skotlex
d882e5030b - Reverted the mob ThinkTime update, that field is again aDelay as it apparently should be.
- Fixed one small compilation error.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-19 13:41:25 +00:00
Playtester
1ea782e49c Fixed some swords
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-18 15:45:23 +00:00
eaac
89b6fcb4ed - Adding new maps to the map_index.txt and maps_athena.conf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9516 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-18 15:27:04 +00:00
Playtester
732e3c71a1 Fixed Owl Duke and Owl Baron losing boss mode on NPC_EMOTION
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-17 11:50:13 +00:00
Playtester
a3418f4100 Updated some weapons and view ids
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9510 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-16 14:06:16 +00:00
Playtester
a9a0849c3e Fixed prices of arrows
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9509 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-16 13:01:22 +00:00
Playtester
b396c06c58 Update remaining headgears
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9508 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-16 12:40:03 +00:00
Playtester
bcef152c09 Reverted price of Mink Coat
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9504 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-15 11:20:30 +00:00
Playtester
73c98dd0cc Updated some more headgears
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9503 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-15 11:08:04 +00:00
Playtester
bd82c377b1 Added some new headgears
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9502 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-14 21:58:18 +00:00
Playtester
926f672025 Updated various headgears
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9501 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-14 20:25:06 +00:00
skotlex
b8a2a5f905 - Added function skill_strip to handle stripping code. The RG strip skills and GS_DISARM use it now.
- Modified the strip-related status changes so they handle removing the equipped item instead of leaving it up to the skill-code. They return 0 when nothing could be stripped.
- Cleaned some the MD_DETECTOR code.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9499 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-14 18:15:24 +00:00
Playtester
5b46682b66 Capped Dex to 255 in the mob_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9498 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-14 17:32:31 +00:00
Playtester
73f1436125 * Old Purple Box now drops Assassin_Mask_ instead of the old one
- the old one got removed and will now crash the client

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9497 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-14 17:17:10 +00:00
Playtester
58adf03b64 Added two new pet eggs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9491 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-13 19:47:53 +00:00