1552 Commits

Author SHA1 Message Date
Vicious
5fc4c1aaf4 Sewer pipe update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5186 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-04 19:43:58 +00:00
MasterOfMuppets
fafd600c89 Updated monster skills and drops of some monsters.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-04 14:58:39 +00:00
Lupus
fc2bda5881 added yuno_in02 into noteleport etc
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5184 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-04 10:53:18 +00:00
MasterOfMuppets
a6f6be8898 Implemented the cube room quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5182 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-04 02:34:50 +00:00
Vicious
abb63a2ad8 refix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5181 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 21:53:41 +00:00
Vicious
12348edc21 Temp measure to stop novice ground exploit. It is still possible with novice class though.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5179 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 21:32:07 +00:00
skotlex
b754855d60 - Fixed a wrong check being done for AM_TWILIGHT3
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5176 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 20:24:55 +00:00
skotlex
36ff68ba2f - Fixed the reported map when there is an error in report_src (script.c)
- Earth attacks now work on hidden enemies.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5175 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 18:53:26 +00:00
skotlex
a4c0233fb7 - Grand Cross/Grand Darkness can no longer get the ignore defense -armor piercing bonuses.
- Loki's weil is now ignored by bosses.
- Land Protector and Gantantein should now ignore traps.
- Fixed Shinobi card so that it fails when you aren't next to a wall.
- Cleaned up the function skill_landprotector.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5174 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 17:17:45 +00:00
codemaster
1455ba027c * Added a bugs documentation so people might actually use it (and added a bug - go figure) [Codemaster]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5173 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 15:20:38 +00:00
skotlex
c6fb721bd8 - Meh, the status change start switch was supposed to be minimized, not altogether removed :X (the idea is to let anything with sc_data to go through)
- After a guild master change, the new gm has his guild skills blocked for 5 minutes.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5171 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 14:09:02 +00:00
Komurka
78da77b702 Fixed txt-converter compilation errors (ASCII again + added missing ers.o to makefile)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5170 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 10:21:56 +00:00
Valaris
432aefc244 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5169 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-02-03 02:10:26 +00:00
Valaris
dacc1b195d * Crash fix in npc.c npc_timerevent.
was: struct timer_event_data *ted = (struct timer_event_data*)ted;
  changed: 	struct timer_event_data *ted = (struct timer_event_data*)data;
  Skotlex, I am assuming it's calling from the passed data var, If I'm wrong
  please fix it.  I just know what was there was definitely not correct. [Valaris]


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-03 01:51:44 +00:00
skotlex
28c32a9532 - Improved the NPC timer system to enable to have multiple timers going on at a time with different players attached to each. Now npc event timers are of two types: attached or global. The global timers don't have a player attached and can be started/halted by anyone. The character timers have a player attached, and they can only be stopped by a script that has the same player attached.
- Now player attached scripts will auto-abort when the atteched player quits the map server.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-02 21:26:53 +00:00
skotlex
7d7c9b8324 - Fixed some includes in skill.c and npc.c, thanks to 252-rer for finding it out.
- Applied the entry reusage system to the battle delay damage structure.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5166 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-02 15:35:27 +00:00
Poki#3
b7cdbdb1a7 Added Playtester's Odin and Kiel Mobs. Added Valkyrie and missing Honunies.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5163 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-02 14:28:30 +00:00
skotlex
0496215b70 - Fixed the map server complain on the default user/password
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5161 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-02 13:17:48 +00:00
Valaris
3e1f72d709 * Fixed compile errors and warning in chrif.c and charsave.c. [Valaris]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-02 01:01:18 +00:00
Valaris
3983f053ea git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5159 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-02-02 00:50:39 +00:00
skotlex
d9f1d70901 - Map and char server now will complain if they are run using the default user/password set.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-01 20:56:48 +00:00
skotlex
1d94ae4856 - Trick Dead makes you stop walking now.
- Falcon Assault only does 1 hit now.
- Soul Burn is not affected by Lex Aeterna, not affected by target's cards.
- Freeze and Stone take preference over Benedictio
- Opt1 inducing SCs fail if the target has already another Opt1
- Fixed areamonster when the passed class is negative
- Removed the clear screen when launching the server.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5156 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-01 19:14:28 +00:00
skotlex
697d29d7d4 - Fixed a typo bug in SC_STAR_COMFORT handling.
- Fixed a possible crash bug in SC_POISONREACT handling.
- Simplified the skill trigger code for ST_PRESERVE, SG_FUSION, SG_*_COMFORT
- Unified the status change variables into a single structure (sc_count, opt1, opt2, opt3, option, and the array of status change data) which should make it easier to handle sc related stuff.
- TK_DODGE now won't trigger if your opt1 is set ;)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5154 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-01 17:17:09 +00:00
celest
52384c3a70 Fixed plugin compile error
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-01 16:58:01 +00:00
celest
f151867517 * Fixed an overflow in grfio
* Changed resnametable loading behaviour
* Increased grfio filelist limit to 1048576

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5152 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-01 11:57:21 +00:00
skotlex
d13956c142 - Fixed skill_check_cloak to use the current skill level of the cloaking skill and not pc_checkskill() to know if a cloaker away from a wall should be uncloaked.
- Likely fixed opening guild storage.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 18:22:14 +00:00
Kayla
862ac21e49 Removed nopenalty mapflag on nifilheim
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 18:07:49 +00:00
Kayla
602f7d7696 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5144 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-01-31 18:04:45 +00:00
Kayla
403a1cb414 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5142 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-01-31 17:56:15 +00:00
skotlex
b488f26468 - PF_SOULBURN no longer ignores mdef.
- HW_GRAVITATION should now invoke auto spells.
- Added function battle_calc_return_damage to unify the return damage code.
- Added autospell triggering to returned damage from normal attacks.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 17:00:34 +00:00
MasterOfMuppets
dd2f880343 Small fixes to lady tanee.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5140 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 16:40:19 +00:00
skotlex
3e1a4e221c - Cleaned up Summon Slave mob skill to only summon number of missing mobs to complete the skill level (that is, SS level 5 will always bring the total count of slaves to 5, never above)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 15:51:23 +00:00
skotlex
cf99ac6795 - Fixed being able to Encore skills you no longer have in your tree.
- Added no HP regen while Bleeding, -25% ATK and ASPD penalties as well.
- Added VIT reduces duration of confusion.
- Added MSC_SPAWN "onspawn" mob skill condition.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 14:44:39 +00:00
skotlex
4f5babb97d - Changed the exp tables format.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 13:45:04 +00:00
Poki#3
a2686117c0 Fixed ID of Summer_Festival_Ticket. Thanks to irmin for pointing it out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 12:35:28 +00:00
Zephiris
4ddb93520b - Fixed another bug in the monk quest. [Zephiris]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 12:22:56 +00:00
MasterOfMuppets
975e771b92 Changed Vesper's mode to boss.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5130 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31 09:59:57 +00:00
MasterOfMuppets
1fd70a2b94 Removed the hyphen after Hydro's name in the abyss lake spawn scripts. Added monster drops to the Thanatos Tower and Abyss Lake monsters. Revised the monster skills of the monsters in Thanatos Tower and Abyss lake dungeon.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 21:53:37 +00:00
skotlex
523fed742d - Some compile warning fixes.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 17:31:36 +00:00
skotlex
cff16d36a9 - Autoloot now uses the item's base drop chance rather than final drop rate to determine if it should autoloot the item or not.
- Fixed super novices getting +10 to all stats temporarily whentheir death count isn't zero.
- Fixed Kahai displaying HP-SP as the total healed instead of HP
- Cleaned up skill_repairweapon to prevent crashes when the target vanishes/changes/whatever before the weapon to repair has been selected.
- Parsing the Storage/Guild Storage from the char server will now fail if the storage has been modified and not saved yet.
- Being hit now cancels confuse.
- Added back the bleeding icon.
- Fixed Combo Finish Soul Linked Effect being a 11x11 area o.O


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 16:19:31 +00:00
Poki#3
29bf869a25 Whops... Wrong Branch ^^
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 15:39:53 +00:00
Poki#3
9fda1f2851 Whops... Wrong Branch ^^
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5117 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 15:33:01 +00:00
Komurka
05eba2d392 * Added 'restricted' mapflag, based on lordalfa patch
- you can set restriction zone on map (see mapflag/restricted.txt)
- you can turn off item usage on certain restricted map in item_noequip.txt
- you can turn off skill usage on certain restricted map in skill_nocast_db.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5115 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 14:24:26 +00:00
Komurka
a06526eff4 Final (?) Dark Priest Card fix ^^;;
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 12:42:30 +00:00
Komurka
a09b779ee7 Moved MVP log code so it can log all MVP, not only when player gets MVP item, thanks to Hatred_
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5113 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 12:36:11 +00:00
Komurka
28c7a61687 One more small fix on 'bSPVanishRate' (tsd->status.hp * sd->sp_vanish_per/100 -> tsd->status.sp * sd->sp_vanish_per/100)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 10:02:11 +00:00
Komurka
b4d3e485db Oh, me so baka ;P Added bSPVanishRate to const.txt - Dark Priest Card should work now
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5110 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 08:30:06 +00:00
Komurka
152091d470 Implemented bonus2 bSPVanishRate for Dark Priest Card - it isn't finished - I get '[Warning]: pc_bonus2: unknown type 0 50 10!' ~.~
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 08:16:31 +00:00
Lupus
0a4cbc8607 updated script doc/ again
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 06:16:21 +00:00
Lupus
49a2b2d710 updated script doc
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 05:45:03 +00:00