summaryrefslogtreecommitdiff
path: root/world/map/npc
AgeCommit message (Collapse)AuthorFilesLines
2013-06-09Remove requirement for GM cap from announcer scriptJared Adams1-3/+3
Also fix some grammar.
2013-06-10GM broadcasts NPC: add an optional max times to broadcast a messageVincent Petithory1-6/+21
2013-06-10Add a NPC to botcheck area to create scheduled broadcastsVincent Petithory2-0/+157
2013-06-09Merge remote-tracking branch 'origin/master' into waricJessica Tölke33-122/+364
Conflicts: world/map/db/item_db.txt
2013-06-09Add mob limit logic to the 5 pentagram spawns too.Jessica Tölke5-1/+93
2013-06-09Add debug npc.Jessica Tölke1-0/+28
2013-06-09Add logic to Blossom to trade Rose Hats against Rose Hats in different colors.Jessica Tölke1-1/+70
2013-06-09Add different colors of the Rose Hat.Jessica Tölke1-1/+1
2013-06-09Update Game Rules:tux9th1-16/+15
* linguistic changes to the german translation. * new spanish translation done by Narus. * new swedish translation done by veryape.
2013-06-07Fix Nivalis menhir to behave like the others.Jared Adams1-4/+4
2013-06-07Really fix the random spawn points bugBen Longbons1-2/+2
2013-06-07run 'make maps' for client-data changes.tux9th2-14/+14
update submodule pointer for client-data.
2013-06-05Edit: Evil Obelisk 018-3 and Function Evil Obelisktux9th2-29/+49
* Changed monster to areamonster, monsters will now spawn in an area defined * adapted logic * decreased costs
2013-06-03Fixed warppoints in and out of Cindy's cave.tux9th2-2/+2
2013-06-03Fixed the NPC warps to have the same range as normal warps instead of the 3 ↵tux9th7-7/+7
by 3 square.
2013-05-27Amend Orum's script and the flowerpentagrams to use the actual items.Jessica Tölke6-22/+22
2013-05-27Add flowerpentagram npcs to do the summoning.Jessica Tölke12-0/+567
2013-05-27Add new monster bluepar to mob_db and mob_points function.Jessica Tölke1-2/+3
2013-05-27Add new monsters to mob point function.Jessica Tölke1-5/+6
2013-05-27Hetchel dialog: typo fixbh281-1/+1
2013-05-27fixed dbl quote issuesbh281-22/+22
2013-05-27minor error corrections (see comments)bh281-8/+9
2013-05-27Allowed to buy multiple sheets, Dialogs improvement.bh281-14/+48
2013-05-27replaced wrong "cocoon" by "sheet" in sheet dialogbh281-1/+1
2013-05-27Add NPC Hetchel(376) to 021-1bh282-0/+110
2013-05-27Modify NPC Lora Tay to accept silk sheets (010-2)bh281-3/+55
2013-05-26Run make maps for map changes and npc position changes.Jessica Tölke4-3/+15
Update submodule pointer.
2013-05-26NPC changeswushin11-55/+48
2013-05-17Run make maps again to update the warp I removed from 034-2.Jessica Tölke1-1/+0
2013-05-17Run make maps to add 034-2. Submodule pointer updated.Jessica Tölke5-0/+22
2013-05-10Merge remote-tracking branch 'origin/master' into waricJessica Tölke86-946/+829
2013-05-10Orum and Waric follow-up: Dialogue and logic for fifth flowerJessica Tölke1-1/+205
2013-05-10Orum and Waric follow-up: dialogue and logic for fourth flower.Jessica Tölke1-0/+189
2013-05-10Orum and Waric follow-up: dialogue and logic for third flower.Jessica Tölke1-0/+150
That involves a minigame to prepare the third flower.
2013-05-10Orum and Waric follow-up: dialogue and logic in Orum for second magical flower.Jessica Tölke1-2/+91
2013-05-10Orum and Waric follow-up: Add NPCs Orum and Waric.Jessica Tölke3-0/+189
Initial talk in Waric's script. Logic for the first flower in Orum's script.
2013-05-10Orum and Waric follow-up: Add Guarding SpiritJessica Tölke2-0/+90
The Guarding Spirit prevents people who didn't do the first part of the quest from entering. Players that helped to free Waric can persuade the spirit to let them in. Once the player entered, the spirit warps into the cave on touch.
2013-05-04Brodomir cave: on reward, skip calling getitem if there is no item to give.v2013.05.12Vincent Petithory1-1/+4
2013-04-28Update German translation of the rules:Jessica Tölke1-6/+5
- add information about no-following to the botting rule - replace ae,oe,ue,ss with ä,ö,ü,ß
2013-04-24Change wolf to wolvern in dialogbh281-1/+1
2013-04-22Merge pull request #16 from bigcrunch/masterjtoelke1-8/+8
minor fixes to grammar and spelling on auldsbel.txt
2013-04-22Run 'make maps' to update the monster spawn names.Jessica Tölke67-473/+473
They now match the names from mob_db.
2013-04-22Added a missing period.Dino Paskvan1-1/+1
2013-04-22Minor spelling and grammatical fixesPatrick O'Neal1-7/+7
2013-04-22FixDino Paskvan1-1/+1
2013-04-22Changed 'are' to 'is'Patrick O'Neal1-1/+1
2013-04-22Small fixDino Paskvan1-1/+1
2013-04-22Small changes and fixes to NPC dialogues (barman, caretaker, Cerhan, crying ↵Dino Paskvan7-64/+64
child, diary, evil guard and GY INN shops)
2013-04-19Small fixesDino Paskvan1-2/+2
2013-04-19Apart from fixing typos and grammatical errors (most notably the lack of ↵Dino Paskvan1-96/+96
apostrophes in possessive forms), I have made a couple of point of view corrections. An example would be the statement that Golbenez decides to ignore you. From a player's point of view, you would lack the necessary insight into what Golbenez is actually thinking to know that he decided on something. Instead, you just see him ignoring you. Also, I changed the tone of Golbenez's dialogue, making it more formal, as that seems more appropriate for a demonic being, and also increases the contrast in unexpected situations, making for a more humorous setting when he i.e. asks for a cake. Finally, I tried to make the language flow more naturally overall.