summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Expand)AuthorFilesLines
2020-07-27add the player cache systemgumi2-0/+375
2020-07-20add functions to get legacy storage and inventory itemsgumi1-0/+76
2020-07-20add functions to get Legacy and Vault account datagumi3-1/+239
2020-07-20add a function shorthand to convert a char name to idgumi1-0/+19
2020-07-20add bitwise abstraction functionsgumi1-0/+23
2020-07-18Drop support for all languages below 70% translationJesusaves2-28/+5
2020-07-10Implements Crafting Core systemJesusaves3-7/+120
2020-06-17First version of the new kfahr script.toams1-0/+31
2020-06-17Contains fixes/reordering for races, guilds and genders.Jesusaves4-43/+86
2020-05-27At least, now you can reach Argaes. Poorly balanced.Jesusaves2-0/+24
2020-05-24Faction Core, Quest ID rewrite, Thieves Path.Micksha18-14/+356
2020-05-09remove the entire notion of marriagegumi1-293/+0
2020-05-07Random, Wild Treasure Chests were sighted in Hurnscald Caves!Jesusaves2-3/+151
2020-04-25update scripts following a hardcoded enum changegumi2-2/+2
2020-04-25add a gender change option to Edouardgumi1-0/+15
2020-04-25add a changesex pseudo-atcommandgumi1-0/+13
2020-04-22finalize changes in boss.txt, update TF_POISON a bit (note to self: add parti...Micksha1-2/+2
2020-04-11Add the [Clothes Pack], containing the destroyed equipment from the player.jesusalva/doomsdayJesusaves1-1/+2
2020-02-28Beanie Copter Quest, by @WildX requestJesusaves1-0/+2
2020-01-10Fix Hall Of Acorns.Jesusaves1-15/+15
2020-01-10Scoreboards. Done upon request (and popularity)Jesusaves2-0/+225
2020-01-10Global Event Handler.Jesusaves4-14/+72
2020-01-08Housekeeping patches, they should not have any visible effect ingame (unless ...Jesusaves1-15/+12
2019-10-21These are the new GM permissions, levels, and clearances for rEvolt.Jesusaves1-1/+1
2019-10-10Change Slime-Littleslime to LittleSlimeMicksha1-1/+1
2019-10-01instance for training room, training npc, new quest idtoams1-0/+28
2019-05-13Update from herculesAndrei Karas4-12/+12
2019-05-01Make Mundane walk, instead of jumping.Jesusaves3-2/+47
2019-04-27Alpha version of spotlight system - requires a fixed clientdata!119 or won't ...Jesusaves2-0/+103
2019-04-26Address race concerns of evol-all#35 because I wanted something pretty.Jesusaves1-0/+36
2019-04-16Package Legion for travel.Jesusaves2-1/+29
2019-04-13Reimplement INN system and add Rusty Pick InnJesusaves2-14/+15
2019-04-09Change Legion Main Hall Map Mask SystemJesusaves1-47/+21
2019-04-04Implement `@tutorial` and add the tutorial book in 001-2-5.Jesusaves1-0/+4
2019-03-05... That's why you shouldn't code with an empty stomach and without taking anJesusaves2-6/+53
2019-03-05Update the quest to address Micksha notes.Jesusaves1-0/+51
2019-03-01Remove extra white spacesAndrei Karas3-3/+3
2019-02-28The four sewer mouths in Artis. They all behave differently.Jesusaves1-0/+73
2018-12-06Remove extra parameter from function getnpcidAndrei Karas4-7/+7
2018-11-05Hurnscald mega-commitgumi6-0/+304
2018-07-29fix some edge cases in relative_array_random()gumi1-3/+7
2018-07-28reduce the clutter in confused_tree_dict, make it use relative_array_randomgumi2-493/+459
2018-07-05improve the shovel scriptgumi1-2/+2
2018-07-05improve the fishing scriptgumi1-20/+16
2018-07-05mesc() is a function to optimize mes(col(l())), saving parenthesis.Jesusaves1-0/+5
2018-06-25add relative_array_random()gumi1-0/+35
2018-05-20Show client too old warning if client version < 24.s20180614Andrei Karas1-1/+1
2018-04-22we don't need strcmp for string < stringgumi1-11/+3
2018-04-05bring the array manipulation functions to version 10s20180406gumi1-11/+54
2018-03-28use getmapinfo instead of getmapusers to check if a map existsgumi1-0/+10