Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-30 | Add news and update client-data | Ben Longbons | 6 | -0/+65 | |
2013-11-30 | Update Spanish translation of the rules | Ben Longbons | 1 | -8/+8 | |
Thanks to nelson6e65 on the forums. | |||||
2013-11-30 | Merge pull request #51 from tux9th/dark | o11c | 1 | -4/+3 | |
Editing Spell #joyplim | |||||
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 indenting of item_db | Ben Longbons | 2 | -17/+21 | |
At some point, 'make indent' needs to be run, but that will cause merge conflicts so I'm not doing it yet. | |||||
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 | 11 | -21/+113 | |
Unequip & Multiple Ammo Types and Launcher Fix | |||||
2013-11-24 | Editing Spell #N12: | tux9th | 1 | -4/+3 | |
Upon using Dark Magic users now call emoticon 5 instead of 3. devil emoticon instead of amiable on. | |||||
2013-11-23 | update submodule pointer. | tux9th | 1 | -0/+0 | |
2013-11-23 | Adding new Newsformat {title}, adding title to all news. | cinderweb | 19 | -6/+63 | |
ran 'make news' | |||||
2013-11-23 | Fix Eomie: | cinderweb | 1 | -1/+1 | |
giving correct location of Ice Goblins since they have been removed from Tonori. | |||||
2013-11-22 | run 'make maps' for client-data changes. | tux9th | 2 | -0/+0 | |
update submodule pointer. | |||||
2013-10-30 | remove unequipbyid until unequipcb is merged and don't make quest logic ↵ | Ben Longbons | 2 | -6/+5 | |
dependent on debug | |||||
2013-10-30 | Fix issues with the way the halloween quest was committed | Ben Longbons | 5 | -3/+23 | |
2013-10-30 | Fixed Munro NPC. I thought gettime() was based at 0, duh | MadCamel | 2 | -5/+5 | |
2013-10-30 | Updated news for Halloween quest | MadCamel | 1 | -0/+8 | |
2013-10-30 | Merge branch 'master' of github.com:themanaworld/tmwa-server-data | MadCamel | 0 | -0/+0 | |
2013-10-30 | Fixup on halloween script | MadCamel | 1 | -0/+6 | |
2013-10-30 | Merge pull request #47 from MadCamel/master | MadCamel | 3 | -0/+86 | |
Simple annual Halloween event | |||||
2013-10-29 | Simple annual Halloween event | MadCamel | 3 | -0/+86 | |
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 | 4 | -10/+54 | |
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-10-25 | Added the EPOS::ARROW const entry | wushin | 1 | -0/+1 | |
2013-10-23 | Use examples of colors in the news template | Ben Longbons | 1 | -0/+5 | |
2013-10-22 | Improve warning messages for the obsolete wrapper scripts | Ben Longbons | 3 | -0/+3 | |
2013-10-21 | Add support for news titles | Ben Longbons | 2 | -0/+23 | |
We really need someone to do proper CSS ... or look at the old CSS | |||||
2013-10-17 | Merge pull request #42 from wushin/rewiltar-clean-up | wushin | 1 | -14/+0 | |
Unused/non-functioning Spell rewiltar clean up | |||||
2013-10-17 | Unused/non-functioning Spell rewiltar clean up | wushin | 1 | -14/+0 | |
2013-10-17 | Merge pull request #41 from wushin/waric-fix | wushin | 1 | -1/+1 | |
Waric was lying to players about the reagents required to summon snakes. Root -> DarkCrystal | |||||
2013-10-16 | Fix html news error | Ben Longbons | 3 | -2/+5 | |
2013-10-16 | Waric was lying to players about the reagents required to summon snakes. | wushin | 1 | -1/+1 | |
Magic has been adapted to match Waric's script. Root -> DarkCrystal | |||||
2013-10-13 | Add userid/passwd to login server config | Ben Longbons | 1 | -0/+5 | |
Previously, this information was in save/account.txt, but new servers are not storing config in savefiles. This makes the file save/accounts.txt.example obsolete, but I'm not removing it yet so that people can continue to use server code from before or after. | |||||
2013-10-02 | Update news for bugfixes | Ben Longbons | 3 | -2/+12 | |
Apparently I forgot to run 'make news' last time. | |||||
2013-10-02 | Merge pull request #38 from wushin/rossy-fix | o11c | 1 | -9/+9 | |
Commas after the Const declaration are invalid | |||||
2013-10-02 | Commas after the Const declaration is invalid | wushin | 1 | -9/+9 | |
2013-10-01 | Update news for bugs fixed in next restart | Ben Longbons | 1 | -1/+3 | |
2013-10-01 | Merge pull request #35 from tux9th/master | o11c | 4 | -1/+8 | |
Fixing issues in NPC Scripts: | |||||
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 | Add list tags to the news generator | Ben Longbons | 3 | -54/+73 | |
2013-09-30 | Fixing the destination of the npc warp from 002-4 to 002-5. | tux9th | 2 | -1/+1 | |
Update submodule pointer. | |||||
2013-09-29 | Update news for another bug fixed | Ben Longbons | 3 | -0/+3 | |
2013-09-28 | Update news | Ben Longbons | 3 | -21/+51 | |
2013-09-28 | Merge pull request #33 from wushin/flower-fix | o11c | 1 | -1/+2 | |
fixed remaining Bracket Issues | |||||
2013-09-28 | fixed 013-1 flowerpentagram.txt | wushin | 1 | -1/+2 | |
{ should be on the line after NPC line | |||||
2013-09-28 | Merge pull request #32 from wushin/waric-fix | MadCamel | 1 | -1/+2 | |
Fixed 017-4 Gaurdian Spirit OnTouch | |||||
2013-09-28 | Add news entry for the release. | tux9th | 3 | -0/+128 | |
2013-09-28 | Fixed 017-4 Gaurdian Spirit OnTouch | wushin | 1 | -1/+2 | |
2013-09-27 | Change example conf's update host to the CDN | Ben Longbons | 1 | -1/+1 | |