summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-18Updated more map flags for Al De Baran's turbo Track.L0ne_W0lf4-1/+26
2007-11-18- Implemented a small change that was long overdue: Displaying the char-selec...skotlex3-22/+84
2007-11-18- setting npc cells will no longer work on non-walkable tiles (since you coul...skotlex3-2/+4
2007-11-18* Replaced jA's way of allocating npc shop data with a simple dynamic array t...ultramage5-119/+97
2007-11-18Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinatesultramage2-1/+2
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage21-383/+200
2007-11-17Made OnTouch zone dimensions be stored as radius instead of diameter.ultramage4-58/+60
2007-11-17* Heat now only does 10 hits a secondPlaytester2-3/+7
2007-11-17* Fixed turbo track NPCs that caused "NPC not removed" errors...Even though t...L0ne_W0lf8-14/+24
2007-11-17* Fixed Guild Manager access to Guild Master only.L0ne_W0lf2-2/+4
2007-11-17* Attempt at correcting a small move mistake I made in regards to the movemen...L0ne_W0lf1-0/+2
2007-11-17* Deleted Odin temple field spawn file. Not sure why it stuck around after I ...L0ne_W0lf2-66/+3
2007-11-17* Renamed mob dungeon spawn files to compliment the warp script update. File ...L0ne_W0lf34-84/+166
2007-11-17* Rev. 11742 Renamed several dungeon warp scripts to match their map names, s...L0ne_W0lf30-150/+200
2007-11-15Fixes bugreport:417 and bugreport:418 L0ne_W0lf3-7/+6
2007-11-15removing forgotten debug messageultramage1-1/+0
2007-11-15- Added 2 new status changes for Life and Regeneration Potions [Zephyrus]zephyrus8-13/+61
2007-11-15Added error messages when trying to place objects on invalid map coordinates ...ultramage2-4/+11
2007-11-15Really fixed bugreport:407 (eA doesn't do lazy boolean expression evaluation)ultramage2-4/+9
2007-11-15Fixed Divine Protection working against players (bugreport:410)ultramage2-1/+3
2007-11-14* Several fixes to various scripts.L0ne_W0lf6-66/+51
2007-11-14Fixed some guild skill offset calculation mistakes -_-ultramage2-3/+3
2007-11-14Fixed some homunculus skill offset calculation mistakes (bugreport:363)ultramage8-14/+16
2007-11-13I didn't do it! ¬_¬ Okay maybe I did.L0ne_W0lf1-1/+1
2007-11-13* Fixed warning in star gladiator job test.L0ne_W0lf3-3/+7
2007-11-13Added error reporting for invalid rows in skill db files.ultramage4-8/+16
2007-11-12Added error reporting to buildin_warp when it fails.ultramage3-16/+20
2007-11-12* Deleted unused variables in some Job Quest (2-1 & 2-2).samuray2210-27/+22
2007-11-12* Corrected a minor error respect to the header in Star Gladiator Questsamuray222-3/+5
2007-11-12-Updated Star Gladiator Quest to the Aegis Standardssamuray222-267/+1575
2007-11-12Fixed homunculus skills having unlimited range instead of being capped to vie...ultramage4-3/+6
2007-11-12- Added SC_INCMDEFRATE, used in Mdef Potions.zephyrus6-7/+14
2007-11-12- Important fix to Mail System allowing (by a low change) items duple.zephyrus10-87/+76
2007-11-12Corrected some of the ep. 12 accessory bonuses.L0ne_W0lf2-5/+7
2007-11-12* Fixed @addwarp crashing the map server (bugreport:390).FlavioJS4-14/+62
2007-11-11* The Forget-me-not dance now behaves like Decrease AGIultramage2-6/+8
2007-11-11- hom_setting&0x2 now disables skill range checks for homunculus. For the lov...skotlex3-2/+6
2007-11-11- Added missing include npc.h to map.cskotlex3-2/+21
2007-11-11Applied Rayce's improvements to the npc script parser (see bugreport:387 for ...ultramage2-11/+16
2007-11-11Fixed a missing include/export, and typos in the previous revision.ultramage4-4/+6
2007-11-11- Cleaned up pc_calc_weapontypeskotlex4-24/+41
2007-11-11Fixed an item giving 24 of the 'Gladius' item. :P L0ne_W0lf2-1/+3
2007-11-10Fixed a bug in r11384 letting you bypass requirements for some skills (see bu...ultramage3-14/+4
2007-11-11Small fix to alchemist job quest that was blocking babies.L0ne_W0lf2-2/+4
2007-11-11* Item Database update.L0ne_W0lf2-11/+118
2007-11-10Fixed some more gcc incompatibilities...ultramage5-49/+48
2007-11-10Changing enum weapon_type in the mmo_charstatus structure back to integer unt...ultramage1-1/+1
2007-11-09Replaced several 'int' variables with enums that they represent.ultramage9-46/+58
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage11-169/+264
2007-11-09Fixed socket.c using time() incorrectly, causing stall timer desynchronizatio...ultramage2-3/+4