summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-16* Added pcre3.dll, zlib1.dll and libmysql.dll. DO NOT DELETE THEM. (Required ↵Lance4-0/+2
by systems without these DLLs preinstalled) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6099 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16* Temperory fixed compiler warnings/errors. Please compile before commiting. ↵Lance6-4/+15
[Lance] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6098 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Fixed Mobster's OnDead event in npc/quests/quests_lighthalzen.txt.Playtester2-3/+5
Please take care that OnDead events start with "On"! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15* Implemented Musashiden's Lighthalzen npcs - Part 2shadow2-1/+387
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6095 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15fixed einbroch guideLupus2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15- Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out.skotlex2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6092 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15- Removed the ->prev != NULL checks in skill_attack due to the fact that the ↵skotlex5-70/+59
code should check elsewhere how it should behave (eg: if traps are not cleared on death, stepping on one afterwards SHOULD cause damage) - Removed use of packet 0x1c9 for skill_unit display, except for Graffiti (which is the only unit which requires the much larger packet) - clif_getareachar_skillunit will sent the unit_id of UNT_ATTACK_SKILLS for traps (this is to prevent them from displaying on the client) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15minor stuffLupus1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6089 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15fixed poisonous toad card effectLupus2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6088 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Renamed Mastersmith Howard to Whitesmith Howard in the spawn files.Playtester3-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Fixed Vesper's HP and implemented MonemusPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Renamed Mastersmith Howard to Whitesmith HowardPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6084 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Fixed Halo 10% --> 15% Holy ResistancePlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6083 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Frogot a few files, sorry.Zido2-0/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6080 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Added an update by ALZ. Refer to changelog.Zido32-5611/+5696
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Implemented Musashiden's Lighthalzen NPCs.MasterOfMuppets2-0/+98
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Fixed attack/movement speed of Lighthalzen MobsPlaytester2-18/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6077 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15fixed archer village guideLupus2-12/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Modified npc/merchants/clothes_dyer.txt, so that he refuses to dye your ↵Playtester2-2/+12
clothing like it is on official servers right now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Added new version info to npc/merchants/refine.txtPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6073 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Added weight checks to npc/merchants/refine.txtPlaytester2-0/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6072 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Fixed the names of all Lighthalzen MobsPlaytester8-100/+118
-now using the official iRO names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Modified Juperos spawns according to info from TharisPlaytester4-43/+43
Also fixed a small typo in exp.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6070 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15~ eAAC Update:eaac15-4055/+2265
* Added quest_warper.txt to eAAC_Scripts. [erKURITA] * Deleted the sql and txt versions of the disguiser and added a merge of both. [erKURITA] * Deleted clone_arena.txt. [erKURITA] * Updated global_functionsKE.txt of Skotlex. [erKURITA] * Added woe_time_explanation.txt to explain how to set WoE times. [erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6068 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14Added some more Kiel warps to warps/other/kiel.txtPlaytester2-4/+57
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6067 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14Cleaned up eamobs, only files that have actually been changed go into ↵Playtester42-3219/+86
eamobs, for all other spawn files the ones in the mobs folder will be used. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14Added npc/events/custom/npc_event_thesign.txt a temporary way to enter ↵Playtester3-0/+72
Gefenia without doing The Sign quest. For some Zeny you can activate the fountain. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6065 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14- Updated sql-files/mob_db.sql to current.skotlex2-97/+98
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14Fixed various Job fields in the item_db.txtPlaytester2-23/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6061 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14- Fixed being able to do all the stuff you shouldn't be able to during the ↵skotlex2-2/+5
petrifying state. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6059 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14again!!! empty thief bugs! fixedLupus2-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14- Updated sql-files/item_db.sql to current.skotlex3-2477/+2476
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13Added gef_fild 12-14 to xmas.txtPlaytester2-0/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13- Changed the Warning of char-server disconnected to a status in the ↵skotlex1-1/+1
login-TXT server (SQL already had it fixed) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6050 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13- Fixed the plugin's makefile to make it compile cleanlyskotlex2-4/+8
- Added used of Show* stuff in sig.c rather than printf. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6048 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6047 ↵MasterOfMuppets1-0/+8
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13Added a few missing warps in Lighthalzen, thanks to Kargha.MasterOfMuppets2-1/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6046 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13Some more Lighthalzen npcs.MasterOfMuppets2-2/+878
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13minor name changesLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13- Added an Info message when pinging the SQL servers.skotlex6-3807/+3807
- Changed line terminators back to *nix on map.c because otherwise it's impossible to run a diff between the stable and trunk versions of the file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13fixed pick stone IDLupus2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13fixed VenatuLupus3-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13- Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attackskotlex4-19/+25
- Some more standard C code cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6038 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13- Cleaned atcommand_param against overflows and also to make it standard C ↵skotlex3-30/+58
so it may compile with the Borland C. - Modified Charcommand_stats to make it standard C as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6037 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13Small mapflag changesMasterOfMuppets3-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13Implemented some crap NPCs in Lighthalzen.MasterOfMuppets2-3/+446
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6035 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13fixed hugel bugsLupus3-13/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13updated items weight, names, effectLupus2-20/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13- Halved the aftercast delay of auto-casted spells.skotlex2-4/+6
- Allowed auto-spells to retrigger themselves. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6028 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13- Reverted exp.txt,skill_db.txt and skill_tree.txt, I had some mods =/ ↵eaac3-100/+13
[erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6026 54d463be-8e91-2dee-dedb-b68131a5f0ec