summaryrefslogtreecommitdiff
path: root/npc/007-1
AgeCommit message (Collapse)AuthorFilesLines
2021-03-07Fix typo reported by HarryJesusaves1-1/+1
2021-01-22Update tycoon.txt; fix npc dialog to reflect quest requirements for Cave SnakePovo1-2/+2
2020-07-28Heat waves and the Volcano B1FJesusaves1-0/+1
2020-05-12Deprecation concerning "debug" constant (I have new plans for it)Jesusaves1-1/+1
2020-04-05Regenerate map cache.Jesusaves1-1/+1
Pinkie Antenna?/Leg? and Bread no longer drops from Zegas' barrels Coal Chance: 14%->20%. Same for BugLeg, Carp (sell), Croconut and Tolchi Arrow
2020-02-21Update dracoula from 270%/150% to 300%/200%Jesusaves1-2/+2
I'm not sure if she can rival with Arkim (yet)
2020-02-21[skip ci] update Dracoula statsJesusaves1-2/+2
2020-01-15Allow Pickaxe Quest to be completed in Caelum's RouteJesusaves1-0/+13
2020-01-15Refactor [Pickaxe] Quest, register a new pre-requisite,Jesusaves2-3/+22
allowing an alt path is planned (with Caelum)
2020-01-13Accelarate some respawn points.Jesusaves1-4/+4
004-2 Tulimshar 005-1 Candor 007-1 Tulimshar 008-0 Tulimshar 011-3 Halinarzo 014-1 Hurnscald
2019-11-06Convert [Sunny Crystal] in 3x [Mylarin Dust]Jesusaves1-0/+29
2019-09-13[Tentacles] when fishing now have 1% chance for [Ancient Blueprint]Jesusaves1-0/+1
Dungeon Fishing (Tulimshar mines) double this value
2019-08-17It may be counter-intuitive, but Q9 gives no special reward, while Q12 gives.Jesusaves1-2/+2
So give more discount at Q9 instead of Q12. Hey, 200 GP is 200 GP.
2019-08-17Refactor further :>Jesusaves1-3/+3
2019-08-17Refactor Pickaxe price matrix on TycoonJesusaves1-1/+5
2019-08-17Miner Hat is a reagent for Paxel Quest, so drop it at Lava Slime and Giant ↵Jesusaves1-2/+3
Cave Maggot. These presumably killed miners and looted their equipment! Also, require Miner Gloves on Pickaxe Quest. Caelum can give, and Red Slime may drop.
2019-08-17Pickaxe quest! =DJesusaves2-2/+52
2019-08-07Pylon Randomness pseudo-fixJesusaves1-2/+2
2019-07-13Make maps - dramatic redesignJesusaves1-1/+1
2019-06-16Fix bugs on treasure chests, like animation not playing, missing return(), andJesusaves1-1/+0
also bad ident
2019-06-09Fix several scripted mob death with fix_mobkill(Pinkie)Jesusaves1-0/+5
2019-06-01015-8 Ancient Hideout. It is not accessible per-se (yet).Jesusaves1-1/+1
The boss map is still missing.
2019-06-01Fix bugsJesusaves1-1/+1
2019-03-16Tycoon now give miner knife at stage 2Saulc1-2/+2
2019-03-15Make maps againJesusaves1-2/+2
2019-03-08Update dracoula.txt give a bit more gp during dayli quest cause its pitty ↵Saulc1-2/+2
compared to bat cave amster
2019-03-04Remove every trailing whitespaceJesusaves1-2/+2
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
2019-03-03Fix a silly typoJesusaves1-1/+1
2019-03-03Red Warning to Tycoon - Quest is level 45 but available at level 40 onwards.Jesusaves1-2/+6
Finishing it before level 45 will result in EXP loss
2019-03-03Update Tycoon Black Scorpion Quest level requeriment and reward (lv 34 -> ↵Jesusaves1-3/+3
45) (+43k xp)
2019-03-03This is Saulc patch, but done properly ^.^Jesusaves1-1/+5
(Actually no, but I like high talking distances >.>)
2019-03-03Decreasing caelum speaking distance 4 to 3 Saulc1-1/+1
2019-01-31Downgrade stinger requeried by Caelum from Black Stinger to Red Stinger.Jesusaves1-3/+3
Level consistency. Both can be obtained with Ishi, by the way :b
2019-01-26Ok, random treasure chests works, scatter them on the major dungeons.Jesusaves1-37/+1
2019-01-26Chests can be kinda hard to see, uhm? Anyway, minor adjustments to chest ↵Jesusaves1-2/+2
treasure
2019-01-26My badJesusaves1-1/+1
2019-01-26007-1 Chest position must be reset on init.Jesusaves1-1/+0
Robbery bonus for Burglar Mask (thief only). Carry bonus on Monocle (merc only)
2019-01-26Polish a bit the Random Treasure Chest (aka. the @Krists great experiment).Jesusaves1-7/+15
Oh, did I mention special dungeon fishing testing getting in previous commit?
2019-01-26The Great Krists Experiment - let's hope it works...Jesusaves2-0/+116
2019-01-24Add the new Night Scorpion boss to Tulimshar MinesJesusaves1-0/+1
2018-12-19Move all Tulimshar Quests to use new exp formula (except cap quests).Jesusaves1-1/+1
See clientversion.txt to understand the real impact of these changes.
2018-12-19Tycoon's readjusted. (see clientversion.txt for precise info)Jesusaves1-4/+4
2018-12-16Getting anything above a [Knife] is unreasonable.Jesusaves1-0/+1
So, Tycoon rewards a [Sharp Knife] before Cave Snake killing, and Sailors updated to [Dagger].
2018-12-16Last stage a Tycoon now gives a Polished Ruby instead of a common RubyJesusaves1-4/+4
2018-12-16Fix typos at Tycoon, and raise a bit first and last stepsJesusaves1-13/+20
2018-12-14New Hercules Syntax for getnpcid().Jesusaves4-4/+4
sed -i 's/getnpcid(0, /getnpcid(/g' */*.txt
2018-08-29Revert "Merge branch 'master' into 'master'"Saulc2-66/+69
This reverts commit 5f62243a1da032521de53876005112d5e6e36a19
2018-08-29Merge branch 'master' into 'master'Saulc2-69/+66
# Conflicts: # db/quest_db.conf # npc/004-1/_import.txt # npc/007-1/_import.txt # npc/007-1/tycoon.txt
2018-08-25Tycoon give more exp for black scorpion and ask for -5 cave s snakesSaulc1-4/+4
2018-08-25Regenerate map dataJesusaves1-5/+6