• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!
Resource icon

Game Task 1.0

No permission to download



Features:

  • Task Points
  • Reward Exp
  • Reward Items

The server script is Revscript; just place it in data/scripts, install the libraries, and you're done.

Server-side:

No need to configure looktypes; by entering the monster's name, it pulls all the monster's information. Items already appear with name and quantity in the module.

Adding a monster:
[1] = {
nameOfTheTask = "Rotworm", -- monster name
killsRequired = 50, -- kills
rewards = {
pointsReward = 5, -- points task
expReward = 2500, -- exp reward
itemRewards = {
{itemId = 2148, count = 100} -- item reward
}
}


modified by Sherrat
Author
sherrat
Downloads
17
Views
1,628
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top