• 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

    Need some Znote AAC help!

    Bump
  2. Zuma Master

    Lua Say function

    @Dest, What Limos said.
  3. Zuma Master

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    If you want to make monsters with specific names deal more damage than usual, you use onStatsChange(), register it to players, then, check the following: 1- Attacker is a monster. 2- Attacker's name is equal to the name that you want. Then you decide the extra damage, and use doCombat() or...
  4. Zuma Master

    Compiled server for ubuntu tfs 0.4

    No. Free (non-premium) OtLand members are NOT allowed access to the private SVN and everything that's on it. (That includes TFS 0.4) And I think that you can't get a pre-compiled TFS anyway for a Linux operating system (I may be wrong)
  5. Zuma Master

    Solved Spells FORMULA_LEVELMAGIC, FORMULA_SKILL

    function getDmg_combat(cid, level, maglevel) return min, max end setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "getDmg_combat") You use something similar to this.
  6. Zuma Master

    Windows How Could i Change my Ot and T.F.S to work on Linux?

    Be careful however, Linux is case sensitive in paths. So in your XML files, if you registered a file with this name : "priest.lua" (just an example) But it's actually named "Priest.lua", It won't identify the file. That is quite annoying, but a smart owner will always make sure he doesn't...
  7. Zuma Master

    Need some Znote AAC help!

    Hello there, whoever you are! Well, usually I'm helping people on the Support board, but... I need some help myself now x_x. I got 0 knowledge in website designing/development, and I'd like to learn a little. Let's say that I want to create a new layout for Znote AAC. (I can make the graphics...
  8. Zuma Master

    [PHP] Layout from template

    He wasn't asking how to make a new AAC, he just wants to change the layout afaik. (I have 0 knowledge in website development, don't take any of my words seriously)
  9. Zuma Master

    Windows Yellow Skull Problem

    Use TFS 0.2 if you need a 9.0+ client version. Otherwise use 0.3.6pl1.
  10. Zuma Master

    [OtLand Official Mapping Competition] July sign up

    Epic theme. I just can't wait to see the competition on this one... We will probably be seeing some very creative stuff :>
  11. Zuma Master

    OpenTibia SpellCreator: A graphical spell creation enviroment

    BUMP. I do not want this to die.
  12. Zuma Master

    [9.6+] Storms Sprite & Dat Editor

    Well, not that I am a user of Windows XP, but, This will not work for those guys (quite a lot of them) (.NET 4.5 does not support Vista, let alone XP..) Can't you attempt to rewrite it for those people? But, in any case, you have done a great job. This is a very useful (And let me just say, very...
  13. Zuma Master

    Basics

    Look, There are 3 types of TFS. (4 if you count v0.4) 1- TFS 0.2 (Latest (free) version is v0.2.15) 2- TFS 0.3 (Latest (free) STABLE version is v0.3.6pl1) (There used to be a TFS 0.4, but it was renamed to 0.3.7) 3- TFS 1.0 (I have no idea about this, it's been released pretty soon anyway, you...
  14. Zuma Master

    Lua SetCreatureName(InGame)

    Even if you don't change those monster's name using the function? I want you to test killing a normal monster that doesn't have it's name changed.
  15. Zuma Master

    Lua SetCreatureName(InGame)

    Does this rotworm spawn again if you kill it without its name being edited?
  16. Zuma Master

    Lua SetCreatureName(InGame)

    It doesn't spawn back, or it doesn't spawn back with the changed name? If you want monsters to have a changed name once they spawn, use onSpawn() creaturescript event.
  17. Zuma Master

    Solved Help me? Lua simple question

    What happens? Any errors? Try to be a little more helpful so that we can help you too. EDIT: And when you make scripts, please, put them between tags, Like this: [code=lua] function onSay() return true end
  18. Zuma Master

    Why is this script not working? D:

    Move to support please?
  19. Zuma Master

    Solved Depot bugged

    Stop using d&r servers.
  20. Zuma Master

    Need help with a On-Kill Error

    It seems to me like your onKill() event is not registered to the proper creature. (the pet) I would have helped you more if I had enough time, but I thought I should at least shed some light over the issue.
Back
Top