Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Hi, i have this code below, i want players to have an exp buff for two hours, but when I use another scroll, it appears that there are 4 hours left, how can I fix it? Attached a print
local config = {
rate = 2.0, -- Rate que vai ficar o Scroll.
time = 2, -- Tempo dado pelo Scroll...
...more..
So far ive donated over 35euros. And would of course donate more, but please add new donate gifts or higher the limit of the expscrolls.
Too much pking on this server to make honest lvls :D
Thanks
ps. Vanderlay be online on msn at 21:10 and I have a nice thing to show you. Goes...
After using expscroll gives 50% more experience.
But after the relog, it adds another 50% more.
How to fix it?
TFS 0.4 Tibia 8.6
Below is the script:
actions/scripts/expscroll.lua
local config = {
rate = 1.5,
time = 0.5 * 60 * 60, -- (2 hours) in seconds
storage = 20014
}
local...
Maybe you make an Expscroll as reward at the end at the quest. And you make an different expscroll for everyquest. But then its the problem how to make an expscroll<_<
(Rep++ If i helped:thumbup:)
Hi guys, I have two expscroll, one that is sold on the website (1.5 exp) and another in game (1.3 exp). What is sold on the site is not working after the character logs out and comes back, could you help me?
EXPScroll who works:
ExpScroll who not working after logout and login
in...
Hello Guys I have Problem with double scroll ,when you click You have 2x more exprinke but when you died or relog You dont have 2x exprince dont save storage (2x more Exprince )and you can not use next double scroll ,How I can do it ?
local config = {
rate = 2,
storage = 1000...
...getVocationInfo(getPlayerVocation(cid)).experienceMultiplier)))
end
Here is a lua example of a expscroll:
local config = {
scroll_exp = 100,
scroll_level = 50
}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if (getPlayerLevel(cid) >= config.scroll_level) then...
The most important scrolls to be removed are expscrolls, magic scrolls, exp voucher, the others are irrelevant in my opinion, and the wand is OP why it breaks ssa now? That's OP also
Hello guys, I have this script which is an expscroll, it gives twice the experience for two hours, but if the char does not log out, the bonus experience continues, and only ends as soon as the char logs out. Can you help me fix the script?
local config = {
rate = 2,
time = 2, --...