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

    CreatureEvent [TFS 1.1] Crafting System - ModalWindows

    Oh, really, i forgot it... Ty again bro!
  2. Derlexy

    CreatureEvent [TFS 1.1] Crafting System - ModalWindows

    @RazorBlade Dude, now i tried to install the system on my TFS 1.1 and i got this error: Sorry the double post, was a misstake...
  3. Derlexy

    CreatureEvent [TFS 1.1] Crafting System - ModalWindows

    @RazorBlade Dude, now i tried to install the system on my TFS 1.1 and i got this error:
  4. Derlexy

    CreatureEvent [TFS 1.1] Crafting System - ModalWindows

    I wonder how I can put this skills on the otclient, showing the progress to the player (like fishing) ..there is an way to do that?
  5. Derlexy

    CreatureEvent [TFS 1.1] Crafting System - ModalWindows

    Hello, I'm trying to use this on TFS 1.2 and after the changes I can't open the server, it simply close :/ EDIT: nvm I already solved :) EDIT2: Works fine in TFS 1.2 as well, thanks a lot Razor :D
  6. Derlexy

    Spell doing Multihits:

    Whooooooouuu!!! Now it works: Link to GIF Thank you very much, AGAIN dude!!! *-*
  7. Derlexy

    Spell doing Multihits:

    Right, now the spells is working again, but only 1 hit =/ Click to GIF
  8. Derlexy

    Spell doing Multihits:

    Allright, withou error now, but: click to GIF The spear effect and the damage dont works...
  9. Derlexy

    Trying to Scripting:

    Forget, i got it! This is the Script: -- Vocation Outfits: local outfits = { [110] = {male = 131, female = 139}, -- Human Warrior: Knight Outfit. [120] = {male = 130, female = 138}, -- Human Magician: Mage Outfit. [130] = {male = 129, female = 137}, -- Human Ranger: Hunter Outfit...
  10. Derlexy

    Spell doing Multihits:

    Now that, and the spells doesnt hit anymore... =P
  11. Derlexy

    Trying to Scripting:

    Okey, that works... Now, did you know how can i do to take the looktype colors from the database? I want to fill this table with the lookhead, lookbody, looklegs and lookfeet that are database fields in player table: local Colors = { head = 0, body = 0, legs = 0...
  12. Derlexy

    Trying to Scripting:

  13. Derlexy

    Spell doing Multihits:

    Still doing one hit, and that:
  14. Derlexy

    Trying to Scripting:

    Ofc, my bad =P I will do it next time. Just one more thing here: I'm using TFS 1.1, did you know if exists some function to set the player outfit to the outfit i've added him? This player:setOutfit() doesnt work and i dont know why =/
  15. Derlexy

    Spell doing Multihits:

    It doesnt work too =///
  16. Derlexy

    Spell doing Multihits:

    KKKK, i've tried just add one more combat:execute(creature, var) too, but it doesnt works =///
  17. Derlexy

    Trying to Scripting:

    Ty dude. Now i understand how it works =P Thank you...
  18. Derlexy

    Trying to Scripting:

    Okey, but, whats the right way to interate that outfits table?
  19. Derlexy

    Trying to Scripting:

    I'm trying to do this script, but it isn't work, and i got this warning idk why: Can someone help me? =P
  20. Derlexy

    Spell doing Multihits:

    Hello guys... I have this spell, for example: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ETHEREALSPEAR)...
Back
Top