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!
Ops :rolleyes:
getWorldCreatures(type)
type = 0 players, 1 monsters, 2 npcs, 3 all
If it doesn't work, (tell me if there's some error) and
You should try what Ond said.
Can you provide sources or is this what you're using?
Anyway, receiving a nil value means that "getPlayersOnline" function doesn't exists.
By looking at the sources I see that, function with that name indeed does not exist.
Instead, there is a function called "getPlayersOnlineList" - try that.
If you're using tfs 1.1 you can use onGainExperience to do that. (events)
Assuming you're using tfs version which already has onGainExperience on lua.
Something like this: (added "additional party member count bonus")
I didn't test it, but tell me if it doesn't work.
function...
That doesn't tell much, you need to debug the IPN file.
Well, it does tell that $status is false, therefore the problem occurs with VerifyPaypalIPN() function.
Replace your current IPN file with this: (debugging)
https://gist.github.com/Znote/9828922
I am too getting this error every now and...
Probably..
Seriously though, no.
Both ^
The server won't reset.
We got a lot plans for the server, all the reported bugs etc. are getting fixed all the time. :)
However it's not easy to increase the player amount although the server itself is great - Not impossible though.
After we have added...
I've been trying to create channel for loots only.
The only problem I am facing at the moment: I would like to send the message to the screen too.
https://github.com/otland/forgottenserver/blob/master/src/monsters.cpp#L171
I've replaced:
owner->sendTextMessage(MESSAGE_INFO_DESCR, ss.str())...
Looks nice, clean and stuff..
But what makes this servlist.org any different from others (other than design)?
I am not trying to be offensive, just asking if you have some awesome plans for the future.
Let's pump it then.
Current problems
Loot chance, not sure what would be the best way to do it, but does anyone else have better idea?
Include player summon damages too
Without any source edits, is it possible to set corpses attiribute to depot? e.g setAttribute:depot?
local bosses = {...
Alright, thanks :)
Lua Script Error: [Action Interface]
data/actions/scripts/other/exclusiveClub.lua:onUse
data/lib/vip-system.lua:70: attempt to index local 'data' (a nil value)
stack traceback:
[C]: in function '__index'
data/lib/vip-system.lua:70: in function 'addVipDays'...
After adding this system I am getting this error:
Lua Script Error: [Event Interface]
data/events/scripts/player.lua:Player@onGainExperience
data/events/scripts/player.lua:162: attempt to perform arithmetic on a nil value
stack traceback:
[C]: in function '__sub'...
I actually have to thank you for that comment. - So, thank you.
What is different compared to Dalerium?
The server has lower rates and it's much more "serious" than Dalerium ever was.
Some new quests that Dalerium didn't have:
War Against the Hive - You can access the whole hive immediately...
All - I rather make a list what I prefer more.
1. Quality
2. Code structure
3. Feeling trust towards the person who made it
4. Fast/Slim(only the absolute required features are there)
5. Layout/Theme
As somebody who has been PHP programming for year~
I appreciate if it's written in...
Ducates Starting! - Feb 07 2015
Ducates is an unique server, very high quality OT with constant updates, no lack of content.
Client: 1074-1076
Port: 7171
Website: Ducates.net
About quests:
"You don't have to do a quest to trade with Rashid, but if you want to trade with Djinns you will have...
Now it's 24 hours?
86400 / 60 / 60.
1 = 1 second.
To set it to 3 minutes you just change 86400 to 3*60 or to 180
Message types: https://github.com/otland/forgottenserver/blob/1f26051721bbc144ba7c250eb46e0a56c02487e6/src/luascript.cpp#L1473
Add this below "player:setStorageValue~"...
Sounds nice, I am sure many users would appreciate it and it would push more people to use tfs 1.~
Unrelated, but what kind of progress have you had with the "reward chest functionality"? https://github.com/otland/forgottenserver/issues/1162
I am curious to see how far have you gotten and how...