• 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!

Search results

  1. ATT3

    Avesta | Global event | Save

    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.
  2. ATT3

    Avesta | Global event | Save

    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.
  3. ATT3

    [REQUEST] With x player in the party, more EXP

    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...
  4. ATT3

    Windows Znote paypal error.

    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...
  5. ATT3

    [FRANCE] Ducates - 10.76 RL-map | PvP/RPG | Constant Updates

    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...
  6. ATT3

    TFS 1.0 Channel Message Type

    Pump
  7. ATT3

    TFS 1.0 Channel Message Type

    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())...
  8. ATT3

    [FRANCE] Ducates - 10.76 RL-map | PvP/RPG | Constant Updates

    Pump! Read the news at our website to see what's going on. Never heard of Ducates? Click here to register!
  9. ATT3

    OTStatus - OTS Server List

    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.
  10. ATT3

    Lua TFS 1.0 | Reward chest system, some advises?

    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 = {...
  11. ATT3

    VIP System [The Forgotten Server 1.0]

    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'...
  12. ATT3

    VIP System [The Forgotten Server 1.0]

    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'...
  13. ATT3

    Windows Script issues

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) local questStorageTime = 546421 if player:getStorageValue(questStorageTime) >= os.time() then player:sendCancelMessage("Not yet..") return true end...
  14. ATT3

    List of useful TFS 1.x scripts.

    I agree, though with the github's search you can get a lot more out from printers datapack.
  15. ATT3

    List of useful TFS 1.x scripts.

    You can get poi, inq, oak, task system, svargrond arena, healer/blessing npc from Printers datapack.
  16. ATT3

    [FRANCE] Ducates - 10.76 RL-map | PvP/RPG | Constant Updates

    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...
  17. ATT3

    When choosing a AAC

    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...
  18. ATT3

    [FRANCE] Ducates - 10.76 RL-map | PvP/RPG | Constant Updates

    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...
  19. ATT3

    exp scroll 2x

    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~"...
  20. ATT3

    CTF Event for TFS 1.x?

    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...
Back
Top