summaryrefslogtreecommitdiff
path: root/npc/custom
AgeCommit message (Expand)AuthorFilesLines
2015-11-15Fixed too-generic constant names of gettime() typesHaru6-17/+17
2015-11-14Standardized script-queue related commandsHaru1-4/+4
2015-10-27Replaced parameter type with constant.Emistry6-17/+17
2015-10-13Added Items needed in eden_iro.txtmoguri852-13/+13
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru22-211/+191
2015-06-25JobChanger UpdatedDastgir1-2/+2
2015-06-25Updated RockPaperScissorsDastgir1-267/+109
2015-06-05Renamed guild and guild2 folder to woe-fe and woe-seDastgir1-2/+2
2015-05-16Merge pull request #515 from EPuncker/masterDastgir1-140/+163
2015-05-16updated warperEvil Puncker1-140/+163
2015-05-13Changed close; into end; to try to fix bug 8666, since there is no dialogue w...Evil Puncker1-1/+1
2015-05-08Replaced checkre() calls with constantsHaru2-4/+4
2015-03-29Avoid binding rental items.Emistry1-2/+2
2015-01-30Fixes Warper NPC Overlapping. #8018Dastgir1-1/+1
2014-12-14Fixed some improper grammar.Mysteries1-1/+1
2014-11-14Fixed a typo in npc/custom/breeder.txtHaru1-1/+1
2014-10-30Deprecated checkriding and setriding commandsHaru3-20/+21
2014-10-30Deprecated checkdragon and setdragon commandsHaru1-1/+2
2014-10-30Deprecated checkmadogear and setmadogear commandsHaru1-7/+12
2014-10-28Removed use of 'checkquest' from scripts (common folder)Haru2-44/+44
2014-10-24Renamed ismounting, setmounting, @mount2Haru2-3/+3
2014-10-06Fix Bug 8133dastgir1-1/+4
2014-09-23Fix blackjack script by logging out to prevent zeny deletionAnnieRuru1-6/+15
2014-09-02Update hunting_missions.txt to follow author's method on fixing character del...AnnieRuru1-2/+16
2014-08-02Fixed Bug #8248Mumbles1-0/+4
2014-05-20Fixed an exploit in the custom jobmaster NPCHaru1-95/+165
2014-05-13Removed trailing whitespace (scripts)Haru30-162/+134
2014-05-13Fixed several files with a missing EOL at EOFHaru1-1/+1
2014-05-11Fixed typo in thqs_ttshoppanikon1-1/+1
2014-05-10Changed set_reg behavior on pc_setparam failure, now it won't simply END the ...panikon1-10/+20
2014-05-10Optimized THQS_TTShop.txt and corrected a minor mistakepanikon1-478/+158
2014-03-21Fix hunting mission and clarify weight's unitAnnieRuru1-3/+6
2014-03-18Created npc/dev/ folder for scripts with development or testing purposes.Haru1-726/+0
2014-03-17Added regular expression matching script commands and operatorsHaru1-1/+16
2014-03-10Fixed a crash caused by NPC variable references in callfuncHaru1-32/+152
2014-03-05Added some callsub tests to the script testsuiteHaru1-2/+63
2014-01-14Update Hunting Mission ossi01101-3/+3
2014-01-13Improved overwriting priority of variables/constants/parametersHaru1-0/+26
2014-01-12Updated script engine self-test npc with array testsHaru1-7/+111
2013-12-18Merge pull request #234 from mhalicot/mastershennetsind1-2/+2
2013-12-07Fixed several incorrect script labels and eventsHaru1-2/+2
2013-12-03Fixed error when unbinding items, removed /* */Mhalicot1-2/+2
2013-11-30Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179Taylor Locke24-73/+73
2013-11-30Fixed an issue with assignment operators and expressionsHaru1-55/+25
2013-11-30Fixed some case mismatches in the Flavius bgqueue test scriptHaru1-3/+3
2013-11-30- Fix Bug 7850Patskie1-8/+9
2013-11-28Added support for automatic concatenation of adjacent string literalsHaru1-0/+14
2013-11-28Corrected operator precedence table.Haru2-3/+419
2013-11-28Revert "Cleaned up Zeny manipulation in scripts."Haru25-74/+74
2013-11-25Cleaned up Zeny manipulation in scripts.Taylor Locke25-74/+74