summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-03-03- Fixed typo in script.cLance1-11/+11
2006-03-03* IDE error.Lance3-44/+4
2006-03-03- Small fixes on mob_skill_useskotlex1-3/+9
2006-03-03- Added the skill-related variables to pet_data, removed the pet skill delay ...skotlex4-48/+27
2006-03-03- Fixed a stupid typo that disabled all pet support skills from ever triggeri...skotlex1-1/+1
2006-03-02- status_check_skilluse cleanup. Some status will only block skills when they...skotlex2-18/+27
2006-03-02- Hopefully fixed the compile error due to the mapregsql_handle...skotlex1-4/+4
2006-03-02- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)skotlex7-24/+89
2006-03-02- Some cleanup on mob_can_reach code to prevent unnecessary path-searchingskotlex3-43/+56
2006-03-02- Applied Snufkin's patch to fix compilation on FreeBSD.skotlex3-2/+8
2006-03-02- Fixed mobs targetting themselves after using a support skill.skotlex1-3/+5
2006-03-02- Gospel no longer blocks item usage of whoever is in the area of effect.skotlex3-27/+44
2006-03-02- Fixed item pickup not picking anything unless you were in a party with item...skotlex3-11/+13
2006-03-02* Made it so players that are at the max level do not receive EXP. This makes...codemaster1-20/+34
2006-03-02* Mapregsql will now fully depend on mmysql_handle.Lance1-7/+7
2006-03-02* Optimized strcharinfo to use switch. Looks like Skot fixed the crash alread...Lance1-57/+132
2006-03-02- Some cleanup of the mob skill reading. Added error reporting for unknown st...skotlex1-15/+28
2006-03-01- Silence will only block skills when they have begun casting, not when the c...skotlex3-8/+20
2006-03-01- Added sql init for the mapreg handle.skotlex1-3/+4
2006-03-01- Checked and fixed the script engine barking when you try to have a label wi...skotlex2-111/+34
2006-03-01- Turn Undead and Offensive Resurrection should now work on undead players.skotlex9-117/+154
2006-03-01Some small changes in LAN support code.LuzZza1-6/+8
2006-03-01* Added script command 'setbattleflag'.Lance1-1/+17
2006-03-01* Corrected a few Compiling Warnings [Codemaster]codemaster5-6/+6
2006-03-01* Added the ability to select GM loading via Login (default) or Char [Codemas...codemaster2-64/+131
2006-02-28* Added autoequip flag check (added script command 'autoequip' to manipulate ...Lance3-0/+18
2006-02-28* Added script command 'equip' to equip items.Lance1-0/+29
2006-02-28Rewrote LAN support code. Changed configuration file name lan_support.conf to...LuzZza8-304/+295
2006-02-24- Prevented guild/party recall to work on GMs of greater level than yourself.skotlex1-0/+8
2006-02-24- Fixed Lady Tanee's spawns.skotlex1-3/+0
2006-02-24- Fixed the CL_WHITE define, thanks to FlavioJSskotlex5-23/+13
2006-02-24- Player-summoned mobs won't level up now.skotlex6-32/+23
2006-02-23- Added mob skill conditions myhpinrate and friendhpinrate for using HP range...skotlex4-21/+36
2006-02-23- Modified the way autospells stack to mimic official servers. Cards of the s...skotlex9-155/+106
2006-02-22- Windwalk's bonus is now +5 miserable flee.skotlex1-1/+1
2006-02-22- Removed pc_break_equip, added function skill_break_equip which handles rate...skotlex5-112/+113
2006-02-22- Changed the MAX_MOBSKILL value to 50 to give some 'breathing' room.skotlex1-1/+1
2006-02-22- Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s...skotlex7-93/+145
2006-02-21- Fixed all skills getting range 0.... (except close confine which got range ...skotlex1-1/+1
2006-02-21- Some cleanup in skill.c, moved the icewall flag check to skill_notok.skotlex1-24/+9
2006-02-21- Modified party_send_movemap and guild_send_info_short to send the mini-dots...skotlex4-24/+81
2006-02-21- Fix to prevent using main chat when it disabled in atcommand_athena.LuzZza3-5/+5
2006-02-21- Some fine-tuning of the warp portal code which prevents it from messing up ...skotlex2-14/+30
2006-02-21- Vending is now cancelled on a pc_setposskotlex4-16/+19
2006-02-21- Oh yeah, made Super Novice explosion spirits trigger when the last phrase i...skotlex2-2/+1
2006-02-20- Added back the char-sql server sending the GM list when the map server conn...skotlex3-4/+5
2006-02-20- Play-dead and Basilica now do block Gospelskotlex3-44/+23
2006-02-20- SC_NOCHAT won't be cancelled on death.skotlex2-39/+44
2006-02-20- Close confine won't get the bonus range on cast as other skills do due to e...skotlex2-2/+3
2006-02-20- Added sd variables menuskill_id/menuskill_lv to store menu-based selections...skotlex6-106/+166