summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17* Clearing the dummy npc after fooling the client.Lance2-22/+45
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6128 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17- Fixed the first call to the walk timers having the tick interval halved, ↵skotlex2-5/+23
which made all walking timers be off by half cell with the actual position displayed client-side. - Changed the data component of the walktoxy timers to hold the speed (timer interval) so that when you are halted when walking, if you have walked more than half the distance to the next cell, your position is fixed at the next cell. - If you are halted (damaged) while walking and before reaching the first cell of your walking path, then you are halted at the next cell, this effectively will block stun-lock regardless of aspd of the attacker. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6127 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17Implemented musashiden's Lighthalzen fixes.MasterOfMuppets2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6125 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17- Changed the npc_id mismatch warning to be more informative.skotlex5-28/+19
- Modified @monster command to use map_search_freecell (prevents mobs spawning on non-walkable tiles) - Modified @nuke to invoke skill_cast_nodamage_id instead of the damage_id version (fixes sprite and splash damage for the skill) - Corrected Venom Knife's requiring two knives per use. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16- Fixed char-sql server still reading the old lanconfig format rather than ↵skotlex2-7/+12
the new one. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Adjusted more Speed/Delays of Lighthalzen MobsPlaytester2-14/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16- Fixed Magnum break's animation not showing if the fire-elemental bonus did ↵skotlex4-9/+5
not start. - Removed some last traces of waterlevel reading. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6120 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Fixed aldeg_cas04 random warpPlaytester2-4/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16- Removed water_height.txt reading (since it is always done from the rsw now)skotlex4-225/+17
- Fixed a possible crash in grfio_find_file - Corrected water-level-reading to account for a return of null from the previously mentioned function git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6117 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Skot please fix the remaining code by removing the fake npc after sending ↵Lance1-1/+1
the input. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Initialization in send_fake_npc. Still needs fixing.Lance1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6115 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16- Fixed mysql ping setting being in minutes rather than hours.skotlex9-44/+46
- Removed npc_event_sub from npc.h and moved it to npc.c - Cleaned up #warp to prevent spitting non-walkable tile warnings. - Changed the meaning of msg_athena 2, it is now "invalid target cell, randomizing". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Please fix my packets :SLance1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6113 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16* Sending fake npc for inputs and menus for NPC without map coordinates.Lance3-1/+24
* Fixed npc.h compiler warnings. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6112 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Optimized. (What am I thinking)Lance1-4/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Fix my fix.Lance1-3/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6110 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16* Missing lines in npc_parse_script!Lance2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Final fix to npc/merchants/grandpa_pharmacist.txtPlaytester1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16* Experimental npc_event_doall_sub with queue and npc_id allocation when needed.Lance3-30/+46
* Added warnings to npc_scriptcont for easier debugging. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6106 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Fixed npc/merchants/grandpa_pharmacist.txtPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Fixed Job values in the item_db.txt for all one-handed-swords.Playtester2-15/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6104 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16- Fixed wrong check of Deluge + Suiton which broke the water-requirement ↵skotlex2-1/+3
check for skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6103 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16- Cleared ud->target on remove-map, it should fix the phantom mob sprite issue.skotlex2-3/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16removed doubled warpsLupus2-11/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6101 54d463be-8e91-2dee-dedb-b68131a5f0ec
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