Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-04 | run 'make maps' for client-data changes. | tux9th | 4 | -8/+8 | |
update submodule pointer. | |||||
2013-12-03 | Fix the other Munro check | Ben Longbons | 1 | -2/+2 | |
2013-12-02 | Remove quotes around unspoken text. | David Gay | 1 | -2/+2 | |
2013-12-02 | Merge pull request #53 from o11c/announce | o11c | 5 | -12/+13 | |
Make globals show as from their speaker properly | |||||
2013-12-02 | Merge pull request #54 from wushin/gy-fix | MadCamel | 1 | -1/+1 | |
Fix so Golbenez takes whole map into account | |||||
2013-12-02 | Fix so Golbenez takes whole map into account | wushin | 1 | -1/+1 | |
2013-11-30 | Fix Munro unequip, debug=2, and Spanish typo | Ben Longbons | 3 | -2/+4 | |
2013-11-30 | Make globals show as from their speaker properly | Ben Longbons | 5 | -12/+13 | |
2013-11-30 | Update Spanish translation of the rules | Ben Longbons | 1 | -8/+8 | |
Thanks to nelson6e65 on the forums. | |||||
2013-11-27 | Monsters in graveyard now reset when there are no players present | MadCamel | 1 | -0/+16 | |
This helps prevent nerfing and other player-abuses of the map. It's also pretty creepy to walk into an empty graveyard and have a bunch of mobs slowly sneak up on you... | |||||
2013-11-24 | Add missing newlines at end of file | Ben Longbons | 10 | -10/+10 | |
2013-11-24 | Fix style and logic of UnequipCB | Ben Longbons | 3 | -16/+13 | |
2013-11-24 | Merge pull request #45 from wushin/equip-arrow-fix | tux9th | 9 | -11/+95 | |
Unequip & Multiple Ammo Types and Launcher Fix | |||||
2013-11-23 | Fix Eomie: | cinderweb | 1 | -1/+1 | |
giving correct location of Ice Goblins since they have been removed from Tonori. | |||||
2013-10-30 | remove unequipbyid until unequipcb is merged and don't make quest logic ↵v2013.10.30 | Ben Longbons | 2 | -6/+5 | |
dependent on debug | |||||
2013-10-30 | Fix issues with the way the halloween quest was committed | Ben Longbons | 1 | -2/+1 | |
2013-10-30 | Fixed Munro NPC. I thought gettime() was based at 0, duh | MadCamel | 1 | -4/+4 | |
2013-10-30 | Fixup on halloween script | MadCamel | 1 | -0/+6 | |
2013-10-29 | Simple annual Halloween event | MadCamel | 2 | -0/+85 | |
2013-10-25 | Sling Shot added to starting area | wushin | 3 | -3/+13 | |
Sling Shot added to NE Tulimshar Market | |||||
2013-10-25 | Multiple Ammo Types | wushin | 2 | -0/+37 | |
Added Item SlingShot Added Item SlingBullet Added Const AMMO_NONE, AMMO_BOW, AMMO_SLING Added Function CheckAmmo Added Trigger OnQuequipAmmo to Unequipcb Added Var @AmmoType to Ammo Added Var @LauncherType to Launchers Added File launcher_ammo.txt to scripts Needs TMWA-server commit equip-arrow to work (equip_arrow) | |||||
2013-10-25 | Required Stats, Restricted Items, and Unreleased | wushin | 5 | -8/+45 | |
Items properly Unequip on condition failure Bonuses or Bonus Bugs do not appear Item stays unequipped Added unequipcb script Added Timer to RequireStat, RestrictedItem and UnreleasedItem | |||||
2013-09-30 | Fixing issues in NPC Scripts: | tux9th | 4 | -1/+8 | |
* Kylian now counts weight and amount of items correctly * Xmas2012 NPCs now count amount of items correctly. | |||||
2013-09-30 | Fixing the destination of the npc warp from 002-4 to 002-5. | tux9th | 1 | -1/+1 | |
Update submodule pointer. | |||||
2013-09-28 | fixed 013-1 flowerpentagram.txt | wushin | 1 | -1/+2 | |
{ should be on the line after NPC line | |||||
2013-09-28 | Fixed 017-4 Gaurdian Spirit OnTouch | wushin | 1 | -1/+2 | |
2013-09-26 | Fix bug that made require_stat script always failv2013.09.27 | Ben Longbons | 1 | -0/+1 | |
2013-09-25 | Valia typo fix, spotted by Itchy Demon: | tux9th | 1 | -1/+1 | |
http://forums.themanaworld.org/viewtopic.php?p=137922#p137922 | |||||
2013-09-18 | Illia: give Boss Points to each player. | Vincent Petithory | 2 | -4/+10 | |
* It previously gave boss points only to the player giving the death blow. | |||||
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. |