summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-03- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.skotlex6-10/+30
2006-04-02Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious]Vicious2-1/+13
2006-04-02fixed baby jobchangeVicious2-1/+2
2006-04-02Moved the spawn update to eamobs (of course the custom spawns where not chang...Poki#359-1682/+1889
2006-04-02- Fixed npc_gettimerevent_tick returning the difference since the last trigge...skotlex2-2/+4
2006-04-02fixed hidden temple spawn and sage script?Vicious3-10/+12
2006-04-02- Added a missing memset on ers_alloc'ing mob loot which was making data from...skotlex3-1/+6
2006-04-02- Added preventing sending packet clif_clearchar_id when the character in que...skotlex2-17/+43
2006-04-02- grfio.c fixed compile warningLance1-1/+1
2006-04-02- Fixed annoying out-of-range spawn.Lance1-1/+1
2006-04-02- Fixed my fix on multi-map leak thanks to Buuyo^.Lance1-4/+3
2006-04-02- Forgot to set state.night = 1 in the night timer.skotlex1-1/+3
2006-04-02- Moved the night icon invocation to clif_parse_LoadEndAckskotlex3-138/+105
2006-04-02git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5862 54...reddozen1-0/+2
2006-04-02setting arrows to 1 wont work... the server was looking for daggers to be equ...reddozen2-30/+30
2006-04-02Typo in login.cLance1-1/+1
2006-04-02Typo fix in map.cLance1-1/+1
2006-04-02* Loading waterheight aliases from resnametable.txt.Lance4-38/+62
2006-04-02git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5857 54...Lance2-3/+6
2006-04-02* Workround the warnings for clif.c (what to do? the original codes are ugly....Lance2-4/+8
2006-04-01- Added a check to remove exp-even-share when someone leaves a party.skotlex3-0/+13
2006-04-01- Fixed an error in the layout initialization of ice-wall. Thanks to Named fo...skotlex1-1/+1
2006-04-01- Added function clif_changetraplook to handle changing the appearance of tra...skotlex4-6/+40
2006-04-01- Fixed berserk not raising your HP to your new cap.skotlex3-4/+8
2006-04-01- Fixed a few functions sending a negative ID for disguised characters (such ...skotlex2-22/+20
2006-04-01- Fixes to the mob_ai routines. Prevent casting rude-attacked skills in situa...skotlex2-9/+19
2006-04-01* Should not exit when you can't find an NPC file.. Lance4-3/+4
2006-04-01typoLance1-1/+1
2006-04-01bl.subtype check.Lance1-1/+1
2006-04-01Fixed the dynamic shop system memory allocation and id_db problem. Added samp...Lance5-8/+94
2006-04-01* Dynamic shops support with script callback. (needs testing)Lance5-10/+90
2006-04-01- Cleaned up and fixed @where command.skotlex2-6/+15
2006-04-01Asssuming only __WIN32 (VC++) doesn't have strtok_r.Lance3-6/+10
2006-04-01* Fixed compiler warnings.Lance5-13/+7
2006-04-01- Fixed pc_setpos sending you to a random direction when the target tile was ...skotlex1-1/+1
2006-04-01- Fixed standing up no really making you stand up.skotlex2-1/+2
2006-04-01- Added upgrade_svn5834.sql to update view for item type 10.skotlex2-0/+6
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex17-2202/+1225
2006-04-01* April fool! Improved soundeffectall script command. (No, this is not a lie)Lance7-22/+86
2006-03-31- Fixed skill_require_db loading.skotlex4-475/+481
2006-03-31- Changed the terminology from arrow to ammo for the last update.skotlex3-12/+12
2006-03-31- Changed the look field of all arrows to 1.skotlex7-545/+518
2006-03-31- Fixed an infinite recursion in the Wedding Recall skills.skotlex3-6/+18
2006-03-31Started work on commands for the IRC Bot.zido3-0/+26
2006-03-31- Cleaned up battle_check_target to use the jA structure defines and get rid ...skotlex1-27/+24
2006-03-31- Adjusted the range of Wall of Fog to 9 and Spider Web to 7skotlex4-6/+15
2006-03-31* Should fix a bug in GM stealth mode (@hide).Lance3-28/+37
2006-03-315 kafra passes, fixed refiner's @fullprice, char_name_optionVicious5-21/+24
2006-03-30- Added a missing "return 0" that fixes a crash on failed lookups on status_c...skotlex3-3/+6
2006-03-30Added year day return in gettime function. gettime(8) returns 1~366foruken3-2/+8