summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
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
2019-10-10Kytty's HouseMicksha4-0/+8
2019-10-10Change Slime-Littleslime to LittleSlimeMicksha2-6/+6
Should be more internally consistent
2019-10-10MerchanthouseMicksha5-1/+9
2019-10-09Remove a TODO from Old WomanJesusaves1-2/+2
2019-10-08Maggot Slime PotionJesusaves1-12/+6
I thought it might be fun to entertain the idea of a maggot slime potion. Hope you all like! 😄 ---- @WildX : Seems like a good vendor item for Hurnscald general goods and maybe a rare drop from some humanoid mob, I'd like to keep manmade things like potions as items that are dropped by humanoids since it makes little sense for a maggot to carry a bottled potion with it.
2019-10-01instance for training room, training npc, new quest idtoams7-185/+508
change warp system for avoid spam creation instance add dummy for skill wave to mob_db, and stupid change in script add few basic control, info about training, access by menu change bow wave, and add dummy for bow wave change collison wall to water wall etc.
2019-10-014144 botJesusaves2-0/+92
2019-09-20I think weapon shop is a better place for this.Jesusaves1-0/+4
Minor coding style fixes.
2019-09-09"Atril" is a PDF Viewer. Fix a typo, it should be “Artis” instead.Jesusaves2-17/+17
2019-09-09make the code from the tutorial book similar to the other bookstoams1-365/+240
2019-05-15Fix the broken code using @4144's advise.s20190626Jesusaves1-2/+3
If something is wrong, please blame him instead :innocent:
2019-05-14Disable wrong code in lloyd.txtAndrei Karas1-2/+2
2019-05-13Update from herculesAndrei Karas9-24/+24
2019-05-11Improvements to Calamity Dungeon and Master Skill Book.Jesusaves2-7/+24
Reset defeated boss upon failure/success so you can read the book after (within the 15 seconds time limit). This is not unset by lack of ink, so you can (if you are quick enough) trade inks with friends. Also, requires Magic Feather. Reports if someone else kill the boss.
2019-05-01Make Mundane walk, instead of jumping.Jesusaves5-78/+185
Maybe he should walk faster than player, as he is scared. I just read npc/funcs/npcmove* to accomplish my task. Thanks, @toams and 4144!
2019-04-28Prevent Cookies from being used for "too long"Jesusaves2-0/+19
2019-04-27Alpha version of spotlight system - requires a fixed clientdata!119 or won't ↵Jesusaves6-0/+108
work NOT gm command compatible. May be optimizable, new MR for comparasion and performance check pending.
2019-04-26Address race concerns of evol-all#35 because I wanted something pretty.Jesusaves2-2/+38
I know I am wasting time. @WildX will probably agree, too. But meh. This outlines server-side how races may work and thus, includes get_race() function making !156 deprecated
2019-04-24Make Mundane walk, instead of jumping.Jesusaves1-8/+9
Maybe he should walk faster than player, as he is scared. I just read npc/funcs/npcmove* to accomplish my task. Thanks, @toams and 4144!
2019-04-16Package Legion for travel.Jesusaves23-83/+222
Get your act straight, Legion! You need to release the player from Artis! > Q'Anon dialog, close evol-all#25 until joining a faction/clan/guild gets available. > More placeholders > Sophialla will call player telling them to talk to her so we can advance. Requires PvE room - it needs to be mapped so call @Micksha about that. Requires !165 submitted and working, with Lozerk's approval.
2019-04-13Reimplement INN system and add Rusty Pick InnJesusaves26-155/+420
2019-04-13Koga should be always visible (I think every big NPC needs that?)Jesusaves1-0/+1
Alias @wgm to @request - so players can still use @wgm just fine.
2019-04-11Wyara the witch/dark druid/Apothecary - status reset implemented.Jesusaves1-3/+66
Plushroom potion? What's this?
2019-04-11Add Simon, Wyaras Apprentice, and his Potion shop along with updating (not ↵Micksha2-0/+75
fixing, really) his potions
2019-04-11Minor info on Soul MenhirJesusaves1-1/+5
2019-04-09Change Legion Main Hall Map Mask SystemJesusaves3-70/+46
2019-04-04Implement `@tutorial` and add the tutorial book in 001-2-5.Jesusaves5-9/+396
This is not TMW Ian, it is TMW-BR one, ported by Moubootaur Legends. Thus, it is more advanced, lenghty, and have most of unique Evol features.
2019-04-03Update Alige script file for better user experience.Jesusaves2-67/+71
Code-style-wise, this is what we call "legacy" and needs "total rewrite". I'm not willing to totally rewrite it, only to improve user experience. Total rewrite can be done by real coders later, if they want.
2019-03-29I need a way to get the Master Book.Jesusaves9-0/+207
Uhm, Auldsbel will do for a while, WildX can comment later.
2019-03-29add the flag npc for unmounting locations in ArtisMicksha1-0/+25
2019-03-29Merge branch 'rowboat_improvements' of https://gitlab.com/toams/serverdata ↵toams4-43/+117
into rowboat_improvements