question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Quests don't show up on the chat

See original GitHub issue

Version 1.13.1

The quests don’t show up on the player’s chat, it appears like this:

imagem

Even tho you can clearly see it in the console (homemade server test):

imagem

Code of the job (name and desc not in english sorry 😕 ):

Lenhador:
    fullname: Lenhador
    shortname: L
    description: Ganha dinheiro a plantar e cortar árvores.
    ChatColour: GREEN
    chat-display: full
    max-level: 75
    leveling-progression-equation: 10*(joblevel)+(joblevel*joblevel*4)
    income-progression-equation: baseincome+(baseincome*(joblevel-1)*0.01)-((baseincome+(joblevel-1)*0.01)
      * ((numjobs-1)*0.05))
    points-progression-equation: basepoints+(basepoints*(joblevel-1)*0.01)-((basepoints+(joblevel-1)*0.01)
      * ((numjobs-1)*0.05))
    experience-progression-equation: baseexperience-(baseexperience*((numjobs-1) *0.01))
    rejoinCooldown: 10
    Gui:
      Id: 17
      Data: 2
    Quests:
      '1':
        Name: Break Oak wood
        Action: Break
        Target: 17-0
        Amount: 300
        RewardCommands:
        - money give [playerName] 500
        - msg [playerName] Completed quest!
        RewardDesc:
        - Break 300 Oak wood
        - Get 500 bucks for this
        Chance: 40
        toLevel: 3
        fromLevel: 5
      '2':
        Name: Zombie killer
        Action: Kill
        Target: Zombie
        Amount: 50
        RewardCommands:
        - money give [playerName] 2000
        - msg [playerName] Completed quest!
        RewardDesc:
        - Kill 50 zombies
        - Get 2000 for this!
      '3':
        Name: Chicken cooker
        Action: Smelt
        Target: COOKED_CHICKEN
        Amount: 20
        RewardCommands:
        - money give [playerName] 300
        - msg [playerName] Completed quest!
        RewardDesc:
        - Cook some chicken breasts
        - Get 300 for this!
    Place:
      '6':
        income: 0.50
        points: 0
        experience: 0.20
      6-1:
        income: 0.50
        points: 0
        experience: 0.20
      6-2:
        income: 0.50
        points: 0
        experience: 0.20
      6-3:
        income: 0.50
        points: 0
        experience: 0.20
      6-4:
        income: 0.50
        points: 0
        experience: 0.20
      6-5:
        income: 0.50
        points: 0
        experience: 0.20
    Break:
      17-0:
        income: 0.90
        points: 0
        experience: 0.70
      17-1:
        income: 0.90
        points: 0
        experience: 0.70
      17-2:
        income: 0.90
        points: 0
        experience: 0.70
      17-3:
        income: 0.90
        points: 0
        experience: 0.70
      162-0:
        income: 0.90
        points: 0
        experience: 0.70
      162-1:
        income: 0.90
        points: 0
        experience: 0.70
      18-0:
        income: 0.40
        points: 0
        experience: 0.20
      18-1:
        income: 0.40
        points: 0
        experience: 0.20
      18-2:
        income: 0.40
        points: 0
        experience: 0.20
      18-3:
        income: 0.40
        points: 0
        experience: 0.20
      161-0:
        income: 0.40
        points: 0
        experience: 0.20
      161-1:
        income: 0.40
        points: 0
        experience: 0.20

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
smmmaddencommented, Oct 13, 2018

no worries, you’re doing fine. We all gotta learn sometime. 😃

0reactions
Zripscommented, Oct 14, 2018

99f13e5c475750614385ac2a62d19a35a56aa4be

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do you link quests into chat? Shift click doesn't work?
My solution was to track the quest in the quest tracker(outside the quest log / journal), then shift-clicking the title in the quest...
Read more >
Not Receiving Notifications. chat, friend invite t... - 814960
Go to Settings on your phone, then tap Bluetooth. Find your Quest headset. Tap i, then tap Forget This Device. Open the Oculus...
Read more >
Cannot See Any World Quests - Blizzard Support - Battle.net
The map is not showing any World Quests; I can't see any world quests; How do I start world quests? World Quests must...
Read more >
Having an issue where my Quests are not auto tracking
Where do I put the command in. Just type it into chat? My problem is I have one char that doesn't show quest...
Read more >
"Now or Never" Quest Not Showing Up??, page 1 - Forum
The quest does not just 'pop up'. After you've completed 'Matter of Life and Death' you have to visit Triss in her hideout....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found