summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-25- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag ↵skotlex8-11/+39
to determine what to erase. &1 for elemental fields, &2 for traps. Also rewrote how it works to prevent missing elements (since each time an element is erased, the array contents shift) - Added battle config traps_setting to determine how traps should behave. With &1 traps are invisible if you didn't see them get set up. With &2 traps will be removed after changing maps. The default is 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Re-Made Izlude NPCs, thanks to Muad_DibKargha2-192/+585
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- Cleaned up a bit the implementation of SC_MAXIMIZEPOWER, SC_CHASEWALK and ↵skotlex2-7/+6
SC_CLOAKING to prevent infinite looping timers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- When battle_damage's flag is &2, the flag 3 is passed to mob_damage so ↵skotlex3-2/+3
that it won't give exp nor items. NPC_SUICIDE was updated to reflect this. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- Moved the mapflag skill restrictions from skill_checkcondition to ↵skotlex2-33/+37
skillnotok, this makes auto-spells not work in maps where they aren't allowed. - Added TK_HIGHJUMP to skillnotok, the skill is blocked in noteleport maps (with the exception of gvg ones) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Fixed a small typoKargha1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25biolab mvp recallingVicious2-8/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25updated the db to X.2/X.3's itemsummonlist.Vicious6-379/+1175
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- Added reporting when receiving an unknown packet in login-sql before ↵skotlex1-1/+4
ending connection. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6276 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- Modified and simplified the random item group format. It now is ↵skotlex18-20158/+17364
<GroupID>,<ItemID>,<Rate>, where Rate normally is 1, greater numbers is the equivalent of adding the line multiple times. - Added constants to identify all groups to db/const.txt - Cleaned up and updated item_db to use these new constants (warning: item_db.sql needs to be updated!) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Added two Alberta NPCsPlaytester2-1/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Fixed price of yummy fishPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated Mode and Delays of Odin Temple mobsPlaytester2-10/+11
-using Frus delays for now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Adjusted Range of Plasma after testing it.Playtester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Fixed Element, Race, aDelay, aMotion and Range of Plasma and BreezePlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the remaining mob names.Playtester2-59/+60
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the kRO/iRO mob namesPlaytester2-32/+33
-done up to ID 1491, working on the rest now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the header in the mob db text filesPlaytester3-2/+5
- the order is now SpriteName,kROName,iROName git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25cube room fixLupus2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- Simplified npc_gettimerevent_tick so that it should return a tick value ↵skotlex3-19/+5
even after the last ontimer label has been reached. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25- All GMs will be sent to the char server through packet 0x2aff now.skotlex3-9/+7
- Made mob_searchname compare versus sprite, name and jname now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Added script command escape_sql. It will return an escaped string for use ↵skotlex3-1/+21
in the sql_query script command (in case you want to use input of players in your queries). - Removed the skill packet from TK_RUN as the client ignores the walkok packet sent right after it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24OBB/etc update from x.2/x.3Vicious6-680/+18760
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24Fixed cast time of runningPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- DNSBL. Refer to changelog.Zido4-0/+72
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24Fixed Item 2520 and Item 662 according to info from HaploPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Fixed a typo when parsing the mob spawn files.skotlex1-4/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24DB files back to Windows FormatPlaytester3-4795/+4795
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Corrected mob_spawn_delay/boss_spawn_delay/plant_spawn_delay settings ↵skotlex2-3/+5
(they were named rate rather than delay in monster.conf) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Cleaned up @grind2skotlex4-9/+25
- Updated @monsterbig, @monstersmall to use the event 2 and 4 rather than the max_mob_db code check. - Modified override_mobs_names to work only on the mob spawn files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Added logging of deleted characters when the char_log is enabled.skotlex2-0/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Fixed skill_delayfix not altering delay at all after you reached 150.skotlex7-77/+107
- Applied ers to pet loot drops. - Cleaned up the pet loot drop function. - Mob skill state MSS_ANY won't include MSS_DEAD now. - Added mob skill state MSS_ANYTARGET ("anytarget") which means any state (except dead) on which the mob has a target set. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24Rearranged Ingredient Sellers. Removed doubled seller from MoroccLupus2-21/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6247 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Added new column to mob_db Sprite_Name to hold the mob's sprite name. ↵skotlex10-1850/+1910
Columns Name and JName now hold the mob's english and kro names respectively. - Currently both Name and Jname have the KRO names, so someone will have to update them. - Updated mob_db.sql and mob_db2.sql to latest. - Added battle_config option override_mob_names to make the spawned mob names use the mob_db names instead of the specified names in the spawn files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Idle skills won't trigger while the mob is walking.skotlex6-358/+405
- Idle skills will now trigger each IDLE_SKILL_INTERVAL iterations (10 currently) - Added support for walk packet 0x22c (disabled currently as it's non-walk packet equivalent is yet missing), it will be used when PACKETVER is set to 7 or above. - Normal walking will now also trigger mob skills (due to the walk skill condition) - Updated mob_skill_db: all idle and walk skills had their rate go up x10. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23Put in most of the Kiel Hyre monster drops, at temporary low rates.MasterOfMuppets2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6243 ↵Kargha1-0/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23- Fixed the names of the Lighthalzen and Einbroch refine NPCs. Thanks to ↵Kargha1-12/+13
Muad_Dib git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23Updated some loot sell prices for the Kiel Hyre/Odin Temple monstersMasterOfMuppets2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23Why do we have both a changelog here and inside the SVN?MasterOfMuppets2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 ↵shinomori5-5/+37
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23NPC_CHANGE should be selfVicious2-12/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23- Added -fstack-protector to the Makefile, commented out by default.skotlex4-3918/+3922
- Increased all chase/follow skill rates by 10 since their trigger rate has been decreased by that much due to the unit-data update. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23kiel/odin statVicious2-46/+47
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22- Fixed angelusZido2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22Major fix to the Einbroch MobsPlaytester2-9/+12
-they should be to 99% official now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22Small fix on the Venatu names in the mob_skill_db.txtPlaytester1-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6232 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22Fixed some typos in npc/jobs/1-1/mage.txtPlaytester2-5/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6230 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex11-213/+121
- Added Option constants for Carts, fixed OPTION_FLYING (it conflicts with OPTION_XMAS?) - Updated clif.c to check for OPTION_WEDDING|OPTION_XMAS instead of view class to block attacks and skill usage. - Removed struct pc_base_job and functions pc_calc_base_job/pc_calc_base_job2 which are no longer used anywhere (were long ago deprecated infavor of the new jobid system) - Cleaned up change-cart code. - Modified SC_XMAS to not change your view anymore and only set the proper option value (OPTION_XMAS) - Cleaned up the code regarding char_gm reading. - Changed the option field to unsigned short to make room for the higher values. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6229 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed Chung E / Green Maiden spawn in louydun.txtPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6225 54d463be-8e91-2dee-dedb-b68131a5f0ec