summaryrefslogtreecommitdiff
path: root/npc/001-1
AgeCommit message (Collapse)AuthorFilesLines
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.Jesusaves1-7/+49
The first one is still TODO to prevent conflicts with Mundane Quest
2019-02-13Toams/rowboat + Micksha/galmatiaMicksha3-7/+91
2019-01-19Knife - change equip level from 15 --> 1Micksha1-0/+14
2018-11-22Add all the gem veins, add beehiveMicksha1-4/+4
2018-11-05Add the rowboat and Koga NPCs to ArtisMicksha3-0/+42
2018-11-05Add Gumis scripts - delete placeholders. Disable debugs.Micksha1-0/+1
2018-11-05Add Mundane and SophiallaMicksha1-0/+20
2018-07-05mesc() is a function to optimize mes(col(l())), saving parenthesis.Jesusaves2-5/+5
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-03-25New booksJesusaves1-1/+1
2018-03-20yeah... this got very messy (my bad!). let's not use custom terminators ↵gumi2-32/+12
after all
2017-12-29rename closedialog to closeclientdialogThibault Payet12-25/+25
2017-10-11what's up with this crazy syntax?s20171023gumi9-43/+43
I blame Reid
2017-08-22I'm ashamedgumi1-4/+4
2017-08-22fix the npc talk lock mechanism, make some other npcs use itgumi4-57/+14
2017-08-19Replace bit flags by constants on narrator and speech functions.Reid14-118/+118
2017-08-19Merge branch 'Alige/serverdata-npc-pathing'Reid1-3/+3
2017-08-18update manhole dialogue to allow enter the sewersMicksha1-8/+24
2017-08-18change OnFluffyDeath to check killedrid,omatt2-10/+13
change enora's qdebug for reset second field, make maps.
2017-08-18make maps following the clientdata mergesgumi1-0/+1
2017-06-05remove specialeffect2 usage from scriptss20170627gumi1-3/+3
2017-04-18make the flying piou do a sound on clicks20170419gumi1-1/+4
2017-03-05Fix a few coordinates of the flyingpiou npc pathing. Conclict with collision ↵Alige1-3/+3
tiles.
2017-01-31regenerate mob spawns with tmw converter.Andrei Karas1-6/+6
2017-01-24Copied line in the script, but with a slight difference. Fixed.Alige1-1/+1
2017-01-17make eugene give the fishing guidegumi1-6/+8
2017-01-17Completely rewrite the fishing systemgumi1-373/+17
2017-01-08remove .gat suffix everywheregumi1-1/+1
2017-01-08Consistency of the authors in scripts.Alige19-22/+25
2016-12-21Improve the riddle script, fix the fact that the riddle didn't work with a ↵Reid1-47/+2
translated answer.
2016-12-19Various lore and grammar fixesWildX4-27/+28
2016-12-19Lore and grammar fixesWildX1-6/+6
2016-12-07Merge remote-tracking branch 'reivol/offset-barber-sign'gumi1-1/+1
2016-12-05Offset the barber sign on Artis.Reid1-1/+1
2016-12-05Enable warp to the Legion from Artis.Reid1-4/+3
2016-12-03Merge remote-tracking branch 'omatt/panel_barber'gumi1-0/+10
2016-11-27Fix some wrap parameters and rebuild map_cache (thanks for Saulc for reporting).Reid1-1/+1
2016-11-24Add auto-gen files inwushin3-26/+455
2016-11-22Fix Juscare's pathwushin1-5/+5
2016-11-22Move Fluffy Death to enora scriptwushin1-0/+10
2016-11-22Remove autogenerated doorswushin1-477/+0
2016-09-05Update chelios.txt - changed "Andorra" to "Aemil"s20160911WildX1-1/+1
2016-09-02last minute changesgumi8-170/+153
2016-08-20Convert npc directory into new format.Andrei Karas1-37/+37
2016-08-08Add npc for the panel of Barberomatt1-0/+10
2016-08-07Fix "player not attached" error in mob kills.evolrelease2016-08-07Andrei Karas1-1/+4
2016-08-07+1 distance to the bag of fexil so player can use it when talking max range ↵Alige1-1/+1
with Fexil.
2016-08-06Changed the reward of Katja to an Aquada. (Will need a new reward later.)Alige1-1/+1
2016-08-06change fishing pull_max, add timer; change label name in wateranimationomatt1-16/+16
2016-08-06Update the fishing support with the new animation.Reid1-150/+193