• 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. Zuma Master

    Closed!

    Or he does not have time. You do not understand, a person working on a server all by himself IS NOT AN EASY JOB. I can confirm this. Your job as a player is to: 1- Support him and make him feel like he must continue working on his server to please his players, 2- Report any bugs or problems you...
  2. Zuma Master

    TalkAction tfs 0.4 script /reload help

    How do you have TFS 0.4? It is only available via the private Subversion, which is accessible only by being a premium OtLand member. *EDIT-1*: And this should be moved to Support board. (or deleted)
  3. Zuma Master

    MoveEvent Flying Platform

    I cannot find a video at this time, but I can give you a general idea: Example 1:- Player (targeting other player, we will call him Target) casts Hirenkyaku (just for the sake of demonstration), platform is created, player is "flying" or "hovering" over platform, untill he reaches Target...
  4. Zuma Master

    MoveEvent Flying Platform

    I wonder if it is possible to create something similar to this, but in tibia: Hirenkyaku
  5. Zuma Master

    Solved Freeze rune!

    What? I cannot understand what you just said. That will do exactly the same as the original script does, the only thing I added to it was setting a group id (group) and after a set amount of time (freezetime*1000) it will return the targets group id back to another group id (originalgroupid).
  6. Zuma Master

    Solved Freeze rune!

    local freezetime = 3 local cooldown = 20 -- time to use again local group = 8 local originalgroupid = 1 local storage = 19002 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, 41) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local exhaust =...
  7. Zuma Master

    Need a Script " Word's over Teleport"

    Globalevents. Go to datapack/globalevents/globalevents.xml, add this: <globalevent name="teleporteffects" interval="xx" event="script" value="teleporteffects.lua"/> Note: Make sure you change the "xx" to "interval in seconds * 1000". For example, 3 seconds would be 3000. Go to...
  8. Zuma Master

    Solved Server Engine Crashing

    This is not true, as the server will not recognize any schema file whatsoever if the mode isn't set to SQLite. If the mode is set to MySQL, the server attempts to connect to a database using the details that you insert into config.lua, so changing the schema part won't do anything.
  9. Zuma Master

    Post your latest work!

    This. *EDIT-1*: I see you already made it, Looks really good! Keep it up.
  10. Zuma Master

    Ghost

    I have no idea if you can add more than a single letter at a time, So: If you can, Accomplic If you cannot, Accompli
  11. Zuma Master

    Ghost

    Ac ----
  12. Zuma Master

    Ghost

    Zebra?
  13. Zuma Master

    Need a Script " Word's over Teleport"

    local config = { positions = { -- pos : You must put the position of the teleport here, text : The text, effects : any effects that you would like to appear along with the text. -- To add more positions, simply copy the line below this text, change the pos, text and effects...
  14. Zuma Master

    Lua GetPlayerStamina(cid) bugged?

    Remove the ',' after the '{'.
  15. Zuma Master

    TFS 0.2.15 - Block some outfits

    So, if I understand properly, you want to make premium players still have only the free player outfits?
  16. Zuma Master

    Multiple Servers?

    Probably some Database error on your part. You should make a different: 1- MySQL account for each server. 2- MySQL database for each server. You should also check if you enabled account manager for both of the servers in config.lua.
  17. Zuma Master

    TFS 0.2.15 - Block some outfits

    If you disable free premium accounts, it should work normally like in CIPsoft Tibia.
  18. Zuma Master

    Advancing in shielding without a shield

    The first tagged part is apparently a function that tells if an item is a weapon or a shield. The second tagged part is apparently a function that is used to determine the total defense/attack on a weapon/shield. But don't get me wrong, I'm pretty newbish with CPP.
Back
Top