summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-14- Welcome Sign duplicated NPC updateLance2-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14- Encyclopedia Duplicated NPC FixLance1-9/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7152 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14Kafra - Duplicated NPC UpdatesLance11-45/+45
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7151 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14* [Improved]: Lance2-3/+7
- script_save_mapreg for MapregSQL Saving to display perfomance only in slow queries. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14-fixed some Juno typos. (i should really stop scripting at 3:45AM >_<)musashiden1-21/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14* [Improved]: Lance2-1/+9
- npc_parse_script to show information and remove duplicated NPCs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7148 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Updated mob_db.sql and item_db.sql to latest.skotlex6-254/+310
- Added account_id index to char table. Thanks to Buuyo for reporting it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Fixed a packet_ver error with the #defines in clif_spawn.skotlex1-5/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Fixed exploit in Louyang NPCPlaytester2-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7143 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Correct implementation of Detale & Abyss/Thanatos spawn updatePlaytester5-31/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13* Added Dr.Evil's fixes to the Umbala NPCsPlaytester2-279/+290
- probably needs some testing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Fixed the Job Level requirement for Arrow CraftingPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Fixed the names of the Lotto itemsPlaytester2-50/+51
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Fixed compilation error on clif.cskotlex1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Marionette and Devotion will now check raw distance and ignore obstacles ↵skotlex3-2/+8
and the like. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Added irc_channel_pass setting and prevent crashing when irc server lookup ↵skotlex3-2/+16
by host fails. Thanks to Trancid for the details. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Implemented the comodo gambling NPCs. Thanks to reddozen and Zefris.MasterOfMuppets3-1/+625
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7130 ↵Lance1-1/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13* [Fixed]: Lance2-4/+8
- clif_parse_GetCharNameRequest displaying false alarm for legitimate GM snooping. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of ↵skotlex8-72/+109
Homunculus. - Added support for reading correctly status change data from Guild and Homun skills. - Added support for reading Homun skill data (which means the HM skills are now safe to add to skill_db, skill_require_db, etc) - Moved StatusSkillChangeTable to StatusSkillChangeTableArray and made a function called StatusSkillChangeTable to do the conversions taking into account HM/GD skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7128 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Oppositions can't be made during WoE now.skotlex6-23/+32
- Fixed a few compiler warnings from VC - Commented out the Homunculus Skills<->Status Change link which was causing some memory corruptions. - git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7127 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Another mistake.. shitLance1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Fix again >_<Lance1-4/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7125 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13FixLance1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13* Looks like somebody needs sleep. (Typos in Yuno.txt)Lance2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13FixLance1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13FixLance1-2/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13* [Fixed]: Lance2-19/+100
- buildin_npcshopitem not allocating extra 1 block of terminator. [Added]: - Modified versions of Dj-Yhn's buildin_npcshopdelitem and buildin_npcshopadditem git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7120 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Garm Claw now has 152 Attack Power rather than 115Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Updated clif_disp_onlyself to not use dynamic memory and write directly to ↵skotlex10-50/+58
the player's buffer. - Updated @noask to also tell the rejected what he has just rejected (added msg_athena entries for each of the different requests) - Since noask already does a player lookup, updated the corresponding parsing functions to take the player rather than the player id (prevents double lookups) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7117 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13- Juno Update Process. 10% complete.musashiden2-67/+142
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Implemented a missing npc in Amatsu and the momotaro event.MasterOfMuppets14-449/+971
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12- Fixed a pair of missing initializers in the clif storage functions.skotlex2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7113 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12- Started the Juno Update process. 5% complete. [Musashiden]musashiden3-22/+33
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7112 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12- @heal no longer displays a healing animation. Fixes the client believing ↵skotlex3-5/+17
you couldn't be healed more than 32K. - Now you can use any skills (except encore/dancing ones) while under Longing for Freeding. - Now you can use any skills while under Marionette Control. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12- Fixed npc_checknear's distance check returning the opposite of what it ↵skotlex14-428/+268
should (false when the range is correct and viceversa) - SL_STIN/SL_STUN have dex-reducable casting times now. - Added a warning on item loading when an item is of equippable type but has no equippable position. - Turning an alliance to an opposition won't work now during WoE - Slaves can summon other mobs now. The only ones who can't do this are player summoned mobs. - Merged the following functions for faster processing of items: clif_storageitemlist + clif_storageequiplist = clif_storagelist clif_guildstorageitemlist + clif_guildstorageequiplist = clif_guildstoragelist clif_itemlist + clif_equiplist = clif_inventorylist - Increased max knockback value support to 25. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12added quests 4 Bird Nest,Lion Mask,Skeleton Manteau,Fashion Hip Sack,Sales ↵Lupus3-1/+184
Banner git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7108 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12* [Optimized]: Lance2-5/+10
- buildin_npcshopitem memory allocation to calculate before reallocating. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12Biolab quest can have carying capitalizations on the first letters of each ↵evera2-14/+17
word in the inputs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7104 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12- Made guild member exp an unsigned int.skotlex11-116/+138
- Modified npc_click to receive the bl that was clicked directly. Also cleaned it up so it isn't as easy to crash the server with invalid ids <.< - Moved npc_checknear to npc_checknear2 and added npc_checknear. The near version receives a bl, checks it's validity, and returns a TBL_NPC object, near2 does the same but doesn't checks for type NPC. The first returns a pointer, the second returns 1 on fail, 0 success. - Also uncommented various npc_checknear calls in the code, who's idea was to comment them out so you could exploit npcs from afar with custom packets? - Added overflow checks for bonus settings mdef_rate/def_rate. - Added missing update of INT after a buf. - Small cleanup of how SC_BLEEDING works. - Fixed party_foreach_samemap invoking the function on the CASTER instead of on the party members. - Added clif_parse_ActionRequest_sub to handle player commands, is used from npc_click or any other function that needs to "re-route" a player's request. - Modified clif_parse_NpcClicked to handle the different situations with different bl-objects (attack on players/mobs, click on npcs or mobs with npc attached) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7103 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12Fixed some typos in the new spawnsPlaytester4-10/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12Rachel/Ice Dungeon temp-ness.Vicious2-0/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12Fixed the mode of monemus.MasterOfMuppets2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7100 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12Implemented Amatsu guides and changed/removed some Amatsu warps.MasterOfMuppets5-101/+241
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7097 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12spawn update by tharisVicious6-121/+135
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-11Implemented the poison king quest, beware of potential bugs.MasterOfMuppets3-1/+2034
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7093 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-11* Commented some unused mobs in the mob_dbPlaytester4-8/+11
* Goggles are worth 10k now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-11* eAAC update:eaac4-68/+395
- Added Vending Machine, made by Celestria. - Updated and fixed Coin Banker, by me :P. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7090 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-11Completed full save/restore of Quest Skills on the REBIRTHING 8)Lupus22-116/+114
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7089 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-11* [Fixed] Lance4-3/+5
- Compilation warnings on guild.c and int_guild.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7088 54d463be-8e91-2dee-dedb-b68131a5f0ec