summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2010-12-28clearing vars of christmas and halloween 2010Stefan Beller1-12/+43
2010-12-16Warp Changes to get between Hurnscald and Nivalis, Orum Quest on stand-byWombat1-5/+5
Diryn offers warp to Nivalis, Frozenbeard to Hurnscald, Taro edited out Warp changes also to prevent players from interacting with Orum Quest until the quest is finished.
2010-11-07Fixing return in banker scriptStefan Dombrowski1-3/+3
Also renaming menu option to "Nevermind" if it results to goto L_Nev. Reviewed-by: PjotrOrial
2010-09-25Fixing misspelling in game rulesStefan Dombrowski1-2/+2
2010-09-18New rule: Do not use more than one character at the same time during battleMadCamel1-0/+10
Was able to get a good translation by a human for every language except Danish and Polish. Discussion here: http://forums.themanaworld.org/viewtopic.php?f=23&t=10906 Feel free to revert this commit and discuss further if there are objections.
2010-08-29Language polish project cont'd.Sini Ruohomaa1-7/+7
2010-08-23News update, Bug fixes, Monster Drop Changes for GemsWombat1-0/+2
fixed a few things from previous git commits on branch, updated news
2010-08-21Add the foundation for the daily quest systemChuck Miller1-0/+88
2010-08-20Small fixes in scripts, added new monster mob pointsWombat1-4/+9
guards.txt now has "aggravate" spell and bernard.txt fix added new monsters to mob_points.txt
2010-08-18Low Level Tulimshar ReleaseWombat1-0/+5
News, Small Fixes, Tulimshar Related Quests, Sandstorm Mob Changes Expensive Hurnscald Warp NPC
2010-08-05Lower ferry prices for lower levelsJared Adams1-0/+8
2010-07-22Fix banker storage functionJared Adams1-1/+2
2010-07-22Add the basics for candorChuck Miller1-0/+23
Reviewed-by: Turmfalke
2010-07-11Merged bankersHelmut Grohne1-0/+7
There were two NPCs Achar (Tulishmar) and William (Hurnscald) that provided the storage. These NPCs are now removed. Instead the banker npc provides a menu item to open the storage. Signed-off-by: Jared Adams <jaxad0127@gmail.com>
2010-07-08Fix spelling error. Thanks goes to remoitnane.Chuck Miller1-1/+1
2010-07-08Adds the evil obelisk function, which summons evil monsters for a priceChuck Miller1-0/+70
2010-07-08Fixed banker function to do "quit" correctly.Helmut Grohne1-0/+1
The banker function was lacking a return statement which resulted in "Quit" acting like "retrieve other amount of money". Added the missing return statement.
2010-07-07Add a well to fill empty bottles with waterJared Adams2-4/+41
More wells will be added later. Also fix an indentation error in the banker function.
2010-07-07changed the ferry ticket cost to 1000Maximilian Philipps1-2/+2
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
2010-05-02Add naming prefix "Pink" to flower mob & petal itemJarrett Thomas-Huxley1-2/+9
2010-02-02Fix the banker functionJared Adams1-15/+10
Everything should be fine now.
2010-01-29Restore old banking menuJared Adams1-4/+115
2010-01-27Improve the usefullness of the banker a bitJared Adams1-2/+34
2010-01-24Add a missing ;Jared Adams1-1/+1
2010-01-24Expand ClearVariables functionJared Adams1-0/+21
Now removes event variables from 2009 and tryies to fix negative bank accounts.
2010-01-24Fix bank exploitJared Adams1-0/+1
2010-01-24Change the banker to use integer input instead of a menujared1-121/+6
2010-01-07Make graveyard mobs actually worth something in mob points.Freeyorp1-7/+7
(Oops.)
2009-11-04Fix out of range access of array.Stefan Dombrowski1-1/+1
The bug was that sometimes the respawn position was set to coordinates (0, 0), so that the player was reborn at random positions.
2009-10-20Adjust Soul Menhirs for better respawn pointsJared Adams1-0/+10
2009-09-29Add Poltergeist placeholder to mobpointsJared Adams1-0/+1
2009-09-27Fix mob pointsJared Adams1-3/+14
2009-09-22Add a basic ferry systemJared Adams1-0/+42
2009-07-20removes next; when followed by a close;Maximilian Philipps1-1/+0
2009-06-16Added SkillUp function and used it whenever we magic-skill-upFate1-0/+25
2009-06-06Update mob pointsJared Adams1-3/+8
2009-05-16Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainlineFate2-1/+64
Conflicts: db/item_db.txt npc/013-3_Cave/barrier.txt
2009-05-05Fix the Soul Menhirs when you don't touch themJared Adams1-1/+3
2009-04-10Return from the clear variables functionJared Adams1-0/+1
2009-04-10Prepare a function to clear out old variablesJared Adams1-0/+60
2009-03-10Merge commit 'mainline/master'Jared Adams1-0/+1
Conflicts: npc/020-1_Nivalis/_import.txt
2009-03-09Return from the soul menhir functionJared Adams1-0/+1
2009-03-08Merge commit 'mainline/master'Jared Adams1-14/+20
Conflicts: data/021-2.wlk data/023-1.wlk
2009-03-07Move bank storage to be account levelJared Adams1-14/+20
2009-02-18Merge commit 'mainline/master'Jared Adams1-1/+2
Conflicts: npc/001-1_Tulimshar/elanore.txt npc/013-3_Cave/barrier.txt npc/015-3/katze.txt
2009-02-16Spelling and fix of random cut in barber scriptKess Vargavind1-1/+2
I suppose that the 'surprise me' option was mistakingly dropped.
2009-02-14Merge commit 'mainline/master'Jared Adams3-7/+14
Conflicts: db/item_db.txt
2009-02-14Add new hair styles and colorJared Adams1-4/+8
2009-02-11Reenable bank deposits (now that trade is fixed)Jared Adams1-3/+0
2009-02-03Add missing ';'Jared Adams1-1/+1