Package-level declarations

Functions

Link copied to clipboard
fun cmPostArchiveUrl(startOn: LocalDate, endOn: LocalDate, page: Int = 1): String

URL to the CM Post Archive in Tibia.com.

Link copied to clipboard
fun forumAnnouncementUrl(announcementId: Int): String

URL to a forum announcement.

Link copied to clipboard
fun forumBoardUrl(boardId: Int, page: Int = 1, threadAge: Int? = null): String

URL to a forum board.

Link copied to clipboard
fun forumPostUrl(postId: Int): String

URL of a forum post with a specific postId in Tibia.com.

Link copied to clipboard

URL to a specific forum section.

fun forumSectionUrl(sectionId: Int): String

URL to a specific forum section by its ID.

fun forumSectionUrl(sectionName: String): String

URL to a specific forum section by its name.

Link copied to clipboard
fun forumThreadUrl(threadId: Int, page: Int = 1): String

URL to a specific thread in the forums.