summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2019-03-06Test locally so it can receive a `test` label :)jesusalva/aligeJesusaves2-14/+10
2019-03-06Update Alige script file for better user experience.Jesusaves2-65/+73
Code-style-wise, this is what gumi calls "legacy" and needs "total rewrite". I'm not willing to totally rewrite it, only to improve user experience. Total rewrite can be done by real coders.
2019-03-05... That's why you shouldn't code with an empty stomach and without taking anJesusaves8-576/+623
Afternoon nap %%O
2019-03-05Replace gettimetick(2) with has_instance2(), because quest.count2 is not big ↵Micksha4-50/+179
enough. Also use SpriteName where possible
2019-03-05Update the quest to address Micksha notes.Jesusaves8-8/+502
Playtested locally. Besides, it is now possible to use Grass Carp for Carp Sandwich. The use of a Grass Carp won't have any special effects. WIP status can now be safely removed.
2019-03-04These minor improvements are important for the game.Jesusaves1-0/+1
They'll heal fully the character when starting the game. And will alias so @npc works - that's important and annoying! >.<
2019-03-03adding Yannika NPCMicksha1-0/+20
2019-03-01Remove extra white spacesAndrei Karas18-60/+60
2019-03-01Fix move command error and style in rowboat npcAndrei Karas1-7/+6
2019-02-28The four sewer mouths in Artis. They all behave differently.Jesusaves3-7/+125
The first one is still TODO to prevent conflicts with Mundane Quest
2019-02-28add mana ghost mob and Valia NPCMicksha5-1/+69
2019-02-28Guide players by hand to get started on the game.Jesusaves3-1/+17
2019-02-13Toams/rowboat + Micksha/galmatiaMicksha14-12/+224
2019-01-26Fix translations issues in 008-2-2/note.txtAndrei Karas1-3/+3
2019-01-19Knife - change equip level from 15 --> 1Micksha4-12/+108
2018-12-06Remove extra parameter from function getnpcidAndrei Karas8-16/+16
2018-11-22Add all the gem veins, add beehiveMicksha9-4/+80
2018-11-15more improvements for the rusty pick's npc'stoams4-35/+71
2018-11-07Add the rossy caveMicksha2-0/+3
2018-11-05fix a few mapsMicksha2-2/+2
2018-11-05forgot to include this file in previous committoams1-1/+2
2018-11-05Rename bartender to barron and add a shoptoams3-20/+57
2018-11-05make melinda walk againtoams1-1/+1
2018-11-05fix script bugsMicksha1-1/+1
2018-11-05Add the rowboat and Koga NPCs to ArtisMicksha5-2/+44
2018-11-05Requested Re-namingMicksha2-2/+2
2018-11-05Fix a few scripts, improve two mapsMicksha4-15/+150
2018-11-05Add Gumis scripts - delete placeholders. Disable debugs.Micksha42-1474/+857
2018-11-05fix Receptionist script *meh*Micksha1-1/+1
2018-11-05bugfix a few NPCsMicksha3-5/+5
2018-11-05Add Mundane and SophiallaMicksha2-0/+40
2018-11-05Add all the Hurns NPCsMicksha50-27/+538
2018-11-05Hurnscald mega-commitgumi32-12/+2923
2018-11-05fix synthax issuesMicksha1-2/+2
2018-11-05Trying to add some NPCs for HurnsMicksha15-4/+504
2018-11-05Add Melinda NPC, fix some issues on dying the Fine Dress, fix of Necklace ↵Micksha5-5/+23
pending
2018-11-05add the make maps results, because I am stupidMicksha1-0/+3
2018-11-05add missing bows to item_dbMicksha2-0/+2
2018-09-09Update map warps.Andrei Karas3-4/+4
2018-09-07Fix warp bugs again in tmx_map converter.Andrei Karas10-10/+10
Affected by tmwa broken warps logic...
2018-07-29fix some edge cases in relative_array_random()gumi1-3/+7
2018-07-28reduce the clutter in confused_tree_dict, make it use relative_array_randomgumi3-519/+500
2018-07-08rearrange the anchors in 008-1gumi1-3/+3
2018-07-08move confused tree to hurnscaldgumi1-2/+3
2018-07-05sorrygumi1-1/+1
2018-07-05improve the shovel scriptgumi2-22/+41
Co-authored-by: Jesusaves <cpntb1@ymail.com>
2018-07-05improve the fishing scriptgumi1-20/+16
2018-07-05mesc() is a function to optimize mes(col(l())), saving parenthesis.Jesusaves20-67/+72
mesc() is a short for mes(col()). It should make coding colored code easier. The default color value is "9", same from narrator, but this default value is not used anymore. I assume mes* functions are legacy for this project, so fell free to reject the patch.
2018-07-05update maps and dbs for new items/mobsMicksha7-4/+95
2018-06-25add relative_array_random()gumi1-0/+35