Age | Commit message (Expand) | Author | Files | Lines |
2007-11-02 | * Rather large update to the WoE scripts. | L0ne_W0lf | 24 | -1055/+1108 |
2007-11-01 | - Corrected a few equip_job fields for times that are equippable by all class... | skotlex | 1 | -8/+8 |
2007-11-01 | Fixed silly copy-paste typo in r11607 preventing #-commands from working... | ultramage | 1 | -2/+2 |
2007-11-01 | Removed code that queues OnAgitEliminate after the Emperium is broken, this i... | ultramage | 10 | -50/+29 |
2007-11-01 | Reverted the part of r11625 where MAP_NAME_LENGTH_EXT was changed (to allow .... | ultramage | 1 | -11/+11 |
2007-10-31 | Fixed reward option in Arena giving potato. | L0ne_W0lf | 2 | -2/+4 |
2007-10-31 | Commented out msg_athena.conf strings disabled in r11625. | ultramage | 9 | -670/+24 |
2007-10-31 | * Added Turbo Track point exchanger to arena. | L0ne_W0lf | 4 | -123/+224 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 15 | -355/+312 |
2007-10-31 | * Fixed a typo in Party Arena. | SinSloth | 1 | -2/+3 |
2007-10-31 | * Forgot Arena warps file ~~ | SinSloth | 1 | -2/+46 |
2007-10-31 | * Added Izlude Battle Arena. Please test it and report any bug you find out. | SinSloth | 18 | -541/+7155 |
2007-10-31 | - Fixed the pc_additem weight check breaking when your current weight is abov... | skotlex | 4 | -4/+9 |
2007-10-30 | * Fixed a possible exploit in Thanatos Tower quest. | SinSloth | 2 | -5/+9 |
2007-10-30 | * Update some missing warps in Veins City. | samuray22 | 2 | -31/+38 |
2007-10-30 | - Updated the mail sql structure in main.sql. | zephyrus | 2 | -1/+2 |
2007-10-29 | Updated to fix errors reported by Zephyrus_CR. bugreport:334 | L0ne_W0lf | 2 | -15/+17 |
2007-10-29 | Fixed a compilation problem and warning (maybe). | ultramage | 5 | -4/+5 |
2007-10-29 | * Makefile creating the conf/import forder. | FlavioJS | 2 | -10/+21 |
2007-10-29 | Fixed Gaebolg quest not giving exp in some situations | Playtester | 2 | -1/+3 |
2007-10-29 | Command code cleaning (refer to topic:169759) | ultramage | 12 | -2233/+1464 |
2007-10-28 | * Minor adjustment to take into account the end of line. | FlavioJS | 2 | -7/+13 |
2007-10-28 | * Updated NPC headers to fix errors caused by rev. 11603. | L0ne_W0lf | 16 | -44/+60 |
2007-10-28 | * Restricted more the parsing of npc code. (fixes bugreport:317) | FlavioJS | 2 | -7/+25 |
2007-10-28 | Updated sql files | Playtester | 1 | -3/+3 |
2007-10-28 | Updated Veins Field spawn amounts to official | Playtester | 2 | -24/+25 |
2007-10-28 | Corrected Cross Shield bonus. | L0ne_W0lf | 2 | -1/+3 |
2007-10-28 | * Added Rekenber Job quest which was missing for some unknown reason. | SinSloth | 2 | -6/+1484 |
2007-10-28 | Updated Bio Ethics quest to official, and re-added. | L0ne_W0lf | 3 | -1/+1060 |
2007-10-28 | - Corrected the firewall/kaensin knockback code to how it is supposed to be d... | skotlex | 2 | -3/+2 |
2007-10-28 | - Fixed a bug on the Attachment [Mail System] | zephyrus | 3 | -6/+13 |
2007-10-27 | Fixed missing forward declaration of mail_message. | ultramage | 1 | -0/+1 |
2007-10-27 | Small update to divorce NPC. | L0ne_W0lf | 2 | -1/+5 |
2007-10-27 | Slightly improved the message you get when trying to load a mob into the rang... | ultramage | 1 | -1/+1 |
2007-10-27 | Fixed a typo in r11505 messing up the 'npcmove' command (only 'x' coordinate ... | ultramage | 2 | -1/+2 |
2007-10-27 | Fixed a compilation error in the mail code. Blame the C standard and gcc for ... | ultramage | 1 | -11/+10 |
2007-10-27 | Removed 'petid', a command from r284 to look up pet ids by name. | ultramage | 5 | -90/+42 |
2007-10-27 | * Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo... | ultramage | 6 | -108/+90 |
2007-10-27 | Followup fixes to r11583: | ultramage | 9 | -87/+69 |
2007-10-27 | - Improvements to the mail system. | zephyrus | 11 | -226/+314 |
2007-10-26 | * Some small db updates | Playtester | 4 | -5/+11 |
2007-10-26 | Moved the new novending cell check from the internal code to the client-serve... | ultramage | 6 | -12/+8 |
2007-10-26 | * Removed confusing map_nick2sd_nocase(), let the charserver handle it | ultramage | 7 | -85/+60 |
2007-10-26 | - Removed the config setting firewall_hits_on_undead setting, Firewall and ka... | skotlex | 6 | -26/+24 |
2007-10-26 | More minor updates to a couple NPCs. | L0ne_W0lf | 3 | -6/+8 |
2007-10-26 | Minor updates the Juperos Elevator NPCs. | L0ne_W0lf | 2 | -5/+7 |
2007-10-25 | Minor fixes here and there to a few scripts. | L0ne_W0lf | 3 | -15/+18 |
2007-10-24 | * Corrected a fex misshaps from r11571: | FlavioJS | 4 | -9/+10 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 13 | -82/+127 |
2007-10-24 | * Cleaned up some messy guild code (more to come) | ultramage | 24 | -646/+644 |