summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2016-06-27Changed all item IDs by their aegisname in scripts.Alige21-98/+98
2016-06-27Fixed "INN" to "Inn" in scripts.Alige4-28/+28
2016-06-27Transformed "RedPlush" into "Red Plush", makes more sense in game.Alige2-2/+2
2016-06-27Removed useless entry in calypsan script.Alige1-1/+1
2016-06-27Now the player won't need only 1 plushroom to reset stats, it will depend on ↵Alige1-10/+10
his level/power/w/e.
2016-06-27Added emotion when Nard finds a name for the Island.Alige1-0/+1
2016-06-27Removed useless comments on emotions in npc scripts.Alige2-3/+3
2016-06-27Replace emotion() arguments with constants instead of ID.Reid15-24/+24
2016-06-26Add a camel dye on enora's tanktop.Reid1-1/+1
2016-06-25Fixed a bug in enora's script. Seen by Parser, reported by Vasily, thanks to ↵Alige1-1/+1
both!
2016-06-25Remove the harbour NPC on top-right of the dock and offset the one below ↵Reid1-13/+1
Nard's ship of two vertical tiles.
2016-06-24Fixed the name of the Manana Tree in the mob_db and added them on Artis map.Alige1-0/+20
Still needs the update of collision tiles.
2016-06-22add atcommand `@esp` (manipulates Esperin)mekolat2-0/+91
aka zeny aka gp check for boundaries, use bank if purse is full
2016-06-22add atcommand `@w` (works like `@go`)mekolat2-0/+232
2016-06-22add `@music` atcommandmekolat3-0/+116
2016-06-22Add into test map npc1 scripts for getcardbyindex / removecardbyindex.Andrei Karas1-0/+12
2016-06-20send fake collision when legion building is lockedmekolat1-0/+2
2016-06-20Add legiontalk with carmie's dialogue.Reid3-12/+61
2016-06-20Fix some wrong rand() call on hello and villagertalk.Reid2-2/+2
2016-06-20Clean up villagertalk and remove some legion-specific dialogues.Reid1-15/+3
2016-06-20Add a hello script function.Reid2-0/+24
2016-06-20Rewrite the villagertalk with a switch.Reid1-30/+35
2016-06-20Fix a repeat issue on the fishing script.Reid1-6/+14
2016-06-19Added more sentences to carmie.Alige1-2/+10
2016-06-19Added random number of sentences to carmie.Alige1-2/+10
2016-06-19Add some instance commands in npc1 in test map.Andrei Karas1-1/+73
2016-06-19Fixed an english mistake in mona's script. "Please find *my* daddy."Alige1-1/+1
2016-06-18Renamed Desert Island map to Drasil Island.Alige3-3/+3
2016-06-18Introduced the name of the Drasil Island in npc scripts.Alige10-16/+37
Also fixed some english issues in some npc dialogues.
2016-06-14add hashtable testing functions to test npc1Joseph Botosh1-1/+89
2016-06-14Fixed some missings girl/boy feature in some scripts.Alige3-3/+4
2016-06-14fix npc freeze when next move target is too farJoseph Botosh1-12/+66
2016-06-14Fix Plushroom name in mob spawns.Andrei Karas1-6/+6
Plushroom -> Plushroom Field
2016-06-14Reverted the changes to the amount of urchins spawning. There were enough.Alige1-3/+2
2016-06-14Fixed typo in rumly's script. Reported in game by Micksha.Alige1-1/+1
2016-06-14Fix calypsan trade action.stableAndrei Karas1-1/+1
2016-06-14Updated some map names.Alige9-9/+9
2016-06-14Fixed map names in _import.txt, _warps.txt and _mobs.txt files.Alige83-83/+83
2016-06-14Fixed the line with value names in _mobs.txt files.Alige9-18/+9
2016-06-14Reduced the selling price of the fluffy furs.Alige1-2/+2
Everyone was exploiting that in game to get tons of money.
2016-06-14Added one more Pikpik on the Artis map.Alige1-0/+1
2016-06-14Decreased the amount of flufflies spawning on the hill: too much farming there.Alige1-2/+2
2016-06-14Increased the amount of urchins on the beach and adjusted their spawning coords.Alige1-3/+3
2016-06-14Added a line to describe the different values, in all _mobs.txt files.Alige9-7/+25
Also preparing to add a name to all of the maps.
2016-06-13Complete Robin Williams tribute.Reid1-2/+56
2016-06-12Fix Little Blub spawn name in 000-1. LittleBlub -> Little BlubAndrei Karas1-7/+7
2016-06-09Complete tribute to leonoard nimoy.Reid1-2/+74
2016-06-09Improve christopher's script and add some npctalk functions for short dialogues.Reid1-3/+5
2016-06-08Complete tribute to christopher lee.Reid1-2/+52
2016-06-08Add manhole script.Reid2-0/+41