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

    Windows Dedicated server

    https://www.ovh.com/world/vps/vps-ssd.xml English language
  2. Salvus

    Windows Dedicated server

    First money then you can test it ^^ It's not expensive mate
  3. Salvus

    Delay effect | spell

    Just wanted to test if the server really crashed if I reloaded the spells. But yes, it did. How can i do it with doTargetCombatHealth? Can you give me a example? @Nekiro
  4. Salvus

    Delay effect | spell

    How can i add delay on the second effect on this spell? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, 16) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, true) combat:setParameter(COMBAT_PARAM_USECHARGES, true)...
  5. Salvus

    CreatureEvent Mount level TFS 1.X

    When you advance on specifik level you will get a mount. <event type="advance" name="MountLevel" script="mount_level.lua"/> function onAdvance(player, skill, oldLevel, newLevel) local config = { -- [level] {mountId and mountName} [100] = {mountId = 1, mountName =...
  6. Salvus

    Setting Online OT

    When you open the port 7171/71172/80 - What ip did you write on them? Because you need to add the IPv4 address. I don't think it can be something other.
  7. Salvus

    Magic wall throw only Horizontal

    How to make this script to throw magic wall only horizontal? local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) combat:setParameter(COMBAT_PARAM_CREATEITEM, ITEM_MAGICWALL) local areacombate = { {1, 3, 1}, }...
  8. Salvus

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    How can I do so you get points only at a special level? Like 100,200,400,600,800,1000,1500.... @SlayingWorld @zbizu
  9. Salvus

    TFS 1.X+ tfs 1.2, how can i save player pos?

    @Apollos how can i add "You must use it within 5 sec"? If the person not use it within 5 second he can't get tpd to the pos.
  10. Salvus

    Spell "distance" | TFS 1.3

    It works perfect thank you. And thanks about the rule reminder i need to read them.
  11. Salvus

    Spell "distance" | TFS 1.3

    bump
  12. Salvus

    Client 10.77 [TFS 1.1] Magic and Distance effect animations.

    Thank you very much this help me very much! I need it is a old theard but this is good :D How can i make this spell use distance effect? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, 18)...
  13. Salvus

    Spell "distance" | TFS 1.3

    Wow, amazing. Thank you mate! Edit: But how i set this up? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, 21) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SPEAR)...
  14. Salvus

    I need help in hosting

    It is okey @3alola1 just 7 years later xD
  15. Salvus

    Spell "distance" | TFS 1.3

    How can i make this spell throw bolts, arrows or spears? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, 18) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, true) combat:setParameter(COMBAT_PARAM_USECHARGES, true)...
  16. Salvus

    Bridge Script from 0.4 to TFS 1.3

    It should count minutes for each time the player is on the bridge. It should be saved all the time so every time the player leave bridge and and step on the bridge aigen it will need to count from the last time he step on it., the old minutes should be counted as well. And the minuts need to...
  17. Salvus

    Change new player position to x,y,z same with death

    Go to my-acc folder and serach for config.php and update this line // list of towns 'towns' => array( 0 => 'No town', 1 => 'Sample town' And restart the server and uniform or xampp
  18. Salvus

    Change new player position to x,y,z same with death

    it depends on what you have for aac but if you have znote then you have to look for config.php in ur www folder. Then you will look for $ config ['towns'] = array ( When you have found it, you need to edit the name of the town and the id.
  19. Salvus

    Change new player position to x,y,z same with death

    Create a new town in RME. ---> Ctrl - T ---> Add + Add position. Add the town/id in your website | Config.php ---> $config['towns'] = array( 1 => 'Town 1', 2 => 'Town 2', 3 => 'Town 3', 4 => 'Town 4',
  20. Salvus

    GlobalEvent [TFS 1.2] Zombie Arena

    When the Zombie's attack the player he just lose hp, he don't get tpd to the temple. No errors on console
Back
Top