320 Commits

Author SHA1 Message Date
skotlex
391e5359ad - OnEquip scripts will be trigger on log-on now.
- Infinite Endure will no longer give mdef bonus.
- Removed bInfiniteEndure bonus, Eddga card now uses onequip/onunequip to start/end infinite endure.
- Hammer fall's stun duration is now 1+lv seconds.
- Fixed Kaahi's SP cost per heal.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6487 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05 14:13:03 +00:00
Playtester
1976e943d0 Removed drops from Bio Lab mobs than are not in X.2
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6485 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-05 09:59:10 +00:00
skotlex
9ee1030fe9 - All KA-spells are interruptable.
- Added a temporary SI_RUN state. Actual value needs to be found...


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04 18:21:21 +00:00
skotlex
6a983290bc - Rewrote Kaahi to behave as it should. It will hear whatever amount of damage accumulates in the time2 interval (500ms by default) after being hit.
- Changed skill_unit_move_unit_group to enable moving of all types of ground-skills except ensembles.
- Modified NPC_STUNATTACK: Max level is 5, stun duration is 1+lv seconds.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6466 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-04 14:17:51 +00:00
skotlex
01340a866e - Kaite, Kaute will now show a skill effect when they trigger.
- Fusion's cast time reduced to 0.
- Knowledge will now only trigger if you logon to the memorized map, not walk into it.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6462 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03 17:53:57 +00:00
Playtester
0beb8c1ccc Removed all Novice Job bonusses
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6458 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03 14:00:27 +00:00
Playtester
91fca60514 Reverted the changes to Killer Mantis and Demon Pungus card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03 12:42:25 +00:00
Lupus
a9d83af973 fixed new cards
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6456 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03 09:12:06 +00:00
skotlex
827f003768 - Fixed standing up not really standing you up.
- Moved battle_consume_ammo to the end of skill_castend_damage_id, skill_castend_nodamage_id and skill_castend_pos2 rather than battle_calc_weapon_attack. They will trigger when the player's arrow_atk state is active and a ground skill was not invoked. It should fix all issues with splash/ground skills consuming ammo per target rather than once per skill use.
- Added structure state to the ground skills, their fields are magic_power, into_abyss and ammo_consume to indicate the states that were previously stored in val3.
- Corrected Desperado ammo consumption (should be 10)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6455 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-03 04:02:17 +00:00
Playtester
46f0f49931 Lowered all card drop rates to 0.01% as they are in Aegis X.2
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6450 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 19:18:35 +00:00
Playtester
b8ace8dd17 Updating old/wrong mob drops to Aegis X.2 drops
- progress 10%

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6449 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 18:56:30 +00:00
eaac
686cba8151 * Added kunai_maker.txt to make elemental kunais. [erKURITA]
* Added new npcs @ que_ng.gat ninja map portion. [erKURITA]
* Added new shops @ que_ng.gat ninja map portion. [erKURITA]
* Commented wrong shops @ amatsu.txt. [erKURITA]
* Added que_ng.gat ninja map portion's warp. [erKURITA]
* Modified and corrected the gunslinger quest. [erKURITA]
* Changed the prices of the ninja stones according to kRO. [erKURITA]

All the kRO related info is thanks to RockmanEXE

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6448 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-02 17:52:11 +00:00
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
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
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
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
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
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
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
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
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
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
Playtester
af63e6c2cf Updated drops of Bio Lab 3 MVPs
-rate is 1/10 of the guessed values since we aren't finished with the skills and delays yet
-also fixed a typo in item_db.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 13:45:06 +00:00
Playtester
d90c69d8a9 Updated drops of Bio Lab 3 mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 12:41:00 +00:00
Playtester
ac6c93ef2d Updated mob delays to current info
- Bio Lab 1&2 mobs use delays of Egnigem
- Bio Lab 3 mobs use delays of Howard (until we get more info)
- Corrected Skekkiold's Speed/aDelay/aMotion

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 11:48:08 +00:00
Playtester
c6b604a02f More fixes in the mob db
- fixed more drops
- kRO name for Goblin Steamrider is "Steam Goblin"

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6366 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 11:04:29 +00:00
Playtester
019d76ce8c Started fixing the drops of mobs with more than 8 different items
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6364 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 09:15:40 +00:00
Lupus
76bd040f29 Added new hats ViewID
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6362 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 08:33:40 +00:00
Lupus
5889d060e1 added new cards
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6361 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29 07:51:23 +00:00
Playtester
39f49da059 Fixed the stun typo that has been in eAthena for ages
- SC_STAN is now SC_STUN
- Eff_Stan is now Eff_Stun

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28 20:02:56 +00:00
skotlex
1b38364cab - Storm Kick's range increased to 2.
- Mobinfo's drop list will use jName rather than Name for drop names.
- Some cleaning of the ASC_BREAKER code in skill_attack
- Modified skill_attack so that all skills with amotion get their damage delayed (should fix mob walk-teleport issues)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28 15:20:28 +00:00
Playtester
7adaf687d3 Lowered drop rates of Bio Lab 3 normal mobs
- not finished yet, need 12 item drop slots...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28 11:12:24 +00:00
Lupus
c2507df8c3 flying sidekick range 10->8 cells
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28 10:04:07 +00:00
Playtester
5015ea3ca2 Updated drop rates of the Bio Lab 1&2 mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28 09:53:26 +00:00
skotlex
1a3d6004c5 - Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")
- All kicks do 3 hits now.
- Added battle config hide_woe_damage which hides damage on woe maps packet-wise.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6311 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-27 13:31:29 +00:00
Playtester
8fab64aa3c Updated drop rates of Remover and Gemini to 1/2 of the guessed values from Tharis
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26 08:47:25 +00:00
Vicious
00d1d9a5cb biolab mvp recalling
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 19:36:42 +00:00
Playtester
f1be7f1bc6 Fixed price of yummy fish
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 17:16:12 +00:00
Playtester
82722a30a8 Updated Mode and Delays of Odin Temple mobs
-using Frus delays for now

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 16:32:41 +00:00
Playtester
4091ad4cad Fixed Element, Race, aDelay, aMotion and Range of Plasma and Breeze
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 15:55:44 +00:00
Playtester
c58a19d2af Updated the remaining mob names.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 15:11:12 +00:00
Playtester
35868c5c0b Updated the kRO/iRO mob names
-done up to ID 1491, working on the rest now

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 14:38:15 +00:00
Playtester
09f40bbf6c Updated the header in the mob db text files
- the order is now SpriteName,kROName,iROName

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 13:47:30 +00:00
Vicious
c8863db749 OBB/etc update from x.2/x.3
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24 22:18:04 +00:00