Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-04 | changing starting position and let player start without a weapon | Jessica Tölke | 1 | -3/+3 | |
2011-03-14 | Simplify build-magic.sh code * Use /bin/sed directly instead of a /bin/bash ↵ | Ben Longbons | 1 | -6/+5 | |
script which only called sed * This change produces an incompatible spells-build file, and automatically deletes it. | |||||
2010-10-10 | Updated battle_athena.conf to document guild creation requirements | MadCamel | 1 | -2/+4 | |
Disabled guild creation(for now) by requiring item ID 1337 | |||||
2010-09-16 | Added @ipcheck to help.txt and atcommand_local.conf example files. | MadCamel | 2 | -5/+9 | |
Also cleaned up atcommand_local.conf a little and changed the default for @produce to level 80 | |||||
2010-09-16 | Added default config values for anti packet flood system | MadCamel | 1 | -0/+8 | |
2010-08-15 | Update scripts to reflect gmcommand's simplification | remoitnane | 1 | -8/+8 | |
If you are using mainline TMW-eAthena, you will have to update your scripts as well. Signed-off-by: Chuck Miller <shadowmil@gmail.com> | |||||
2010-08-15 | Minor cosmetic changes and additions to message configuration | remoitnane | 1 | -8/+25 | |
Signed-off-by: Chuck Miller <shadowmil@gmail.com> | |||||
2010-08-01 | make-concentration-potion: s/Petal/PinkPetal/ | Helmut Grohne | 1 | -1/+1 | |
Petal was renamed to PinkPetal some time ago, however this lvl3 magic spell is still broken. Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-05-24 | Disable Easter 2010 | Freeyorp | 1 | -200/+200 | |
2010-05-24 | Some more minor fixes | Freeyorp | 1 | -7/+11 | |
2010-05-24 | Fix a critical exploit | Freeyorp | 1 | -6/+18 | |
2010-05-24 | Modify the Doctor to not warp around, just stay at each location. | No Name | 1 | -26/+0 | |
2010-05-24 | More fixes | Freeyorp | 1 | -1/+1 | |
2010-05-24 | Fixes to Easter 2010 | Freeyorp | 1 | -2/+12 | |
2010-05-24 | Easter 2010 | Freeyorp | 1 | -0/+260 | |
2010-03-24 | Revert "Update comments in the battle conf file to reflect new death penalty" | Chuck Miller | 1 | -2/+1 | |
This reverts commit db591195e99aa82f33ce89fac96d307741a48124. | |||||
2010-03-24 | Update comments in the battle conf file to reflect new death penalty | Chuck Miller | 1 | -1/+2 | |
2010-02-02 | Disallow '#' in char names | Jared Adams | 1 | -1/+1 | |
2010-01-24 | Update example @command file to match Platinum | Jared Adams | 1 | -53/+55 | |
2009-09-28 | Make broadcast commands level 40 | Jared Adams | 1 | -10/+10 | |
2009-09-21 | Some command level changes, giving GMs less power | Chuck Miller | 1 | -21/+22 | |
2009-09-18 | Add some NPCs to give out the new skils | Jared Adams | 1 | -1/+1 | |
2009-09-15 | Block arrow and rain in Tulimshar, Hurnscald, Nivalis. Minor fine-tuning ↵ | Fate | 1 | -2/+11 | |
for teleport effect. | |||||
2009-09-11 | Freeyorp's fixes (plus some last-minute adjustments) to lay-on-hands | Fate | 1 | -7/+6 | |
2009-09-11 | Prefer bug legs for enchant-lifestone, as they have no other purpose outside ↵ | Fate | 1 | -1/+1 | |
of a very early quest (unlike maggot slimes) | |||||
2009-08-20 | Add another wedding location | Jared Adams | 1 | -2/+2 | |
2009-07-26 | Update magic.conf.template to use the new status_option instead of ↵ | Freeyorp | 1 | -2/+4 | |
is_gm_invisible Also fixes the comment for status effects to read "Status effects" for the consts that follow (status effects) rather than "Schools of magic". | |||||
2009-07-20 | removes next; when followed by a close; | Maximilian Philipps | 1 | -1/+1 | |
2009-07-18 | Modify ask-magic-exp responses | Freeyorp | 1 | -8/+16 | |
2009-07-15 | Update magic.conf.template to use the new is_gm_invisible function. | Freeyorp | 1 | -2/+2 | |
detect-players should no longer detect invisible GMs. | |||||
2009-06-19 | Try having multi level up on and see how this works for gameplay. | Dennis Friis | 1 | -1/+1 | |
2009-06-16 | Added missing semicolon in Sagatha script | Fate | 1 | -0/+1 | |
2009-06-16 | Tondar now hands out the ask-magic-progress spell | Fate | 1 | -7/+17 | |
2009-06-15 | Fix a '9' that should have been a '99'. | Dennis Friis | 1 | -1/+1 | |
2009-06-03 | Simplify herb amount math for growth spells | Jared Adams | 1 | -4/+4 | |
2009-06-03 | Revert "Adjust herb spawn spells into a plant spawn spell" | Jared Adams | 1 | -27/+40 | |
This reverts commit 00aa5d746fe7ce24b5bb491087cef53ac96b0d38. | |||||
2009-06-03 | substituted weirder names for plants in the spell config (matching the ↵ | Fate | 1 | -4/+4 | |
current secret spell suffixes) | |||||
2009-06-03 | Adjust herb spawn spells into a plant spawn spell | Jared Adams | 1 | -40/+27 | |
Still needs work, like better strings for identifying which plant to spawn. | |||||
2009-06-02 | Removed innocous but somewhat revealing debug message from ask-magic-exp spell | Fate | 1 | -1/+0 | |
2009-06-01 | More fixes for item labels | Kess Vargavind | 1 | -4/+4 | |
I am sorry about forgetting to check the scripts, I learnt that mistake too late. This is the situation a few grep's later. (I also updated the ignore list.) | |||||
2009-05-31 | Fixed build-magic to only require a single sed process | Fate | 1 | -7/+7 | |
2009-05-31 | Summoning spells now also require a root. | Fate | 1 | -7/+7 | |
2009-05-30 | Restricted arrow-hail spell to be nonoverlapping, reduced number of arrow hits, | Fate | 1 | -3/+10 | |
increased individual damage by 25% baseline to compensate | |||||
2009-05-30 | Restricted rain spell further to avoid performance issues with newer clients | Fate | 1 | -5/+10 | |
2009-05-30 | Misc. fixes to magic, mostly suggested/pointed out by Kess | Fate | 1 | -2/+4 | |
2009-05-24 | Added #L20, the cure-poison spell, and made Elanore explain it. | Fate | 1 | -0/+20 | |
2009-05-24 | Added magic level 3 quests for Aulsbel and Elanore. Also added appropriate ↵ | Fate | 1 | -2/+27 | |
quest items and extended magic debug functionality as needed. | |||||
2009-05-16 | Added T15 and T16 spells | Fate | 1 | -1/+28 | |
2009-05-16 | Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainline | Fate | 4 | -13/+41 | |
Conflicts: db/item_db.txt npc/013-3_Cave/barrier.txt | |||||
2009-05-15 | Added poison to snakes and scorpions, capped rain spell range and severity | Fate | 1 | -2/+2 | |