Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
Our partners and their custom servers:
if msgcontains(msg, 'task') and getStorage == 0 then
if getStorage == -1 then
setPlayerStorageValue(cid, main_storage, 0)
end
if (getPlayerLevel(cid) > 5 and getPlayerLevel(cid) < 50) then
selfSay("All right, what would you like to hunt? {Crocodiles}, {tarantulas}, {carniphilas}, {stone golems} or {mammoths}?", cid)
talkState[talkUser] = 1
elseif (getPlayerLevel(cid) > 49 and getPlayerLevel(cid) < 90) then
selfSay("All right, what would you like to hunt? {Ice golems}, {quara}, {elementals}, {mutated rats} or {giant spiders}?", cid)
talkState[talkUser] = 2
elseif (getPlayerLevel(cid) > 89) then
selfSay("All right, what would you like to hunt? {Hydras}, {sea serpents}, {behemoths} or {serpent spawns}?", cid)
talkState[talkUser] = 3
end
end
if msgcontains(msg, 'task') and getStorage == -1 then
setPlayerStorageValue(cid, main_storage, 0)
end
if msgcontains(msg, 'task') and getStorage == 0 then
if (getPlayerLevel(cid) > 5 and getPlayerLevel(cid) < 50) then
selfSay("All right, what would you like to hunt? {Crocodiles}, {tarantulas}, {carniphilas}, {stone golems} or {mammoths}?", cid)
talkState[talkUser] = 1
elseif (getPlayerLevel(cid) > 49 and getPlayerLevel(cid) < 90) then
selfSay("All right, what would you like to hunt? {Ice golems}, {quara}, {elementals}, {mutated rats} or {giant spiders}?", cid)
talkState[talkUser] = 2
elseif (getPlayerLevel(cid) > 89) then
selfSay("All right, what would you like to hunt? {Hydras}, {sea serpents}, {behemoths} or {serpent spawns}?", cid)
talkState[talkUser] = 3
end
end