summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-13* Updated packet_db.txt loading to support reading into multiple packet versionscelest4-928/+1020
* Integrated packet size and function DB's into 1 packet_db * Removed packet_db_ver defining in packet_db.txt -- it'll determine itself based on MAX_PACKET_VER * Added MAX_PACKET_VER -- maximum versions supported by eA -- and changed packet size and function DB's to use it * When sending 'Game exe not latest version' packet don't close the session immediately so it will still be delivered * Added map-server display if an unidentified client was rejected -- also fixes the 'empty string sent to _showmessage' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@965 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-13git-svn-id: ↵celest1-1/+2
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@962 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-12* Added a bug - Celest, LOOK AT THIS BUG ASAP. [Codemaster]codemaster2-1/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-12fixed some mobsLupus4-540/+550
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@956 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11implemented vending logLupus1-8/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11implemented vending logLupus2-0/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@954 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11Added Shinomori's changes to npc event timerscelest4-10/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@953 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11Updated clif.c to be able to identify client versions based on the packet DBcelest2-16/+45
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@952 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11* Added support for 2005-01-10Sakexecelest5-35/+207
* Updated packet functions for 2004-11-08 and 2004-12-06 * REMOVED support for clients before packet version 10 * Added a check to prevent crashing when trying to log in with 2005-01-10aSakexe in servers that don't support it git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@951 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11added bug reportLupus1-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@950 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11* Added a fix to @sound where if you forgot the .wav exention, i'd attempt ↵codemaster7-9/+115
to play the file without it (it adds the .wav) [Codemaster] [SVN 949] * Added @disguiseall / @undisguiseall [Codemaster] [SVN 949] * Added misc. clif.c fixes (jAthena added alot of close(fd)'s, so i added them, too) [Codemaster] [SVN 949] * Added bug reports - Celest, you might want to check one of those out [Codemaster] [SVN 949] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@949 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10fixed a bug in clif.cLupus2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@948 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10* Completed adding packet DB readingcelest8-66/+75
* Added Shinomori's suggestions for npc timers, * Removed checking for script event timers' length, and added Shinomori's changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10Start adding packet DB readingcelest4-23/+300
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@946 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10* Added 'max_eventtimer_length' to script_athena.confcelest6-18/+29
* Removed PCLoginEvent requiring 'PCLoginEvent' for the player to be set to 1 first to be activated git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@945 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10* Fixed some typos and exploits in the Blacksmith and Hunter job questcelest9-15/+104
* Modified 'wedding' script command to work with "OnTimer" scripts * Added 'attachnpctimer' and 'detachnpctimer' script command git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-09* Added 'OnInterIfInitOnce' for WoE scripts & modified the WoE scripts as ↵codemaster8-27/+36
well [Ajarn & Codemaster] [Thanks to FREYA] [SVN 943] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@943 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-09* Added the @sound command and the NPC command of soundeffectall - works ↵codemaster6-1/+70
just like soundeffect, but plays for everyone in the area [Codemaster] [SVN 942] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-09added bug reportLupus1-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-09* Don't allow Pets to attack Guardians outside of WoE [Codemaster] [SVN 940]codemaster4-5/+16
* Require 15% of HP or more for WE_MALE skill [Codemaster] [SVN 940] * Require 15% of SP or more for WE_FEMALE skill [Codemaster] [SVN 940] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@940 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08git-svn-id: ↵celest1-1/+1
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@939 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08git-svn-id: ↵celest2-1/+6
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08Added the new Yuno field warpscelest2-6/+43
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@937 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08* Remove some unnecessary checks in battle.ccelest4-9/+16
* Added some checks to prevent novices still allowed to attack when using Trick Dead git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@936 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08* Added 'summon' script commandcelest2-3/+44
* Added Wallex's fix for script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@935 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08Added alive packet sending to SQL char and logincelest3-0/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@934 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08Enabled login server anti-freeze by defaultcelest3-10/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08Fixed char server rejecting i'm alive packetcelest2-0/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@932 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08fooamber1-1/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@931 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07Stall_time changescelest4-106/+99
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07Some tidying upcelest2-29/+33
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@929 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07* Added 'bDelayrate' and changed Phen card, Marduk Card and Berzebub Card's ↵celest9-23/+40
effects to use this * Some tidying up of skill_castfix and skill_delayfix git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@928 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07* Added Filougarou's fix for Bowling Bash causing it to only display damagecelest3-18/+23
* Set delay_dependon_dex in battle_athena to 'no' by default * Fixed typo in skill_delayfix git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@927 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07fix itamber1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@926 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07Updateamber4-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@925 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-06updateamber11-46/+43
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-06oopsamber1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@923 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-06git-svn-id: ↵mc_cameri3-40/+58
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05Soft Feather - > FluffLupus1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@921 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05added bug reportLupus1-6/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@920 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05* Fixed Celest's typo making all vended items cost 0 zeny [Codemaster] [SVN 919]codemaster2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@919 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05If a vending item was priced at 0 it'll be auto changed to 1millioncelest2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@918 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05Fixed TXT loggingcelest3-20/+32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@917 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05missing ;'s, sorry xPcelest1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@916 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05- changed Gungnir to wind elementcelest3-4/+10
- changed Damascus to cannot be broken git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@915 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05Added a simplified version of Qamera's OnConnect: OnDisconnect: OnDeath: NPC ↵celest4-1/+64
events mod git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@914 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05added missing mapflagLupus1-0/+1
npc: conf/mapflag/noreturn.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@913 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05Optimised PCLoginEvent activation a bitcelest2-4/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@912 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05* Set 'droprate0item''s default to 'yes'celest3-8/+14
* Look at item type other than item ID as well to check whether it is a card git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@911 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05Reset all skill variables if the skill fails so certain skills can't be abusedcelest2-0/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@910 54d463be-8e91-2dee-dedb-b68131a5f0ec