Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-06 | Comply to new 4144 rules | Jesusaves | 1 | -1/+1 | |
2019-03-06 | Implements @resync - it's actually a hack-fix requested by @Micksha | Jesusaves | 2 | -0/+41 | |
2019-03-05 | ... That's why you shouldn't code with an empty stomach and without taking an | Jesusaves | 8 | -576/+623 | |
Afternoon nap %%O | |||||
2019-03-05 | Replace gettimetick(2) with has_instance2(), because quest.count2 is not big ↵ | Micksha | 4 | -50/+179 | |
enough. Also use SpriteName where possible | |||||
2019-03-05 | Update the quest to address Micksha notes. | Jesusaves | 8 | -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-04 | These minor improvements are important for the game. | Jesusaves | 1 | -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-03 | adding Yannika NPC | Micksha | 1 | -0/+20 | |
2019-03-01 | Remove extra white spaces | Andrei Karas | 18 | -60/+60 | |
2019-03-01 | Fix move command error and style in rowboat npc | Andrei Karas | 1 | -7/+6 | |
2019-02-28 | The four sewer mouths in Artis. They all behave differently. | Jesusaves | 3 | -7/+125 | |
The first one is still TODO to prevent conflicts with Mundane Quest | |||||
2019-02-28 | add mana ghost mob and Valia NPC | Micksha | 5 | -1/+69 | |
2019-02-28 | Guide players by hand to get started on the game. | Jesusaves | 3 | -1/+17 | |
2019-02-13 | Toams/rowboat + Micksha/galmatia | Micksha | 14 | -12/+224 | |
2019-01-26 | Fix translations issues in 008-2-2/note.txt | Andrei Karas | 1 | -3/+3 | |
2019-01-19 | Knife - change equip level from 15 --> 1 | Micksha | 4 | -12/+108 | |
2018-12-06 | Remove extra parameter from function getnpcid | Andrei Karas | 8 | -16/+16 | |
2018-11-22 | Add all the gem veins, add beehive | Micksha | 9 | -4/+80 | |
2018-11-15 | more improvements for the rusty pick's npc's | toams | 4 | -35/+71 | |
2018-11-07 | Add the rossy cave | Micksha | 2 | -0/+3 | |
2018-11-05 | fix a few maps | Micksha | 2 | -2/+2 | |
2018-11-05 | forgot to include this file in previous commit | toams | 1 | -1/+2 | |
2018-11-05 | Rename bartender to barron and add a shop | toams | 3 | -20/+57 | |
2018-11-05 | make melinda walk again | toams | 1 | -1/+1 | |
2018-11-05 | fix script bugs | Micksha | 1 | -1/+1 | |
2018-11-05 | Add the rowboat and Koga NPCs to Artis | Micksha | 5 | -2/+44 | |
2018-11-05 | Requested Re-naming | Micksha | 2 | -2/+2 | |
2018-11-05 | Fix a few scripts, improve two maps | Micksha | 4 | -15/+150 | |
2018-11-05 | Add Gumis scripts - delete placeholders. Disable debugs. | Micksha | 42 | -1474/+857 | |
2018-11-05 | fix Receptionist script *meh* | Micksha | 1 | -1/+1 | |
2018-11-05 | bugfix a few NPCs | Micksha | 3 | -5/+5 | |
2018-11-05 | Add Mundane and Sophialla | Micksha | 2 | -0/+40 | |
2018-11-05 | Add all the Hurns NPCs | Micksha | 50 | -27/+538 | |
2018-11-05 | Hurnscald mega-commit | gumi | 32 | -12/+2923 | |
2018-11-05 | fix synthax issues | Micksha | 1 | -2/+2 | |
2018-11-05 | Trying to add some NPCs for Hurns | Micksha | 15 | -4/+504 | |
2018-11-05 | Add Melinda NPC, fix some issues on dying the Fine Dress, fix of Necklace ↵ | Micksha | 5 | -5/+23 | |
pending | |||||
2018-11-05 | add the make maps results, because I am stupid | Micksha | 1 | -0/+3 | |
2018-11-05 | add missing bows to item_db | Micksha | 2 | -0/+2 | |
2018-09-09 | Update map warps. | Andrei Karas | 3 | -4/+4 | |
2018-09-07 | Fix warp bugs again in tmx_map converter. | Andrei Karas | 10 | -10/+10 | |
Affected by tmwa broken warps logic... | |||||
2018-07-29 | fix some edge cases in relative_array_random() | gumi | 1 | -3/+7 | |
2018-07-28 | reduce the clutter in confused_tree_dict, make it use relative_array_random | gumi | 3 | -519/+500 | |
2018-07-08 | rearrange the anchors in 008-1 | gumi | 1 | -3/+3 | |
2018-07-08 | move confused tree to hurnscald | gumi | 1 | -2/+3 | |
2018-07-05 | sorry | gumi | 1 | -1/+1 | |
2018-07-05 | improve the shovel script | gumi | 2 | -22/+41 | |
Co-authored-by: Jesusaves <cpntb1@ymail.com> | |||||
2018-07-05 | improve the fishing script | gumi | 1 | -20/+16 | |
2018-07-05 | mesc() is a function to optimize mes(col(l())), saving parenthesis. | Jesusaves | 20 | -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-05 | update maps and dbs for new items/mobs | Micksha | 7 | -4/+95 | |
2018-06-25 | add relative_array_random() | gumi | 1 | -0/+35 | |