summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-19Updated scripts with select().. THERE ARE TONS OF THEM!! Will somebody give ↵Lance16-12/+63
me a hand or something? :B git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19* Added 'cancel' button parsing in buildin_select menu system. Now scripts ↵Lance3-13/+19
will continue to load if 'cancel' is pressed and 255 will be returned. modified Changelog-Trunk.txt modified notice.txt modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18* Official skills for Bacsojin and Orc BabyPlaytester2-11/+19
- yes Bacsojin's skills are interuptable despite MVP status git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18Updated X.1 mob statsPlaytester2-13/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18* Official skills for Detale and ThanatosPlaytester2-32/+51
- pm me if you want to help converting the mob skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18Calculation error in clif_parse_Wis.Lance1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18Typo :PLance1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17- Corrected use of the party invitation reply packet, thanks to FlavioJS.skotlex6-12/+22
- Removed requirement of "Changelog-Trunk" in the common/Makefile, why was it even there?? - Minor cleanups git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Updated remaining X.2 mob statsPlaytester2-33/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17* Fixed potential hack by modifying packet of whispers.Lance2-2/+14
modified Changelog-Trunk.txt modified src/map/clif.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Updated Bio Lab and Juperos mob statsPlaytester2-23/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Enhanced implementation to use Skot's Christmas Present: KARMA. :DLance1-4/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17* Fixed potential crash in IRC processing message with '%' using *printf.Lance4-18/+22
* Fixed memory leaking caused by homun_data not freed when removed. * Minor adjustments to sign/unsign in script commands. modified Changelog-Trunk.txt modified src/map/irc.c modified src/map/script.c modified src/map/unit.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17- Fixed client not validating the chat-kick-request packet, which can cause ↵skotlex2-0/+4
crashes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9243 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Fixed some sprite mob namesPlaytester2-17/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17- Updated map_quit to handle removing of players who are not even ↵skotlex4-9/+21
authenticated yet. - New connection requests are now also blocked when there's a player already online but hasn't finished loading yet. - Because of these changes, the friendlist notification when people join has been moved to LoadEndAck from pc_authok git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Check and remove MD_CHANGECHASE flag to prevent guardians from getting berserk.Lance1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17fixed possible double levelup bugs, merged 1st class quests from trunkLupus4-36/+40
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9239 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17added logmes to skill reset eventLupus1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17typoLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Added official kRO Skill Reset EventLupus5-2/+114
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9236 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Fixed wrong label name in adoption NPCLupus2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Updated sql filestoms3-91/+92
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Documentation update to atcommandLance1-9/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9232 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16* For the sake of avoiding confusion, all script events are named with ↵Lance6-25/+27
prefix 'On' from now on. modified Changelog-Trunk.txt modified conf-tmpl/script_athena.conf modified doc/pccommand_list.txt modified doc/script_commands.txt modified npc/custom/Lance/FR_HallOfFame.c modified npc/sample/PCLoginEvent.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16* Edited atcommand and charcommand syntax. Now it doesn't need the useless ↵Lance8-65/+82
character name and ":". modified Changelog-Trunk.txt modified src/map/atcommand.c modified src/map/atcommand.h modified src/map/charcommand.c modified src/map/charcommand.h modified src/map/clif.c modified src/map/map.c modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9230 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16- Shadow Jump and Kirikage won't "move" you if you use them in GvG grounds. ↵skotlex4-16/+25
Fixed Kirikage so it first warps you, and then you unhide. - Corrected Zeny Nage so the Zeny spent on the attack is always the exact same value as the damage you are dealing. Also corrected it so it does half damage when used on players. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9229 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16- Overlapping song/dances will now cause dissonance/ugly-dance level 1 ↵skotlex6-5/+14
instead of retaining the level of their song/dance. - Fixed the misleading description of what item_avail does. - Fixed wrong check in @petrename, thanks to The Ultra Mage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9228 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Updated X.3 mob statsPlaytester2-30/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Updated Kiel dungeon mob statsPlaytester2-14/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9226 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Stable: added official Ninja quest. Trunk: removed name duplicatesLupus5-26/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9225 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Added official Ninja Job questLupus4-77/+729
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Changed type of unimplemented cards to "Card"Playtester2-12/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9223 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Updated Odin Temple mob statsPlaytester2-15/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-15* Fixed Gonryun mob statsPlaytester2-13/+16
- also fixed Bacsojin and Chung E git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-14* Replaced current Rachel Sanctuary warps with jAthena's versionPlaytester2-32/+26
- some warps still seem to be wrong or missing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9217 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-14- Characters with Karma may fight amongst them anywhere.skotlex10-15/+142
- Added mapflags partylock and guildlock, which lock the state of the parties/guilds on said maps. partylock blocks user party requests to create/invite/leave/kick, while guildlock blocks user guild requests to create/invite/leave/expel/make alliance/make opposition/delete alliance/delete opposition/break git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-14- Reverted the hp conversion formula "fix" as it was correct before.skotlex2-4/+5
- Increased the trigger rate of Warmth skills from 500ms to 200ms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9214 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13- Fixed a bug where the char-txt server was incorrectly saving memos, ↵skotlex2-1/+3
causing character data to be lost on restart. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9209 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13- HP Conversion will fail when used at max SP. It should not display any ↵skotlex5-9/+29
errors to the client. - Modified yet again the login procedure. The initial status_calc_pc is invoked when the variable registries arrive, but the initial LoadEndAck will not be parsed until the registries have arrived. In the rare case this happens, pc_reg_received will take care of invoking the LoadEndAck function itself. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13- Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as ↵skotlex5-21/+38
long as one of these is out, casting any of the three will not consume gems, and will use the remaining time of the previous one. In turn, Land Protector will now always consume gems on every cast. - Small cleanup in the Land protector code which may fix it not blocking AoE skills. - Fixed the interpretation of "head_dir". Removed setting head_dir to match character direction in the whole code. Now it is only reset to 0 (look forward) when unit_setpos is invoked, or when a character begins walking. Thanks to FlavioJS for figuring out how the client parses the head direction. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9206 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13Fix for guild manager recognizingLupus2-5/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9205 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13Changed bAtk to bBaseAtkPlaytester2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13merged HPConversion formula, merged Guardians installation during WoE. Item ↵Lupus1-1/+1
name typo CNADY -> CANDY git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9203 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13* Moved status_calc_pc back to pc_authok.Lance2-3/+6
modified Changelog-Trunk.txt modified src/map/pc.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9202 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-12You can install/mend guardioans during WoELupus4-100/+523
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-11Fixed debug message in login_sqlLupus2-38/+40
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-11Fixed warp on timeout in swordman.txtLupus2-10/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9199 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-10Fully official GS/NJ Job ExpPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9198 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-10- Fixed some line delimiter issues in script.cskotlex2-43/+42
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9196 54d463be-8e91-2dee-dedb-b68131a5f0ec