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
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
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
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
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
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
Komurka
af20255b53
Applied lordalfa patch - you can now forbid usage of certain cards on PVP/GVG/WoE defined in item_noequip.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5103 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30 01:00:54 +00:00
Valaris
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
...
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:10:48 +00:00
Valaris
fd99753f8e
Clearing trunk.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:00:45 +00:00
amber
616a90cc09
G++ is now the default on trunk [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@1443 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-07 18:42:53 +00:00
celest
171609d4a2
* Readded @disablenpc
...
* Fixed @reloadscript not removing old NPC's and monsters first
* Some changes in mob and NPC unloading
* Changed the original @disablenpc to @hidenpc
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-07 15:14:35 +00:00
celest
e381a3d6cd
* Fixed HP Conversion to properly not reduce HP if SP is full
...
* Updated Defender
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1427 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-07 13:42:03 +00:00
celest
67a9cafa79
* Fixed a crash in clif_send when checking packet version
...
* Fixed a crash in Deluge, Volcano and Violent Gale
* Allow super novices to rent carts from the Kafra
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-06 11:55:55 +00:00
celest
eba2fb10e6
* Skip partner checking when calculating status with Marionette Control on
...
* Fixed plagiarised skills become unuseable after saving character
* Fixed double skill fail messages for stone curse
* Added modulus by zero check to rand()
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1419 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-06 09:00:18 +00:00
amber
de69f62bf9
Fixed and tweaked error messages in npc parsing [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1417 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-06 05:19:56 +00:00
Lupus
d082b6aa4e
added better filters into logs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1416 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-05 20:27:34 +00:00
celest
76c6d019db
Fixed compile error, sorry ^^;
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1413 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-05 17:11:16 +00:00
celest
1ea4b4dc0c
* Fixed skill tree entries for Vulcan Arrow, and Throw Arrow
...
* Fixed damage reflecting
* Fixed Backstab to not have a push back effect
* Fixed auto spell to not taking SP
* Fixed Sanctuary to have proper healing count
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1412 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-05 17:00:51 +00:00
celest
3feabb0c74
* Simplified Valaris' online_timer
...
* Updated Fogwall, Spiderweb, and HP Conversion
* Adding saving character online/offline for TXT char and login (unfinished)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1411 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-05 14:57:03 +00:00
amber
394d162391
Fixes for logging trades [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1407 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 19:32:34 +00:00
shinomori
1a6dea5fe5
integrating anti freeze system to server status update, should cure dropping server connections [Shinomori]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1389 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-03 15:53:04 +00:00
Lupus
74065e5b89
fixed impossible drops at 0.01% chance (e.g. CARDS, etc)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1387 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-03 07:25:33 +00:00
DracoRPG
480a67ddb8
Cards and item updates, 4 different bUnstripable effects
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-02 20:34:21 +00:00
celest
3a73bc0b1e
* Updated Tiger Knucke Fist's 'fixed state' effect
...
* Corrected an error, sorry ^^;
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-02 16:17:10 +00:00
celest
8556b2716f
* Added the 3 baby skills WE_BABY, CALLBABY and CALLPARENT
...
* Some tidying up in skill.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1379 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-02 14:28:14 +00:00
celest
0ff3b351da
* Fixed a potential crash in pc_walk in Win32 builds
...
* Added bAddEffWhenHitShort and changed bAddEffWhenHit back to all physical damage
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1373 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-01 08:37:31 +00:00
amber
107001247d
Fixed some memory corruptions [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-01 06:16:28 +00:00
amber
a26bc148fb
Fixed memory corruption associated with afm files [SVN 1363: MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 20:31:57 +00:00
amber
ae0db54f77
More g++ fixes to make it cleaner [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1362 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 20:23:57 +00:00
amber
3cff86b8b8
cleanup compile warning
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1360 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 19:45:25 +00:00
celest
05e31aee3c
* Fixed a bug with InitTimer/StopTimer
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1358 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 17:21:24 +00:00
celest
ed4003003a
* Set 'undead_detect_type' to 0 by default
...
* Fixed Enchant Poison / Deadly Poison having too high poisoning chance
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1355 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 15:34:54 +00:00
celest
1a7a2cb402
* Reverted the pc_remove_map() change temporarily
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 14:57:27 +00:00
amber
83500a3c58
Finished native SQL projects [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 04:02:06 +00:00
amber
5f5b45e2a4
eAthena VC7 solution and support added for native builds [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1347 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 22:14:36 +00:00
amber
953ce5d08c
Change packetver of win32 build [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 19:52:02 +00:00
amber
692245140a
Made the map-server build cleanly using Microsoft Visual Studio [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 19:49:57 +00:00
celest
88cfcb9432
* Added base code for loading Ser's UPNP plugin
...
* Added 'idle_no_share' to battle_athena.conf
* Added item_findingore.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 17:10:03 +00:00
celest
72f63ee03e
* updated map server to jA1137~1159
...
* Some tidying up in mob.c and skill.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 11:44:12 +00:00
shinomori
eeda34c068
read_petdb() loop variable fix [Shinomori]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 21:23:11 +00:00
amber
13eeee2ee6
More C/C++ Conformance fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1334 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 16:46:19 +00:00
celest
a2ca733706
* Added auto save guild dataevery 5 minutes during WOE
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 16:32:28 +00:00
celest
a7dcc90c58
* Updated damage calculation for Magnum Break
...
* Fixed #item not working properly
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1331 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 15:23:08 +00:00
celest
7e1c16d221
Compile error fix ^^
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 07:52:06 +00:00
amber
dfd7258882
Fixe compile time problems with our mixed C++/C conformance
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 06:18:21 +00:00
amber
150683e2e6
Fixed use of storage variable to conform to ANSI C spec [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 05:05:50 +00:00