Jump to content

Back to Billy won't turn in quest


JWalton85

Recommended Posts

at "back to billy" there is no info. 

also for a complete condition you can use this

// set you're quest id and set you're item id and amount. once thats done add to complete condition.
return (Quest.IsObjectiveComplete(1, ID) && ItemsManager.GetItemCountById(ID) == 1); 

 

image.thumb.png.b2801383dbd2a65d16da60795febc860.png

Link to comment
Share on other sites

Thanks @The Smokie. I really i appreciate it.

The quest is just to carry an item over, so I don't think there is any "info" that I need to add?

I'll try modifying and using the code you suggested for the complete condition, thank you.

Link to comment
Share on other sites

33 minutes ago, JWalton85 said:

Thanks @The Smokie. I really i appreciate it.

The quest is just to carry an item over, so I don't think there is any "info" that I need to add?

I'll try modifying and using the code you suggested for the complete condition, thank you.

if its just a delivery quests then make change quest objective to false (there isnt any quest objective so you can just turn in. sorry i didnt know there was no objectives.)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...