summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2006-06-18* [Removed]: Lance1-0/+2
- Large part of scripted mob control commands are removed. - Large part of scripted player control commands are removed. - Scripted mob slaves changing master ID. [Added]: - Unit control commands. - CALLBACK_NPCCLICK for scripted mobs, added this to db/const.txt too. - Macro RECURSIVE_MASTER_CHECK in battle.c [Modified]: - buildin_skilluseid and buildin_skillusepos -> buildin_unitskilluseid and buildin_unitskillusepos. - md->callback_flag to short (double word). [Lance] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-17Fixed the scripts for the Lotto BoxesPlaytester2-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-17git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7229 ↵MasterOfMuppets1-1/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-17- Implemented correct script for "12038,Lotto_Box_04"skotlex2-1/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7228 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-17- Added IG_LottoBox for that tricky Lotto Box item.skotlex1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-17Some mapflag and item restriction changes/additions according to the eye of ↵MasterOfMuppets3-2/+11
hellion quest. Also made Hellion revenant heal for 9999. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-16- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ↵skotlex2-1/+4
Meaning you can do bonus bNoMagicDamage,50; To make all magic damage be reduced by half. This bonus stack, so two cards with bNoMagicDamage,50 will give magic immunity. - Removed setting gtb_pvp_only and replaced it with gtb_sc_immunity which specifies the threshold before the bNoMagicDamage starts blocking support statuses as well. ie: gtb_sc_imunity: 75 will mean that "bonus bNoMagicDamage,70;" reduces magic damage by 70%, but does not blocks heal or support status, while "bonus bNoMagicDamage,80;" does. - Updated GTB's card script to be "bonus bNoMagicDamage,100;" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7212 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-16* [Improved]: Lance1-6/+8
- Cleaned up Custom Mob Script Callback codes. Looks much better now :B. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7202 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14* Fixed the awfully coded Baseball Cap scriptPlaytester2-1/+6
- please use CONSTANTS! - please use RC_Nonboss and RC_Boss for "all mobs" instead of listing all the races! - please don't stack RC_Nonboss with RC_(some race)! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7166 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Correct implementation of Detale & Abyss/Thanatos spawn updatePlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Fixed the names of the Lotto itemsPlaytester2-50/+51
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Garm Claw now has 152 Attack Power rather than 115Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12- Fixed npc_checknear's distance check returning the opposite of what it ↵skotlex2-2/+1
should (false when the range is correct and viceversa) - SL_STIN/SL_STUN have dex-reducable casting times now. - Added a warning on item loading when an item is of equippable type but has no equippable position. - Turning an alliance to an opposition won't work now during WoE - Slaves can summon other mobs now. The only ones who can't do this are player summoned mobs. - Merged the following functions for faster processing of items: clif_storageitemlist + clif_storageequiplist = clif_storagelist clif_guildstorageitemlist + clif_guildstorageequiplist = clif_guildstoragelist clif_itemlist + clif_equiplist = clif_inventorylist - Increased max knockback value support to 25. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12Rachel/Ice Dungeon temp-ness.Vicious2-0/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12Fixed the mode of monemus.MasterOfMuppets2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7100 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-11* Commented some unused mobs in the mob_dbPlaytester4-8/+11
* Goggles are worth 10k now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-10Slotted Crown and Tiara only have +1 intPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-10Added the new cards to the dropsPlaytester2-90/+92
-probably needs some testing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-08Implemented Electric WirePlaytester2-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-07Stormy Knight card now freezes when attack rather then when hitPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-06* Fixed Owl Duke not having boss modePlaytester3-4/+6
* Fixed Osiris's slaves git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-06Hopefully fixed all the Unbreakable bonusesPlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-06Fixed Valkyrie skills and Magnum Break of all mobsPlaytester2-30/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7008 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-06Sunflower Hairpin now can't be refined anymorePlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7006 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05Added some sign quest related item restrictions.MasterOfMuppets2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6998 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05Fixed the item bonus of baseball cap.MasterOfMuppets2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6992 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-05A typo fix, thanks to DracoRPG.MasterOfMuppets2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03Fixed Archdam CardPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03Fixed Skeggiold's dropsPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6963 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-03* Fixed MVP Jupitel to do 30 HitsPlaytester2-6/+8
* Fixed some typos and warps in Einbech git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Updated offensive use of Sanctuary to function like on the official servers.MasterOfMuppets1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6946 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Removed the walk delay from firewall and changed its knockback to 1 tile to ↵MasterOfMuppets1-1/+1
make it act more like in the official servers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Removed the job bonuses of High Novice and Baby NovicePlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6939 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Moved setting a mob's level from mob_spawn to status_calc_mob, resetting ↵skotlex2-3/+5
their level on death has also been removed (as it is handled now on spawn) - Fixed a bug in status_revive - Updated Holy Cross, Investigate and Finger Offensive to be usable by all weapons. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Gave several MVPs their MVP skill versionsPlaytester2-16/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6937 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02- Made Grandcross usable with all weapons.skotlex2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6935 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02Added Can Attack to various G_mobsPlaytester2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-02* Removed the Novice Job bonuses againPlaytester3-3/+7
- http://www.eathena.ws/board/index.php?showtopic=93893 * Small adjustments of the Orc Lord and Valkyrie Randgris drops git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6932 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-01* Readded Novice Job bonusses [Poki#3]Poki#32-1/+5
- Just why where they removed? http://guide.ragnarok.co.kr/JobNovicestatus.asp still lists them... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6917 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-01Fixed mode of G_Whisper_BossPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6915 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-01Only fixed some descriptions in create_arrow_db.txtPlaytester1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6911 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-31Fixed mode of Rafflesia and reduced Chung E spawn in Louyang to 1Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6898 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-31Fixed Arrow Crafting, now using the official X.2 valuesPlaytester2-30/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6894 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-31Updated item_db according to info provided by HaploPlaytester2-10/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6893 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-31Changed the range of Rotar Zairo to 7, as it should be.MasterOfMuppets2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-30Fixed the mode of Monemus to prevent it from getting knocked back.MasterOfMuppets2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6863 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-30Updated the modes of Gremlin and Beholder according to iRO.MasterOfMuppets2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-30- Rewrote/cleaned up @petfriendly.skotlex1-1/+0
- Cleaned up final part of status_calc_pc (flags 2/4 do not exist) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6857 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-30[Fixed] Lance1-1/+1
- Missing ';' in item #4358 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6838 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-30[Fixed] Lance1-658/+686
- Missing maps in map index database. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6837 54d463be-8e91-2dee-dedb-b68131a5f0ec