summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2008-08-24- Ops!! this is mine (homunculus hungry messages).zephyrus1-7/+0
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus18-1234/+1297
2008-08-24- Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce...zephyrus8-98/+147
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus8-153/+277
2008-08-23- Added column `mer_id` on char_dbzephyrus3-5/+18
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus8-33/+320
2008-08-22- Mercenary data structures.zephyrus4-2/+27
2008-08-22- Mercenary Database Reading.zephyrus2-0/+184
2008-08-22- Ups. I forget this merge about Basilica (caster cannot walk).zephyrus1-0/+1
2008-08-21- Big update to Basilica, implementing official behavior.zephyrus5-52/+74
2008-08-21- Fixed a bug. Warp portal cannot be casted on dead players.zephyrus1-4/+5
2008-08-21Deleted zombie extern variable declaration which was causing a "static declar...ultramage1-2/+0
2008-08-20- New invisible walls system (for WOE SE and Battlegrounds).zephyrus4-1/+218
2008-08-20- More cleanup of Barricades (final i think)zephyrus3-3/+3
2008-08-20- Do not trigger event if killed by script at all.zephyrus1-11/+11
2008-08-20* Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick.L0ne_W0lf2-2/+68
2008-08-20- Removed my barricade implementation. Not required in WoE SE.zephyrus8-308/+0
2008-08-20- Fixes on schg_cas02 and arug_cas01.txtzephyrus1-17/+26
2008-08-18Fixed incorrect array capacity / format string for txt mapreg loading code.ultramage1-1/+1
2008-08-17Fixed some messed up operator priority in the mapreg code (bugreport:2078).ultramage2-12/+12
2008-08-17** Please update your server ASAP. **zephyrus1-8/+10
2008-08-15Some cleaning in script.cultramage4-177/+152
2008-08-15Split off mapreg code from script.cultramage7-326/+542
2008-08-15* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the thres...sketchyphoenix3-4/+4
2008-08-12Now using proper enum type for mob skill state tracking.ultramage2-18/+17
2008-08-12Added updated client effects list.ultramage1-36/+42
2008-08-11Fixed right-click npc unload not unloading duplicates (bugreport:2014)ultramage1-0/+3
2008-08-10Some skill corrections based on bugreport:1945ultramage1-2/+1
2008-08-10Some small code cleaningultramage3-110/+149
2008-08-09Really implemented SC_WALKSPEED (instead of copy-pasting old code) (followup ...ultramage1-1/+1
2008-08-09Fixed a mistake in r13051 party invite code where 'tsd' was accessed before c...ultramage1-5/+5
2008-08-09Fixed @noks leaking internal buffer contents (bugreport:1528).ultramage1-0/+2
2008-08-09Now Novices without lvl5 basic skill can be partied (bugreport:1131).ultramage1-14/+0
2008-08-07* Added another GM trust config for party invitations (bugreport:2004)sketchyphoenix3-1/+14
2008-08-04- Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis...zephyrus3-38/+51
2008-08-03Re-implemented SC_WALKSPEED (used in npc scripting) according to official sou...ultramage1-0/+2
2008-08-02Player shops will not close on death anymore (bugreport:1955).ultramage1-4/+0
2008-08-02Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...ultramage4-4/+5
2008-08-01Disabled the gm-hide namerequest cheat detection, uncomment if you know what ...ultramage1-18/+15
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage4-8/+10
2008-07-31Quagmire now will affect boss monsters, but more info is required to code the...shadow1-1/+0
2008-07-31@autoloot and @autolootitem can now be used together for more precise looting...ultramage1-12/+1
2008-07-31Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...ultramage1-2/+2
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage9-349/+6
2008-07-30Small cleanup of script.cultramage1-65/+26
2008-07-30Removed the IRC bot system, now a customization (see topic:194306)ultramage8-626/+2
2008-07-29- Fixed a bug with Status Resist Potion.zephyrus2-1/+2
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage4-15/+24
2008-07-27Cleaned up several poorly chosen loginlog variable names.ultramage1-8/+6
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage14-487/+68