summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2006-08-02- Fixed NPC_SELFDESTRUCTION damaging yourself, causing the source to be knock...skotlex2-7/+9
2006-08-01- Made Deluge/volcano/v. gale be castable on top of each other againskotlex4-40/+55
2006-08-01- Cleaned up some more the SC_JAILED codeskotlex3-45/+287
2006-08-01- Should have fixed the cooking sets not displaying all cooking available items.skotlex1-1/+1
2006-08-01- Figured out and fixed the issue with Volcano/Deluge/Violent Gale not really...skotlex1-2/+1
2006-08-01- Modified Self Destruction, so that Marine Spheres in non-versus maps will h...skotlex4-11/+84
2006-08-01- Added the missing lines to enable script command "kickwaitingroomall"skotlex2-3/+8
2006-08-01- Modified setlabel so that the script engine barks when you are trying to u...skotlex1-103/+37
2006-08-01- Updated Poison React chance to counter and number of counters as per skill ...skotlex3-5/+5
2006-08-01- Fixed NPC_STOP id value in skill_cast_dbskotlex4-8/+9
2006-07-31Little fix on dueltoms1-1/+2
2006-07-31Added possibility to restrict duel usage to same maptoms3-2/+11
2006-07-31Merged mpeg's fix on ninja skillstoms5-9/+21
2006-07-31- Corrected a status_get_race call which should be status_get_race2 in misc a...skotlex2-14/+14
2006-07-31- Changed the variable message in parsing normal text from unsigned char to c...skotlex2-1/+3
2006-07-31- Fixed a possible crash in the main script engine when restoring previous sc...skotlex1-6/+11
2006-07-31- Removed incorrect "Waterball range+1 when standing on suiton" feature.skotlex3-5/+6
2006-07-31Fixed segmentation fault in status_change_end, vd wasn't initializedtoms1-0/+1
2006-07-31- NPC_INVISIBLE will now use Cloaking of a level +9 of the used skill level, ...skotlex1-2/+3
2006-07-30changed shell of blood into normal bullet. A_SHOTGUN is still around just in ...Vicious1-6/+1
2006-07-30- Mob casted Sanctuary will no longer always heal it's targets regardless of ...skotlex2-20/+9
2006-07-30Merged mpeg's fix on ninja skills and SA_VOLCANO,SA_DELUGE,SA_VIOLENTGALEtoms3-12/+38
2006-07-30- Added bNoMiscDamage setting so you can specify misc-damage blocking from sk...skotlex5-17/+20
2006-07-30GS Skill updates/fixesVicious3-3/+7
2006-07-29Removed ugly struct cast in login.ctoms1-21/+55
2006-07-29Fixed nullpo in merc_hom_skilluptoms1-1/+1
2006-07-29Added a return value to buildin_rid2name if rid is invalidtoms1-0/+3
2006-07-29- Made the SQL ping interval default to 7 hours.skotlex1-0/+5
2006-07-29Fixed segmentation fault in script engine when calling something which is not...toms1-13/+14
2006-07-29Fixed segmentation fault in script engine when activating DEBUG_RUN flag toms1-1/+1
2006-07-29- Some small bug fixes discovered while merging.skotlex4-8/+9
2006-07-29- Added A_* constants to identify ammo types.skotlex2-3/+46
2006-07-29- offensive heal/sanctuary will only happen when the source of the heal is a ...skotlex2-326/+267
2006-07-28- Some cleaning in the order of cases in castend damage id.skotlex1-13/+10
2006-07-28- Self destruction will now hit all characters in range, not just enemies.skotlex1-1/+2
2006-07-28- Cleaned up the NJ update code.skotlex4-185/+114
2006-07-28- Some cleaning of battle_drain, Evil Druid card should work now.skotlex4-16/+17
2006-07-28Fixed : - "uninitialized local variable 'i' used" in skill.ctoms2-13/+12
2006-07-28Fixed "conversion from 'double' to 'int', possible loss of data"toms1-1/+1
2006-07-28Fixed duplicate case value on NJ_SUITONtoms1-1/+0
2006-07-28Commiting mpeg's NJ work(from jA). some things might have gotten reversed/bro...Vicious3-73/+203
2006-07-28- Fixed a memory leak when there exists more than one user function with the ...skotlex1-5/+11
2006-07-28- The picklog will now record negative values for items sold to npcs.skotlex2-1/+3
2006-07-28- Fixed a missing initialization in run_script_main.skotlex1-1/+2
2006-07-28- Added missing include of limits.h in script.cskotlex1-0/+1
2006-07-28- Added missing SC information to NPC_CHANGEUNDEADskotlex1-0/+1
2006-07-27- Added config setting party_update_interval so you can specify how often the...skotlex5-109/+85
2006-07-27- Synced the script.c file with as much data as possible from jA's:skotlex5-2123/+2161
2006-07-27- Changed npc_click declaration to receive an npc structure rather than a gen...skotlex4-19/+11
2006-07-27- Added a cleanup routine on shutdown to remove all characters from memory fo...skotlex1-1/+16