Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-28 | PvPEvent: Add a minimum for the price. | Jessica Tölke | 1 | -1/+8 | |
2012-08-28 | PvPEvent: Make it possible to sponsor items as price. | Jessica Tölke | 1 | -1/+64 | |
2012-08-28 | PvPEvent: Make it possible to choose the amount of money. | Jessica Tölke | 1 | -12/+20 | |
2012-08-28 | Rename global variables to contain the NPC name to ensure uniqueness. | Jessica Tölke | 1 | -30/+40 | |
2012-08-22 | Changed the times on the script from 5, 15, 30 to 5, 10, 15 Changed the ↵ | Yubaba | 1 | -11/+11 | |
script timing. | |||||
2012-08-22 | Added PvP-Last Man Standing Event NPCs | tux9th | 6 | -0/+171 | |
2012-08-21 | Give a small experience reward for solving the barrier puzzle. | Jessica Tölke | 2 | -2/+1 | |
2012-08-21 | Set all temporary player variables to 0 before closing the NPC dialogues of ↵ | Jessica Tölke | 2 | -40/+67 | |
Orum and Waric. | |||||
2012-08-21 | Revise dialogue of Orum and Waric. | Jessica Tölke | 5 | -164/+132 | |
- Replace ".." with either "." or "..." in many places. - No "next;" before "menu". - Remove NPC name on some places where it was superfluous. | |||||
2012-08-20 | Fix spelling error in waric.txt | Jessica Tölke | 1 | -1/+1 | |
2012-08-15 | Graveyard Inn crying child: set minimum level from 80 to 85 and remove ↵ | Jessica Tölke | 1 | -5/+5 | |
'*sniffle*' from dialogue. | |||||
2012-08-13 | Added plain base64 encoding and xml encoding | sebbu | 1 | -18/+19 | |
2012-08-13 | Added support for gzip and zlib compression with base64 encoding | sebbu | 2 | -7/+33 | |
Amended by Jenalya to update submodule pointer. | |||||
2012-08-11 | Ran 'make maps' due to a collision fix on 029-1. | Jessica Tölke | 2 | -0/+0 | |
2012-08-08 | Run 'make maps' for collision changes.v2012.08.08 | Jessica Tölke | 14 | -0/+0 | |
2012-08-07 | Run 'make maps' for collision fix on 001-3 | Jessica Tölke | 2 | -0/+0 | |
2012-08-05 | Add debug NPCs that disable themselves in production. | Ben Longbons | 1 | -0/+40 | |
2012-08-03 | Run 'make maps' for collision fix on 047-1. | Jessica Tölke | 2 | -0/+0 | |
2012-08-02 | Run 'make maps' for new maps 009-5 and 009-6. | Jessica Tölke | 12 | -0/+38 | |
2012-07-21 | Running 'make maps' for some map fixes including collision changes, updated ↵ | Jessica Tölke | 2 | -0/+0 | |
submodule pointer. | |||||
2012-07-20 | Fixed the NPC locations and barriers for 041-1 and 042-1 | Dweems | 7 | -19/+19 | |
-Fixed all the NPC locations to match the new coordinates -Fixed the barriers to warp you to the correct locations -Fixed the warps on 041-1 aswell | |||||
2012-07-20 | Running 'make maps' for the changes on tutorial map and surroundings. | Jessica Tölke | 10 | -21/+40 | |
2012-07-20 | Running 'make maps' for the changes done on 013-3, 017-1, 017-3 and 017-4. | Jessica Tölke | 15 | -28/+55 | |
2012-07-19 | Add a script to run all three servers, from anywhere. | Ben Longbons | 1 | -0/+10 | |
2012-07-19 | Add a tmx-to-wlk converter that handles CSV (in Python), and run it. | Ben Longbons | 22 | -473/+350 | |
Some of the _mobs files changed due to bugs in the maps, which I fixed. Remove the old Java version. | |||||
2012-07-19 | Some fixes in Orum script.v2012.07.19 | Jessica Tölke | 1 | -2/+9 | |
Set variable right after giving the reward. Check for weight and inventory before giving the reward. | |||||
2012-07-06 | Change mob splash to 1, stacks *do* spread a little. | Ben Longbons | 1 | -1/+1 | |
2012-07-06 | Add config to enable mob splash, radius 0. | Ben Longbons | 1 | -0/+5 | |
2012-06-29 | Revert "Changing configuration of online list to be displayed in ↵ | Jessica Tölke | 1 | -1/+1 | |
alphabetical order instead of not ordered, which is practically by account id." This reverts commit d726bc8b839a90017cf08200b16e5a8f6ce20a1a. After some discussion in irc we came to the conclusion that changing to alphabetical ordering would have more drawbacks than advantages. | |||||
2012-06-27 | Changing configuration of online list to be displayed in alphabetical order ↵ | Jessica Tölke | 1 | -1/+1 | |
instead of not ordered, which is practically by account id. | |||||
2012-06-26 | Fix a misspelled label in the debug function. | Jessica Tölke | 1 | -1/+1 | |
2012-06-21 | fixed typo "famos" to "famous" | David Gay | 1 | -1/+1 | |
2012-06-20 | Some changes in tutorial to make it easier: | Jessica Tölke | 4 | -3/+18 | |
- Hint in Hasan's dialogue to talk to Kaan. - Hint in Kaan's dialogue to talk to Sorfina or Tanisha. - Sorfina offers free heal as long as the player didn't complete the tutorial. | |||||
2012-06-03 | Adding new item Antlers to item_db and as drop to the Reinboo. 'make indent' ↵ | Jessica Tölke | 3 | -705/+706 | |
ran and submodule pointer updated. | |||||
2012-05-23 | Towel Event: ask for the amount of "pints of beer" instead of "beers" to ↵v2012.05.25 | Jessica Tölke | 1 | -1/+1 | |
avoid confusion. Suggested by GonzoDark. | |||||
2012-05-23 | Entertainer: also allow the new smileys to be randomly displayed. | Jessica Tölke | 1 | -1/+1 | |
2012-05-23 | Use newly defined constants for SKILL_EMOTE, SKILL_TRADE and SKILL_PARTY ↵ | Jessica Tölke | 3 | -16/+10 | |
instead of local variables. | |||||
2012-05-23 | Cosmetical changes in const.txt: added comments and replaced all tabs by ↵ | alige Ali-G | 1 | -245/+290 | |
whitespaces. | |||||
2012-05-23 | Added new emotes to const.txt. | alige Ali-G | 2 | -14/+70 | |
2012-05-23 | Changed all SKILL_WARRIOR_RAGING entries to SKILL_RAGING. | alige Ali-G | 3 | -3/+3 | |
2012-05-23 | Expanded the debug NPC script and added new variables in const.txt. | alige Ali-G | 2 | -252/+684 | |
2012-05-21 | Fix of the towel spellinvocations. Their numbering was off, causing some ↵v2012.05.21 | Jessica Tölke | 1 | -8/+8 | |
answers not to work. | |||||
2012-05-21 | Add Reinboo to the list of monsters that annoy Sagatha when you kill them. | Jessica Tölke | 1 | -0/+3 | |
2012-05-20 | Running the converter to repair the collison files for 046-1 and 047-1. ↵v2012.05.20 | Jessica Tölke | 3 | -0/+0 | |
Submodule pointer updated. | |||||
2012-05-19 | Towel Event: add a missing $ behind a variable name. Reported by v0id.v2012.05.19 | Jessica Tölke | 1 | -1/+1 | |
2012-05-18 | Fix a bug in Hasan that can cause him to be blocked infinitely.v2012.05.18 | Jessica Tölke | 1 | -2/+2 | |
This was caused because the player could log out after the blocking variables were set, but before the timer was started that would free the NPC after a timeout. | |||||
2012-05-16 | Blue Sage bookpages subquest: modify the formula to reduce the presumptive ↵ | Jessica Tölke | 1 | -1/+1 | |
amount of pages needed, based on feedback from Nard. | |||||
2012-05-15 | Blue sage quest: fix and addition in bookpages subquest | Jessica Tölke | 1 | -5/+33 | |
- Fix logic that determines if a bookpage is a new one to decrease with the amount of successful pages. - Different dialogue depending on the amount of successful pages the player already brought. | |||||
2012-05-15 | Expand seasonal quest to be available during a londer period and fix how the ↵ | Jessica Tölke | 2 | -2/+2 | |
time is checked. | |||||
2012-05-14 | Collision fixes in new snow maps. | Stefan Beller | 3 | -0/+0 | |
converter run, submodule updated. |