Quest Implementation Examples/Locations?

Having issues? Ask here!
Forum rules
- Search for existing answers before creating a new topic
- Topic titles must be descriptive and searchable
- Duplicate questions will be redirected to the existing answer(s) and locked.
Post Reply
User avatar
Fuzzy
Noob
Posts: 3
Joined: Tue Oct 10, 2023 3:18 am
Has thanked: 1 time
Been thanked: 1 time

Quest Implementation Examples/Locations?

Post by Fuzzy »

I've never touched Kotlin before, but have done a lot of Java programming in the past, so when the guidelines say to use Kotlin instead I'm immediately lost where to look for newly added quests. I'd be very thankful if anyone would point me in the right direction for where the quests are in the code (since it's such a massive project with a mix of legacy and new stuff) so I can learn how to properly implement them and possibly help out.
User avatar
Kennynes
Froob
Posts: 28
Joined: Sat Aug 13, 2022 2:30 am
Has thanked: 14 times
Been thanked: 10 times

Re: Quest Implementation Examples/Locations?

Post by Kennynes »

I like to look through merge requests and look at the diffs.

Here are some examples

https://gitlab.com/2009scape/2009scape/ ... 1510/diffs

https://gitlab.com/2009scape/2009scape/ ... /739/diffs
User avatar
Fuzzy
Noob
Posts: 3
Joined: Tue Oct 10, 2023 3:18 am
Has thanked: 1 time
Been thanked: 1 time

Re: Quest Implementation Examples/Locations?

Post by Fuzzy »

Thank you! This is definitely a great place to start, I appreciate it
Post Reply