Playtester
9791bb53e6
Just a minor fix to Amon Ra...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 23:35:52 +00:00
Playtester
f44e764d49
More Amon Ra related changes
...
- Dark Blessing and Blood Sucker now have a range of 9 tiles
- Small fixes on his skills again
- G_Khalitzburg is a bit slower now
Changes to skill.conf:
-mobs now can stack ground skills by default
-mobs can place unlimited ground skills
-format for land_skill_limit changed
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 23:17:16 +00:00
Playtester
7a78e8cdfa
Only a typo fix...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6612 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 21:22:48 +00:00
skotlex
1b1249c5d8
- When reading mapflags, when a map is set to be pvp or gvg, the other will be turned off (disables pvp mapflags in gvg maps for pk-servers)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6610 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 21:09:45 +00:00
Playtester
fa44f95727
* Fixed implementation of MVP Meteor Storm
...
- Dark Lord and Amon Ra use it
- Meteors drop in an area of 31x31 tiles
- each Meteor has 7x7 tiles splash damage
- each Meteor does 15 hits
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 20:37:17 +00:00
skotlex
c832510453
- Firepillar's damage per hit is now 100% MATK (rather than 20%) when the skill level is above 10.
...
- Sorted out the item_data structure, getiteminfo should work correctly now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6608 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 20:24:37 +00:00
skotlex
96c03caf7e
- Soul Drain will now show the SP drained regardless of drain display settings.
...
- SC_COMBO state will now end in skill_attack rather than skill_check_condition (as it is required there to apply damage bonuses based on combo-casted skills)
- Spirit skills now have 500ms delay.
- KA skills can now be casted on other Soul Linkers as well without the Spirit requirement.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 19:30:35 +00:00
Playtester
1d8cbf92b9
Changed speed of G_Khalitzburg (very fast now)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 19:00:16 +00:00
skotlex
e00d2e1716
- Fixed Option_Wedding in const.txt (0x1000 won't work, it has to be 4096)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6604 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 18:56:43 +00:00
Playtester
8e27e4bd1c
Small skill fix on Amon Ra...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6603 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 18:51:06 +00:00
skotlex
b2b800212c
- Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers.
...
- When removing a castle's owning guild, the char servers will erase the guardian data now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 18:35:18 +00:00
Playtester
664e4c071e
More fixed on Amon Ra, it works quite well now, mostly code fixes are needed...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6600 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 18:01:58 +00:00
skotlex
aed41cb881
- Changed the behaviour of immobile mobs when they can't chase their target. Rather than using a longrange skill and then unlocking, they will use an attack/angry state skill and then unlock.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6599 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 17:10:41 +00:00
skotlex
2c902be399
- Removed Lance's checks in clif.c to prevent sending packets when a player is in OPTION_INVISIBLE mode. Now pc_disguise won't change your viewclass when you diguise while hiding. The disguise should "show up" when you uncloak, instead.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 15:22:02 +00:00
skotlex
eb63227578
- Fixed clif_GlobalMessage being the exact same function as clif_message (the fiirst should send to ALL_CLIENT and the later should send to AREA_CHAT_WOS). Should fix globalmes script command.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6596 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 14:43:22 +00:00
skotlex
125e05d3cd
- Added SC_BLADESTOP to the switch listing in status_change_start
...
- Characters in vending are now always considered "idle" if the idle_no_share setting is active.
- Corrected 10 Geminis spawning in Lhz1 rather than 2.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 14:15:04 +00:00
Lance
6fa0186000
* Players with OPTION_INVISIBLE should not be sent to clients.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 10:19:14 +00:00
Lance
38703db7c9
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6593 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 09:55:50 +00:00
Lance
f5631c0f3f
* Added NPC event deprecated warnings to ease debugging old scripts.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6592 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 09:54:51 +00:00
Lance
1a6219365c
Script devs PLEASE convert all 'donpcevent's to proper format.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6591 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 09:29:39 +00:00
Lance
164ac7c02a
* Supplied fake NPC ID in sd->npc_id for item scripts.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6590 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15 09:10:56 +00:00
Playtester
1e975ec56a
Fixed the quiz in the Wizard Job quest a bit
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 22:08:15 +00:00
Playtester
16102424d5
More drop updates...
...
- Progress 45%
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6588 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 19:32:28 +00:00
Playtester
6b61a68c37
More Aegis X.2 drop updates
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6587 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 18:22:06 +00:00
Lance
dd4a935ce2
@_@ this is getting more confusing...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6586 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 13:08:26 +00:00
Lance
05736737c7
* Bugfix on fake npc
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 12:57:50 +00:00
Playtester
44f3c0301b
Additional Skeggiold Fix...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 12:02:41 +00:00
Playtester
049758b72d
Hopefully fixed Skeggiolds summoning endless slaves
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6583 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 11:54:28 +00:00
Playtester
4a0b36ff3d
Added a hopefully better implementation of Amon Ra thanks to Tharis
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6582 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 11:37:45 +00:00
blackhole89
96bf1fd79e
data.x=x; data.y=y was not done at all except when using random coordinates. dfhsdfhsdfh
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 11:01:13 +00:00
Playtester
6bd440fdb8
Uncommented Summon skill of Katrinn and Shecil
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6580 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14 08:32:35 +00:00
Playtester
77a6747d64
Fixed the new shops
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6579 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13 20:35:08 +00:00
Playtester
c2069a6ac4
More Aegis X.2 drops...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6577 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13 15:16:08 +00:00
Playtester
c72c0e1684
Added missing shops at Beacon Island
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6575 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13 11:42:17 +00:00
Playtester
7c58f1d253
Some more drop updates
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6574 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13 09:42:24 +00:00
Playtester
1dea1cf7b5
Fixed Medusa drops and updated Treasure Box drops
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6573 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13 08:27:25 +00:00
evera
efa598770c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6572 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13 05:57:35 +00:00
evera
1e92f279ca
Wooho.. I'm back. Added dts_warper.txt (DTS Warper NPC)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6571 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-13 05:10:23 +00:00
skotlex
a7301992bc
- Reverted again the change that stuns the caster on Ske, Ska, Swoo when the target is a nonplayer (rather than always)
...
- Modified mob_spawn_once so that coordinates -1,-1 are "random around the player" while 0,0 are random around the whole map (regardless of whether there's a player attached or not)
- Knockback will no longer work on traps during woe.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6566 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-12 21:16:44 +00:00
skotlex
46d5c713cd
- Updated cast times of Kaupe and Kaahi.
...
- Some small code cleanups.
- Sma has cast-dex reducable now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6564 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-12 16:30:51 +00:00
Playtester
bd8d92734c
More drop updates...
...
- Progess 35%
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6563 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-12 16:21:08 +00:00
Playtester
37b421fcfd
Updating drops to Aegis X.2
...
- progress 30%
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6560 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-12 11:48:46 +00:00
skotlex
317b980ace
- Fixed the definition of the KEY in the loginlog, thanks to TheUltraMage
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11 21:26:14 +00:00
skotlex
0b816774d5
- NPC_POWERUP and NPC_AGIUP now cause a increase in hit/flee (respectively) of 40% per level.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6558 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11 20:58:45 +00:00
skotlex
a0bf90e52c
- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.
...
- Rewrote npc_selllist for a more proper-clean implementation.
- Increased NPC_POWERUP's dex bonus to +25*lv
- Moved TK_DOWNKICK's stun time from time to time2
- Added TK_TURNKICK's stun to splash-pushed mobs. Duration is 2secs (time2)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6557 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11 20:03:22 +00:00
skotlex
1425da7fa6
- Merged the code for Ska, Ske, Swoo. Swoo stun duration is now 10 secs (reducable) if you target a mob that already has Swoo active.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6555 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11 14:14:32 +00:00
skotlex
64bd8b1dbe
- Added the missing semi-comma from the upgrade_svn6533.sql file. Thanks to Tanaous
...
- Added back the missing code that substracts arrows when normal-attacking.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6554 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-11 13:38:30 +00:00
skotlex
aa09f1ddd5
- Fixed compile errors in adduser.c and ladmin.c under win platforms.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10 17:57:57 +00:00
skotlex
03ac2b977e
- Changed the state of Asura back to explosionspirits, added a hardcoded move_enable check when invoking Asura and NOT while in BladeStop or a Combo.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10 16:18:16 +00:00
skotlex
2e0c3cb20d
- Fixed some typos and grammatical errors on the Job Dancer quest.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6551 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-10 16:00:40 +00:00