summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG23-462/+2552
2006-07-14- Kaahi no longer shows the heal effect to everyone.skotlex1-5/+17
2006-07-14- Tuned up some more NJ_KAENSIN based on Tharis's information.skotlex1-3/+4
2006-07-13- Corrected NJ_KAENSIN as per description.skotlex1-7/+5
2006-07-13- Changed the default save interval to 5 minutes. Added support for specifyin...skotlex3-4/+15
2006-07-13- Fixed @storeall and @charstoreall failing when the target character already...skotlex2-9/+28
2006-07-13- Reverted temporarily the Cart Termination equation until it can be fixed...skotlex1-1/+3
2006-07-13- Fixed the value range checks added by Zido on pc_bonus (some of them were e...skotlex2-46/+32
2006-07-13- More typos... What's wrong with me today??Zido1-2/+2
2006-07-13- Fixed a small typo in my codeZido1-2/+2
2006-07-12- Added negative value in bonus exploit fix for more stat bonusesZido1-22/+44
2006-07-12- Fixed negative value exploit (view changelog)Zido1-2/+4
2006-07-12- Recoded NJ_BAKUENRYU to behave as I understand it best from the skill-descr...skotlex2-16/+11
2006-07-12- Fixed NJ_TATAMIGAESHI to use ground-tiles rather than "for each in path" ca...skotlex2-28/+43
2006-07-12- Added back the undead check to turn undead/resurrection to prevent damaging...skotlex2-12/+12
2006-07-12- Resurrection will now silently fail when used on non-undead + not-dead char...skotlex1-1/+2
2006-07-12- Poem of bragi/magic String's base delay reduction at level 10 (or above) is...skotlex1-1/+2
2006-07-12- status_damage will no longer fail when the target is not on a map AND the f...skotlex1-2/+5
2006-07-12- Fixed the IP value being apparently incorrectly casted before inserting int...skotlex1-1/+1
2006-07-12- Fixed Cart Termination's damage.skotlex2-16/+20
2006-07-12- Fixed inverted check which was preventing you from buying more than 1 from ...skotlex1-1/+1
2006-07-12- Oops, should have fixed the crash in intif gm message.skotlex1-1/+1
2006-07-11- Fixed GTB card only working while you had a status-change active.skotlex1-7/+8
2006-07-11- Fixed being unable to compound cards in armor.skotlex1-1/+1
2006-07-11- Made @monsterignore be an universal ignore. Means you cannot be targetted a...skotlex4-8/+9
2006-07-11- Fixed map-sql compilation issue ~.~;skotlex1-17/+12
2006-07-11- Fixed mob.c compilation...skotlex1-1/+1
2006-07-11- Fixed clif_parse not checking for func_parse before sending data to the con...skotlex9-176/+173
2006-07-11- Added a clif_fixpos packet when a mob cancels walking due to using a idle/w...skotlex1-3/+6
2006-07-11- Fixed the subele bonus (elemental reduction) being applied to the element o...skotlex2-4/+8
2006-07-11- Coded @reset.skotlex17-346/+413
2006-07-11warpportal(x,y,"tmap",tx,ty) - Creates a skill warp portal on the map. battle...blackhole892-0/+41
2006-07-11- Modified the login-sql server to do the ip-ban check only on the auth-packe...skotlex1-3/+3
2006-07-11- Corrected Frost Nova's splash range and Land Protector's cast range. Thanks...skotlex4-17/+15
2006-07-11- Fixed cart-termination crashing the server if you used level 16 of it.skotlex1-2/+4
2006-07-10- Login-sql server will no longer change an account's state to "7" when banni...skotlex1-2/+2
2006-07-10- Fixed a crash when using Gospel... gomen.skotlex1-1/+1
2006-07-10- The on-place function won't be invoked on setting ground skills if the grou...skotlex1-1/+5
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex4-31/+8
2006-07-10- Added a check in pc_equipitem so that when switching weapons and you have t...skotlex1-3/+15
2006-07-10- One closer inspection, removed that clear in itemdb_reload for a foreach ca...skotlex1-2/+11
2006-07-10- itemdb_reload will clear the itemdb before reloading info instead of only c...skotlex1-1/+1
2006-07-10- Corrected skill require entry from the Twilight Pharmacy skills.skotlex2-30/+24
2006-07-09- Fixed cooking chance of sets being 1.2% per set instead of 12%skotlex1-1/+1
2006-07-08- Fixed the new addeff structure not working well with SC_STONE (because SC_S...skotlex3-5/+6
2006-07-08- Fixed mobinfo displaying exp as signed ints rather than unsigned.skotlex4-2/+53
2006-07-08- Fixed the char table having party/guild_id as smallint when they need int t...skotlex3-6/+8
2006-07-07- Fixed the Warm Skillsskotlex2-28/+28
2006-07-07- Removed the equip id from the clif_pet_equip packet as it is not used for a...skotlex3-9/+11
2006-07-07- Status_calc_bl will no longer stop you from attacking/walking when the mode...skotlex1-2/+4