summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07After being looted, treasure boxes will be empty - but only for a minute.jesusalva/treasureJesusaves1-3/+12
2020-05-07We begin at 1Jesusaves1-1/+1
2020-05-07Wait, I don't need getmap() here, I already saved the mapJesusaves1-1/+1
2020-05-07The NPC rule on shovel no longer applies to Artis.Jesusaves1-4/+6
2020-05-07Actually a simple bug.Jesusaves1-8/+8
2020-05-07Ops, Evol only have ONE kind of shovel.Jesusaves1-1/+1
Lets skip this, then.
2020-05-07Override default bury version with Moubootaur Legends rulesJesusaves1-12/+19
2020-05-07Alternative A: No minus sign allowed on NPC namesJesusaves1-7/+6
2020-05-07Maintain some imprecision on Q'onan, but now it will be less than before.Jesusaves1-2/+2
2020-05-07Record the chest location on Qonan because Micksha asked.Jesusaves1-1/+4
2020-05-07Fix typo D:Jesusaves1-1/+1
2020-05-07Change Treasure balanceJesusaves1-4/+4
2020-05-07Make Micksha's locations diggableJesusaves1-1/+18
2020-05-07Proccess these locations as townsJesusaves1-0/+12
2020-05-07Distribute Treasure Maps as Micksha RequestedJesusaves1-3/+25
2020-05-07Update Treasure Chest designJesusaves1-5/+5
2020-05-07Add the Treasure Chests to the maps designed by Micksha (Artis Sewers kept)Jesusaves1-4/+6
2020-05-07Give the Treasure Key at Enora.Jesusaves3-6/+12
Update Mona's reward from Wooden Bow to Wooden Sword D:
2020-05-07Update Mona's script to give a Treasure Key (too)Jesusaves1-2/+4
2020-05-07Random, Wild Treasure Chests were sighted in Hurnscald Caves!Jesusaves1-0/+68
Watch out for them!
2020-05-07Add Treasure Chest main functionJesusaves3-2/+57
2020-05-07Add rand2() to RNGesus (Because 4144 said that rand() is not random)Jesusaves2-4/+18
2020-05-07Ops.Jesusaves1-1/+1
2020-05-07Burried Treasure + Treasure KeyJesusaves1-0/+61
2020-05-06make maps for cavesMicksha32-10/+202
2020-04-25update scripts following a hardcoded enum changegumi3-3/+3
2020-04-25add a gender change option to Edouardgumi2-3/+25
2020-04-25update debug-look for non-binary gendersgumi1-16/+13
2020-04-25add a changesex pseudo-atcommandgumi3-0/+50
2020-04-22finalize changes in boss.txt, update TF_POISON a bit (note to self: add ↵Micksha8-32/+31
particles and icon for poison skill)
2020-04-19Cupid's MagicJesusaves4-0/+38
“The highest expression of love.” ~ Aliytah, 2020 Also, fixes the @jail command.
2020-04-11Add the [Clothes Pack], containing the destroyed equipment from the player.jesusalva/doomsdayJesusaves3-2/+29
This item is obtained from Doomsday event epilogue. “Contains merge items which can be restored by a skilled NPC”. The name of this NPC is... Perhaps, Gumi? %%M :>
2020-04-10Make MapsJesusaves3-3/+2
2020-04-09initial commit for Candor: outdoor map, indoor maps, placeholder NPCs (many ↵Micksha43-12/+624
placeholder scripts still missing, existing ones corrupt)
2020-02-28Beanie Copter Quest, by @WildX requestJesusaves2-0/+13
2020-02-17CavesMicksha1-0/+4
2020-02-03add signs to 008-1, 008-1-1 and 008-1-2Micksha28-18/+146
2020-02-03Arrival in ArgaesMicksha4-0/+42
2020-02-01Add EVOL_MONSTER_IDENTIFY skill.Jesusaves2-0/+30
Allow players with this skill to use both `/mi` and `@monsterinfo` commands. The skill still isn't obtainable anywhere. Single level.
2020-02-01Give players 5 seconds to collect the loot.Jesusaves4-5/+9
Inform them of victory with a dispbottom, and increase OnTimeout in 5 seconds to prevent accidental explosion. Please note that player could run to ship hold's door and really mess the quest. (It would cause a double-warp effect, and Peter would ask, “I am broken?”).
2020-01-10Fix Hall Of Acorns.Jesusaves1-15/+15
SORRY FOR THE TYPO! Please forgive me, Tirifto.
2020-01-10Fix dueling (missing a command), and also update Trozz's dialog to include duel.Jesusaves2-7/+47
Also, fix a minor issue on Samantha.
2020-01-10Scoreboards. Done upon request (and popularity)Jesusaves3-0/+226
An untested Hall Of Acorns was included with Tirifto's blessings. Provides two new commands available to everyone: `@scoreboard` and `@scoreboards` These commands allow players to view an hourly-updated scoreboard, with the richest and most powerful players, as well as the most powerful guilds. And, ofc, whoever has more acorns on storage. There's also a button to see some game statistics, like total monsters killed since release. Patreon Link is a courtesy because it came with original code; We might want to update it to more general Donation page later. PS. Code imported from Moubootaur Legends and modified for rEvolt. This includes replacing "mes()" with "mesf()"
2020-01-10Global Event Handler.Jesusaves14-77/+142
Hurnscald NPCs are incompatible. I've run in epoll problems once on ML, so I'm making this again.
2020-01-08Housekeeping patches, they should not have any visible effect ingame (unless ↵Jesusaves1-15/+12
something BREAKS, then you'll notice it right away)
2020-01-08Meta dialogue fixesWildX2-3/+3
Signed-off-by: WildX <wildx@evolonline.org>
2019-11-02rebalance the stats of the dummy mobs used in the legion training. Note that ↵toams1-1/+1
fake Pikipiks show up because the skill (this still needs to be fixed)
2019-10-26add Galimatia items to item_db and monsters to mob_db, minor cleanupMicksha3-13/+8
2019-10-21These are the new GM permissions, levels, and clearances for rEvolt.Jesusaves6-11/+53
See the merge request for a better list of powers as of approved on topic 20808.
2019-10-20remove useless zeny calculationsgumi13-18/+18