Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-05 | mesc() is a function to optimize mes(col(l())), saving parenthesis. | Jesusaves | 1 | -2/+2 | |
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. | |||||
2017-08-19 | Merge branch 'Alige/serverdata-npc-pathing' | Reid | 1 | -3/+3 | |
2017-06-05 | remove specialeffect2 usage from scripts | gumi | 1 | -3/+3 | |
2017-04-18 | make the flying piou do a sound on click | gumi | 1 | -1/+4 | |
2017-03-05 | Fix a few coordinates of the flyingpiou npc pathing. Conclict with collision ↵ | Alige | 1 | -3/+3 | |
tiles. | |||||
2015-11-14 | Fix flyingpiou npc. | Andrei Karas | 1 | -1/+2 | |
2015-10-23 | Move timer logic for graph based npcs to function. | Andrei Karas | 1 | -6/+1 | |
2015-09-27 | Replace npcspeed to .speed | Andrei Karas | 1 | -2/+2 | |
2015-09-27 | Replace setnpcdistance to '.distance'. | Andrei Karas | 1 | -1/+1 | |
2015-09-27 | Replace calls to setnpcsex by assigning '.sex' variable. | Andrei Karas | 1 | -1/+1 | |
2015-09-23 | remove debug message in flyingpiou script | Joseph Botosh | 1 | -4/+0 | |
2015-09-23 | change flying piou script to use new movement algorythm | Joseph Botosh | 1 | -44/+45 | |
2015-09-17 | add const NPC_SALEM 125, change trader ID | Joseph Botosh | 1 | -1/+1 | |
2015-09-17 | add quest Catch the Piou | Joseph Botosh | 1 | -24/+126 | |
2015-09-08 | add npc flying piou in Artis | Joseph Botosh | 1 | -0/+63 | |