2342 Commits

Author SHA1 Message Date
skotlex
1839d33ce7 - Kaite now works against all types of spells.
- Kaupe now works against all skills.
- Sanctuary now won't damage non-enemies.
- Blessing now will always give you bonus stats even if you are wearing undead armor.
- Linking skills now have their cast-time reduced by dex.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6447 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 16:32:37 +00:00
skotlex
64618b2b98 - Modified how Rogue's treasure works so that you get +1% to your steal rate rather than +0.01% to the final rate.
- Rewrote Warmth to use ground-skill-units, it should behave now like in officials (implementation is not quite the same, but it should yield the same effects while consuming less bandwidth). "Stacking", as it's called, is possible now, but limited to eA's minimum timer skill interval (100ms).
- Modified NPC_POWERUP so that it gives +10 dex * skill level rather than +5+lv to all stats (as explained by Playtester and Tharis on how the skill behaves).


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6446 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 15:02:29 +00:00
Playtester
6bad4dc105 Now Speed Potion gives doubled speed for 5 seconds as it should be
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6445 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 13:32:52 +00:00
Playtester
8edca874a2 Lowered the duration of Speed Potion to 5 seconds
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6444 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 07:58:16 +00:00
skotlex
de78454f67 - Fixed Jump Kick's range to 9.
- Allowed SG_FEEL memorizing the same map for all three.
- SC_FUSION won't end when you die now.
- Added knockback when you run into a wall during running. However position is not being refreshed on the client yet...


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6443 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 03:59:59 +00:00
skotlex
ff981b5404 - Fixed pc_disguise not allowing you to "redisguise".
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6442 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 02:05:20 +00:00
skotlex
4382529413 - Corrected a crash when sd is null in npc_event
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6440 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 01:22:28 +00:00
reddozen
29db2f4743 added support to regulate MVP drops [Reddozen]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 00:20:17 +00:00
skotlex
5a5d30b660 - Removed OPTION_XMAS, it seems to not exist....
- Added SC_SMA to handle "ready to use SMA" status (rather than SC_COMBO) since it has a visual effect to use.
- Corrected the value of OPTION_FLYING
- Using SG_FUSION ends Soul Linked effect.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6438 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 00:06:58 +00:00
skotlex
a5b4b2d05e - status_setviewdata will set your option accordingly when the previous/new view-class is wedding or xmas suit.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6437 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 22:07:15 +00:00
skotlex
14413f8ec6 - Added function map_foreachinshootrange, behaves the same way as map_foreachinrange, but it also performs a "shoot-path" check before invoking the function. Used in the skill subtimer function if skill_wall_check is defined.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6436 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 21:53:17 +00:00
skotlex
41aa178964 - Added -DMAPREGSQL to Makefile, commented out by default for now.
- Fixed AL_WARP displaying "Unknown Area" selections when you don't have all memo points used up.
- Fixed alive_count not being reset on skill unitsetting, which leads to some groups not being cleared once all their units expire.
- Optimized Kahii, will now only show the amount of HP healed. Moved to skill_counter additional effect so it may trigger even on miss.
- SKA no longer blocks skills.
- Modified the AM_TWILIGHT* skills to require 200 medicine bowls.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 21:14:27 +00:00
Playtester
9020476933 Added effect of Speed Potion
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6432 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 16:33:39 +00:00
Lance
23a13eb1fc Dangling pointer~
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6430 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 10:19:49 +00:00
Playtester
f6a9b69bd2 Removed Kraben card drop from G_KRABEN
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 09:36:00 +00:00
Playtester
8f1b2af7ab Fixed a typo in the Armeyer Dinze card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 09:29:05 +00:00
Playtester
ada1fd040f Fixed an NPC in Morroc who still said the Dragon Fly is North
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6427 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 08:42:14 +00:00
Lance
49fc4fe81d * Optimized fake npc system. Added npc_checknear back to npc_buysellsel.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 05:48:06 +00:00
skotlex
54d5c82e12 - Skills with the move_enable state won't get the walkdelay increased on a skill-cast.
- Changed TK_RUN's state from none to move_enable.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 05:01:15 +00:00
skotlex
0e382cb337 - Fixed a small typo/logic-error in pet_ai_sub_hard
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6424 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 04:19:43 +00:00
skotlex
c24b68e5eb - Some corrections in the clif_parse_whisper function which should fix crashes in the chat_log under "certain" conditions.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 03:31:31 +00:00
Lance
95cee853fa Patched up dancer.txt abit.. still VERY messy. Someone needs to figure out a better algorithm for the dance test T.T
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 02:35:11 +00:00
Lance
147c06cb89 * Fixed dangling pointer in pc_steal_item (missing lines) causing crash.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 02:01:06 +00:00
Lance
7acd437879 * Fixed lack of initialization in chrif_authreq causing crashes in chrif_authok.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-01 01:55:17 +00:00
Playtester
115370e79e Made Geffen Tower 1 in eamobs a bit more crowded
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6417 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 23:43:01 +00:00
Playtester
87106dc0b9 Added the correct spawns for Ancient Geffenia(gef_dun03)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6416 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 21:21:40 +00:00
Playtester
2595c4e876 Added Hellion Revenant to the mob_db.txt, his skills are still missing
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6414 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 20:52:24 +00:00
skotlex
42fae8721c - Fixed a logic error that was likely the cause of pet loot drops not working.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6412 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 20:39:13 +00:00
Playtester
14f0bdab75 Added some tabs to the pickpocket quest so it's more readable
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 20:09:19 +00:00
Playtester
6c49b01601 Added the updated dancer.txt script from sodaboy581, it still gives error messages though, can someone check that?
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6409 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 19:30:00 +00:00
Playtester
5518341f86 Added first version Gywall's Pickpocket Quest to npc/quests/quests_lighthalzen.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6408 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 19:13:40 +00:00
skotlex
f95ab0abbe - If someone is expulsed from a guild while the guild storage is open, it will be auto-closed now.
- Modified battle_consume_ammo to prevent consuming multiple arrows on AC_SHOWER.
- Readded script command skillpointcount. (who removed it? <.<)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6406 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 18:41:05 +00:00
Playtester
3aa45ae40e Changed chance of Demon Pungus Card and Killer Mantis Card to 10%
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6405 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 18:29:23 +00:00
Playtester
44b90f247c Final updates for Bio Lab drop rates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6404 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 18:12:25 +00:00
skotlex
0c0fe1e647 - Merged the code of NJ_SHADOWJUMP with TK_JUMPKICK.
- Moved the hiding requirement to the skill_require_db.txt as it should be.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6403 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 17:20:31 +00:00
Playtester
03db04332b Updating Bio Lab drop rates to Aegis X.2 (part two)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 16:49:44 +00:00
Playtester
cf7dc68763 Updating Bio Lab drop rates to Aegis X.2 (part one)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 16:18:26 +00:00
Playtester
ab4b65926f Updated several job quests so they work again
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 15:04:06 +00:00
Lupus
d880305708 fixed STEAL. 8) and tested at lhz_dun03
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6399 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 14:11:27 +00:00
blackhole89
171ba4e902 Implemented NJ_SHADOWJUMP. Tell me if I forgot anything (especially DB entries).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6397 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 12:58:23 +00:00
Lance
2a6dc10d0b Fixed scripts relying on older event calling methods.. Still searching for other scripts..
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 09:24:46 +00:00
Playtester
5bd59eab24 Fixed mjolnir_12 -> prt_maze01 warp
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6394 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 08:39:59 +00:00
Playtester
3b9defe150 Fixed the name of Wind Demon = "Fuuma" shurikens
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6393 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 07:54:28 +00:00
skotlex
ffea9656f8 - Removed attack_type from sd->state structure (it's only use was for soul-drain!)
- Moved the soul-drain code to skill_counter_additionaleffect


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6392 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 06:01:16 +00:00
skotlex
9310d31229 - Fixed possible crash when mob drop logs is enabled.
- The drop log tables are useless now that mobs have more slots, that thing needs to be rewritten...


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6391 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 04:58:52 +00:00
Lance
ac1a85a96d * Fixed fake NPC missing code. Thanks to Skotlex for pointing out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6390 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 03:32:28 +00:00
Lance
e70b7a0837 - and more typos
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6389 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 03:23:01 +00:00
Lance
91ea6a4e09 Fixed typo in script.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6388 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30 03:18:14 +00:00
skotlex
f73a093fc6 - Changed the HT_DETECTING method from invoking clif_changetraplook to clif_skill_setunit since in the first the client ignores the fact that it is now a trap (rendering skills like Remove Trap useless).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6386 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 21:08:29 +00:00
Playtester
26e1f8b8d4 Item ID 7344 is now called Shinokas Case File
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6385 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 20:55:40 +00:00