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

    TFS1.4.1 - OTC 10.98 - Monster Attack Speed Slower Than Intended

    Hello all, Hope you're doing ok! I've got this issue with monster attack being slower than intended. I have interval="1000" but it's attack is slower than once a second. I did some research and found in monsters.cpp i've adjusted this uint32_t tickInterval = 2000; to 1000, 900 & 800 is still...
  2. xYzPrototype

    Lua TFS 1.4 - 10.98 - Adding Experience as part of a quest reward

    Hello, I am new to coding so please be nice So this is a really simple one, but i cannot see what is wrong with this script. Basically, i want this quest to give 50 experience to the player as well as the reward item. I have the following script and i don't know why the exp part isn't working...
  3. xYzPrototype

    Lua 0.3.6 Exp Scroll

    Hey guys, This exp scroll I found works great, but when the time runs out on the character I get this error: [04/04/2015 11:10:05] [Error - CreatureScript Interface] [04/04/2015 11:10:05] mods/scripts/2hour triple expscroll.lua:onThink [04/04/2015 11:10:05] Description: [04/04/2015 11:10:05]...
  4. xYzPrototype

    Lua Pirate Outfit Lever

    [0.3.6] Hello all, I am after a Pirate Outfit lever that removes items on use and permanently gives the player the pirate outfit. I have a similar script but I tried to change it for the pirate outfit but it doesn't work :( I was wandering if someone could show me how to change my script...
  5. xYzPrototype

    Lua [0.3.6] 8.6 Zombie Event not removing TP?

    Hi, I have a Zombie Event in place on my server, however when the Zombie event starts the TP is still there so people can still join after the event has started? I don't know how to change my globalevents.lua to stop this: local config = { playerCount = 2001, -- Global storage for counting...
  6. xYzPrototype

    Solved {{0.3.6}}!GoHouse Command not working?

    Hello again, so I found this gohouse command here, tweaked it a bit to remove some affects I didn't want, and it's not working. It's never worked, all it does is Teleport you to the same tile that the player is standing and says 'Bye'. Can someone diagnose the problem in my script please? I...
  7. xYzPrototype

    Upgrading item? ((0.3.6))

    Hello, In my donation system there are tier 1 items and tier 2 items, and I need an item that when used with a tier 1 donator item, transforms it into the tier 2 donator item and destroys the upgrading object. I have some ideas on how to make the script, but how do I make sure that the tier 1...
  8. xYzPrototype

    Solved {0.3.6} The Forgotten Server; Can't use scythe on wheat when player is on top of tile

    Hi again, I have this problem where players cannot use scythe or any other tools on tiles below players. I think this is the default option, but does anyone know how to change it so I can use scythe on tile below player? Thanks
  9. xYzPrototype

    Lua {8.6} The Forgotten Server 0.3.6; Really fast healing spell?

    Hello, I'm new to making servers/scripting and all the rest and have just made an account... I am looking for a healing spell which heals the target 5x every second. For example, the spell Exura Sio"FRIEND" only heals the target once, I am looking for a spell that heals the target 5x every...
Back
Top