summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Immunity to magic now makes you immune to the SC effect as well. (bugreport:1...Kevin2-0/+4
2008-04-07Limited number of wizard icewalls to 5 (iRO).Kevin2-2/+4
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS13-24/+168
2008-04-07Party/guild names can no longer be less then 2 characters long.(bugreport:1328)Kevin3-3/+9
2008-04-07Removed the 'wait close' timer that closed a session's socket after 5 seconds.ultramage5-52/+12
2008-04-07Improved the Mental Sensing fix from r12507 to not start the status at all, i...ultramage2-2/+3
2008-04-07Fixed a case where a dangling pointer was formed when a person was invited to...Kevin2-1/+9
2008-04-07Magnum Break will now affect traps. See (r12516).Kevin2-1/+3
2008-04-07-Sight rasher now affects the wizard's own and other's icewalls.Kevin3-4/+11
2008-04-07* Dur, I'm bored. Added place-holders for Mercenary skills.L0ne_W0lf2-0/+42
2008-04-07NPC earthquake now divides the atk2 bonus between players. (bugreport:1253)Kevin2-1/+3
2008-04-07Changed guild skills restore, regen, and battle order to only affect BL_PC. (...Kevin2-3/+4
2008-04-07Reverted one of the changes in dynamic mobs that may be causing the spawning ...Kevin2-1/+3
2008-04-06NVM on last fix (r12510).Kevin1-1/+1
2008-04-06Changed Mental Vision fix (r12507) to check for mexp rather then the boss fla...Kevin2-2/+2
2008-04-06Equip speed buffs no longer stack with speed consumables other then speed pot...Kevin2-2/+9
2008-04-06Sprint, Fusion, and Increase AGI now stack independently. The other speed buf...Kevin2-21/+36
2008-04-06Mind Sensing no longer gives an xp bonus on bosses. (bugreport:1282)Kevin2-1/+2
2008-04-06Changed Union/Increase AGI stack fix (it should work now). (bugreport:1155)Kevin2-6/+3
2008-04-06Fixed seven wind not allowing ghost/shadow. (bugreport:1155)Kevin2-1/+4
2008-04-06Added Moscovia to the list of @go destinationstoms3-1/+7
2008-04-06Unequip should no longer remove any buff from seven wind. (bugreport:1155)Kevin5-3/+7
2008-04-06Union and Increase AGI now stack. (bugreport:1155)Kevin2-0/+7
2008-04-06TK_JUMPKICK requirements changed as well. (bugreport:1155)Kevin2-2/+2
2008-04-06TK_HIGHJUMP requirement flag changed from move_enable to none. (bugreport:1155)Kevin2-1/+3
2008-04-05Union now consumes sp when not soul linked. (bugreport:1155)Kevin2-1/+3
2008-04-05Running into a wall/npc/pc/mob no longer enables spurt. (bugreport:1155)Kevin3-1/+13
2008-04-05Fixed unable to move after using a skill to break out of sprint. (bugreport: ...Kevin2-3/+5
2008-04-05I hate the guild castle scripts. Reverted a change.L0ne_W0lf2-3/+6
2008-04-05Further updates to Zhed's Veins addition.L0ne_W0lf2-14/+10
2008-04-05Reverted my recent changes to trunk.ultramage16-3640/+1966
2008-04-05Removed code that maintains the `sstatus` table, because it's in the way. To ...ultramage2-33/+0
2008-04-05Running now resumes after dmg as well, see (r12488). (bugreport:1155)Kevin2-4/+33
2008-04-05Added back the login_log() function for txt (removed in r11826).ultramage5-43/+105
2008-04-05DMG no longer stops running. (bugreport:1155)Kevin2-2/+5
2008-04-05Last fix for r12485, I swear. >_>Kevin1-1/+1
2008-04-05Fix for (r12475), wasn't checking to see if the target cell was walkable.Kevin1-1/+1
2008-04-05PCs/Mobs/NPCs now block Leap(TK_HIGHJUMP) and sprint(TK_RUN). (bugreport:1155)Kevin3-1/+7
2008-04-05Disconnect user on forged selectegg packet (may be temporary fix). (bugreport...Kevin2-1/+6
2008-04-04Fixed @rura between maps on more then one map server. (r12483)Kevin2-1/+2
2008-04-04Small bug for r12481 :)Kevin1-1/+1
2008-04-04Update to Auth Glitch fix: moved unit_free_pc back to where it was and update...Kevin4-8/+10
2008-04-04Replaced the TYPE keyword with ENGINE in all sql files, because this is the p...ultramage11-110/+114
2008-04-04Added login.c to hold most of the common functionality of the login server.ultramage15-1037/+701
2008-04-04Preparations for the login server TXT/SQL mergeultramage14-38/+2019
2008-04-04- Removed extra TABs from certain messages. (Bug ID: 1302)DZeroX1-5/+5
2008-04-04Updated mob_db.sql to latesttoms2-12/+13
2008-04-04Fixed a little bug in Kevin's commit (r12473)toms2-1/+2
2008-04-04Removed commented-out TXT-only login-server code that was supposed to prevent...ultramage2-37/+0
2008-04-04Bug fixes for Auth Glitch and Map server crash through script warp when chang...Kevin4-8/+28