summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-27Applied suggestion in tid:74775. Added script command cleanmap and cleanarea ...momacabu1-1/+42
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-13048/+13171
2012-11-24-Fix bugreport:6751 allow noseige to be casted while under status.glighta1-12/+12
2012-11-24Follow up to r16957 to fix an error with getcharip.cookiecrumbs1-1/+1
2012-11-24Implemented script command getcharip (tid:69646)cookiecrumbs1-0/+46
2012-11-23-Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl...glighta1-9/+8
2012-11-23- Temporary fix for bugreport:1023, where various 'next' buttons would pop --...momacabu1-13/+32
2012-11-22-Adding checkweight2 and upgrading chekweight to read list of item tid:59194.glighta1-354/+434
2012-11-20Console clean up, dropped quite a few pointless messages and modified others ...shennetsind1-10/+11
2012-11-12-Add/upd basic documentation for script.cglighta1-425/+485
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-415/+415
2012-11-11- Fixed bugreport:6252. Setting variables in script e.g. "set .@var, 08;" was...momacabu1-0/+1
2012-11-10- Modified *monster and *areamonster script commands to allow size and ai par...momacabu1-42/+80
2012-11-10Removed include lock.h from script.cmomacabu1-1/+0
2012-11-07Fixed various quest-related script commands - including: setquest, erasequest...cookiecrumbs1-5/+11
2012-10-29-Add some src basic documentation.glighta1-171/+171
2012-09-26Fixed bugreport:6720 fixed pvp/gvg mapflag handling by setmapflag/removemapfl...shennetsind1-5/+32
2012-09-16Follow up r16769, initnpctimer should reset the timer.greenboxal21-0/+1
2012-09-13Follow up r16738 MO_ETREMITYFIST renewal behavior.rud0lp201-8/+2
2012-09-08Fixed bugreport:6428 Fixed behavior issues with script commands replacestr an...shennetsind1-2/+2
2012-09-06Added new script command 'getrandgroupitem' as a fix for bugreport:5529, db d...shennetsind1-0/+44
2012-09-03Fixed bugreport:6581 applied balance update to MO_EXTREMITYFIST.rud0lp201-0/+9
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind1-4/+4
2012-08-22Follow up r16636 - Added the two new arguments to the buildin_areawarp_sub ca...kenpachi2k111-1/+1
2012-08-18Implemented Renewal Casting System.rud0lp201-8/+2
2012-08-15Fixed bugreport:6446 credits to flaviojs, special thanks to Lelouch vi Britan...shennetsind1-11/+9
2012-08-15` Changed areawarp script command to accept two additional, yet optional, par...xantara1-22/+52
2012-08-12Fixed bugreport:6459 yet another variable assignment fix, special thanks to j...shennetsind1-2/+4
2012-08-10Fixed bugreport:6451, a ancient bug present r6791 which would cause any non-h...shennetsind1-38/+34
2012-08-09Fixed bugreport:6108, getd now works as a parameter for query_sql.xantara1-27/+13
2012-08-08Fixed replacestrcookiecrumbs1-1/+1
2012-08-07Fixed bugreport:6428 where the count parameter of replacestr didn't allow var...cookiecrumbs1-3/+34
2012-08-07Reverted wrong checkre() command optimization (bugreport:6426)daegaladh1-1/+16
2012-08-06Hello World! with this commit trunk will finally be making use of the gorgeou...shennetsind1-11/+293
2012-08-03Fixed bugreport:6402 when a menu supersedes the client's maximum length it is...shennetsind1-17/+51
2012-08-03Modified script function 'donpcevent' as requested by Script Developer Euphy,shennetsind1-1/+6
2012-08-02Fixed bugreport:6032 r15982's variable assignment should be fully functional ...shennetsind1-38/+20
2012-08-01Added checks for when a homunculus class is invalid when passing through the ...xantara1-1/+1
2012-08-01Fixed bugreport:6378 fixed 'nude' script command so that it may remove costume.shennetsind1-9/+10
2012-07-24Renamed leftovers REMODE to RENEWAL in documentation.xazax-hun1-1/+1
2012-07-23Follow up r16471 improved overall feature performance by making the bind list...shennetsind1-31/+84
2012-07-23Fixed bugreport:6297 where Cart can be dispelled by SA_DISPELL and AB_CLEARANCE.rud0lp201-17/+1
2012-07-23Added checkre() script command, which allows to check if a renewal feature is...daegaladh1-0/+71
2012-07-22Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); or...cookiecrumbs1-0/+105
2012-07-21Renamed bUseSPrateSkill to bSkillUseSPrate.kenpachi2k111-1/+2
2012-07-14- Added new script command hommutate which changes an Homunculus into an Homu...masao871-0/+31
2012-07-01Fixed bugreport:5984 rental items exploit which allowed a rental item from ne...shennetsind1-3/+0
2012-06-29Implemented new item script bonuses:rud0lp201-0/+3
2012-06-21Added mercenary and elemental objects support for getmapxy.greenboxal21-0/+21
2012-06-15Fixed bugreport:5740 var reference was not being restored to call buildin_set...greenboxal21-3/+29