summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2007-04-12* Updated Aegis name, price and weight of etc itemsPlaytester2-58/+59
- also updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12Updated Kiel Hyre quest related filesPlaytester3-154/+155
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10243 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12Added Kiel Hyre quest items to item_tradePlaytester2-1/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12* Kyrie Eleison cannot be cast on mobs anymorePlaytester3-4/+7
- also some small mob skill changes to work with the new code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10239 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12- Corrected mob skill CALLSLAVE's target to be always 'self'skotlex2-54/+55
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12- Converted mob skills that had the combination idle+target+always to ↵skotlex2-32/+34
idle+randomtarget+always as per Playtester's request. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12- Changed the meaning of inf2=0x1000. Now it is used to "disable usage on ↵skotlex2-6/+8
enemies", which only works for non-aggressive (inf!=1) skills. - If a skill is party/guild only (inf2 0x400/0x800) it will also be castable on enemies if the skill's inf is 1 (offensive target) - Corrected the mob behaviour when it locks into an enemy it can't chase. Previously it would get stuck on a lock->unlock->lock loop, with each unlock resetting the "random walk" timer, causing the mob to just idle in place. Now they will attempt idle skills and no longer reset the "random walk" timer, so they behave as if they were in Idle state properly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12* Thanatos, Kiel and Randgris now use GanbanteinPlaytester2-0/+4
- when rudeattacked and can't teleport git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12* Added Veins field spawns thanks to $ephirothPlaytester2-0/+4
* Added Magmaring mob git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10229 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-11* Ganbantein now has a range equal to the level usedPlaytester2-1/+4
- only mobs use levels higher than 1 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10218 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-10- Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. ↵skotlex2-1/+6
Since little is known about them, most of the info is custom! - Fixed @whogm not updating count for GMs which you can only see their name. - Added unit_data.state.speed_changed, now when an object changes speed, the old move-packet will be used on the next movement, which should update the object's speed from that point and on-wards. This is done since there appears to be no way to tell the client a given object's speed has changed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10209 54d463be-8e91-2dee-dedb-b68131a5f0ec
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