summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
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
2019-03-09Replace eight calls for warp on npc/000-2-1 by slide calls (in legacy syntax)Jesusaves1-4/+4
Just wanted to say I'm still alive, although this may improve game performance.
2019-03-08Make Alan's Wood Breaking pseudo-random.Jesusaves2-3/+20
This means you have a fixed amount of fails, and likewise, you cannot fail more than a certain amount of times. These values are min 10 fails and max 30 fails per @Micksha request. They can be tweaked at will. The code behind fake radomness is fairly simple ^.^
2019-03-06Implements @resyncJesusaves2-0/+41
2019-03-05... That's why you shouldn't code with an empty stomach and without taking anJesusaves8-576/+623
Afternoon nap %%O
2019-03-05Replace gettimetick(2) with has_instance2(), because quest.count2 is not big ↵Micksha4-50/+179
enough. Also use SpriteName where possible
2019-03-05Update the quest to address Micksha notes.Jesusaves8-8/+502
Playtested locally. Besides, it is now possible to use Grass Carp for Carp Sandwich. The use of a Grass Carp won't have any special effects. WIP status can now be safely removed.
2019-03-04These minor improvements are important for the game.Jesusaves1-0/+1
They'll heal fully the character when starting the game. And will alias so @npc works - that's important and annoying! >.<
2019-03-03adding Yannika NPCMicksha1-0/+20
2019-03-01Remove extra white spacesAndrei Karas18-60/+60
2019-03-01Fix move command error and style in rowboat npcAndrei Karas1-7/+6
2019-02-28The four sewer mouths in Artis. They all behave differently.Jesusaves3-7/+125
The first one is still TODO to prevent conflicts with Mundane Quest
2019-02-28add mana ghost mob and Valia NPCMicksha5-1/+69
2019-02-28Guide players by hand to get started on the game.Jesusaves3-1/+17
2019-02-13Toams/rowboat + Micksha/galmatiaMicksha14-12/+224
2019-01-26Fix translations issues in 008-2-2/note.txtAndrei Karas1-3/+3
2019-01-19Knife - change equip level from 15 --> 1Micksha4-12/+108
2018-12-06Remove extra parameter from function getnpcidAndrei Karas8-16/+16
2018-11-22Add all the gem veins, add beehiveMicksha9-4/+80
2018-11-15more improvements for the rusty pick's npc'stoams4-35/+71
2018-11-07Add the rossy caveMicksha2-0/+3
2018-11-05fix a few mapsMicksha2-2/+2