summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-09Merge branch 'jesusalva/slides' into 'master's20190311Micksha1-4/+4
Replace eight calls for warp on npc/000-2-1 by slide calls See merge request evol/serverdata!142
2019-03-09Replace eight calls for warp on npc/000-2-1 by slide calls (in legacy syntax)Jesusaves1-4/+4
Just wanted to say I'm still alive, although this may improve game performance.
2019-03-08Merge branch 'jesusalva/fakerandom' into 'master'Micksha2-3/+20
Make Alan's Wood Breaking pseudo-random. See merge request evol/serverdata!161
2019-03-08Make Alan's Wood Breaking pseudo-random.Jesusaves2-3/+20
This means you have a fixed amount of fails, and likewise, you cannot fail more than a certain amount of times. These values are min 10 fails and max 30 fails per @Micksha request. They can be tweaked at will. The code behind fake radomness is fairly simple ^.^
2019-03-06Merge branch 'jesusalva/resync' into 'master'Micksha2-0/+41
Implements @resync See merge request evol/serverdata!153
2019-03-06Implements @resyncJesusaves2-0/+41
2019-03-05Merge branch 'jesusalva/Peter' into 'master'Micksha8-576/+623
Jesusalva/peter See merge request evol/serverdata!151
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-05Merge branch 'Mick-Mona' into 'master'Micksha4-50/+179
Jesusalva' Mona Quest, fixed mobs in mundane.txt See merge request evol/serverdata!159
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-05Merge branch 'jesusalva/sandwhich' into 'master'Micksha13-8/+609
Micksha Sandwiches See merge request evol/serverdata!157
2019-03-05Update the quest to address Micksha notes.Jesusaves13-8/+609
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-04Merge branch 'jesusalva/miscimprovements' into 'master'Micksha2-0/+2
These minor improvements are important for the game. See merge request evol/serverdata!158
2019-03-04These minor improvements are important for the game.Jesusaves2-0/+2
They'll heal fully the character when starting the game. And will alias so @npc works - that's important and annoying! >.<
2019-03-03Merge branch 'Yannika' into 'master'Micksha2-0/+21
adding Yannika NPC See merge request evol/serverdata!155
2019-03-03adding Yannika NPCMicksha2-0/+21
2019-03-03Merge branch 'sandwiches' into 'master'Micksha1-0/+81
add the three first sandwiches See merge request evol/serverdata!154
2019-03-03add the three first sandwichesMicksha1-0/+81
2019-03-01Remove extra white spacesAndrei Karas18-60/+60
2019-03-01Add ci checks for bad new lines or trailing white spacesAndrei Karas3-0/+43
2019-03-01Fix move command error and style in rowboat npcAndrei Karas1-7/+6
2019-02-28Merge branch 'jesusalva/hugolinus' into 'master'Micksha1-0/+2
Allow @ hugo and @ linus to all GMs with access to @ goto See merge request evol/serverdata!132
2019-02-28Allow @ hugo and @ linus to all GMs with access to @ gotoJesusaves1-0/+2
2019-02-28Merge branch 'jesusalva/manhole' into 'master'Micksha3-7/+125
Micksha Man Hole Experiment See merge request evol/serverdata!150
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-28Merge branch 'darktileset' into 'master'Micksha12-1/+110
add mana ghost mob and Valia NPC See merge request evol/serverdata!149
2019-02-28add mana ghost mob and Valia NPCMicksha12-1/+110
2019-02-28Merge branch 'jesusalva/GuidedTour' into 'master'Micksha3-1/+17
Guide players by hand to get started on the game. See merge request evol/serverdata!133
2019-02-28Guide players by hand to get started on the game.Jesusaves3-1/+17
2019-02-13Merge branch 'toams/rowboat' into 'master'Micksha24-15/+713
Toams/rowboat + Micksha/galmatia See merge request evol/serverdata!146
2019-02-13Toams/rowboat + Micksha/galmatiaMicksha24-15/+713
2019-02-12Merge branch 'weapons' into 'master'Micksha2-18/+64
Add the chopstick and the axe that were accidentially merged in client-data already See merge request evol/serverdata!147
2019-02-12Add the chopstick and the axe that were accidentially merged in client-data ↵Micksha2-18/+64
already
2019-02-11Fix ci compilation with gcc-6Andrei Karas1-5/+5
2019-02-11Switch to debian stretch in gcc-6 buildsAndrei Karas1-2/+2
2019-01-26Update translationss20190211Andrei Karas17-111/+22524
2019-01-26Fix translations issues in 008-2-2/note.txtAndrei Karas1-3/+3
2019-01-23Update from herculesAndrei Karas8-7/+74
2019-01-23Disable gcc-5 ci jobsAndrei Karas1-1/+1
2019-01-19Merge branch 'knife' into 'master's20190123Micksha5-13/+109
Knife - change equip level from 15 --> 1 See merge request evol/serverdata!144
2019-01-19Knife - change equip level from 15 --> 1Micksha5-13/+109
2018-12-06Remove extra parameter from function getnpcidAndrei Karas8-16/+16
2018-12-05Changes after hercules updateAndrei Karas4-2/+28
Updated some configurations and messages file.
2018-11-22Merge branch 'mobs' into 'master's20181205Micksha15-10/+344
Add all the gem veins, add beehive See merge request evol/serverdata!141
2018-11-22Add all the gem veins, add beehiveMicksha15-10/+344
2018-11-19Merge branch 'veins' into 'master'Micksha1-0/+8
make the veins attackable, change client-data in the mapfixes MR See merge request evol/serverdata!139
2018-11-19make the veins attackable, change client-data in the mapfixes MRMicksha1-0/+8
2018-11-16Merge branch 'master' into 'master'Micksha7-46/+109
more improvements for the rusty pick's npc's See merge request evol/serverdata!138
2018-11-15more improvements for the rusty pick's npc'stoams7-46/+109
2018-11-09Merge branch 'maps' into 'master'Micksha6-3/+8
Map merge request See merge request evol/serverdata!137