Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-16 | Orum fix: | tux9th | 1 | -2/+2 | |
* no longer banishes people with OrumQuest > 32; Reported by Fortunato. * fix off by 1 error at first minigame. | |||||
2013-09-16 | Make RequireStat script less silly | Ben Longbons | 1 | -21/+8 | |
2013-09-16 | Refactor all broken returns into goto L_Return | Ben Longbons | 13 | -26/+69 | |
2013-09-14 | Pauline NPC - 021-1: | tux9th | 3 | -11/+300 | |
* Creating a new NPC script. * Removing Pauline from 021-1/npcs.txt. * Reset temporary NPC var in 021-1/npcs.txt. * Proofread by Melkior. Pauline now is part of the QUEST_MAGIC2 variable using Nibble4 only. She teaches two new Astral Magic spells. | |||||
2013-09-14 | Astral Magic: | tux9th | 1 | -0/+4 | |
* Adding summon mouboo spell. * Adding summon pinkie spell. * Fluffies are from now on also slaves and attack. * Adding Pinkie to shear-drop list. * Killing Pinkies will now make Sagatha unhappy, shearing them will make her happy. | |||||
2013-09-11 | Adding missing "[" in gossip.txt, reported by cody. | tux9th | 1 | -1/+1 | |
2013-09-11 | Add missing close to Diryn | Stefan Dombrowski | 1 | -1/+3 | |
2013-09-08 | Fix Waric: replace root with dark crystal. | tux9th | 1 | -4/+4 | |
2013-09-07 | Addition to Orum's dialog: make easy minigame more clear | Jessica Tölke | 1 | -1/+6 | |
2013-09-06 | Waric: fix explanation of spell | tux9th | 1 | -1/+1 | |
2013-09-05 | Waric: fix freeze issue at Quest State 18 | tux9th | 1 | -1/+1 | |
http://forums.themanaworld.org/viewtopic.php?p=137508#p137508 | |||||
2013-09-03 | Dark Magic - Quests: | tux9th | 3 | -11/+308 | |
* Adjusting Debug-NPC. * added Quests for 3 Spells, QuestStates are documented in the NPC script. * proofread by melkior. | |||||
2013-08-29 | I changed the miners.txt file to make a daily for level 40. | cinderweb | 1 | -1/+28 | |
2013-08-29 | Small indentation fix on NPC Jack | Dino Paskvan | 1 | -1/+1 | |
2013-08-26 | Illia: adjust the alloted times after completing each step | Vincent Petithory | 8 | -10/+10 | |
2013-08-25 | Merge remote-tracking branch 'origin/master' into waric | Jessica Tölke | 76 | -197/+207 | |
Conflicts: world/map/db/item_db.txt | |||||
2013-08-20 | Put Cindy messages in an array and use announcement formatting | Ben Longbons | 1 | -42/+22 | |
2013-08-19 | Give every NPC a unique name | Ben Longbons | 37 | -82/+83 | |
2013-08-19 | Move storage option to top of banker | Ben Longbons | 1 | -1/+1 | |
As suggested by Dyna. | |||||
2013-08-19 | Trivial removal of some trailing whitespace that snuck in | Ben Longbons | 3 | -11/+11 | |
2013-08-14 | Merge pull request #21 from DinoPaskvan/master | Jared Adams | 1 | -3/+29 | |
Added the daily quest for NPC Jack Approved by wombatism. | |||||
2013-08-14 | Miriam Heavy metal items additions: | tux9th | 1 | -1/+4 | |
Adding Warlord Boots, Light Platemail and Candle Helmet to the Heavy armor list. | |||||
2013-08-13 | Added the daily quest for NPC Jack, written by skragar | Dino Paskvan | 1 | -3/+29 | |
Fixes for NPC Jack As suggested by o11c. Fixed indentation | |||||
2013-07-24 | Remove a couple of spaces and fix one case error in shops | Ben Longbons | 1 | -2/+2 | |
When I rewrote the code for the shop parser, it was much simpler to change these two NPCs than try to preserve the exact parsing behavior. The item case error, on the other hand, was just plain wrong. | |||||
2013-07-23 | Fix some casing and spacing issues | Ben Longbons | 3 | -8/+8 | |
2013-07-23 | Use canonical separator for mapflags | Ben Longbons | 24 | -33/+33 | |
2013-07-15 | Returned the mistakenly removed newline at the end of waric.txt | Dino Paskvan | 1 | -1/+1 | |
2013-07-15 | Orum and Waric quest proofreading and editing | Dino Paskvan | 10 | -202/+202 | |
All the NPCs involved in the quest have been edited, with help from Dyna. | |||||
2013-07-07 | Canonicalize case of items, which will soon be strict | Ben Longbons | 7 | -19/+19 | |
2013-07-07 | Move starting brace of npc scripts to new line. | Jessica Tölke | 9 | -18/+20 | |
2013-07-07 | Merge remote-tracking branch 'origin/master' into waric | Jessica Tölke | 450 | -1210/+2361 | |
Conflicts: world/map/db/mob_db.txt | |||||
2013-07-07 | Waric's dialog without spell teaching logic. | Jessica Tölke | 1 | -2/+89 | |
2013-07-05 | Canonicalize event label capitalization | Ben Longbons | 21 | -145/+145 | |
2013-07-05 | Make fourth word of functions non-empty, to appease the current server | Ben Longbons | 41 | -70/+70 | |
2013-07-05 | Move starting brace to new line | Ben Longbons | 421 | -846/+1425 | |
2013-07-04 | server side changes to the snow docks addition and related fixes | Wombat | 4 | -24/+10 | |
2013-06-29 | Fix unintended fallthrough in annualeaster script.v2013.06.29.1 | Jessica Tölke | 1 | -0/+1 | |
2013-06-28 | Merge pull request #20 from o11c/master | jtoelke | 10 | -98/+113 | |
Refactor callfunc and callsub out of if statements | |||||
2013-06-28 | Refactor all calls within an if, which is illegal | Ben Longbons | 10 | -98/+113 | |
2013-06-28 | Warp Towels: block them from working in Candor or the Yeti battle cave. | Jessica Tölke | 1 | -0/+130 | |
2013-06-27 | Typo fix | Plaque_fcc | 1 | -1/+1 | |
Signed-off-by: Plaque_fcc <Plaque_fcc@github> | |||||
2013-06-26 | Typo fix, reported by Yummie | bh28 | 1 | -1/+1 | |
2013-06-26 | Add an option to disable global timers for debugging | Ben Longbons | 7 | -0/+7 | |
2013-06-25 | Run 'make maps' for map changes and update submodule pointer. | Jessica Tölke | 3 | -6/+6 | |
2013-06-25 | Small formatting, naming and position fixups on the sewer warp scripts. | Jessica Tölke | 3 | -25/+22 | |
- The Eastern entrance wasn't directly on the entrance tile - Indentation was too much for some lines - The Labels in all three scripts were named L_SewerNorth, renaming to L_Sewer - Put the Label L_Close directly in the menu instead of below | |||||
2013-06-25 | Modified NPCs scripts for sewer entrances. Fixed sewer_west | wushin | 3 | -12/+9 | |
2013-06-25 | Tulimshar Sewer Warp fix | wushin | 3 | -0/+54 | |
2013-06-21 | Run 'make maps' for map changes and additions in and around Tulimshar. | Jessica Tölke | 27 | -82/+278 | |
Updated submodule pointer. | |||||
2013-06-21 | Change id used by the supply chest npc, based on the merge in client-data. | Jessica Tölke | 1 | -1/+1 | |
2013-06-21 | New server content to support new caves | wushin | 12 | -20/+20 | |
Added mobs:Angry Fire Goblin, Angry Sea Slime, Angry Green Slime. Moved NPCs in sandstorm around. Malvox got a house and lives in it now on 002-2 The mines go a layer deeper so the merchant was moved into the camp along with nathan. Naem and Sema moved down with respective maps. Sandstorm_mine_barrier is not mining_camp_barrier |