• 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. Hokku

    Lua Math.max number requiered

    tried in another ways and nothing, console error with default function: local newValue = 2 if targetName == 'latrivan' or targetName == 'golgordan' then newValue = math.max(0, Game.getStorageValue(bossStorage)) + 1 end default script:
  2. Hokku

    Lua Math.max number requiered

    To see which number cannot be set? I think its the +1 on the storage, because when u kill one of them it dont display nothing, then when kill the second, it tries to set the storage to+1 but it cant, then the error appear, so if it was the boss storagon the fist kill it should display an...
  3. Hokku

    Lua Math.max number requiered

    Hello! Im getting in troubles with this: math.max(0, Game.getStorageValue(bossStorage)) + 1 It's say in console that math.max requiere a number, then i though +1 was not interacting with this and tried to edited to (based on line of another working script)...
  4. Hokku

    Windows RME Map editor, how to make item unmovable?

    Yes, this happened to me, the only sol i found is putting uid.
  5. Hokku

    Solved Register event

    fixed, registering it and reop the server.
  6. Hokku

    Solved Register event

    Hello! Someone can tell me if i need to register player:registerEvent("InquisitionUngreez") in login.lua to make this script work? I putted it but not working, searched all Ninjulz orts github repository and only these seems related to Ungreez :s. TFS 1.1 Im using this script in...
  7. Hokku

    Solved Use item on, set Storage TFS 1.1

    @Peonso works, thanks you a lot! Its possible to add more storages in this script?
  8. Hokku

    Solved Use item on, set Storage TFS 1.1

    Hello! Im trying to do a quest script, when use a crowbar on item with uid, set storage value, here's the script. fixed by Peonso down. crossbar id: 2416 itemid 9347, itemuid 3074 storage:12251 <action itemid="2416" script="quests/in service of yalahar/crowbar.lua"/> local key = 12251...
  9. Hokku

    Great Electronic Music

    I play sometimes in friend club, but use to play another styles, house, minimal, techno and on the other face, dnb, break. If u want more, pm me.
  10. Hokku

    Windows New vocation Bug

    this dual wield can be used on tfs 1.1? thanks
  11. Hokku

    Release Medusa Tower 10.80+

    Woah, impressive, would love to add if i wasnt using 10.77 :( Big up!
  12. Hokku

    Modal window for attributes

    Hello, im looking for a modal window for zbizu ultimate stat system, https://otland.net/threads/tfs-1-1-ultimate-item-stat-system-elements-skills-exp-loot-and-more.229771/. It have already the option, but when use, todo:modal window appear in console. If someone have one working or want to do...
  13. Hokku

    Windows Some TFS 1.1 errors.

    Go config.lua and change maxPacketsPerSecond = to maxPacketsPerSecond = 60 Hope it helps u, nope ;).
  14. Hokku

    Windows Some TFS 1.1 errors.

    Try this, its working for me on 1.1 local config = { [6570] = { -- bluePresent {2687, 10}, {6394, 3}, 6280, 6574, 6578, 6575, 6577, 6569, 6576, 6572, 2114 }, [6571] = { -- redPresent {2152, 10}, {2152, 10}, {2152, 10}, 2153, 5944, 2112, 6568, 6566, 2492, 2520, 2195...
  15. Hokku

    [HELP]Port-Forwarding No-Ip

    Just join by ur local ip like 192.168.1.1xx or if u are using windows, go to windows>system32>drivers>etc and open hosts with notebook, and add at the end: local ip domain. Example of what i have: 192.168.1.1xx odiniaot.ddns.net. Then u must write in ip ur domain link at config lua, whit that u...
  16. Hokku

    [TFS 1.1] Players Broadcast

    #2 Thanks! #3 Yes ofcourse, its not seems to be hard, but i dont know how to, im newbie on xml and lua atm, sorry.
  17. Hokku

    [TFS 1.1] Players Broadcast

    Hello! Here is a player broadcast system working on TFS 1.1 by Mark Samman, min level, broadcast price, time betwen broadcasts, and how it is displayed in chat can be configured. I didnt made this script, just took and modified to work in TFS 1.1. data/talkactions/scripts/broadcast22.lua local...
  18. Hokku

    Solved Shop_orders table

    Hello! I putted Nevix gesior shop system in my server, its TFS 1.1 and all is ok, but when i try to get the item ingame by the command !shop i get this message: 16:04 You have no orders. and shows a error message in console. I created the Shop_orders table because it was droping a error...
  19. Hokku

    Solved War System TFS 1.1

    Seems that this script system is not supported on TFS 1.1, just got a web war system that is working and now all is ok. If somone need its message me. CLOSED
Back
Top