NPC Quests

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

NPC Quests

#1 Příspěvekod Fifal » 09 led 2014, 22:14

IP: 93.91.250.120:27249

Prosím vás potřebuji poradit mám plugin npc quests všechno mám v pluginu sepsaný správně a chápu to, ale nevím jak ve hře tento plugin převést na npc, aby to npc dávalo ten úkol.
Předem díky.
Pomohl Jsem? ?
Oplat karma + ;))

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: NPC Quests

#2 Příspěvekod nejento » 09 led 2014, 23:07

Jaký plugin na questy používáš?
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: NPC Quests

#3 Příspěvekod Fifal » 09 led 2014, 23:16

Pomohl Jsem? ?
Oplat karma + ;))

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: NPC Quests

#4 Příspěvekod nejento » 10 led 2014, 10:07

Zjisti si ID toho Citizena a tohle ID nastavuješ v configu, přesně tam, kde se nastavuje ten daný quest.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Fifal
Příspěvky: 411
Registrován: 17 bře 2013, 19:24
Reputation: 0

Re: NPC Quests

#5 Příspěvekod Fifal » 10 led 2014, 23:50

Už jsem na to přišel :)
Díky
Pomohl Jsem? ?
Oplat karma + ;))

adam1999
Příspěvky: 540
Věk: 26
Registrován: 25 říj 2013, 05:45
Reputation: 0
Bydliště: A kľúče nechceš?

Re: NPC Quests

#6 Příspěvekod adam1999 » 11 led 2014, 18:22

a kde tam to natstavím toto je quests.yml

Kód: Vybrat vše

quests:
  Miner:
    name: Stone Miner
    ask-message: <yellow>Ahoj!!Prosim ta pomoz my zburat <purple>10<yellow> blokov <purple>kamena<yellow>, musis mat pri sebe <purple>1 drevenny krompac<yellow> Za pomoc dostanes odmenu!!!
    finish-message: <yellow>Velmi dobre!!!!Dostal si svoju odmenu.
    redo-delay: 1800000
    parties: 0
    requirements:
      items:
      - id-270:amount-1
      remove-items:
      - false
      fail-requirement-message: <red>Musis mat pri sebe <purple>Drevenny krompac<red>.
    stages:
      ordered:
        '1':
          break-block-ids:
          - 1
          break-block-amounts:
          - 10
    rewards:
      money: 1000
      quest-points: 1
  Hunter:
    name: Mob Hunter
    ask-message: <yellow>Kill an assortment of Mobs.
    finish-message: <yellow>Excellent. Here is a <purple>Diamond Sword<yellow>.
    parties: 2
    requirements:
      quests:
      - Stone Miner
      fail-requirement-message: <red>Complete <purple>Stone Miner<red> first.
    stages:
      ordered:
        '1':
          death-event: DeathFail
          mobs-to-kill:
          - Pig
          mob-amounts:
          - 3
          finish-event: GoodJob
        '2':
          death-event: DeathFail
          mobs-to-kill:
          - Zombie
          mob-amounts:
          - 2
          finish-event: GoodJob
        '3':
          death-event: DeathFail
          mobs-to-kill:
          - Skeleton
          mob-amounts:
          - 1
    rewards:
      items:
      - id-276:amount-1
      exp: 100
      quest-points: 1
  CatchFish:
    name: Catch Fish
    ask-message: <yellow>Catch some fish!
    finish-message: <yellow>Excellent. Here is some <green>experience<yellow>.
    parties: 2
    requirements:
      quests:
      - Stone Miner
      fail-requirement-message: <red>Complete <purple>Stone Miner<red> first.
    stages:
      ordered:
        '1':
          start-event: FishingStart
          death-event: DeathFail
          chat-events:
          - RodEvent
          chat-event-triggers:
          - rod
          fish-to-catch: 5
    rewards:
      exp: 250

a toto je Config

Kód: Vybrat vše

allow-command-questing: true
allow-command-quests-with-npcs: false
show-requirements: true
allow-quitting: true
debug-mode: false
generate-files-on-join: true
kill-delay: 600
accept-timeout: 20
snoop: true
show-npc-effects: true
npc-effect: note
max-party-size: 0
party-invite-timeout: 20
broadcast-party-creation: true
quester-blacklist:
- SomeGuy12345
- somePrefix*
- '*someSuffix'
- '*someRegex*'
language: en
ignore-locked-quests: false


-- 11 led 2014, 17:49 --

mam to už
ObrázekObrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 103 hostů