summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2007-03-20- Increased Improve Concentration's hide-revealing range to 3 (7x7)skotlex2-7/+5
2007-03-20- Added Magic Rod's "action" pose when using it.skotlex1-0/+1
2007-03-20- getpetinfo 5 will now return the pet's rename flag.skotlex3-2/+13
2007-03-20- Removed Magic Rod's cast bar.skotlex5-8/+6
2007-03-19Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over...DracoRPG2-6/+9
2007-03-19- Patched the MAX_STATUSCHANGE startup errorultramage1-1/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex12-59/+103
2007-03-19- Corrected Warp Portal not sending the map names with the .gat extension.skotlex1-7/+16
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex7-140/+174
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage11-677/+30
2007-03-18Globalised use of script_pushint and script_getdata in script.ctoms1-721/+716
2007-03-18* Script engine:FlavioJS1-117/+179
2007-03-15Fixed compilation error added in r10003 in skill.ctoms1-2/+2
2007-03-15ups, how did that get in...FlavioJS1-6/+5
2007-03-15- Corrected the structure and added info on the skill fail packet (0x110).FlavioJS4-146/+269
2007-03-14- Increased Shield Chain's range by one. It is now a ranged skill.skotlex2-3/+10
2007-03-14- Corrected party item share settings not being properly updated on logon.skotlex2-2/+2
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG7-209/+203
2007-03-13- @pvpoff and @gvgoff will make everyone in the map stop auto-attacking now.skotlex4-21/+43
2007-03-12- Cleaned up the implementation of party_send_movemap, it should fix the clie...skotlex2-17/+12
2007-03-12- Corrected the new packet version entries for skilluseposinfoskotlex2-1/+3
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex6-10/+22
2007-03-11- @storage/@gstorage will no longer work if you have a trade or a storage ope...skotlex4-44/+103
2007-03-11- Added resetting the total count of labels to 0 when unloading an npc clears...skotlex1-0/+1
2007-03-11- Removed function clif_movepc as it's no longer invoked anywhere.skotlex3-103/+14
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex4-9/+17
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS17-75/+99
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex8-126/+124
2007-03-08- Normalized the mapname in guild get/set castle data, should fix guild flags.skotlex2-0/+17
2007-03-07- Corrected the pet/homunc data not being free'd if the player logs out befor...skotlex4-18/+28
2007-03-07- Normalized guild castle names so guardians may spawn properly again.skotlex1-1/+1
2007-03-07- Made the map server abort when it can't open the mapcache file.skotlex2-2/+21
2007-03-07- Cleaned some up the add-effect code.skotlex1-12/+13
2007-03-07New mapcache system :xDracoRPG4-761/+84
2007-03-06- Corrected the define for NK no cardfix (def).skotlex3-11/+8
2007-03-05- Added NK value 0x80: ignore target's cards (0x8 will now only ignore attack...skotlex2-13/+18
2007-03-05Fixed an infinite loop if script name contains a single ':'toms1-1/+3
2007-03-05- Soul Breaker no longer ignores elemental adjustments.skotlex1-4/+2
2007-03-04- Removed delete_session from socket.h since it shouldn't be used by them.skotlex1-1/+2
2007-03-04- Added the +20hit that were missing the NPC elemental attack skills.skotlex4-10/+25
2007-03-02- Modified the Storm Gust freeze counter code so it is resetted when standing...skotlex2-10/+7
2007-03-02- Modified set_reg so that it returns whether it succeeded or not in setting ...skotlex3-107/+91
2007-03-02EOL-styled some more filesultramage1-0/+1
2007-03-01- Forgot to made Tatami Gaeshi state (proyectile blocking) end when you move.skotlex1-0/+2
2007-03-01- Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw Stone...skotlex5-9/+22
2007-03-01- Corrected raid not doing the "can hit?" check on splash area targets.skotlex1-1/+2
2007-02-28added setiteminfo function, updated setitemscript func, added NPC sample for ...Lupus2-8/+68
2007-02-28- Made it possible to modify the server packet version from the Makefile.skotlex1-2/+30
2007-02-28- Fixed the definition of warpwaitingpc so that it allows an optional argumen...skotlex2-3/+2
2007-02-28- Added a check to prevent trades from being commited if either character is ...skotlex1-1/+4