kenpachi2k11
fc1159e200
Updated some monster slaves. (bugreport:4689)
...
Added description for monster spawn event in monster() script command. (bugreport:5251)
Removed some items from db/item_trade.txt. (bugreport:5301)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-07 22:08:53 +00:00
gepard1984
d78a93a765
Removed some TXT converter leftovers (follow-up to r15503).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15544 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-07 14:32:34 +00:00
kenpachi2k11
01dd34803c
Follow up [rev=15252]: Updated comments in sql-files/logs.sql according to conf/inter_athena.conf default settings.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-06 16:35:38 +00:00
xantara
42f3afb0ab
` Fixed Warg Dash skill to continuously run until codiling with an object (bugreport:5143)
...
` Fixed Warg Mastery, Warg Rider, and Warg Dash skills to check conditions before cast begins (bugreport:5181)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15542 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-04 08:00:39 +00:00
eathenabot
9139803d13
* Merged changes up to eAthena 15074.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15541 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-04 06:32:20 +00:00
eathenabot
3851e0e1ff
* Merged changes up to eAthena 15073.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15540 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-04 05:54:16 +00:00
xantara
2daf269fee
` Fixed Guillotine Cross Poisons (bugreport:5275)
...
-- Paralyze decreases attack speed, flee, and movement speed
-- Death Hurt decreases the effectiveness of recovery
-- Venom Bleed reduces max HP
-- Oblivion Curse blocks natural SP recovery and skill use is denied
` Updated const.txt with the latest (renewal) statuses (SC_) values
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-04 05:46:00 +00:00
gepard1984
fc400a1838
Removed gvg_eliminate_time
battle config, as it was only used by scripts. Replaced its occurences in War of Emperium script with default value (7000ms) (bugreport:137).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15538 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-02 21:16:23 +00:00
gepard1984
6685acee77
Removed party_skill_penalty
battle config, unused since r996 (bugreport:137).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-02 21:05:56 +00:00
gepard1984
453af93a07
Mob_db adelay
and amotion
values sanitizing (related bugreport:3968).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-01 09:54:42 +00:00
brianluau
a343027d2a
- Removed unnecessary 'if' checks from quests_comodo.txt (bugreport:5276)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15535 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-01 04:08:00 +00:00
gepard1984
eb551436fd
* Added display name to warps created with @addwarp
, so their name is visible in @mapinfo 2
(bugreport:1491).
...
* `@mapinfo 2` now also displays unique NPC name if it's different than display name.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 23:12:20 +00:00
gepard1984
952ce4d89d
Fixes and readability improvements to Mechanic jobchange quest:
...
* renamed variable that stores quest progress as it collided with define from `db/const.txt`
* replaced numbers with defines from `const.txt`
* fixed a bug when talking to Chainheart could reset quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 22:03:04 +00:00
gepard1984
e0ea6a4dcd
Removed obsolete mob_clear_delay
config (since r5707) (bugreport:137)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 20:33:14 +00:00
gepard1984
f2474de01c
* Fixes and improvements related to MVP rewards (bugreport:1259):
...
- removed obsolete (since r1!) ExpPer column from mob_db
- official way to drop MVP rewards (always starts from first slot)
- added MAX_MVP_DROP as define for max possible MVP reward slots
* Updated mob_db SQL scripts.
* Removed some renewal only monsters from pre-RE mob_db (were commented out anyway).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 20:06:57 +00:00
gepard1984
0709205ee8
Merged getmapmobs
script function into mobcount
(bugreport:244). See script commands documentation for details.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15530 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 15:15:32 +00:00
gepard1984
6bd17da9a3
Fixed possible monster speed underflow when mobs leveling up is enabled (bugreport:2237).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15529 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 13:36:00 +00:00
gepard1984
ec280fbf8c
Added proper mob_delete_timer
(dynamic mobs feature) cleanup on map-server shutdown (bugreport:2944).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15528 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 13:19:16 +00:00
brianluau
00367cd7b7
- Removed more trailing tabs.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 20:17:55 +00:00
gepard1984
8b772a0bab
Fixed map-server crashing when monster was killed by a reflected Waterball or Earthquake and delay_battle_damage
was set to no
(bugreport:5245).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 20:07:42 +00:00
eathenabot
2545a9abb1
* Merged changes up to eAthena 15069.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15525 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 16:21:58 +00:00
brianluau
3aede46965
- Removed trailing tabs, and fixed some spacing.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 16:02:55 +00:00
protimus
994f4da391
Fix to Storm Gust work around Land Protector.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15523 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-28 01:00:16 +00:00
gepard1984
62246acffa
Fixed segmentation fault at server shutdown caused by r15521.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-26 16:17:56 +00:00
gepard1984
2c2a3cad15
* Modified drop system to allow overriding global item drop rates on per-item basis. For detailed explanation read source:trunk/db/mob_item_ratio.txt (topic:56118).
...
* Added missing update to `logs.sql` (follow-up to r15519).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-26 15:55:42 +00:00
gepard1984
ada41eebd1
* Fixed zeny duplication exploit in mail system, introduced in r15310.
...
* Added proper mail zeny loss prevention (bugreport:2919, follow-up to r15310).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15520 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-25 20:35:49 +00:00
gepard1984
11c1789b80
Added two picklog types to distinguish regular monster drops (M) from stolen items (D) and MVP prizes (U)(bugreport:4590).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15519 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-25 14:41:32 +00:00
gepard1984
4d01a4f6e6
Added user-friendly socket error messages (bugreport:117).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15518 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-25 03:44:04 +00:00
brianluau
d65b8b0f8a
- Fixed some typos in Socket Enchant NPC. (bugreport:5263)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-24 21:57:20 +00:00
gepard1984
e5386ce866
Added missing svn:eol-style
property (follow-up to r15514).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15515 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-24 16:54:58 +00:00
og2
18b21d63e1
* Updated Mail.
...
* Fixed Waitroom MaxLevel from poring_war (bugreport:5262).
* Added card_trader.
* Added card_trader to scripts_athena (disabled by default).
* Added MidCamp Warper/Ash-Vacuum from quest_13_1 (gogoash).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15514 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-24 16:50:59 +00:00
gepard1984
cb96c947f7
Fixed Divest status changes not loading properly on login with debuff_on_logout: 0
(bugreport:1331).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15513 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-24 16:43:51 +00:00
og2
361a3ea771
* Fixed variables in order to work with the invasion (bugreport:5231)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15512 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 18:26:16 +00:00
gepard1984
65b1ed2dde
Added missing svn:eol-style
property (follow-up to r15510).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 17:34:33 +00:00
masao87
6923383b7f
- Added first Version of Wanderer Job change Quest.
...
* Thanks to Meyraw and Muad_Dib.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15510 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 17:31:50 +00:00
gepard1984
419806eb06
Fixed memory leaks related to skill cooldown saving (bugreport:5261).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15509 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 13:45:12 +00:00
xantara
251362c227
` Added renaming support for the remaining 'ragnarok' tables in the inter_athena.conf file - bugreport:3317
...
-- Includes: homunculus, skill_homunculus, mercenary, mercenary_owner, ragsrvinfo
` Fixed a typo regarding the homunculus_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15508 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 05:13:59 +00:00
xantara
f7b45f9b48
` Fixed Emperium's skill damage/heal and elemental resist (eg. Aspersio) - bugreport:5256
...
` Rebranded the Core.h file to rAthena
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15507 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 04:47:38 +00:00
eathenabot
2aa297a4a0
* Merged changes up to eAthena 15068.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15506 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 04:19:38 +00:00
epoque11
55b11bd3e1
- Updated skill cooldown system to prevent multiple recordings of skill delays
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15505 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-22 22:48:05 +00:00
xazax-hun
d4cae50fe1
Minor cleanups, mostly reducing scopes.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15504 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-22 13:49:09 +00:00
gepard1984
bf1c81839f
Merged TXT removal branch back to trunk.
...
* TXT save engine is removed and no longer supported.
* See also tid:53926, tid:57717.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15503 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-20 20:33:32 +00:00
gepard1984
7a30325ab1
* Added --enable-buildbot
to configure.in (follow-up to r15128).
...
* Fixed TXT-removal branch configure and Makefile errors and removed TXT-only leftovers.
* SQL libs are now required to configure/make TXT-removal branch.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15499 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-19 22:05:57 +00:00
gepard1984
5e32b5948b
Changed rnd()
to return signed number to avoid possible negative-signed to unsigned comparisons (caused by r15483, bugreport:5254).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15498 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-19 16:27:41 +00:00
shennetsind
f58469b12b
Hair color fix for bugreport:5253, blame on r15449
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15497 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-19 12:47:25 +00:00
gepard1984
3aacf05a88
* Removed pre-VS9 project files and Changelog-Trunk.txt from trunk CMakeLists (follow-up to r15009, r15260)
...
* Additonaly removed TXT-only .bat files and save-tmpl from TXT removal branch CMakeLists (follow-up to r15236, r15485)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15496 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-19 01:10:21 +00:00
xantara
ac34863737
- Fixed the function that returns the job name to include 3rd jobs - Fixes @who2 - bugreport:5252
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 23:15:45 +00:00
xantara
597e919dbd
Fixed Royal Guard's Inspiration skill - Now decreases exp by 1% - bugreport:5211
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15494 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 22:34:09 +00:00
xantara
2d6b145508
` Added (Cash) Headgear Dyer (cashheadgear_dye.txt)
...
-- Aegis Conversion
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15493 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 22:28:27 +00:00
gepard1984
3673655958
Restored svn:ignore
property for svnversion.h
accidentally removed in r15491.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15492 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 19:19:13 +00:00