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

Search results

  1. S

    Solved TFS 1.2 Item attributes

    link that xeraphus posted and check lines 580-736 these are the item attributes
  2. S

    [France] Ascalon (8.7 Custom) - Coming soon

    ascalon is currently offline and is in development phase for 1 or 2 more months but i will come back online eventually
  3. S

    Our letter of resignation

  4. S

    [France] Ascalon (8.7 Custom) - Coming soon

    "we added an event from otland and also we made a "custom" donation wand that does 20 more dmg than any other wands in game! our server is custom you should play it!" -- every "Custom" RL Map these days
  5. S

    Our letter of resignation

    funny...
  6. S

    Our letter of resignation

    where is everyone going ? :o i would like to know too :(
  7. S

    I need help please 8.60 Server

    you wont be able to find a "good server" without bugs for free buddy, you can either download and fix the bugs yourself or buy a ready to go from someone
  8. S

    Solved tfs 1.2 mana rune need help!

    any errors in the console? try that <action itemid="2270" event="script" value="custom/manarune.lua"/>
  9. S

    [Poland] World Of Naruto Online 8.54 - Start 04.02.2017 !

    might wanna check this entire thing again, i see some words that are in a different language.
  10. S

    Bad lag then kick

    holy shit i was so so wrong .-. thanks Znote for making me feel dumb af right now :(
  11. S

    Bad lag then kick

    you need some good upload speed to host a server, but 10mbps should be fine for like 10-20 players lol
  12. S

    Bad lag then kick

    you never lag when the server is placed on your own network, have you checked your internet speed? it might be bad thats why your friend is lagging. Could also be that he lives far away and the connection towards your network is really slow
  13. S

    Lua problem with Znote AAC

    edit your post and tell us what do you need help with exactly
  14. S

    Premium scroll for TFS 0.2.13

    ^ that will add 30 day pacc to every new character you could use something like this function onLogin(cid) local storage = 30055 -- storage value local sorcItems = { 2460, -- Brass helmet 2465, -- Brass armor 2190, -- Wand of vortex...
  15. S

    Solved how do this scrips just for premiun?

    glad i was able to help :)
  16. S

    Solved how do this scrips just for premiun?

    function onSay(player, words, param) local split = param:split(",") local action = split[1] if action == "add" and player:getPremiumDays() >= 1 then local item = split[2]:gsub("%s+", "", 1) local itemType = ItemType(item) if itemType:getId() == 0 and...
  17. S

    Solved how do this scrips just for premiun?

    place your script here @Edit, nevermind i see it im stupid lol
  18. S

    Solved how do this scrips just for premiun?

    you could try something like if player:getPremiumDays() >= 1 then *rest of the code here* thats from tfs 1.2 but it should work i guess
  19. S

    RME for 10.98

    glad it worked, have fun mapping :)
Back
Top