Kisuka
f347b60422
Updated attribute table values and made it cleaner.
...
Fixed Battle Hook item (bugreport:3335).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-26 17:10:37 +00:00
L0ne_W0lf
9a668152ed
* Extreme update to the quest_db file.
...
- Added many new quests, although they are all unused by scripts currently.
- Changed several of the old quest names to match the names on iRO
- Removed garbage "quest(" remainants from several of the quests...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13965 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-26 13:59:36 +00:00
Inkfish
816e93ef9b
Fixed mob counts and quest states are not saved properly sometimes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13964 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-26 09:52:08 +00:00
Inkfish
4a6f0d122c
* Some updates of Quest Log system
...
- renamed table 'questlog' to 'quest' to avoid misunderstanding
- updated main.sql
- fixed the server can't load more than 16 quests
- removed the MAX_QUEST limit. tests show the client can handle more than 100 quests.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13963 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-26 06:01:10 +00:00
Inkfish
2187e9a59a
* Fixed message display for FullStrip and SelfProvoke. (bugreport: 3011, bugreport: 3415)
...
* Fixed an error on 'changequest'
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13962 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-25 23:18:53 +00:00
Inkfish
153c9f5c5c
Fixed undeclared variables on charserv compiling. how careless i am.....
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-25 21:09:25 +00:00
Inkfish
ea229fd7e0
adding the sql update I forgot...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13960 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-25 21:02:17 +00:00
Inkfish
698e7a0fc0
Rewrote Quest Log system.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13959 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-25 20:55:35 +00:00
brianluau
caadb5a546
- Fixed a normal Valkyrie being spawned with 'boss_monster'. (bugreport:3419)
...
- Added 'boss_monster' to some MVPs that were missed (follow up to r13813).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13958 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-25 15:47:58 +00:00
brianluau
e3a29ebc33
- Fixed some grammar and spelling.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13956 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-23 09:08:15 +00:00
Paradox924X
fda1387f60
Added proper bounds of INT_MIN to INT_MAX for hp/sp when being sent to/from status_damage/status_heal for negative values because of INT_MAX being (-INT_MIN - 1).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-22 18:46:44 +00:00
brianluau
e151f5b278
- Fixed the config description for 'random_monster_checklv' (follow up to r13952). (bugreport:3378)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13954 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-18 21:44:52 +00:00
Inkfish
e7f237e2c0
Fixed "OnMobDeath" doesn't work sometime in Izlude Party Arena.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13953 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-18 08:23:51 +00:00
Inkfish
9858d45649
* Dead branches no longer check for players' level. (bugreport:3378)
...
* The Lovers Card won't teleport anyone on PVP/WoE/BG maps. (bugreport:3371)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13952 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-18 02:18:40 +00:00
Kisuka
e76126b721
- Fixed a bug/typo in Valorous Assassin's Damascus's bonus.
...
- Added missing Gae Bolg & Dragon Slayer to socket enchanter. (bugreport:3386)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13951 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-17 03:50:23 +00:00
ultramage
0ed37a79b7
Some insignificant code tweaks.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13945 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-11 07:05:05 +00:00
Inkfish
b1445ca0ae
* Some updates for range check. (bugreport:3339)
...
- Monsters shouldn't use skills if the target is within its attack range but is out of the skill range.
- Monsters' skill range is no longer 9 by default.
- Range for players' attacks and skills should always check for a circular area.
- The range of Magnetic Earth is 2.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-11 04:48:40 +00:00
brianluau
f3c006322f
- Added documentation for 'getmobdrops' (follow up to r13101). (bugreport:3351)
...
- Added documentation for 'areamobuseskill' (follow up to r13897). (bugreport:3352)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-09 05:11:54 +00:00
L0ne_W0lf
19bf39a780
* A few minor bugs fixed. :3
...
- Fixed npc in okolnir quest using non-existant event. (Bugreport:3085)
- Translated non-translated lines in Okolnir quest.
- Fixed Asprika quest giving Brynhild requirement message.
- Added missing warps for The Sign quest. (Bugreport:3295)
- Corrected time check for Sir Jore in the Sign Quest.
* Updated warps for 13.1 maps.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13940 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-08 03:26:31 +00:00
Inkfish
2d8b6a13f4
Skills that have multiple hits should do 1 damage per hit to plants.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-07 10:54:21 +00:00
Inkfish
98159d09a3
You should lose hp anyway even if your Martyr's Reckoning is perfect dodged.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13934 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-05 03:40:34 +00:00
Inkfish
ab4ae85ca5
* Extended ATF_SKILL to ATF_MAGIC and ATF_MISC.
...
* r13932 Fixed a wrong check on hp in Intimidate code. (bugreport:3305) (I forgot to write the message.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-04 13:17:08 +00:00
Inkfish
3f4795f53e
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13932 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-04 12:06:04 +00:00
Inkfish
e7219585ed
TK_POWER shouldn't count the player him/herself for the skill.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13931 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-04 11:29:36 +00:00
brianluau
50216b7ef6
- Added documentation for 'getmapflag' (follow up to r12175). (bugreport:3314)
...
- Fixed a zeny check in Transcending quest. (bugreport:3334)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-04 10:35:56 +00:00
Inkfish
ef5faf1479
* Martyr's Reckoning can be perfect dodged.
...
* Casting Flying Kick while running and in the spurt status doubles the damage dealt without spurt status. (bugreport:1898)
- TODO: bonus on running is still not correct.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13929 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-04 03:54:58 +00:00
brianluau
3bc93f0426
- Re-added { } that were accidentally removed in last commit.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13927 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-02 19:30:49 +00:00
brianluau
973a96f9aa
- Added mosk_que to the mapcache (follow up to r13903).
...
- Fixed some input checks and variable types in Megingjard quest.
- Updated SQL item/mob databases to latest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13926 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-02 18:56:16 +00:00
Playtester
285f7438bc
* Fixed a bug in Ifrit's drops (bugreport:3319)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13925 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-02 18:09:12 +00:00
Inkfish
eb77057e6e
* Updated autobonus [Inkfish]
...
- added documentation for autobonus.
- invoke status_calc_pc to complete autobonus execution and this will refresh client display as well.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-02 12:51:05 +00:00
Inkfish
f9b0729dfa
Fixed when dynamic_mobs is active, reloading script right after the last player having left a map leads to permanet mobs not spawning on that map.(bugreport:2736)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13921 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-30 14:27:02 +00:00
ultramage
e54bf092d2
Fixed sql char deletion code using a broken pet deletion query (ran very slow, and had a typo in a binary shift operation) (bugreport:3304).
...
Fixed change r13774 to the code responsible for deciding whether to move 1 extra cell when stopping walking; it had its logic inverted by mistake (bugreport:3312).
Cleaned up the itemlist, cartlist and storagelist gm command code:
- fixed buffer overflows in all three functions (bugreport:456).
- merged all three atcommand functions into a single one; the appropriate behavior is detected from the command's name.
- using the StringBuf class instead of static-size buffers and string operations for more efficient and safe processing.
- using 'jname' (the one without underscores) as the primary item name in the list, and not using the aegis name for cards at all (since it's almost identical).
- fixed forged item details never being displayed due to a missing strcat().
- extended item info (crafted/named items, pet eggs) will now be displayed for storage and cart list as well.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13920 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-30 09:21:28 +00:00
Playtester
6a031bdd77
* Updated drops to the released official bRO 12.1 drops
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13919 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-29 17:40:48 +00:00
Inkfish
6b975e4fd5
* Fixed attack not counted as connect when dodged and got damage from skill bonus like Weaponry Research.
...
* Corrected the description for vit_penalty_type.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13918 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-29 12:47:21 +00:00
brianluau
eebb014937
- Fixed a typo in r13915, causing SC_values 247+ to be off by one.
...
- Reverted the Continental Guard change from r13911 (that's how it is on official).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13917 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-28 17:06:14 +00:00
Inkfish
50961ceec3
fixed some typos on autobonus
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13916 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-28 10:28:48 +00:00
Inkfish
5516002a5c
* Implemented script command "autobonus". [Inkfish]
...
- "autobonus" is similar to "bonusautoscript", however it has a timer of its own.
- Updated itemdb changing items bonus using "bonusautoscript + sc_start" mode to "autobonus + bonus" mode.
- Remove bonusautoscript and status changes that was needed by bonusautoscript and is no longer in use.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13915 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-28 08:23:53 +00:00
brianluau
4ed47c3153
- Moved the anthell warp agent to the new entrance. (bugreport:2801)
...
- Added missing 'F_GldTreasSw' function for Novice Castles. (bugreport:3292)
- Removed OnTouch trigger area from Continental Guard NPCs.
- Corrected the observatory warp portal. (bugreport:3293)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13911 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-26 20:39:22 +00:00
Paradox924X
c52de2b250
Minor update to atcommand_jailfor and atcommand_char_ban's modif_p var incrementation for minute-based bans/jails.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13910 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-23 21:42:16 +00:00
brianluau
0949ac0d1a
- Updated SQL item/mob databases to latest.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13908 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-23 00:15:39 +00:00
brianluau
a83fa9bdcf
- Removed maps that were listed twice in mapflag files. (bugreport:542)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13907 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-22 16:31:42 +00:00
Kisuka
cffe6395ef
- Added missing 10.3 dialog to tu_archer.
...
- Removed 'Arpesto' and added to hunter_skills with its script (Official Phantasmic Arrow Quest).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13906 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-22 03:14:16 +00:00
Kisuka
505e1b03e7
- Fixes for 'Koshei the Immortal' quest.
...
- Added some iRO event scripts (christmas & memorial day).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13905 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-22 00:19:08 +00:00
L0ne_W0lf
c5a8057fc5
Added instance command definitions, using what I could find and how they are used from the script provided. Further feed back may be nessecary.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13904 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-21 23:38:28 +00:00
Kisuka
b70ea25586
- Added moscovia quest 'Koshei the Immortal'.
...
- Added 2009rwc maps & mosk_que to map indexing/conf.
- Removed duplicate Moscovia Inn NPC (bugreport:3188).
- Removed pointless specialeffects from speed items (bugreport:3208).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13903 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-21 11:28:25 +00:00
Inkfish
73b120c83b
Fixed Backstap bypassing battle_check_target.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13902 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-21 01:39:38 +00:00
zephyrus
33e1fbbd66
- Instancing System (Thanks to Sirius White who did most of the code, with some of my work to implement client side information, some optimizations and bugfixes). Also thanks to contributions from UEAUP team and Orcao.
...
- Fixed a bug on areamobuseskill and changed it to make it as Aegis.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13901 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-20 17:56:01 +00:00
Inkfish
e447a8a92a
* Changed Asura Strike/Jump Kick to target skill to get rid of the "target delay". (bugreport:2174)
...
- skill tree will be re-sent on status change to handle using these two skills during combo.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13900 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-20 08:22:52 +00:00
Inkfish
47d2031e40
Fixed a typo in buildin_mobuseskill_sub
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13899 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-20 02:07:00 +00:00
brianluau
5a87510f2c
- Fixed a Assassin Quest question having all correct answers. (bugreport:3260)
...
- Fixed lots of random typos, thanks to BloodWist for pointing them out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13898 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-19 15:14:43 +00:00