summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2011-06-04Removed the fluffies from Woodland areas and replaced them by snails. Also ↵v2011.06.04Ali-G6-31/+32
decreased the hp given by some food. Amendment by Wombat: snail attack power increased
2011-06-03Placed Agostine back into Nivalis.Ali-G4-4/+4
Amendment by Wombat: fixed 027-2/_import.txt and moved Taylor, Mede and Agostine so Agostine can have his own home + place shops together.
2011-06-03mob points changed for the green slimeWombat1-1/+1
2011-06-03Rename 'Terranite Legs Armor' to 'Terranite Legs'Enchilado1-1/+1
2011-06-03Small change to prevent mapserver warningsCoffee1-3/+3
2011-06-03Proposing a planting function to Andra NPCCoffee1-21/+146
2011-06-03server data for the fluffy mob addWombat1-0/+6
2011-06-02Fix some CRLF and executable bitsBen Longbons28-1527/+1527
2011-06-02Remove brackets around item namesBen Longbons35-208/+208
2011-06-02Make warp towels fail in bot check areaEnchilado1-0/+30
As reported by Kandiman, it was possible to escape the bot check area using the Hitchhiker's towels. Attempting this will now message the character that 'You must be warped by a GM to leave the bot check area.'
2011-06-01Change the Converter to use different folder namesJared Adams503-727/+746
And update everything to use it.
2011-05-22some fixes and modifications about towel event and warptowel:Jessica Tölke3-8/+61
fix bug in stranger npc change amount of gem powders given for one gem make warp towel loose its color randomly
2011-05-18making the quiz available during the whole event timeJessica Tölke1-7/+4
2011-05-09typo fixed: "black jack" => "blackjack"Ali-G1-1/+1
2011-05-08Fixed the issue of the soul menhir in nivalis that spawned us somewhere else ↵Ali-G1-3/+3
than near it
2011-05-02Remove bad map from npc root importJared Adams1-1/+0
2011-05-02Fix warp from Caretaker's houseJared Adams1-1/+1
2011-05-02Rerun converter again...Jared Adams122-0/+123
2011-05-02Run the tmx converter againJared Adams122-123/+1
2011-05-02gy inn: lover. changing the mode how he takes dark crystalsJessica Tölke1-1/+20
he takes at least 500 and the player can optionally give more to get extra exp.
2011-05-02Merge remote-tracking branch 'mainline/master'Jessica Tölke1-1/+1
2011-05-02java converter data for 027-1, -2, 028-1 wlk files and 027-2 warpsWombat1-2/+2
files altered by java converter
2011-05-02Fixed bug in lover's script.Enchilado1-1/+1
Before, all of a player's Dark Crystals were removed, not just the required amount.
2011-04-30Minor correction/addition to bakery daily questThe Kandiman1-1/+4
2011-04-30Added daily quest about acorns to baker.txtDark_Mage1-0/+17
2011-04-30Reset the stranger quiz to spell invocations againStefan Beller1-83/+1
Advantage: magic.conf is not part of the git repository, so there won't come up conflicts with checked in files. (i.e. no patch needs to be applied onto the server repository to make it work, but only magic conf needs to be setup right)
2011-04-29Minor spelling/grammar changes to towel day NPCThe Kandiman1-24/+24
2011-04-29Remove Easter 2011Jessica Tölke6-32/+33
2011-04-29fix for a conflict of the speed skill quest with the easter questJessica Tölke1-7/+6
2011-04-29Easter 2011crunchy6-108/+685
2011-04-29small fix of a missleading phrase in banker functionJessica Tölke1-10/+10
2011-04-29towel event npc:Jessica Tölke1-28/+24
give small experience reward for bringing the items some fixes uncommented
2011-04-29removing debug lines from crying child quest and uncomment golbenez to open ↵Jessica Tölke2-5/+3
way into gy inn
2011-04-26towel npc: adding a reference to the book in the npc dialogueJessica Tölke1-0/+2
2011-04-25changing name of warp towelsJessica Tölke2-5/+5
minor fix in stranger
2011-04-25added 18th haircut to scissorsAli-G1-1/+1
2011-04-25fix a missing return in strangerquiz functionJessica Tölke1-0/+1
2011-04-25Merge remote-tracking branch 'mainline/master'Jessica Tölke1-1/+2
2011-04-25Strangers quiz: answers now as a functionStefan Beller3-10/+133
not as spellinvocation
2011-04-24miner north of hurnscald offers gem powders for gems now.Jessica Tölke1-6/+140
gem powder is used in the towel npc for dying towels.
2011-04-23Add Bank options. Thanks to o11c and pjotrtoni1-0/+22
2011-04-23some changes in towel event npc: using gem powders for towel dyingJessica Tölke1-38/+196
adding generic answers as spellinvocations
2011-04-22changing towels, adding gem powdersJessica Tölke1-22/+20
2011-04-19Changed the barber's script to add the new 18th haircut. Done by Ali-G.Ali-G1-1/+2
2011-04-18adding towel day event npc, needs to be uncommentedJessica Tölke2-0/+315
2011-04-18adding warp towelsJessica Tölke2-0/+53
2011-04-18Remove deprecated setarray-with-index syntaxBen Longbons3-4/+6
2011-04-18Fix possible memory leakBen Longbons1-1/+1
2011-04-17Changing bracelet to ringtoni4-51/+51
2011-04-17Fixing erroneous execution of "Give all" from IshiStefan Dombrowski1-4/+4
If a character has monster points for less than 10 rewards and asks for the maximum number of items, then he got at the end the false message: "It looks like your Monster Points were over estimated." Also fixed initialization of array. Reviewed-by: Stefan Beller