summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2006-07-29- Made the SQL ping interval default to 7 hours.skotlex2-1/+3
- Memorize cast time now can't be reduced by status changes neither. - Made skill_unitsetting remove the group when no unit-cells were placed down. basicly this means that if landprotector blocks all tiles, the group will be removed from memory, preventing said group from counting to the total number of skills you can set. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-29Fixed name of Green Iguana CardPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7969 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-29* Large mob_db updatePlaytester2-35/+39
- added most of the missing X.4 / 11.1 drops - adjusted the drop rates of Odin Temple and Kiel's Mechanical Doll Factory - removed beret drop git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7965 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-29* Added temporary Beholder and Gremlin spawnsPlaytester1-2/+2
- their drops are needed but Airship quest isn't finished yet - should be commented once Airship quest is finished - also added two airship warps git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7957 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-29Reverted the Combat Knife (wrong translated description)Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7956 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-28Shockwave, Flasher and Freezing Trap now consume 2 trap itemsPlaytester2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-28Reverted the Hellion Revenant change from yesterday.MasterOfMuppets2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7954 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-28- Cleaned up the NJ update code.skotlex2-2/+2
- Restored code which was removed (stuff like SC_SKA) - Fixed possible crashes on some NJ skills if used by non-players. - Fixed most NJ magic spells doing more damage than they should. - Fixed ZenyNage being able to do more damage than zeny you have. - Cleaned up skill setting code for Suiton and Kaensin - Ordered SC_* definitions in status.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-28Fixed some summon skillsPlaytester2-2/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-28Commiting mpeg's NJ work(from jA). some things might have gotten ↵Vicious5-51/+47
reversed/broken, so please do check, and don't kill me! D: thread: http://www.eathena.ws/board/index.php?showtopic=105413&view=findpost&p=610877 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7936 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-28Hellion Revenant is now dark element so he can heal himselfPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-27Fixed Teddy Bear cardPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7928 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-27Hopefully fixed Solace cardPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7927 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-27- Corrected Combat Knife reducing damage from DemiHumans by 10% instead of ↵skotlex2-1/+3
increasing damage against them. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-27Fixed Independence Memorial Hat weight, set to 0toms2-1/+3
Updated item_db.sql to latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7914 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26- Some code cleanup of HLIF_MOON in regards to the number of hits and damage ↵skotlex1-1/+1
equation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7900 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26- Modified party_item_share_type config setting so that using 1 disables ↵skotlex1-0/+1
item-sharing from non-mob loot (player dropped items or pet loot) and 2 enables round-robin instead of random sharing. Using 3 obviously is enabling both 1 and 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7898 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26- Added support for "sc_end -1" which will clear all status changes. Added ↵skotlex1-0/+1
the constant SC_ALL so you can use in scripts "sc_end SC_ALL;" instead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Added rudeattacked teleport to Rachel MVPsPlaytester2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Added some NPC_Emotions for the Rachel mobsPlaytester2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Fixed Grandcross not being self-targeted for mobsPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7877 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Something weird happened to the exp2.txt some months ago and I finally ↵Playtester1-4/+4
reverted it ^^; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7876 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Final cooking drop rate adjustmentPlaytester2-24/+25
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7874 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Fixed a bug in the item_db thanks to TomsPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7873 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Fixed G_Kraben and G_Biolab3 mobsPlaytester2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7870 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Item updates by HaploPlaytester2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7869 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Raised drop rate of cook books and sets a littlePlaytester2-22/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Raised drop rate of food a littlePlaytester2-17/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7864 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Updated Changelog HeaderPlaytester1-10/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Raised drop rate of Kiel's and Valkyrie's drops a littlePlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7861 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24updated def on 2006 helms in preparation for the 2006 headgears quest.reddozen2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7860 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24- Added a check to prevent Deluge/Volcano/Violent Gale from being placed on ↵skotlex2-3/+5
top of each other. Reverted the previous 'fix' where atk was being increased based on armor element rather than element of attack. - Added flag 0x002 (no reiteration) to Deluge/Volcano/Violent Gale (skill_unit_db) - Removed the noreturn mapflag check from script command warp. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Edited Rachel mobs a little and added Beret to Turtle General dropsPlaytester2-15/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24- Changed Land Protector's range back to 3.skotlex2-1/+3
- fixed unban unblocking players as well. - Fixed Volcano/Deluge/Violent Gale increasing damage based on element of attack instead of defense element of attacker. - Cleaned up the code of Magic Rod, fixed it not giving SP. - Moved the code of Hermod and Basilica to castend_pos2 so it should work now. - Modified the code of Ankle Snare so the status ends on unit's time-limit rather than when the snared object moves away. - Re-worded the water check of ST_WATER skills. - Allowed sc-cast reductions to be processed even when cast-time is instant (to let suffragium end even on instant-cast skills) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Added some new items thanks to HaploPlaytester2-0/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7847 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Small delay adjustmentPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7845 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Added Holy Quiver to IG_QuiverPlaytester2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7840 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23* Added the skills of the Rachel + Ice Dungeon mobsPlaytester2-7/+55
- I made it so that the monsters are safe to use - the skills are official, but some skills are missing - the stats are only 50% official - drops are official, but various are missing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Completed the temporary Rachel + Ice Dungeon mob statsPlaytester2-15/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23- Updated mob_db.sql to latest.skotlex1-17/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22More Rachel mobsPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22Raised the chance of Holden Card Combo dropping a stemPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7826 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22Started to implement the Rachel mobsPlaytester3-14/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7825 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21* Updated Speed/Delay of Juperos mobsPlaytester2-30/+32
- all the official Aegis delays we have are implemented now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7818 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21Updated Speed/Delays of Lighthalzen mobsPlaytester2-31/+32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7817 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21Updated Speed/Delays of Einbech mobsPlaytester2-13/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21* Replaced race numbers with constants RC_(race) in the item_dbPlaytester2-25/+27
- also changed some success rates of gaining item bonuses git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7807 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21- Now when the char-txt server does not finds a requested party, it will ↵skotlex1-1/+1
clear out said party id of all characters (will help prevent massive spamming/overhead when for some reason the party file needs to be deleted). - Combo skills (inf = self, inf2 = no target self) no longer check range if you use them while your attack-timer is still active. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7806 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21* Updated Speed/Delay of Louyang and Ayothaya mobsPlaytester3-22/+24
* Fixed Lord of Death Card's Status Change chances git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7804 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21* Added G_ L_ and XMAS_ mobs to the race2 racesPlaytester2-5/+12
- also added Rotar Zairo to 'Goblins' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7795 54d463be-8e91-2dee-dedb-b68131a5f0ec