summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2008-03-05- Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property.skotlex1-1/+1
- Corrected Earthquake so it behaves as explained in the development topics. - Corrected a missing opt_flag = 0 when using SC_INCATKRATE on mobs. - Added a missing line to actually unequip unallowed compounded cards when changing maps. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-05Updated Gunslinger battleground set. (bugreport:1010)L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex2-1/+4
- Updated the firepillar code so it behaves like the other traps. - Changed the default format for @me and @main to avoid crashes on the newer clients. - Fixed the char-sql server so it returns a valid 'not found' packet when attempting to load a non-existing homunculus. - Fixed jump to use 0,0 for random coordinates rather than -1,-1 - Added missing \n to error reporting in getmonsterinfo - Additional status changes now only get triggered if the attack did damage, not if they get absorbed. - Fixed a logical comparison in unit_free to properly remove pets/homuncs when their intimacy is reduced to 0. - Properly set the opt3 value for Moonlight, Changeundead and Soul Link - Fixed the "no equip" flag of cards not being properly applied when attemting to equip items. - Added a check to avoid invoking pet menu entries when the pet is incuvated. - Fixed the session_data de-association in chrif_auth_delete - Cleaned chrif_auth_ok so that the latest received char info is kept when previous char login data was already in there. - Corrected docs mentioning non-existing flag 'mf_nopvp' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04Added a slot drooping ninetails. (bugreport:1089)L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04Corrected Field Manual 100% box. (bugreport:1104)L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03* Rather large update to the item database.L0ne_W0lf2-705/+805
- Lots of minor updates to sell prices and kRONames, and more. - Added several items. ($ephiroth and myself) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-28- Added cash shop support. (i need to add documentation, working on it).zephyrus1-1/+1
- An charcommand is still required to add/remove points. - Scripts command only requires to work on #CASHPOINTS and #KAFRAPOINTS. - I called it "Kafra Points" just because it's how comes in the translation. I allready know this changes between Oficial servers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-28Adjusted const.txt's cell type numbers to match changes in r12247ultramage2-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-27 * Fixed Apple of Idun not checking for bard soul link (bugreport:1028)ultramage2-1/+3
* Fixed Advanced Adrenaline Rush not working barehanded (bugreport:1049) * Disabled idle_no_autoloot setting (bugreport:1051) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-27Added support for the "view player equip" feature (see topic:174461)ultramage1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-26- Added some new items (Thanks to Sephiroth).zephyrus1-0/+25
- Removed an unused var on atcommand.c. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-20- Fixed change of drains hp/sp for rideword hat.zephyrus1-2/+2
- Fixed 5808 should be refinable as description says. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-13- Added some new cash headgears.zephyrus1-8/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-07Updated some existing items and added some others. L0ne_W0lf6-23/+41
* Changed NPC_BLEEDING in mob_skill_db to be target not self. * Added Event drops to tarou, cramp, martin. (enable in mob_db2) * Added new pet: New Year Doll (quest reward) thanks to Yomanda. Added Lunar new year event for 2008 from iRO. Read comments before enabling. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex3-3/+8
- Changed suiton's element to water (apparently fixes not being able to use water-based skills on it) - Fixed Landmine doing no damage (decreased trigger range to 0 to match its splash range) - Fixed the disguise commands using the wrong variable when attempting to disguise as an npc. - Fixed a compilation warning on CELL_CHKNODAMAGE (which is a totally bad-ripoff of basilica cells anyway) - Corrected and optimized npc_remove_map's npc array cleanup (@reloadscripts no longer report 'too many npcs per map and related dangling pointer crashes are fixed) - Removed suspicious, yet totally unused npc_data variable 'n' - HP loss item scripts can no longer kill you. - Corrected the item-drop-rate check to avoid duplicate entries in @whodrops after a @reloadmobdb - Cleaned up and optimized map_addnpc (there are never any gaps in the npc array so npc_num always points to the last valid entry) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-04- Some code cleanups.zephyrus1-0/+2
- Added new Cell types (NoChat and NoDamage) - Added JobChangeLevel and FreeSKPoints to #stats - Added a Crash protection in clif_send with invalid fd values. - Merged a missing update in TK Mission. - Added script command 'getmapflag' - Merged some new Status Change to Stable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12175 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-04- Fixed a 'typo' which made my last commit actually not fix anything ↵skotlex1-1/+1
(Plagiarize can no longer copy skill levels beyond their max skill_db value) - Corrected Diablo's Robe equip-level and weapon-level columns being exchanged. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-27* Added new cash items hats:zephyrus1-0/+8
- Yoyo Hat (Thailand RO). - IDs 5372 to 5378 (Philippines RO). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12144 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-25Updated conversion tools for mob_db & item_dbtoms1-4/+4
Updated SQL Files (item & mobs) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-25* Changed cast time of Napalm Vulcan from 1,7s to 1s.FlavioJS2-1/+4
Based on X.4 and 11.2 zones git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-18- Fixed some viewids and added some new headgears.zephyrus1-9/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12088 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-15* Manner system fixingultramage1-2/+9
- better-than-aegis 'red bubble' packet updates; now it shows correctly - added support for /rc, which is basically mute for 60 minutes - fixed typo in r12076 making gm-mute start on the gm instead of target - fixed @mute not ending the status properly when using negative values - adde missing clif_manner_message(), sends info about manner updates git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-14* Client packet correctionsultramage1-5/+5
- 0x01df is not 'gmreqnochatcount', but for requesting a player's account name via right-click menu (which currently can't be done) - added /remove and /recall, aliases to /shift and /summon - added /changemaptype, which alters a single cell's gat type - gm kick will no longer exit the client (now it goes to the login screen) - removed the quicksort invocation in /ignore code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12076 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-11- Corrected CR_CULTIVATION to cause summoned plants to expire after 5 minutes.skotlex1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-09- corrected duration of sphere mines to be 30 secs regardless of skill levelskotlex2-1/+4
- Corrected duel_count/duel_list (you DON'T place variables in a .h file! That is what 'extern' is for) - Script command warpportal now places a warp in its initial state (as if a real warp portal was casted) - Updated dispell to also not remove the following effects: Hindsight, Inc Hit/Atk Rate (NPC_POWERUP), Nen, TK stances and tumble, warm and speedup1 (the other speed potion) - Chase-walking characters can now loot. - Hiding characters can't drop items now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-07Corrected "Enlarge Weight LImit R" typo (bugreport:647)ultramage1-75/+75
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-06Expanded the poor "npc_touch_areanpc : some bug" with info about which cell ↵ultramage2-2/+1
exactly caused the problem. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12024 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-05Corrected one place belonging to the no-stacking mod that I missed when ↵ultramage1-4/+15
doing the mapcell update (followup to r12003). Added info from newest clients to packet db. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12015 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing ↵ultramage1-6/+8
SET_ / CLR_ pairs of defines (topic:174323). Also removed script object 'setcell', added script function 'setcell'. - Now you can manipulate cell information without needing @loadnpc - You can also manipulate the terrain ('gat') type itself, using the new cell_walkable, cell_shootable and cell_water constants (currently the implementation uses bit flags too, so to get the type you want, you need to adjust the flags one by one) - This breaks current scripts, so please adjust places that use setcell (also be sure to _only_ use predefined constants, not direct numbers) - Details can be found in the script reference. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-28* Updated MVP drops to 11.2Playtester2-6/+9
- also increased speed of Lord of the Death git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11990 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-26Fixed two bugs in mob_dbPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-24- corrected skill_abra.txt so it no longer has entries for passive skills.skotlex1-59/+59
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11974 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-22Fixed some typos in skill_db.txt, caused by r11949 (bugreport:657)ultramage1-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11960 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-22Fixed mob AI code iterating over non-mob objects without checking, when ↵ultramage1-2/+2
monster_ai flag 0x20 is set (caused by r11943) Cleaned up macros that wrap unit_stop_attack() (bugreport:357) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11957 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-19- Fixed skill name for skill 39 (MC_PUSHCART)skotlex1-40/+40
- Corrected some formatting in a few entries in skill_db (TODO: if you really want to format the file to have file names aligned, spaces should be used instead of tabs, like it was done for GD/HLIF skills!) - Corrected placement of leveled up mobs bonus exp - Fixed a possible crash when parsing MSC_MASTERATTACKED mob skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11949 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-18- Cleaned up a bit the format of skill_db.txt (that comma next to the skill ↵skotlex2-591/+594
name looks ugly if you ask me) - Corrected skill_db reading to properly trim the skill name/descs. - Added a mobid_db in map.c to handle mob lookups faster. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11943 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14- corrected Option_Xmas value in const.txtskotlex2-1/+3
- Wand of Hermode now dispells buffs only of allies. - Fixed some null pointer checks in status_change_end. - Corrected a crashy Warning message. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11910 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14Fixed Big Defense Potion 10ea Box. (was giving small def pot.)L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11909 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-12- Added some new cash-items and headgears.zephyrus1-3/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11893 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-08- Changed the chaotic delay from block to delay since it just a secskotlex1-1/+1
- Fixed the longing for freedom check in unit_can_move - Corrected a check while parsing refine_db.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11870 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-05- Corrected Lif skill durations/delays according to http://irowiki.org/wiki/Lifskotlex2-4/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-03- Added a fix to prevent missing a mail attachment is map servers disconnect ↵zephyrus1-1/+1
from char server. - Fixed the sprite of Wing of Victory. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-02- Added some missing headgears from others official servers.zephyrus2-3/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11852 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- reverted R11820, Cart Termination was already a 0x8 nk skill, I ↵skotlex1-1/+1
accidentally set inf2 to that, which meant 'spirit skill'! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27Added Battle field and Memorial dungeon maps.L0ne_W0lf3-0/+25
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- Cart Termination now ignores the attacker's cards, as a side effect makes ↵skotlex2-1/+4
it bypass AutoGuard & Cicada Skin Shedding git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-26Fixed guild expulsion not working correctly.ultramage1-1/+11
Corrected explusion -> expulsion typo. Added packets from 2007-11-20a sakexe; there are some changes but can't test them yet, so they're left commented out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-24Added support for latest official client/server packet changes.ultramage1-0/+14
Enable by setting PACKETVER to 9. Note that this breaks older clients. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11792 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22* Added slots to Cross Shield and Book of Charms (bugreport:429)L0ne_W0lf2-3/+5
- Fixed the brynhildr item script. (bugreport:429) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11784 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22Reverted skill db edit from r11772. Yes, Guardian Research's AegisName is ↵ultramage1-1/+1
GD_GUARDRESEARCH (see strings in client exe). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11781 54d463be-8e91-2dee-dedb-b68131a5f0ec