summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2006-04-21Fixed stats of Chung E / Green MaidenPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.skotlex7-24/+29
- Implemented NPC_INVISIBLE, it starts SC_CLOAKING with val4 set to 1, skill duration is 30 secs. - Moved uncloaking on attack from attack_timer_sub to battle_calc_weapon_attack. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6223 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Finally implemented Dragon Egg with official statsPlaytester2-1/+2
-still have to check the skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21- Updated the HP/SP leech structures to have race-data attached to them.skotlex8-176/+255
- Merged all leeching code to battle_drain function. - Added an enum for races (they match the RC entries in const.txt, except they are in all caps) - Cleaned up atk_mods and aspd_base to be MAX_WEAPON_TYPE sized rather than MAX_WEAPON_TYPE+1 - Simplified a bit the code for Signum Crucis - Added script bonuses: bonus3 bHPDrainRateRace,<Race>,<Activation Rate>,<Drain %> bonus3 bSPDrainRateRace,<Race>,<Activation Rate>,<Drain %> bonus2 bHPDrainValueRace,<Race>,<Value> bonus2 bSPDrainValueRace,<Race>,<Value> git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21* Fixed some mob skills that where missing an [Enter]... (Windows format... ↵Poki#38-152/+411
AGAIN!) [Poki#3] ...why co we have uncommented Attack skills under an iddle state? Oo * Added a lot of G_Mobs and changed some slave spawns to them. Please use the newest exe release. [Poki#3] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed selling price of Research Chart (ID 7347)Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6218 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed some drops of the Bio Lab 1&2 mobsPlaytester2-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6217 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed more elements of Bio Lab mobsPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21- Fixed items not really getting unequipped when they should.skotlex2-1/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6214 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Added missing Kafra in PronteraPlaytester2-0/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6213 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Changed item_db2.sql to new formatPlaytester1-5/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6212 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Changed item_db2.txt to new formatPlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6211 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Changed item_db.txt format to windows format.Playtester1-2540/+2540
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21- Fixed the equip/unequip scripts not triggering for compounded cards.skotlex2-5/+42
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6207 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21- Char server will now ignore packet 0x65 for already authentified accounts.skotlex3-2/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6206 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Fixer range of meteor (from 14x14 to 7x7) skotlex2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6205 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Added two columns to item_db: equip_script and unequip_script are scripts ↵skotlex9-5118/+5273
that are executed once when the corresponding item is equipped or unequipped respectively. - Removed bonuses bDamageWhenUnequip, bLoseSPWhenUnequip - Updated sql-files/item_db.sql with latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Hopefully fixed the custom jobmaster as well.Playtester2-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6203 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Another fix to npc/cities/valkyrie.txtPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6202 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Hopefully fixed npc/cities/valkyrie.txt (Rebirth) not working for some ↵Playtester2-0/+6
Knights and Crusaders Needs some testing! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Fixed Taekwon Job QuestPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Fixed Nile Rose bonus(+10 HP)Playtester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6199 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Raised the buffer size in clif_MainChatMessage to 200, removed the message ↵skotlex2-4/+1
length in atcommand_main. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6197 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Fixed Violy's Arc Wand dropPlaytester2-1/+2
-she drops Arc Wand[1] and not Arc Wand[2] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6196 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Fixed buffer overflow in clif_MainChatMessage. It now prints a Debug ↵skotlex2-2/+7
message with the offending line. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Changed "Event Hat" to "Brazil Event Hat"Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6194 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Cleaned up a bunch of GS/NJ skillsskotlex2-32/+20
- Fixed Gatling Fever crashing server when used by non players. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Added support for n to specify minutes to @charban. skotlex8-12/+27
- Fixed a logic typo on the way dummy_npc_id was defined. - Added state.trading to specify when a trading has started. Now you should be able to walk around until the trade is either rejected or started. - Armor defense is no longer reduced by the amount of characters targetting you. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6192 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20new job quests for Taekwon, Soul Linker, Star Gladiolus ^_-Lupus5-112/+653
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6189 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20typosLupus1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6188 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Updated the doc/script_commands.txt documentation in regards to npc mob ↵skotlex2-18/+35
spawn lines. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6186 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Added back the "you can't walk delay while attacking" to ↵skotlex3-7/+8
unit_attack_timer, now when you want to walk during your attack animation, you will only stop attacking, you will have to click again to move. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19- Fixed a pair of wrong mapflag lines in nopvp.txtskotlex2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19- Removed the max cap of autoloot so you are now allowed to set autoloot ↵skotlex5-12/+50
values above 100. - Initialized w1/w2/w3/w4 before reading each npc line to avoid sending unread values to the parsers (for example, if w4 has a value in one line and none on the next, it will be parsed with the previous value of w4 on the following lines) - Updated getpartymember to receive an int which specifies what to retrieve. 0: Character names (array $@partymembername$), 1 character char ids (array $@partymembercid), 2 character account ids (array $@partynameaid). By default it returns party member names. - Updated script_commands.txt with the updated behaviour of getpartymember. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6182 54d463be-8e91-2dee-dedb-b68131a5f0ec