summaryrefslogtreecommitdiff
path: root/hercules/code/server/tmw/npcs.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Fix different issues in tools found by pyflakes.Andrei Karas1-2/+3
2016-06-27hercules: add some fixes into converter for support tmw-ufb.Andrei Karas1-2/+23
2016-06-25hercules: fix different case and syntax errors in tmw-br data.Andrei Karas1-45/+28
2016-06-25hercules: add into converter label replacment list from tmw-br.Andrei Karas1-0/+298
2016-06-19hercules: parse shop names with non ascii chars.Andrei Karas1-2/+2
2016-06-19hercules: parse monster names with non ascii names.Andrei Karas1-1/+1
2016-06-19hercules: fix parsing warps in new tmwa format (missing wap name).Andrei Karas1-3/+15
2016-02-02hercules: add different case issue labels and vars for replacment list in scr...Andrei Karas1-0/+82
2016-02-02hercules: convert npc id to constants.Andrei Karas1-11/+15
2016-02-02hercules: Fix parsing npc scripts from old tmw server.Andrei Karas1-2/+50
2015-02-17Hercules: tmw convertor: Fix Marriage and Sex change conversionwushin1-1/+3
2015-02-17Herceles: tmw convertor: fix removing existing fileswushin1-0/+4
2015-02-15Hercules: tmw convertor: Fix Shop Priceswushin1-2/+2
2015-02-15Hercules: tmw convertor: Fix TMWA pathing to ease migrationwushin1-7/+7
2015-01-02hercules: tmw: fix other case issues in npc scripts.Andrei Karas1-1/+66
2015-01-02hercules: tmw: simplify string replacment in npc scripts.Andrei Karas1-46/+50
2015-01-02hercules: tmw: in npc scripts replace isdead to ispcdead.Andrei Karas1-0/+1
2015-01-01hercules: tmw: fix some cases and errors in scripts.Andrei Karas1-0/+19
2015-01-01hercules: tmw: add some more constants replacments in npc scripts.Andrei Karas1-4/+6
2015-01-01hercules: tmw: remove ".gat" from all lines.Andrei Karas1-0/+1
2015-01-01hercules: tmw: fix shops conversion.Andrei Karas1-4/+4
2015-01-01hercules: tmw: replace some wrong cases and functions in npc scripts.Andrei Karas1-0/+12
2014-12-31hercules: tmw: fix DailyQuestPoints variable and function name conflict.Andrei Karas1-6/+15
2014-12-31hercules: tmw: fix functions conversion.Andrei Karas1-2/+13
2014-12-31hercules: tmw: fix constants case issue.Andrei Karas1-0/+2
2014-12-29hercules: add support for convert npc scripts from tmw.Andrei Karas1-0/+297