diff options
Diffstat (limited to 'npc/008-3-0/juliet.txt')
-rw-r--r-- | npc/008-3-0/juliet.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/008-3-0/juliet.txt b/npc/008-3-0/juliet.txt index c4f15fc0..e0d256be 100644 --- a/npc/008-3-0/juliet.txt +++ b/npc/008-3-0/juliet.txt @@ -27,7 +27,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 4; end; @@ -606,10 +605,11 @@ OnInstanceInit: mesq l("Mommy teached me about precious gemstones. This Golem has quite a few of them."); next; mesn; - mesq lg("Here you go, miss!", "Here you go, mister!"); - getitem .@rune, 1; + mesq l("Here you go!"); getitem .@gems, 1; - getexp 100000, 10000; + quest_item(.@rune, 1); + quest_xp(.maxLevel, 100000); + quest_jxp(.maxLevel, 10000); setq HurnscaldQuests_Rossy, 17, 0, .@inst; next; mesn; @@ -632,7 +632,7 @@ OnInstanceInit: mesq l("But it was big and scary! I haven't seen it since I entered this cave, though..."); next; mesn; - mesq lg("It probably went away after seeing your bravure, tee-hee!"); + mesq l("It probably went away after seeing your bravure, tee-hee!"); next; mesn; mesq l("I must go now. I've already spent too much time here already."); @@ -643,11 +643,13 @@ OnInstanceInit: OnInit: disablenpc "Juliet"; .distance=4; + .maxLevel=80; end; OnInstanceInit: disablenpc instance_npcname("Juliet"); .distance=4; + .maxLevel=90; end; } |