Vicious
3fd187d56a
Changed gvg_short_attack_damage_rate to 80, as leaked X.2 [Vicious]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8662 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-07 15:49:27 +00:00
skotlex
09fa10f2c2
- Added error message when attempting to use deprecated bonus bAspd.
...
- Added missing line terminator on a pair of ShowErrors in the sig plugin.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-07 13:39:49 +00:00
skotlex
acf83e7574
- Fixed the memset in status_calc_pc, corrects some mysterious bugs such as item-drop bonuses suddenly not working anymore.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8658 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 23:12:18 +00:00
Playtester
315112e520
Changed all bCriticalRate to bCritical
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 21:48:00 +00:00
skotlex
1abe796ab7
- Corrected SC_INCREASEAGI and SC_DECREASEAGI speed-change formula.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8656 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 21:28:32 +00:00
MasterOfMuppets
b1a05212b2
Added a missing feature to the donation NPC in Lighthalzen.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 16:01:18 +00:00
skotlex
3e62eb14f6
- Reverted back the default view/chase range of mobs to 100% since eA now uses square view areas, like Aegis.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8654 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 14:38:09 +00:00
skotlex
40aa9016c0
- Moved some entries from the main Changelog to the db/Changelog....
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 14:32:02 +00:00
skotlex
609bfd1e48
- Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gemstones (there's no such hardcoded yellow gemstone requirement anymore)
...
- Corrected db/const.txt entry bMagicSubRace -> bMagicAddSize
- Fixed Aex Aeterna ending on Soul Breaker's first half.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8651 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 14:22:16 +00:00
Lupus
06259a5069
fixed book of yamir npc
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8650 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 14:02:41 +00:00
Lupus
d8435fa6d3
fixed rebirth system
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8649 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 14:01:06 +00:00
Playtester
3d191da607
* Updated attack power of Unholy Touch
...
- also moved combo bonuses to non-accessoire parts
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8648 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 10:32:12 +00:00
toms
bcd6f5aadc
Applied Orn's modification on speed increases/reductions with increase/decrease agi
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8647 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06 09:36:53 +00:00
skotlex
bea0a8c46e
- Removed setting mob_show_hp, it's been replaced now by mob_show_info, which can be used to specify what kind of info should be displayed from a mob. Current options are two different formats for Hp display, and current level.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8644 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 20:58:27 +00:00
skotlex
af829182c1
- Fixed Signum Crucis Def reduction being 10+2*lv% instead of 10+4*lv%
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 20:30:57 +00:00
skotlex
8a01f7d2ca
- applied the Ultra Mage's suggestion to have the map server strip trailing spaces/comments from the config files. It will also now print out when an unknown config setting is found.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8642 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 20:27:08 +00:00
skotlex
0853b1751b
- Fixed status change resistance not being invoked at all for pretty much all cases.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 19:53:14 +00:00
skotlex
4e9c745bdf
- Corrected SC_INTRAVISION not starting.
...
- Small cleanups (line terminators, indenting)
- Fixed crash when attempting to read a Label as a string on a script (thanks to End of Exam)
- Fixed possible crash when changing a chat-room's owner (thanks to End of Exam)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 19:49:38 +00:00
skotlex
d0563b1951
- Fixed dispell removing SC_NOCHAT
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 17:55:56 +00:00
skotlex
352944cf6e
- Small fix which should correct skill_attack damaging hidden characters when it shouldn't.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 16:32:59 +00:00
Playtester
f4e28954c0
Updated comments on Arrow Crafting thanks to Haplo
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8632 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 16:13:25 +00:00
skotlex
e7b86b1deb
- Fixed connect_until field being a smallint rather than int in the login table (upgrade with upgrade_svn8630.sql)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 14:29:51 +00:00
eaac
6590375b56
* eAAC Update to the banker.(stable version has NO class...err it was outdated by far.) [erKURITA]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 08:56:07 +00:00
skotlex
072b488c01
- Fixed crash when using Adaptation during an Encore.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8627 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 02:51:57 +00:00
Poki#3
b3807592af
Added a comment with a link where you can download English bmp's used in The Sign Quest.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8625 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05 02:40:09 +00:00
evera
65fa5bffcd
* Added missing next's in npc/custom/airplane.txt and npc/custom/quests/valhallen.txt [Evera]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8622 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 22:54:17 +00:00
skotlex
d3b4aa4bbf
- Should have fixed manner being reset to 0 on logout while muted.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 21:40:36 +00:00
skotlex
19d37b82d0
- Removed status_get_sc_tick, duration and chance are now both handled by status_get_sc_def
...
- Fixed mob-kill experience getting screwed up when characters who did damage die/logout at the moment the mob dies.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 19:06:46 +00:00
skotlex
9e07adc071
- Should have fixed "sleep", thanks to Lance for figuring out the error.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8618 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 18:16:11 +00:00
skotlex
b081345d26
- Ordered up entries in skill_unit_db
...
- SC_REFLECTSHIELD will now be passed to devoted characters at cast-time.
- Added a check to make a mob's level 1 if the read level from the db is less than it.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 16:47:52 +00:00
Playtester
5edbd7d5a7
Updated name: Lady Tany Card -> Lady Tanee Card
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 16:27:48 +00:00
Playtester
72df2cb6b3
Updated Shinobi Sash and Exorcising Ring
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8613 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 16:22:06 +00:00
Lupus
80652329cf
fixed bio ethic q
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 15:24:00 +00:00
skotlex
def8753415
- Some cleanup of how mobcount works.
...
- status_calc_misc will now be invoked in status_calc_bl even on the first call, since status could have gone up due to skill bonuses.
- Moved max HP/SP calculations to before invoking status_calc_misc
- Simplified distance and check_distance to use "aegis" methods (greater of dx/dy = distance), there's a new define in map.h called CIRCULAR_AREA, when set, the previous method is used, and map for each in range calls will also check for distances, making most ground skills and battle system use real circles instead of squares.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 14:10:14 +00:00
evera
4c82f276ae
Added another missing next; in bongunsword.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 04:55:16 +00:00
skotlex
0c3d2fd638
- Fixed SC_BERSERK's no regen penalty lasting pretty much forever.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 03:13:44 +00:00
evera
ec04511231
* Added missing NPC name in text and next;'s in npc/quests/bongunsword.txt,
...
- npc/cities/amatsu.txt, and npc/merchants/socket_enchant.txt. (Thanks $ephiroth) [Evera]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8603 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 00:36:56 +00:00
MasterOfMuppets
e028b91ab7
Added some Juperos maps to nosave.txt due to an upcoming update.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-03 11:30:27 +00:00
skotlex
83deb9deec
- SC_REGENERATION's val4 now holds the RGN flag of what is blocked rather than blocking all types of regen.
...
- LK_BERSERK will now only block natural regen on state-end.
- SC_EXTREMITYFIST/SC_DANCING/SC_EXPLOSIONSPIRITS will only block natural sp regen and not skill regen
- SC_REGENERATION blocking will be cancelled on logout now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8600 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02 23:24:11 +00:00
skotlex
480f4d2de4
- Applied use of RC_BOSS/RC_NONBOSS in the ignore def code.
...
- Corrected SCB_LUK not updating SCB_BATK as well.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8598 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02 20:40:51 +00:00
Playtester
6b5c0479c0
* Applied Vicious's ranges on guns
...
- Rifle & Shotgun = 9, others = 7
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8596 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02 19:12:43 +00:00
Playtester
e119644a04
* Updated Kiel spawns
...
- first floor is close-to-official, but no idea about second floor
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02 12:42:05 +00:00
Playtester
f36a2a7edd
* Fixed some Thanatos Tower warps
...
- I hope Ishizu fixes up the quest soon
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8592 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02 11:20:54 +00:00
Playtester
5fb66683d3
* Updated various item names thanks to Haplo
...
- please update all the quests that use these item names
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8591 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02 10:01:57 +00:00
evera
2aac60c5be
added missing next;'s in payon city npcs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02 05:19:43 +00:00
skotlex
a9e7abfc20
- Corrected script_commands description of getequipid, it returns -1, not 0 on fail.
...
- Fixed the mob-id check during pet_db loading, it will also now print when a pet is not loaded due to having an invalid mob class specified.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8587 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02 01:43:23 +00:00
toms
a2ce0be45b
The "delete_timer error/no such timer" report will now print the related function
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8586 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01 23:26:08 +00:00
toms
9a87ed951d
I forgot a duplicate
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01 23:07:56 +00:00
toms
9c8acc1464
The Clearing unused stack report will now print the related NPC
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01 22:54:50 +00:00
toms
d0b42dffff
I forgot a duplicate
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8583 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01 22:43:00 +00:00