summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2007-04-09Fixed aspd value of Fuuma ShurikenPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10198 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-07* Added some accessories thanks to ArgatlahmPlaytester2-5/+12
- added Valkyrie combo bonus - fixed a typo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-07- Disabled the exception handler on windows debug buildsultramage1-0/+2
- Fixed Devotion using WE_BABY's status icon (now uses no icon); if you have a way to determine the correct number, give feedback git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10173 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-06- Corrected amatsu dungeon's nomemo mapflags not workingultramage2-7/+2
- Added a missing map entry, 've_in02' to map list and index (too bad it's out of order) - Added an updated mapcache git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10171 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-06- Fixed the start_point setting smashing t3h stack in some situationsultramage2-5/+6
- Fixed some over/under-dimensioned arrays (the map length defines already reserve space for the string terminator) - Fixed an unupdated define making Warp Portal fail with an error - Fixed some skill entries of the Galion mob git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-06I'm still here!DracoRPG4-17/+17
Rewrote fame ranking lists- changed MAP_NAME_LENGTH to 12, now there's MAP_NAME_LENGTH_EXT at 16 for uses where there is / may be the .gat extension, code adjusted accordingly - moved map_normalize_name to mapindex_normalize_name so that everything handling map names uses the same extension-removing function - greatly enhanced the map cache generator, complete documentation on the tool and the map cache format can be found in doc/ - the map cache format changed a bit as a consequence, but of course a new valid one is included (contains latest Nameless Island maps) - fixed a duplicate entry in map index git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-06- Corrected Aliza card's item_db line.skotlex2-1/+4
- Capped clif_heal's heal field (the argument received is int, but the packet field is short, meaning that if the heal is high enough, the client would receive a negative heal amount). - Some indentation fixes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-04Fixed some items that should heal percentual hp/spPlaytester2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10154 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-03- Corrected Longing for Freedom, it should triple SP cost rather than ↵skotlex2-1/+2
modifying SP cost to 1/sec - Corrected Marionette Control's SP cost, it should be 100. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-03Updated Poison Bottle and Thunder BoxPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-03Small mob skill change... need someone to test the 11.1 MVPs since I can't ↵Playtester1-2/+2
really test it alone git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-03* Had to revert some mob modesPlaytester2-11/+16
- figured out I can't read the mode fully from the inc value - now mob mode is based on Doddler's info - updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-03* Tried to fixup some 11.1 mob modesPlaytester2-11/+13
- a converter would be nice, anyone? git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-02Raised skill usage and mode of 11.1 MVPsPlaytester3-42/+55
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-02Officialized Kunai/Shuriken tradersPlaytester1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-01Masamune now gives +2 Aspd instead of +2%Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-01* Added EggBoy and EggGirl scriptsPlaytester2-7/+10
- also small fixes to Aspd and Speed bonus git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10108 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-01- Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable matter, ↵skotlex1-1/+1
so it's no longer needed. - Reimplemented the bonus 'bAspd' - Renamed variable aspd_add_rate to aspd_add, since bAspdAddRate was removed, this variable now holds the absolute aspd bonuses. - Added define status_base_amotion_pc to get the base amotion value. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-31Added item_misc.txt to yesterday's updatePlaytester1-187/+187
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10104 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-31Added names to Item Group items thanks to LeonPlaytester6-2636/+2637
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30Updated and fixed Item Groups and Doom SlayerPlaytester4-10/+63
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30Fixed item name of Arm GuardPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10099 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30Fixed typos from previous revisions :)ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10098 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30Updated some headgear names to match the translationsPlaytester2-10/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30Fixed High Wizard cardPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10095 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30* Updated Item Givers to X.4Playtester8-17425/+2677
- they are now added up and sorted - fixed China Gift Box git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-30More item updates thanks to ArgatlahmPlaytester2-11/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10093 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-29- Added "do_abort" function to the core. It is invoked when the server has ↵skotlex1-1/+1
received a Segmentation Fault or Floating Point Exception signal. Currently the only one that uses it is the map-server, which then attempts to save all online characters before aborting. - Note that due to the current coding of the sig plugin, do_abort will not be invoked if you use it! This plugin needs to be updated... - Cleaned up a bit the change element code. val1 is the elemental level, val2 is the element now. - Hardcoded the element and elemental level of SC_CHANGEUNDEAD. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10089 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-23Fixed some item names thanks to ArgatlahmPlaytester2-8/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22- Removed unused bIgnoreDefMob skotlex1-1/+1
- Removed unneeded sd variables cart_max_weight and cart_max_num - Made ignore_mdef_ele/ignore_mdef_race/ignore_def_ele/ignore_def_race unsigned chars rather than ints. - Made pc_dropitem check for inventory_data, to guarantee that the item will be deleted from the inventory after dropping it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10051 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22- Twilight Pharmacy's cast time is no longer reducable by dex.skotlex3-1/+7
- All weapon enchant levels now last 3 minutes. - Corrected Ankle Snare/Spider Web having a 1% chance to trap rather than 100% - Food boosts are now dispelled on death only. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10050 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-22Added 11.2 weaponsPlaytester2-1/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-21optimized novice grounds. optimized 1 cardLupus2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-20- Increased Improve Concentration's hide-revealing range to 3 (7x7)skotlex2-1/+3
- Cleaned up a bit the Ankle Snare status code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10042 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-20Fixed RSX 0806 and General Ygnizem cardPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-20- Removed Magic Rod's cast bar.skotlex1-1/+1
- Corrected warning on login sql. - Gravitation no longer causes damage flinch. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10038 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-19- Removed the last argument from skillitem, the skill name passed to the ↵skotlex6-35/+43
client should always be of the type "AL_HEAL" anyway. - Added skill ITEM_ENCHANTARMS, this is what weapon enchanting items should use. - Corrected itemskill calls in the item_db, also made the weapon enchanting items invoke the ITEM_ENCHANTARMS skill. Corrected Holy Egg not being type 11 (delay consume) - Updated item_db.sql with item_db information. - Added support for specifying different elements per skill level in the skill_db - Added bonus bNoKnockback - Corrected typo in bonus bSubRace2 (it was called bSPSubRace2 for some reason) - Corrected login sql server not resetting your account state to 0 when the banuntil duration expires. - Corrected use of UINT_MAX instead of INT_MAX in some jailing check. - Made the skillatk bonus it's own function, it can now be used to boost Heal/Sanctuary/Potion Pitcher and Slim Pitcher as well. - Cleaned up TK_WARMWIND to use the element acquired from the skill_db rather than hardcoded values. - Corrected Teleport's save map entry being sent without the .gat extension. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-19* Updated new cards [Playtester]Playtester2-17/+21
- they can all be used now, however some bonuses are still incomplete - also fixed Byeollungum, The Sign and Turtle General Card git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10030 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from configs, docs and examplesLupus2-25/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10019 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-14- Increased Shield Chain's range by one. It is now a ranged skill.skotlex2-1/+4
- Added SC_CHANGEUNDEAD to differentiate it from the other elemental change skills. It now fails on Undead/Dark elemental targets. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10008 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-13Restored file history deleted in r10003ultramage2-727/+728
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10005 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG3-710/+727
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10003 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-13* Reduced the chance to socket enchant a C rank item to 40%Playtester1-1/+1
- info comes from kRO monthly and jRO players - this is based on "better too low than too high" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9996 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-12Small fix on aegis namesPlaytester1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9995 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-12- Corrected the new packet version entries for skilluseposinfoskotlex1-2/+2
- Corrected item reloading not unsetting the "delay consume" flag if the item had changed it's type. - the Attack_Type variable in skill_attack now inherits the damage.flag properties, this fixes ranged status effects not triggering. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9992 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-11* Updated the "AddEffWhenHit" cardsPlaytester2-19/+23
- chances got lowered according to Aegis, Freya, cRO and euRO - Lion Mask has 5% chance of silence instead of 3% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9989 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-10Fixed some autocast rates of the new headgearsPlaytester2-10/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9982 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-08Updated various one-handed weaponsPlaytester2-16/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-07New mapcache system :xDracoRPG2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9971 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-06- Corrected the define for NK no cardfix (def).skotlex2-3/+7
- Updated skills that shouldn't ignore the target's cards: Smoking, Fling, Zenynage - Fixed the char sql server not escaping the server name before inserting it on the ragsrvinfo table. - Corrected @lvup not doing the party even share check. - Corrected breaker's misc part not ignoring element. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9969 54d463be-8e91-2dee-dedb-b68131a5f0ec