Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-05 | Edit: Evil Obelisk 018-3 and Function Evil Obelisk | tux9th | 2 | -29/+49 | |
* Changed monster to areamonster, monsters will now spawn in an area defined * adapted logic * decreased costs | |||||
2013-06-03 | Fixed warppoints in and out of Cindy's cave. | tux9th | 2 | -2/+2 | |
2013-06-03 | Fixed the NPC warps to have the same range as normal warps instead of the 3 ↵ | tux9th | 7 | -7/+7 | |
by 3 square. | |||||
2013-05-27 | Hetchel dialog: typo fix | bh28 | 1 | -1/+1 | |
2013-05-27 | fixed dbl quote issues | bh28 | 1 | -22/+22 | |
2013-05-27 | minor error corrections (see comments) | bh28 | 1 | -8/+9 | |
2013-05-27 | Allowed to buy multiple sheets, Dialogs improvement. | bh28 | 1 | -14/+48 | |
2013-05-27 | replaced wrong "cocoon" by "sheet" in sheet dialog | bh28 | 1 | -1/+1 | |
2013-05-27 | Add NPC Hetchel(376) to 021-1 | bh28 | 2 | -0/+110 | |
2013-05-27 | Modify NPC Lora Tay to accept silk sheets (010-2) | bh28 | 1 | -3/+55 | |
2013-05-27 | Add Silksheet(891) to item_db | bh28 | 1 | -0/+1 | |
2013-05-26 | Run make maps for map changes and npc position changes. | Jessica Tölke | 7 | -3/+15 | |
Update submodule pointer. | |||||
2013-05-26 | NPC changes | wushin | 11 | -55/+48 | |
2013-05-25 | Some fixes to item_db | Stefan Dombrowski | 1 | -13/+13 | |
* Comment out the spear, like in client data * Adjust some prices, so they are not lower than the sell price * The label for BlackWizardHat does not say that it's red anymore * Changing some types from useable to gerneric, since there is no use script | |||||
2013-05-17 | And run make maps after the change of the converter to also update resnametable. | Jessica Tölke | 1 | -3/+0 | |
2013-05-17 | Run make maps again to update the warp I removed from 034-2. | Jessica Tölke | 1 | -1/+0 | |
2013-05-17 | Run make maps to add 034-2. Submodule pointer updated. | Jessica Tölke | 7 | -0/+23 | |
2013-05-04 | Brodomir cave: on reward, skip calling getitem if there is no item to give.v2013.05.12 | Vincent Petithory | 1 | -1/+4 | |
2013-04-29 | Be coherent about what's armor and what's a weapon | Ben Longbons | 1 | -5/+5 | |
Newly added assertions in the server caught this. | |||||
2013-04-29 | Run 'make maps' for client-data changes. | tux9th | 1 | -0/+0 | |
Updated submodule pointer. | |||||
2013-04-28 | Update German translation of the rules: | Jessica Tölke | 1 | -6/+5 | |
- add information about no-following to the botting rule - replace ae,oe,ue,ss with ä,ö,ü,ß | |||||
2013-04-28 | Add news entry about new release, update submodule pointer.v2013.04.28 | Jessica Tölke | 3 | -0/+50 | |
2013-04-28 | Remove news entries from before summer 2012. | Jessica Tölke | 3 | -1034/+0 | |
This is to keep the client from hanging while loading the huge news file at login. | |||||
2013-04-28 | Split up 00-old-news.txt. | Jessica Tölke | 2 | -49/+48 | |
Moved the entries from the second half of 2012 to a separate news entry file. | |||||
2013-04-24 | Change wolf to wolvern in dialog | bh28 | 1 | -1/+1 | |
2013-04-22 | Merge pull request #16 from bigcrunch/master | jtoelke | 1 | -8/+8 | |
minor fixes to grammar and spelling on auldsbel.txt | |||||
2013-04-22 | Run 'make maps' to update the monster spawn names. | Jessica Tölke | 67 | -473/+473 | |
They now match the names from mob_db. | |||||
2013-04-22 | Added a missing period. | Dino Paskvan | 1 | -1/+1 | |
2013-04-22 | Minor spelling and grammatical fixes | Patrick O'Neal | 1 | -7/+7 | |
2013-04-22 | Fix | Dino Paskvan | 1 | -1/+1 | |
2013-04-22 | Changed 'are' to 'is' | Patrick O'Neal | 1 | -1/+1 | |
2013-04-22 | Small fix | Dino Paskvan | 1 | -1/+1 | |
2013-04-22 | Small changes and fixes to NPC dialogues (barman, caretaker, Cerhan, crying ↵ | Dino Paskvan | 7 | -64/+64 | |
child, diary, evil guard and GY INN shops) | |||||
2013-04-19 | Small fixes | Dino Paskvan | 1 | -2/+2 | |
2013-04-19 | Apart from fixing typos and grammatical errors (most notably the lack of ↵ | Dino Paskvan | 1 | -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. | |||||
2013-04-17 | shop Inar: CottonBoots were misspelled WhiteCottonBoots | bh28 | 1 | -1/+1 | |
2013-04-14 | Fix exploit in Brodomir script due to unexpected behavior of delitem/getitem. | Jessica Tölke | 1 | -5/+28 | |
- delitem: only deletes one item if applied to not-stackable item (equipment) - getitem: gives item stacked, even if it's equipment - fix: use a loop and only delete/give one item at a time | |||||
2013-04-13 | Refactor torches to avoid a bug and make more consistent and obvious | Ben Longbons | 5 | -289/+148 | |
Also avoid some silliness with rand() | |||||
2013-04-11 | run 'make maps' for client-data changes on 021-1 and 045-1. | tux9th | 2 | -0/+0 | |
2013-04-01 | Running 'make maps' to update monster spawns on 017-1. | Jessica Tölke | 2 | -3/+2 | |
This also changed the _import.txt of 008-1 to order the entries alphabetically. Update submodule pointer. | |||||
2013-03-29 | Typo fix | bh28 | 1 | -1/+1 | |
2013-03-25 | Switch all npcs back to 127 that the player can't 'talk' to. | Jessica Tölke | 9 | -16/+16 | |
2013-03-25 | Change invisible npc id from 127 to 400. | Andrei Karas | 45 | -93/+93 | |
127 - invisible unselectable npc (fake npc used by server) 400 - invisible selectable npc | |||||
2013-03-24 | Easter event: remove outdated comment. | Jessica Tölke | 1 | -1/+0 | |
2013-03-24 | Merge remote-tracking branch 'v0id/candor-wip'v2013.03.24 | Jessica Tölke | 1 | -3/+39 | |
Conflicts: world/map/npc/029-3/parua.txt | |||||
2013-03-24 | Annual Easter: increase minimum level and add age requirement. | Jessica Tölke | 1 | -1/+1 | |
Update submodule pointer. | |||||
2013-03-24 | Merge remote-tracking branch 'v0id/easter-fix' into test | Jessica Tölke | 2 | -0/+13 | |
2013-03-24 | Boss points: fixup on punctuation | Jessica Tölke | 1 | -1/+1 | |
2013-03-24 | Easter fix: play the FX_GETITEM particle effect whenever the player receives ↵ | Vincent Petithory | 1 | -0/+4 | |
an object | |||||
2013-03-24 | Easter fix: give a Green Apple for the first interaction with the eggs | Vincent Petithory | 1 | -0/+1 | |