summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-25More Kiel Mob updatesPlaytester3-8/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25Changed order of Aliza drops to prevent steal exploitPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9070 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25- Fixed "skill_sp_override_grffile: yes" causing crashes when parsing ↵skotlex2-2/+10
Homuncuus/Guild skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25- Made the exp bonus settings be adjustable:skotlex10-31/+81
- exp_bonus_attacker: Indicates how much additional exp a mob gives per additional attacker (eg: 10 -> +10%*attacker) - exp_bonus_max_attacker: Indicates at which number of attackers the bonus is capped (eg: 5 -> 5 attackers, so a mob yield the same exp whether 5 or 10 people attack it) - Changed the way the party_even_share_bonus setting works. It now uses a simple linear bonus increase (eg: 10 -> +10%*party member) - The defaults are as explained by Tharis: +25%/attacker, capped at 12 attackers, no party bonus. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9067 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25- MG_STONECURSE and NPC_PETRIFYATTACK now use time1 to specify the ↵skotlex6-6/+20
"petrifying time". This value has been set to 5 seconds. - Now when SC_STONE is triggered from status-change cards, it's petrifying duration will be passed as 0, causing the minimum (1 sec) to be used. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25Fixed view ids of some headgearsPlaytester2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9065 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25final clone maps -> original maps change. also fixed novice grounds map in ↵Lupus23-515/+506
char.c. fixed socked_enchant npc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24Kiel Mob updatesPlaytester3-8/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24Spawn updates for Einbroch FieldsPlaytester2-16/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24fixed pucca's typoLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24- Removed again your mdef reducing "petrifying" time as apparently it can't ↵skotlex3-9/+3
be reduced by mdef. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9059 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24Reverted lupus' map_index updateVicious2-30/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24- Cleaned up the "show_steal_in_party" setting so it only takes effect when ↵skotlex6-67/+64
the item was successfully stolen (there was no point in telling you the item couldn't be stolen due to being overweight) - Cleaned up the pc_steal_item implementation (again). It now uses a more random, simple approach in each steal attempt. - Changed the way the skill_steal_max_tries work. Now it actually MEANS the max number of steal tries, use 0 to disable (unlimited tries). - Changed the default of skill_steal_max_tries to 0 as there's no proof anywhere that there should be such a limit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9057 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24- Corrected the skill_castnodex file speaking about dex reducing delay when ↵skotlex1-4/+4
now it's agi the one that can reduce it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24fixed map indexLupus3-23/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24few typos fixLupus1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9053 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24removed unused map locations. freed some RAM, fixed Novice Grounds, JobQ warpsLupus15-280/+152
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23- Added a bunch of important indexes when dealing with the log tables. Added ↵skotlex3-6/+24
upgrade_svn9050.sql for this purpose. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9051 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23added official Gonryn Power ArenaLupus5-9/+343
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9050 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23- char_family now returns the char_id of the children when previously it ↵skotlex5-29/+42
would return true. - Expanded the family check to work as it should, exp-share-range is respected, and the child is not considered for it (thanks to TheUltraMage for the investigation) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23- Double Casting will no longer fail when used.skotlex2-10/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9048 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23- Modified SC_STONE so that the duration of the "petrifying" time is 5 secs ↵skotlex2-0/+11
reduced by your natural resistance to petrify (which is mdef%) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9047 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23- Removed useless variable in char-txt from-str char loading.skotlex1-13/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9046 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23- Modified the meaning of the third column in the skill_require_db. Instead ↵skotlex4-4/+19
of MaxHP, this is now called MaxHPTrigger. This column (which was previously unused by all skills) signals the limit HP% that you can have to be able to use the skill. For example, setting it to 20 means the skill is unusable if you have more than 20% life (not that this is merely a threshold setting, it won't actually substract HP when used!) - Adjusted LK_BERSERK so you can only use it when you have 20% or less life. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got ↵skotlex6-8/+13
readded. - When nonplayers use Cloaking, it will be forced to level 10 since mobs shouldn't have movement/attack restrictions while walking cloaked. - Should fix a warning in int_homun.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23Fixed small typo in the Priest job questPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-22Small spawn updates for Gefenia and Einbech DungeonPlaytester3-31/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21clif_fixpos -> clif_slide in HAMI_CASTLE codeblackhole892-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21Official spawns for:Playtester6-49/+58
- Niflheim - Louyang Field - Louyang Dungeon - Ayothaya Field - Ayothaya Dungeon git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9038 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21Official kRO 10.1 spawns for:Playtester6-85/+92
- Gonryun Field - Gonryun Dungeon - Umbala Field - Umbala Dungeon - Yggdrasil git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9037 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21* Further spawn updates for:Playtester5-60/+81
- Yuno Field - Magma Dungeon - Amatsu Field - Amatsu Dungeon git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21- Some minor cleanupsskotlex4-26/+23
- Fixed the Homunc not spawning next to you after receiving it's data from the char-server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9035 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20Official Muscipular dropsPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9033 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex17-490/+345
- Moved the homunculus DB information from the player structure to the homun structure. Modified the homunculus creation packets to hold this information during creation, also, all initial values are handled by the map-server, the char server only assigns it a homun ID. - Removed target_id/attacked_id from homun_data as it wasn't really used. - Codes cleanup (removing of commented code mostly) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20Reorganized citycleaners.txt, they now contain all city spawns, also they ↵Playtester4-29/+36
use official X.3 spawns. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9030 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20Official kRO 10.1 spawns for:Playtester3-112/+119
- Morroc Field - Prontera Field git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20swapped 2 lines to make NPC name visibleLupus1-2/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9028 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20tested and fixed novice Red Potion exchangerLupus2-22/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9027 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20- Added config setting "summon_flora_setting", which it you can decide now ↵skotlex8-11/+51
two things: a. Whether or not players can harm your floras outside versus grounds, and b. Whether or not you can summon out and mix different types of plants at the same time. - Likely fixed pc_steal_item always failing to steal (it was attempting to steal random item IDs...) - Cleaned up a bit the mob on-death event so that when the killer is a homunculus, it's master will be taken. Also, the variable killerrid will be set before running the script to specify who delivered the final blow. If the killerrid matches with the script attached player, you can be sure your player did the final blow to the mob, otherwise, the attached player is who did the most damage to the mob. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9026 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20fixed 2 typosLupus2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9025 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20Added Feast Day Of Ramadan Idul Fitri Event (official idRO)Lupus3-2/+84
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9024 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20added "free kafra cart rent ticket" to novice groudsLupus4-4058/+113
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9023 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20Official kRO 10.1 spawns for Payon FieldPlaytester2-40/+41
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9022 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20Official kRO 10.1 spawns for:Playtester4-173/+185
- Mjolnir Field - Comodo Field - Geffen Field (+ 10.4 Orc Village change) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9021 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20updated Gonryun, added new official Broken sword questLupus4-122/+3876
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9020 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20updated novice_exchangeLupus4-614/+155
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9019 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20fixed mjolnir seal bugs, fixed the sign bugsLupus3-29/+35
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19- Cleaned up the log.c file.skotlex12-153/+194
- Splitted log_pick into log_pick_pc and log_pick_mob to avoid ugly type-casting. - Fixed log_chat not recording anything if the server is compiled in SQL mode and sql_logs is turned off (it should then record to a plain txt file) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9017 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19...and Prontera CulvertsPlaytester2-19/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9016 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19Official kRO 10.1 spawns for:Playtester4-31/+40
- Anthell - Orc Dungeon - Coal Mine git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9015 54d463be-8e91-2dee-dedb-b68131a5f0ec