summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-03-06- Fixed the Pineapple_Juice (12320) should be 20 flee not 10. (bugreport:4074)brianluau3-14/+16
- Fixed the strnpcinfo's in halloween_2009. (bugreport:4106) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-04Fixed unidentified_coin -> unidentified_mineral. (bugreport:4086)L0ne_W0lf2-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-03* Some bug fixing! Hoorah for me not feeling lazy!L0ne_W0lf4-21/+31
- Fixed some issues related to the guild relay quests. (bugreport:3934) - Disabled the warp back to moc_fild22b from mid_camp. (bugreport:3985) - Loop in sealed shrine should disable all thorches. (bugreport:4044) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-03- Corrected a minor issue in sealed shrine, lock out should work now.* Added ↵L0ne_W0lf16-7/+7596
some 13.2 content, and more 13.1 content. - Added "Otherworld language" quest. - Added Cat Hand Trading NPCs for 13.2 maps. - Added warps for Splendide and Manuk (town and field.) - Added basic town NPCs for Manuk and Splendide. - Added the guild dungeon SE events, though the pierre boxes do nothing. - Corrected a minor issue in sealed shrine, lock out should work now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-02- Added quest log stuff to battleground npcs.zephyrus8-102/+1354
- Added Kreiger Von Midgard battlegrounds. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-02Fixed an exploit where the buyer can end the auction himself.Inkfish2-0/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-27Some generic code cleanups (unused struct, user counting, code comment). ultramage4-23/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-27Re-added the SI_EARTHSCROLL icon for taekwon's Happy Break status.ultramage2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-27Fixed Poison Status killing monsters with low max hp(like plants).Inkfish4-2/+6
Mental Strenth costs 200 sp instead of 50% max sp. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-24- Removed 'adopt' documentation from script_commands (bugreport:4066).Kisuka3-37/+17
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-21Changes to how right-click gm kick checks gm privileges:ultramage2-8/+22
* 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-21Adjusted the 'rare drop announce' code to only process if there's a valid ↵ultramage1-2/+2
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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-19Fixed racial bonuses for RC_NONDEMIHUMAN applying to right cardfix value ↵Paradox924X2-1/+2
(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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-19* Fixed NPC_INVINCIBLE can be dispelled. (bugreport:4046)Inkfish3-2/+5
* Fixed a compliation warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14247 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-16- Moved the Zeny subtracting in the custom eAAC coin banker, so that the brianluau1-1/+1
script aborts _before_ giving items, not afterwards. (bugreport:4057) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-15Added visual studio equivalent of libc's strtoull() - name redefine for ↵ultramage3-0/+46
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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-13Moved the delitem() call in the custom eAAC coin banker, so that the script ↵ultramage1-1/+1
aborts _before_ giving zeny, not afterwards. This fixes an infinite zeny exploit in the npc (bugreport:4057). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-10- Fixed a misleading description. (bugreport:4008)brianluau8-49/+120
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14243 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-09Expanded range for cached and stored-in-db guild member exp (devotion) from ↵Paradox924X8-16/+20
uint32 to uint64. (bugreport:3983) Capped value when sending to client to INT_MAX to prevent confusion. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-07Bleeding doesn't kill non-player characters.Inkfish2-4/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-062010/02/06Inkfish12-15/+49
* Added official packet to display received expirience. (info provided by papkil) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-05Fixed donpcevent calling non-existant npc in Orc Instance. (bugreport:4039)L0ne_W0lf2-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14239 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-30- Oops, realized the vsd cid check is before the null pointer check. I AM ↵skotlex1-3/+2
getting rusty <_< git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-30- Forgot the changelog. I must be getting rusty ._.skotlex1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-30- Added support for PACKETVER 20100105, which updates the vending related ↵skotlex7-19/+53
packets. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-28* Changed the element for SN/MA_SHARPSHOOTING back to -1 (weapon element.)L0ne_W0lf2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-28* SN_SHARPSHOOTING is no longer affected by AC_VULTURE. (Bugreport:3909)L0ne_W0lf4-4/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14232 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-28Reverted r3619. Evidences show Margaretha Solin Card works when player is ↵Inkfish2-1/+3
hit by Storm Gust. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-25Cleaned up missed files and conf file notes from r14229.L0ne_W0lf4-91/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14230 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-25Removed npc/eamobs/. Reason: Old/Unsupported/Unofficial/Unused.Paradox924X16-5653/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14229 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-25Prevented the changing of alliances to oppositions during WoE. (bugreport:3923)Paradox924X2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-24Prevented pc_skill with a value of 2 for 'flag' from granting a skill level ↵Paradox924X2-10/+16
that surpasses MAX_SKILL_LEVEL. (bugreport:4022) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14225 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-22Updated the Enlarge Weight Limit NPC. It is now a conversion of an aegis ↵L0ne_W0lf2-48/+56
script, with iRO dialog. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-22* Updating, and just trying to catch up on bug fixing. :PL0ne_W0lf3-11/+91
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14223 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-20Fixed a wrong interpretion to "clif_addskill" packet. follow up to r14218Inkfish1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-19Intimidate now checks the distance between source and target in case it ↵Inkfish2-1/+2
kills the target and then warps the respawned one. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-19Intimidate should warp you anyway even if the target died.Inkfish2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14220 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-16Fixed items don't grant skill if you had this skill before and then changed ↵Inkfish2-2/+4
your job. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-15* Fixed change cart packet doesn't check for skill.Inkfish7-8/+74
* Added new packets for Plagiarism. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14218 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-08- Updates/Fixes to item_db.Kisuka1-29/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14217 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-01-08- Fixed a typo in Orc's Memory.brianluau7-240/+245
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-27Fixed Meteor Assault and Spread Attack have twice the chance to trigger ↵Inkfish2-1/+8
AutoSpellOnSkill. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14215 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-24Applied Kazukin's fix for the dancing portion of The Sign Quest. ↵L0ne_W0lf2-6/+5
(bugreport:3966) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14214 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-24Fixed a memleak that occurs when a player exits while waiting on a script ↵ultramage1-6/+5
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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14213 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-21* More Orc Instance updates, and some new 13.1 quests. :xL0ne_W0lf4-142/+6974
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14211 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-20- Large update to item_db.Kisuka3-214/+231
- Added some maps from jRO to map_index. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14210 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-20* More bugfixes, to orc dungeon instance, mostly typos. :O (bugreport:3944)L0ne_W0lf2-13/+18
- Also fixed some of the varaibles (types/values) as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14209 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-20Quick-added support for the new whisper packet (bugreport:3942).ultramage1-0/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-13- Fixed a 'next' and a window that didn't close in Orc's Memory.brianluau1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14198 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-11* Second round of bugfixes for Orc's Memory. (bugreport:3928)L0ne_W0lf2-11/+24
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14197 54d463be-8e91-2dee-dedb-b68131a5f0ec