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
Inkfish
1d90917604
* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and NPC_INVINCIBLEOFF. (topic:217330)
...
* Using items no longer cancels invincibility(but using target and ground skills through items does). (bugreport:3259)
* Fixed Butterfly Wings not working during GVG. (bugreport:3264)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13897 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-19 13:26:50 +00:00
Inkfish
6ee6b810e0
Fixed wings not working when used on top of Magnetic Earth.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13896 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-17 09:06:29 +00:00
Inkfish
144103199a
* Turn Undead shouldn't apply aftercast delay when casted on a "living" entity. (bugreport:1740)
...
* Autocasts should always fail if the target is outside the skill range or an obstacle is in between. (bugreport:3201)
* The Lovers should affect the target instead of the caster. (bugreport:3252)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-16 14:08:18 +00:00
Inkfish
86d162ad13
Fixed an exploit that makes guild skill get higher level than the max defined in guild_skill_tree. (bugreport:3241)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13894 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-16 12:35:03 +00:00
ultramage
1035d7490f
Removed the 'src' parameter from skill_delunitgroup() (see r5911) (bugreport:3253).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13893 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15 16:33:01 +00:00
Inkfish
94583ef92f
* Skill through items will not be blocked when 90% overweight. (bugreport:3246)
...
* Now you can drop items when hiding.
* Now you can't logout when hiding, cloaking or chase walking.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13892 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15 15:29:32 +00:00
ultramage
7063f7330d
Improving the r13888 crashfix to cover similar crash scenarios discovered:
...
Reordered code in status_change_end(SC_DANCING) so that an ensemble's skill unit group is deleted only after removing both performers' status changes.
Modified the call to skill_delunitgroup() IN status_change_end(SC_DANCING) so that it always processes the group's true owner and not others (bugreport:3253).
Replaced calls to skill_stop_dancing() with status_change_end(SC_DANCING), since it now provides identical functionality.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13891 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15 14:00:27 +00:00
brianluau
7b835b0b4e
- Changed some variables to scope instead of permanent char. (bugreport:3248)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13890 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15 03:38:20 +00:00
Playtester
1bad54ae71
* Updated mob_db
...
- fixed various ATK2 values (bugreport:3185)
- Frilldora is finally angry again (bugreport:3243)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13889 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-14 22:57:05 +00:00
Inkfish
c15ff51a7b
Fixed a crash due to group being redeleted when players are performing an ensemble and one of the partner's sp run out.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13888 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-14 15:29:04 +00:00
Paradox924X
f93f3b1e33
Changed a few sprintf's that had no format arguments to strcpy's.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13887 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-13 05:00:57 +00:00
Inkfish
0ec8d255ae
* If both Double Attack and critical attack have chance to trigger within one attack, Double Attack takes priority. (bugreport:3231)
...
* Fixed Butterfly Wings not working on maps blocking Teleport. (bugreport:3236)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13886 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-13 04:25:34 +00:00
Playtester
2416ee8686
* Fixed the Memory Book combo using Eye Patch instead of Monocle (bugreport:3237)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-12 17:44:43 +00:00
Inkfish
55a4ab1427
Fixed "arrow_atk" flag never being reset results in arrow consumption on itemskills and autocasts. (bugreport:3233)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-12 11:54:18 +00:00
Inkfish
14cf988591
* Fixed itemskill not bypassing Silence, SteelBody, Berserk and the like. (bugreport:3232)
...
* Fury and Asura no longer disable SP regen on any other classes than Monk/Champion.(bugreport:3200)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13883 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-12 07:45:50 +00:00
Kisuka
148fd7efb5
- Updated emotes in const.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13882 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-11 21:34:17 +00:00
Inkfish
a936c021c7
* Fixed TaTaMiGaEShi(Improvised Defense) not working.
...
* Implemented new cooking success formula. Now cooking experience starts at 0.(bugreport:2439)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13881 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-11 13:29:43 +00:00
ultramage
042688ca7a
Adjusted the code order in clif_parse_gmkick() to avoid invalid pointer access crashes when kicking mobs/npcs (bugreport:3229).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13880 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-11 10:36:39 +00:00
L0ne_W0lf
84ddfa85bb
* Implemented rewrite of the quest "The Sign".
...
- Attempts to save player progress when quest npcs are talked too. This is Untested.
- Talking to any quest related NPC will remove all out-dated quest vars.
* Fixed incorrect sprite ID used in some Niflheim quest npcs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-10 01:44:22 +00:00
Inkfish
11c91fd0bd
Fixed applying autocasts with negative rate before the positive one was applied made it fail to remove the autocast. (bugreport:3193) (related revision: r7312, r9905, r12041)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13872 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-09 14:03:24 +00:00
ultramage
5435e5056a
Added a check to prevent resetting a mob's hp to full when it levels up using the custom mobs_level_up feature (accidentally deleted in r13789) (bugreport:3216).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13871 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-09 13:07:56 +00:00
Playtester
a05b59957f
* Fixed Radiant Wisdom giving double as much HP/SP than it should
...
- it will give 100 HP and 50 SP every 2 seconds for 10 seconds when it activates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13870 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 20:40:42 +00:00
L0ne_W0lf
5d88480879
Follow up to r13867, corrected the newly added MD_TARGETWEAK. Monsters with this mode will now only target players five level LOWER than itself.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13869 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 19:54:34 +00:00
Playtester
be7ca8dd45
Added a little information about mob modes (random attack is not implemented yet, though).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13868 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 18:55:55 +00:00
skotlex
f5fa9d4daa
- Added mob mode 0x4000, MD_TARGETWEAK: It makes aggro monsters only chase characters whose level is no higher than the monster's +5.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13867 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 18:35:26 +00:00
Playtester
f4e0cc16a2
* Fixed up the first set of Battle Ground armors
...
- reduced guessed chances from 5% to 0.5%
- fixed valorous huuma only giving 10% attack bonus instead of 100%
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13866 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 18:04:36 +00:00
brianluau
04789654b8
- Added 'font' config in atcommand_athena.conf (bugreport:3123)
...
- Changed some defaults in src to match defaults in config.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 16:39:54 +00:00
skotlex
3919db5df2
- Fixed Swordsman Medallion to be usable by Star Gladiators.
...
- Fixed Thief Medallion to be usable by Ninjas.
- Fixed Valorous Assassin's Damascus to reduce the strength of its effect.
- Corrected the AUTOLOOT_DISTANCE code not checking for map changes.
- Fixed clif_change_option's "unknown field" to be the character's karma.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13864 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 15:57:51 +00:00
Inkfish
4a786aef74
Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was only activated on mob's death.(bugreport:3193) [Inkfish]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13863 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 13:47:32 +00:00