summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1
AgeCommit message (Collapse)AuthorFilesLines
2014-11-19One More Try at the shopsv2014.11.18.3wushin1-1/+1
2014-11-19Fix all shops using the *-[0-9] denotationv2014.11.18.1wushin1-1/+1
2014-11-05NPCS on 001-* fixedwushin24-30/+28
2014-11-05Fix Shops for ASTwushin1-1/+1
2014-11-05Fix Monster entrieswushin1-21/+21
2014-11-03fix noob area collisionmekolat1-2/+2
2014-10-30add global death handlermekolat1-2/+2
2014-10-25Removed Skill Check from Traderwushin1-1/+0
2014-10-23Merge pull request #145 from mekolat/noobskillsWushin2-12/+3
allow noobs to use basic skills
2014-10-23fix tulimshar collisionmekolat1-2/+2
2014-10-22remove basic skillsmekolat2-12/+3
2014-10-19Merge pull request #173 from wushin/halloween-annualWushin1-0/+2
Halloween Annual Base Commit
2014-10-19Halloween Annual Base Commitwushin1-0/+2
2014-10-18fix contributor shirtsmekolat1-0/+6
2014-06-29Fix Lucawushin1-0/+2
2014-05-05Dialogue changes to NPCsVreality14-108/+108
Improved the dialogue of the bookshelf containing "zukminbirf." Added "croupier" name tag to the Roulette NPC's dialog Improved grammar and wording Replaced ". " with ". " Replaced " -- " with an en dash (" – ").
2014-04-15Npcs remaining script fixeswushin13-82/+26
Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts
2014-04-15New Core Functionwushin1-0/+11
Travelers to warp about Checks being moved into functions Warp Towel Behavior changed
2014-04-11Time Based Free Travel via Shipwushin1-0/+8
2014-04-11Adding new Mapswushin2-0/+3
Adding Collision Files for Maps Mapflags to for Local Respawns Base Autogenerated files for New Maps / Respawns.
2014-04-04Towns really don't need the "no drop" flagBen Longbons1-1/+0
2014-04-04Clear (most) new warningsBen Longbons4-18/+12
2014-04-02Fix style (split for more readable diff)Ben Longbons4-29/+26
2014-04-02Clean up main scriptsBen Longbons17-117/+123
2014-04-02Clean up generated scriptsBen Longbons1-2/+2
2014-02-02Remove disabled magic and old holiday questsBen Longbons1-9/+0
2013-09-11Adding missing "[" in gossip.txt, reported by cody.tux9th1-1/+1
2013-08-19Give every NPC a unique nameBen Longbons1-1/+1
2013-07-23Use canonical separator for mapflagsBen Longbons1-2/+2
2013-07-05Make fourth word of functions non-empty, to appease the current serverBen Longbons1-1/+1
2013-07-05Move starting brace to new lineBen Longbons23-36/+55
2013-06-28Refactor all calls within an if, which is illegalBen Longbons1-5/+9
2013-06-26Add an option to disable global timers for debuggingBen Longbons1-0/+1
2013-04-22Run 'make maps' to update the monster spawn names.Jessica Tölke1-2/+2
They now match the names from mob_db.
2013-02-12Restructuring the quests saved in TMW_Quest: Convert gossip to new variables.Jessica Tölke1-14/+29
2013-02-12o11c's review of sandraBen Longbons1-1/+1
2013-02-12Restructuring the quests saved in TMW_Quest: Convert Sandra to new variables.Jessica Tölke1-17/+26
2013-02-12Restructuring the quests saved in TMW_Quest: Convert Vincent to new variables.Jessica Tölke1-28/+26
2013-02-12Restructuring the quests saved in TMW_Quest: Convert Sarah to new variables.Jessica Tölke1-23/+20
2013-02-12o11c's review of bernard and mikhailBen Longbons1-1/+1
2013-02-12Restructuring the quests saved in TMW_Quest: Convert Bernard and Mikhail to ↵Jessica Tölke2-33/+56
new variables. The variable was also used in Kylian, so that script needed changes too.
2013-01-06Add cotton shorts to the shop on Tulimshar bazaar.Jessica Tölke1-1/+1
bell chick pointed out that the shorts are available at the Northern Bazaar, but might be less easy to notice there.
2012-12-31Spelling fixes: replace some 'i' with 'I'.Jessica Tölke2-2/+2
Reported by eiseras.
2012-12-20Remove misleading dialog about creating lifestones from Elanore's script.Jessica Tölke1-3/+0
2012-12-17Clean the dyer/bleacher scripts:Vincent Petithory1-57/+66
* Add punctuation in menus * Format label name to the apparent script convention * Move the sorcerer robes variants into a submenu * Remove the color array and use a hard-coded menu for the colors
2012-12-17Add all combinations of sorcerer robes regarding their dyed line. Update ↵Vincent Petithory1-0/+60
submodule pointer.
2012-12-16Add dyed Cotton Cloth itemsVincent Petithory1-0/+6
2012-08-28Add the Fine Dress:Vincent Petithory1-0/+6
* Add the Fine Dress and its dyed variants, * Add the Fine Dress to the npc dyer and to the npc bleacher.
2012-05-23Entertainer: also allow the new smileys to be randomly displayed.Jessica Tölke1-1/+1
2012-05-23Use newly defined constants for SKILL_EMOTE, SKILL_TRADE and SKILL_PARTY ↵Jessica Tölke2-9/+5
instead of local variables.