summaryrefslogtreecommitdiff
path: root/npc/items
AgeCommit message (Collapse)AuthorFilesLines
2015-06-20Replace NPC names by NPC IDs.Reid1-14/+14
2014-12-05Replace script function set to direct variable assignments.Andrei Karas1-1/+1
2014-11-21Replace temp variables into scope temp variables.Andrei Karas1-4/+4
2014-11-04convert server data for using with hercules.Andrei Karas2-6/+6
2014-02-11English fixes done Qwerty Dragon.Alige1-5/+6
2013-08-08Change every label names from l_ to L_ .Reid Yaro2-4/+4
2013-07-09Fixed oldbook script.Alige1-1/+0
2013-06-01Remove the poison function.Reid Yaro1-21/+0
2013-05-26Add arguments on usePoison function.Reid Yaro1-7/+7
2013-05-24Add new poison function with random and heal parameters,Reid Yaro1-22/+11
it replaces old individual functions. Corrected possible bugs in old functions. Change character space for UseScripts from 33chars to 60chars.
2013-03-04Fix code style.Andrei Karas2-2/+0
Add missing spaces, remove useless empty lines.
2013-01-18Removed useless entries in croconut.txt.Alige1-3/+3
2013-01-07Correct last commit bug.Reid Yaro1-4/+4
2013-01-07Changed some item links from IDs to names.Alige1-4/+4
Missing letters in a line in the croconut item function.
2012-12-25Remove the three poisoned files and creat a single file for every poisoned ↵Reid4-49/+32
files.
2012-12-24Fixed several things in the script of alige.Alige2-2/+19
Added the missing script for the headache created by the pumpkin seeds. Differenciated the scripts of the blobime and the seeds.
2012-12-24Fixed some language in the croconut script.Alige1-3/+3
It is now much more understandable to the player of what the croconut became after cutting it.
2012-12-23Additinal protection for npc croconut from direct speaking.Andrei Karas1-0/+1
2012-12-22Correct various bugs on croconut item functionReid1-4/+5
Add Piou Slayer in this same function.
2012-11-30Replaced some item IDs by their names in scripts.Alige1-4/+4
Added missing commands when the NPC gives an item. Fixed some language.
2012-11-10Fix bug on Old Book item.Reid1-0/+1
2012-09-07Fixed some language in the Old Book script.Alige1-4/+6
2012-09-07Add attribute and type to oldbook item,Reid1-1/+0
Removed the get item on oldbook script.
2012-09-07Correct some english typo and add a missing white line on oldbook script.Reid1-1/+2
2012-09-07Complet the oldbook script.Reid1-22/+29
2012-09-06Fixed language and added a missing part of the story in oldbook.txt.Alige1-2/+4
2012-09-06Add start of the story on oldbook script.Reid1-5/+30
2012-09-02Authors in scripts are now sorted by alphabetical order for clarity purposes.Alige2-2/+2
2012-08-28Added missing spaces at the end of some scripts.Alige2-2/+2
Removed some spare lines in some scripts. Reviewed language and punctuation in several scripts.
2012-07-10Fixed the description of every single script.Alige4-11/+17
2012-07-09Removed capital letters from the item scripts.Alige4-0/+0
2012-07-04Add OldBook script (missing dialogue).Reid1-0/+25
2012-07-04Replace getitemname by getitemlink on Croconut.txt .Reid1-6/+6
2012-07-04Correct text color function placement,Reid1-7/+7
Replaced item name by item id.
2012-07-04Correct getitemname function on Croconut item script.Reid1-6/+6
2012-06-10Remplace item ID by item name on croconut item function.Reid1-6/+6
2012-06-10Correct Croconut item function.Reid1-17/+5
2012-06-06Correct an english typo on Croconut.txt .Reid1-1/+1
2012-06-01Changed "coconut" to "croconut" in all files of serverdata.Alige1-15/+15
2012-05-30Fixed some english in Coconut.txt.Alige1-8/+8
2012-05-30Correct a bug on Coconut.txt item function.Reid1-1/+1
2012-05-30Add Coconut item function,Reid1-0/+80
Add Coconut function on scripts.conf and item_db (ID 513).
2012-05-07Correct poisonedblobime description. (Ali-G)Reid1-1/+1
2012-04-05Add new item script,Reid1-0/+13
Add new items in item_db.
2011-12-12Correct bracelet and knife item on item_dbReid1-3/+1
Remove debug lines on PoisonedWater script.
2011-12-10Corrected PoisonedWater item script.Reid1-2/+2
2011-12-08Update wlk maps,Reid1-1/+1
Add 000-0-0 map to resnametable.txt, Change area script to sailors script (name change), Correction on alige script, Correction on Poisoned Water function, Added function importation on scripts.conf .
2011-12-02Add script.conf file,Reid1-0/+15
Add PoisonedWater script for item_db.txt, Changed map name on area script, Corrected usable items script on item_db.txt.