Age | Commit message (Expand) | Author | Files | Lines |
2009-01-05 | Fixed @mobsearch and @showmobs (bugreport:2481) | ultramage | 1 | -0/+4 |
2008-12-31 | * Changes to the script engine: | FlavioJS | 1 | -0/+7 |
2008-12-30 | * Changes to the script engine: | FlavioJS | 1 | -0/+7 |
2008-12-29 | * Added missing command #delitem. | sketchyphoenix | 1 | -0/+4 |
2008-12-25 | * Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to ... | FlavioJS | 1 | -0/+3 |
2008-12-23 | * Added a few missing atcommands. | sketchyphoenix | 1 | -0/+6 |
2008-12-20 | * Extended how duplicates work: (based on Orcao's work in bugreport:2361) [Fl... | FlavioJS | 1 | -0/+7 |
2008-12-18 | Removed charcommand code while allowing atcommand code to support its functio... | sketchyphoenix | 1 | -0/+5 |
2008-12-01 | * Fixed rare crash when using Flying Kick on clones (bugreport:2506) | ultramage | 1 | -0/+6 |
2008-11-27 | * Fixed a memory leak when returning a string variable in the script engine. ... | FlavioJS | 1 | -0/+3 |
2008-11-24 | * Fixed a va_end using the wrong variable. (from r13383, fixes bugreport:2483) | FlavioJS | 1 | -0/+2 |
2008-11-23 | * Readded code that was removed from atcommand_showmobs by mistake in the pre... | FlavioJS | 1 | -0/+1 |
2008-11-22 | * Hunted down improper uses of va_list variables. | FlavioJS | 1 | -0/+1 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 1 | -0/+2 |
2008-11-18 | Autotrade characters will no longer get caught by Urgent Recall. (bugreport:2... | L0ne_W0lf | 1 | -0/+2 |
2008-11-11 | * Updated script_commands.txt | FlavioJS | 1 | -0/+5 |
2008-11-10 | Added a check to make sure killed monster's level was greater than half of th... | Paradox924X | 1 | -0/+2 |
2008-11-08 | Changed how mobcount works since it wasn't counting last mob death. (bugrepor... | L0ne_W0lf | 1 | -0/+2 |
2008-11-06 | * Fixed 'Char creation denied' message not being sent properly. | FlavioJS | 1 | -0/+5 |
2008-11-06 | * Fixed the maximum level of Create Elemental Converter. (bugreport:2326) [Sara] | Sara | 1 | -0/+2 |
2008-10-29 | * Novice skill, Trick Dead, will no longer be granted to classes upon reset (... | sketchyphoenix | 1 | -0/+2 |
2008-10-28 | Fixed location error in Blacksmith quest. NPC said Alberta, NPC location in E... | jmanfffreak | 1 | -1/+0 |
2008-10-28 | Fixed minor typo in tu_archer script (bugreport:2393). | jmanfffreak | 1 | -0/+1 |
2008-10-28 | Made script command "unequip" call status_calc_pc. Thanks to Orcao. (bugrepor... | Paradox924X | 1 | -0/+2 |
2008-10-28 | Fixed all overflow checks and made the code a bit cleaner from r13322. | Paradox924X | 1 | -0/+1 |
2008-10-28 | Removed leftovers of "bLoseSPWhenUnequip" and "bDamageWhenUnequip" -- depreca... | Paradox924X | 1 | -0/+2 |
2008-10-24 | Added protection from segfault by int overflow in charcommand heal and fixed ... | Paradox924X | 1 | -0/+1 |
2008-10-24 | Added protection from segfault by int overflow in atcommand heal. (bugreport:... | Paradox924X | 1 | -0/+1 |
2008-10-24 | Commented out unused function clif_marriage_process. | Paradox924X | 1 | -0/+2 |
2008-10-21 | Added a check to make sure a player wasn't in a guild when they accepted a gu... | Paradox924X | 1 | -0/+2 |
2008-10-18 | * Corrected a target checking problem brought about with Kaizel/Osiris combin... | sketchyphoenix | 1 | -0/+2 |
2008-10-16 | * Added missing char_sql/int_mercenary files to txt-converter's Makefile.in | FlavioJS | 1 | -0/+2 |
2008-10-15 | * Fixed ipban sql connecting to the sql server when disabled | FlavioJS | 1 | -1/+3 |
2008-10-11 | * Using Kaizel in conjunction with Osiris Card should now work. (bugreport:2251) | sketchyphoenix | 1 | -0/+3 |
2008-10-10 | Slightly corrected the NPC_REBIRTH code from r13272. | ultramage | 1 | -1/+1 |
2008-10-09 | Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL. | L0ne_W0lf | 1 | -0/+2 |
2008-10-06 | Damage count on rebirthed mobs is now reset. (Valaris) | L0ne_W0lf | 1 | -0/+1 |
2008-10-06 | voided out clif_blown as per Valaris' instruction. | L0ne_W0lf | 1 | -0/+1 |
2008-10-06 | SC_WEIGHT50 and 90 are no longer removed on death. (bugreport:2316) | L0ne_W0lf | 1 | -0/+2 |
2008-10-03 | * Delete ST_LOGIN auth in chrif_disconnectplayer (followup to r13256, bugrepo... | FlavioJS | 1 | -0/+2 |
2008-10-03 | * Fix for "yet another online check bypass technique". (bugreport:2292) | FlavioJS | 1 | -0/+2 |
2008-10-01 | Kaupe will now trigger from mobs, homuns and mercenaries, as well. (bugreport... | L0ne_W0lf | 1 | -0/+1 |
2008-10-01 | * Rev. 13251 Removed 'casttime' adjustment from offensive ressurection. Follo... | L0ne_W0lf | 1 | -0/+3 |
2008-09-27 | Fixed clif_changelook betraying the presence of gm-hidden players (bugreport:... | ultramage | 1 | -0/+2 |
2008-09-21 | Corrected Lex Divina not showing animation on fail. (bugreport:1740) | L0ne_W0lf | 1 | -0/+1 |
2008-09-21 | Corrected Offensive Res using Turn Undead cast time. (bugreport:1704) | L0ne_W0lf | 1 | -0/+2 |
2008-09-11 | Removed a few out of date messages from msg_athena, and updated some others. | L0ne_W0lf | 1 | -0/+2 |
2008-09-09 | Enabled WoE SE to be run independently of WoE. Let's see how long it is befor... | L0ne_W0lf | 1 | -0/+3 |
2008-09-04 | * Updated mmo.h, increased merc max count to 36. | L0ne_W0lf | 1 | -0/+3 |
2008-09-01 | Removed hardcoded equip position names from getequipname (bugreport:2156). | ultramage | 1 | -0/+3 |