Simple Bandit


Author: bhai
Created: 2012-11-08T15:35:10-0500
Edited: 2012-11-08T15:36:32-0500
Denizen Version: 0.76
Views: 84
Downloads: 1071
Likes: 0


WGET
Description: Basically, all NPCs with the name Bandit are given this script and when they die, they drop either 10 XP, wooden sword, or leather helmet. ZAP RANDOM:2-4 chooses one of the three randomly.

Bandit: 
  Type: Interact
  Requirements: 
    Mode: None
    List: []
  Steps: 
    1: 
      Proximity Trigger: 
        Script: 
          - RANDOM 3
          - CHAT "'%%4Gimme your stuff and SCRAM!'"
          - CHAT "'%%4What are you looking at?!'"
          - CHAT "'%%4You look like you have good items! How about handing them over?'"
          - ZAP RANDOM:2-4
    3: 
      Npcdeath Trigger: 
        Trigger: ""
        Script: 
          - ^CHAT "'%%4AAARRGH!'"
          - ^DROP 268 QTY:1
          - ^DIE
          - WAIT 10
          - ^LIVE
          - ^HEAL DENIZEN
          - ^ZAP 1
    2: 
      Npcdeath Trigger: 
        Trigger: ""
        Script: 
          - ^CHAT "'%%4AAARRGH!'"
          - ^DROP XP QTY:10
          - ^DIE
          - WAIT 10
          - ^LIVE
          - ^HEAL DENIZEN
          - ^ZAP 1
    4: 
      Npcdeath Trigger: 
        Trigger: ""
        Script: 
          - ^CHAT "'%%4AAARRGH!'"
          - ^DROP 298 QTY:1
          - ^DIE
          - WAIT 10
          - ^LIVE
          - ^HEAL DENIZEN
          - ^ZAP 1




Comments
No one has posted a comment! Post one below: