summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-03-30Fixed atcommand_param() using a hardcoded @ symbol, which broke on ↵ultramage1-5/+3
charcommands and changed atcommand_symbol (bugreport:2918). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13642 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-30Defined new server-side PACKETVER 20081126 to add support for the modified ↵ultramage3-1/+31
pet information packet (topic:197874). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-30Added packet 0x43f's length to the packet len table and adjusted related ↵ultramage1-7/+6
code (followup to r13622). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13640 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-30Extended the hardcoded packet length table values up to MAX_PACKET_DB (0x500).ultramage1-52/+92
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-29Fixed a few errors in quests_moscovia.txt, one not being able to move on ↵jmanfffreak2-1/+4
with the quest at 'Swap' and the other having in incorrect variable. (bugreport:2922) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13638 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-29- Missing cleanup from the previous BG code removal.zephyrus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13637 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-29Fixed Ribbon of Bride and Baphomet HornsPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13636 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus14-369/+75
- Removing the custom guild packets from Battleground as they are not needed anymore. - Scripts updated. - In this way, you get "battle cursor" over your same team, but that's how official does. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-29Enhanced the 'hack on npc menu' message in clif_parse_NpcSelectMenu.ultramage1-7/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-27* Fixed a problem that blockskill timer failed when there was more than one ↵Playtester3-5/+9
on a skill - please test this, now Asura should be blocked 2 seconds after EVERY Snap git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13632 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-27- Added Flavius Battleground scripts.zephyrus6-230/+1240
- Fixed the last commit about Assumptio, it's only player to monsters, but it can be used on mercenaries. - Added new JapanRO pets. - Fixed Valorous Assaulter's Katzbalger missing str bonus. - Medal of Mage (battleground reward) can also be used by Soul linkers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13631 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-26Quickfix to last commitPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-26* Fixed Spirit of Assassin not reducing the aftercast delay of Sonic BlowPlaytester3-13/+30
* Assumptio can neither be cast nor dispelled on monsters anymore git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-25Added correct packets for the food item creation window.ultramage8-47/+129
Added script command 'cooking' to activate this window and applied it to the 5 cooking kit items. Renamed the cooking quest variable to cooking_q to avoid a naming collision with the new script command. (You need to manually rename all occurences of this variable in your txt-savefile/sql-database if you want to preserve player progress.) The code still relies on the messy skill_produce_mix logic and still uses completely custom equations. To be fixed in a separate commit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13628 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-25Added missing 12.1 drops to the monstersPlaytester2-18/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13627 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-25Fixed Sonic Blow's and Arrow Vulcan's aftercast delay being reducable by BragiPlaytester2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13626 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-25Fixed Thief Training QuestPlaytester2-5/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13625 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-25Fixed skill delay paw print icons showing for far too long.Sara2-4/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13624 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24Fixed Incarnations of Morroc losing their boss modePlaytester2-12/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13623 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24Ghetto-fixed the status timer packet for now.Sara1-1/+3
For some reason, packet lengths as high as 0x43f are not reading properly, despite being fine in the packet database. It works fine right now, but it should be changed when the packet database reading is fixed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13622 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24Some more fixes to my buggy commit -.-;Sara2-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13620 ↵Sara1-1/+2
54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24:)akrus1-3/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24Some fixes to my previous commit.Sara2-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13618 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24sorry for so many commits, have no time to testakrus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13617 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24Lol :xakrus1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13616 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24Yet another fix...akrus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24Quick fix for Sara's commitakrus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-24* Added support for new status change packet, uses new setting ↵Sara14-20/+65
display_status_timers in client.conf. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13613 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-23* Fixed the duration of NPC_Statuschange skillsPlaytester2-11/+16
- duration is a fixed 30s, except for stun 5s and bleeding 60s - petrify/stone don't have a 5-second solidifying phase (instant stone) - also lol @ DARKGRANDNESS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13612 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-22* Hopefully fixed NPC_DEFENDER not workingPlaytester2-1/+5
(thanks to Brainstorm for the fix) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-21Fixed Anubis (who made him broken and exploitable in the first place?)Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13608 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19- Fixed cords on milestone 1-3. (was bugged on aegis too)Kisuka1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19- Small fixes (getequipid) to 'The Moving Island' quest.Kisuka1-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19* Moscovia Update!Kisuka8-379/+10385
- Added Moscovia quests. - Uncommented mosk_dun & added field spawns. - Updated moscovia & mosk_dun warps. - Removed most the npcs from cities/moscovia.txt (they are part of the quests). - Added some more moscovia quest items to item_trade. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19* A few database fixesPlaytester3-6/+11
- Fixed Maya Purple losing her boss mode - Removed combo bonuses that shouldn't exist - Removed stun chance from normal potatos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-18* Updated item_db.sql with the perl scriptPlaytester4-1680/+2377
* Added missing changelog entries about Moscovia mob changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-18- Implemented new item and bonuses for Kreiger Von Midgard rewards.zephyrus10-77/+366
* Execute script on skill (bonusautoscript3) * Add effect on skill (bAddEffOnSkill) * Execute skill on skill (bAutoSpellOnSkill) - Fixed some boxes Rental time according to item descriptions. - Implemented SC_ITEMSCRIPT, a status that gives you temporally the effect of an item. Check items 14597 to 14605 if you want to get the idea. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13596 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-17Updated mob_db.sql to latest, thanks to Peter for his auto builds of the ↵jmanfffreak1-139/+177
db's. [Jguy] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-17- Battleground mapflags:zephyrus1-3/+12
* 1 = no scoreboard (as Tierra Valley is). * 2 = scoreboard enable (as Flavius and KvM requires). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-17- Implemented official battlechat packets (thanks to Pakpil).zephyrus8-486/+366
- Implemented the scoreboard packets (thanks to Pakpil). - Updates to Tierra Valley according to official info. * There are no barricades around each base, barricades are in the middle left path. * There is another graveyard used for the owners of the middle base, with faster spawn (each 20 seconds). * I added a flag respawn in the middle, currently I don't know if this if official or not, but it allows each team recapture the middle base. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13593 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-17Removed garbage # from the medal of honor names.L0ne_W0lf2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13592 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-16Fixed the Moscovia mob names in the spawn filePlaytester1-18/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13590 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-16* Lots of tiny little updates here and there.L0ne_W0lf5-164/+193
- Added official skills for Naght Seiger and Entweihen Crothen. - Added the skill bash to the list for the Wild Rose mercenary. - Updated some of the newer item names to the iRO equivilent. - Added new items for Sealed Catacombs and Endless Tower. - Minor updates to the Arrow Crafting database. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-16Fixed mob modes for the Moscovia mobsPlaytester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13588 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-16Fixed the Moscovia mob names in the mob_skill_db.txt as well.Playtester1-35/+35
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13587 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-16Fixed Moscovia mob names (iRO and kRO are the same) and damagePlaytester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13586 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-16Fixed a logic typo in one empty string check (from r4823).ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-15Corrected the `char` table's 'manner' column type to match the type used by ↵ultramage2-1/+2
the server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13583 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-15- Fixed typo on 'Maiden Hat'. (bugreport:2864)Kisuka3-4/+4
- Fixed typo on guides_alb. (bugreport:2868) - Compared mkCook.txt with produce_db's cooking recipes. (bugreport:2866) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13582 54d463be-8e91-2dee-dedb-b68131a5f0ec