-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathquest.nip
46 lines (40 loc) · 1.23 KB
/
quest.nip
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//[type] == staminapotion
//[type] == antidotepotion
//[type] == thawingpotion
[name] == scrollofinifuss
[name] == keytothecairnstones
[name] == horadricmalus
[name] == bookofskill
[name] == horadriccube
[name] == shaftofthehoradricstaff
[name] == topofthehoradricstaff # # [tier] == 0
[name] == horadricstaff
[name] == ajadefigurine
[name] == thegoldenbird
[name] == potionoflife
[name] == thegidbinn
[name] == lamesen'stome
[name] == khalim'seye
[name] == khalim'sheart
[name] == khalim'sbrain
[name] == khalim'sflail
[name] == khalim'swill
//[name] == mephisto'ssoulstone
//[name] == hellforgehammer
[type] == gold #
[name] == minormanapotion && me.charlvl < 12
[name] == lightmanapotion && me.charlvl < 24
[name] == manapotion
[name] == greatermanapotion
[name] == supermanapotion
[name] == minorhealingpotion && me.charlvl < 12
[name] == lighthealingpotion && me.charlvl < 24
[name] == healingpotion && me.charlvl < 35
[name] == greaterhealingpotion
[name] == superhealingpotion
[name] == rejuvenationpotion
[name] == fullrejuvenationpotion
[name] == scrolloftownportal # # [maxquantity] == 20
[name] == scrollofidentify # # [maxquantity] == 20
[name] == tomeoftownportal # # [maxquantity] == 1
[name] == tomeofidentify # # [maxquantity] == 1