8428 Commits

Author SHA1 Message Date
ultramage
339022cd20 Some generic code cleanups (unused struct, user counting, code comment).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-27 18:01:09 +00:00
ultramage
117782c900 Re-added the SI_EARTHSCROLL icon for taekwon's Happy Break status.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-27 17:57:43 +00:00
Inkfish
3654619bed Fixed Poison Status killing monsters with low max hp(like plants).
Mental Strenth costs 200 sp instead of 50% max sp.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-27 03:20:17 +00:00
Kisuka
99226b8ed1 - Removed 'adopt' documentation from script_commands (bugreport:4066).
- Fixed an aegis typo in ninja job quest (bugreport:3972).
- Fixed % issues with Battleground Medals (bugreport:4062).
- Fixed 'new world cards' effect (bugreport:4033).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-24 21:31:18 +00:00
ultramage
1ac0e13994 Changes to how right-click gm kick checks gm privileges:
* moved @kick gm level check to the part that kicks players
 * added @killmonster gm level check to the part that kills monsters
 * added missing reply to client in the part that unloads npcs

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-21 00:51:22 +00:00
ultramage
d167c3422b Adjusted the 'rare drop announce' code to only process if there's a valid mvp_sd.
This eliminates "??? won item" announces that occured when there were no damagelog entries and the killer src was NULL.
Examples include @killmonster use, and cases where a homunculus gets killed while attacking, and its delayed damage kills the target.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-21 00:20:27 +00:00
Paradox924X
d9cfd5002b Fixed racial bonuses for RC_NONDEMIHUMAN applying to right cardfix value (cardfix) instead of left cardfix value (cardfix_) in the case of melee attacks where left_cardfix_to_right is set to 'no'.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-19 12:51:40 +00:00
Inkfish
3fd1d9ca2b * Fixed NPC_INVINCIBLE can be dispelled. (bugreport:4046)
* Fixed a compliation warning.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14247 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-19 03:17:00 +00:00
brianluau
d4ce4633b4 - Moved the Zeny subtracting in the custom eAAC coin banker, so that the
script aborts _before_ giving items, not afterwards. (bugreport:4057)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-16 22:07:11 +00:00
ultramage
8dfa315ce8 Added visual studio equivalent of libc's strtoull() - name redefine for newer VS versions, custom implementation for VS6 (I hope it works).
This should fix the compilation error from r14242 (bugreport:4059).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-15 11:54:21 +00:00
ultramage
df78683650 Moved the delitem() call in the custom eAAC coin banker, so that the script aborts _before_ giving zeny, not afterwards.
This fixes an infinite zeny exploit in the npc (bugreport:4057).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-13 17:06:31 +00:00
brianluau
6f10a38dd9 - Fixed a misleading description. (bugreport:4008)
- Changed the confusing Rare Drop Announce. (bugreport:4037)
- Fixed an extra space in item script. (bugreport:4032)
- Renamed the upgrade_svn file in last commit to match revision number.
- Updated SQL item/mob databases to latest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14243 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-10 20:46:34 +00:00
Paradox924X
dde953ee4a Expanded range for cached and stored-in-db guild member exp (devotion) from uint32 to uint64. (bugreport:3983)
Capped value when sending to client to INT_MAX to prevent confusion.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-09 20:26:42 +00:00
Inkfish
be4fc45134 Bleeding doesn't kill non-player characters.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-07 03:13:48 +00:00
Inkfish
27801bb67f 2010/02/06
* Added official packet to display received expirience. (info provided by papkil)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-06 05:08:37 +00:00
L0ne_W0lf
6e3c96490e Fixed donpcevent calling non-existant npc in Orc Instance. (bugreport:4039)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14239 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-05 04:32:11 +00:00
skotlex
cc6b9e2cff - Oops, realized the vsd cid check is before the null pointer check. I AM getting rusty <_<
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-30 10:39:02 +00:00
skotlex
f27431c872 - Forgot the changelog. I must be getting rusty ._.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-30 10:25:22 +00:00
skotlex
e91f9882ec - Added support for PACKETVER 20100105, which updates the vending related packets.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-30 10:24:10 +00:00
L0ne_W0lf
2ec3b5ee10 * Changed the element for SN/MA_SHARPSHOOTING back to -1 (weapon element.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-28 16:04:37 +00:00
L0ne_W0lf
f74fc9a9b3 * SN_SHARPSHOOTING is no longer affected by AC_VULTURE. (Bugreport:3909)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14232 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-28 15:43:30 +00:00
Inkfish
adc8193bbe Reverted r3619. Evidences show Margaretha Solin Card works when player is hit by Storm Gust.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-28 13:06:54 +00:00
L0ne_W0lf
7be63c7a34 Cleaned up missed files and conf file notes from r14229.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14230 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-25 02:18:10 +00:00
Paradox924X
4fddd2e126 Removed npc/eamobs/. Reason: Old/Unsupported/Unofficial/Unused.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14229 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-25 02:11:23 +00:00
Paradox924X
7fb1bdf25c Prevented the changing of alliances to oppositions during WoE. (bugreport:3923)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-25 00:38:51 +00:00
Paradox924X
edc07c36d0 Prevented pc_skill with a value of 2 for 'flag' from granting a skill level that surpasses MAX_SKILL_LEVEL. (bugreport:4022)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14225 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-24 01:13:48 +00:00
L0ne_W0lf
38617b38fd Updated the Enlarge Weight Limit NPC. It is now a conversion of an aegis script, with iRO dialog.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-22 23:07:37 +00:00
L0ne_W0lf
d96ceeb130 * Updating, and just trying to catch up on bug fixing. :P
- Updated the item scripts for geographer_band_ and vacation_hat_.
- Added remaining monster IDs supported up until 2009-11-24aRagexeRE.
- Updated afro wig to have one slot. More may be outdated. (Bugreport:3090)
- Updated attack ranges for orc dungeon instance monsters. (Bugreport:3935)
- Updated Mandragora Cap and Sacred Scripture item scripts. (Bugreport:3950)
- Fixed the view IDs for geographer band and vacation hat. (bugreport:3974)
- Added INT and AGI bonuses to the Flying Angel headgear. (Bugreport:3991)
- Fixed Tournament Shield not reducing Lord Knight ASPD. (Bugreport:4003)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14223 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-22 22:54:38 +00:00
Inkfish
f741065ee6 Fixed a wrong interpretion to "clif_addskill" packet. follow up to r14218
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-20 15:40:39 +00:00
Inkfish
dc62b5d338 Intimidate now checks the distance between source and target in case it kills the target and then warps the respawned one.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-19 16:00:02 +00:00
Inkfish
66bd2d540a Intimidate should warp you anyway even if the target died.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14220 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-19 15:42:32 +00:00
Inkfish
5d56b669e9 Fixed items don't grant skill if you had this skill before and then changed your job.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-16 03:44:07 +00:00
Inkfish
9622957e11 * Fixed change cart packet doesn't check for skill.
* Added new packets for Plagiarism.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14218 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-15 10:40:18 +00:00
Kisuka
373d5a482c - Updates/Fixes to item_db.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14217 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-08 21:35:50 +00:00
brianluau
ed86db530d - Fixed a typo in Orc's Memory.
- Fixed a weight check in quests_13_1.
- Fixed some grouping variables in the sample PCRE npc.
- Updated SQL item/mob databases to latest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-08 19:18:27 +00:00
Inkfish
ab888d956f Fixed Meteor Assault and Spread Attack have twice the chance to trigger AutoSpellOnSkill.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14215 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-27 05:22:39 +00:00
L0ne_W0lf
634fefe67a Applied Kazukin's fix for the dancing portion of The Sign Quest. (bugreport:3966)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14214 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-24 15:16:05 +00:00
ultramage
e5a32cb5e7 Fixed a memleak that occurs when a player exits while waiting on a script select() or menu() (caused by r12481).
The change made the attached script not deallocate to avoid a crash when changing mapservers, however deallocation must occur here since scripts waiting for user input are unable to free themselves.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14213 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-24 12:19:34 +00:00
L0ne_W0lf
f0c8ddc1bc * More Orc Instance updates, and some new 13.1 quests. :x
- Disabled an exploit related to the orc hero spawn.
- Corrected the variable type for party leader name.
- Commented out the assassin pub NPCs in quests_morroc.
- Cat Hand Agents no longer ignore you with 300+ points.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14211 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-21 01:48:46 +00:00
Kisuka
418bce2fef - Large update to item_db.
- Added some maps from jRO to map_index.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14210 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-20 22:29:02 +00:00
L0ne_W0lf
5158a2bf24 * More bugfixes, to orc dungeon instance, mostly typos. :O (bugreport:3944)
- Also fixed some of the varaibles (types/values) as well.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14209 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-20 21:45:40 +00:00
ultramage
622de6a2da Quick-added support for the new whisper packet (bugreport:3942).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-20 11:37:28 +00:00
brianluau
5a8eac7887 - Fixed a 'next' and a window that didn't close in Orc's Memory.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14198 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-13 00:03:49 +00:00
L0ne_W0lf
ebafb13b4b * Second round of bugfixes for Orc's Memory. (bugreport:3928)
- Fixed first warp never enabling, issue not seen because of a local source mod.
- Corrected the IDs for the Vengeful Orc Spirit and Shaman Cargalache, copy/paste fail.
- Changed spawn point for dungeon according to spawn point on iRO.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14197 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-11 17:59:37 +00:00
L0ne_W0lf
80b7e9a504 * First round of bugfixes for Orc's Memory. (bugreport:3928)
- Fixed some npcs calling wrong events. 
- Fixed Depraved Orc Spirit spawn point
- Fixed an NPC that was never being enabled.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14196 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-11 16:37:37 +00:00
L0ne_W0lf
d0d95529fc Uncommented the item 5374 (L_Magestic_Goat) as it's a quest reward given by an NPC assosiated with sealed shrine. (bugreport:3924)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-11 04:25:59 +00:00
L0ne_W0lf
9d52d4f79f Minor update to the Orc Instance mob stats, very incomplete still.
Implemented the first version of Orc's Memory.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14194 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-11 04:01:23 +00:00
brianluau
e1dd821ee7 - Fixed a typo in arug_cas03 flag. (bugreport:3917)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-09 02:36:38 +00:00
L0ne_W0lf
6915231e13 Implemented official armor enchanting NPC.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14192 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-08 02:39:43 +00:00
Gepard
3765c390c5 Some fixes to Ep.13.1 quests.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14191 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-08 01:32:03 +00:00