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

    [1.3] Arena for exp.

    up
  2. DukeeH

    AAC Bans problems

    If you could print the error it would be better.
  3. DukeeH

    [TFS 1.3] - Kick player on disconnect

    Wouldn't this be abused if I know I'll die i push my ethernet cable and my char will be kicked?
  4. DukeeH

    [1.3] Arena for exp.

    up
  5. DukeeH

    Acordion menu Gesior

    What?
  6. DukeeH

    [1.3] Arena for exp.

    Up.
  7. DukeeH

    [1.3] Arena for exp.

    bump
  8. DukeeH

    Talkaction bot

    1.x, 0.4? Almost impossible to help without knowing it.
  9. DukeeH

    Lua Simple doubts on 1.3. Vocations & Monster Balance.

    I thought about checking the vocation on wand xml and add the damage, would be easy and it would work I think. About the other one, I don't know how to do what you said, but wouldn't be heavy to do this by lua? There must be somewhere on the sources where I could edit monster damage/hp just...
  10. DukeeH

    [1.3] Arena for exp.

    up
  11. DukeeH

    Lua Simple doubts on 1.3. Vocations & Monster Balance.

    Still looking for 1 & 2, some way to do it. Thanks!
  12. DukeeH

    TFS 1.x Ingame Account Manager [Searching Testers] UPDATED

    How is this going @Evil Hero? Is this working? Can be used on a live server? Thanks for all the effort, nice to see things like this being worked on.
  13. DukeeH

    Firestorm Event | Tfs 1.2

    @Scrappy Coco, thanks for the event. About the map, do you still have it? Will someday release the CTF? Really want it for 1.x
  14. DukeeH

    [1.3] Arena for exp.

    bump
  15. DukeeH

    When storage is 20, add mount to player

    function onLogin(player) if (player:getStorageValue(2500) == 20 and not player:hasMount(17)) then player:addMount(17) player:sendTextMessage(MESSAGE_INFO_DESCR, "You received War Horse!") player:getPosition():sendMagicEffect(CONST_ME_GIFT_WRAPS) elseif...
  16. DukeeH

    [1.3] Arena for exp.

    up.
  17. DukeeH

    [1.3] Arena for exp.

    Thanks for all the info, I know that you work with 0.3.7, I don't think it would take so long to make (for someone experienced) I'm still thinking of ways to make it, I'm still not that good with tables to do like 6 arenas of the same type on one script. I'll try to figure something new...
  18. DukeeH

    Lua Simple doubts on 1.3. Vocations & Monster Balance.

    Got it now, downloaded a dat editor and the item was marked as "rune" (useable with crosshair), even if it is a cloned item (new item on otb, same sprite) the client counts as the sprite is useable. Will think of some work around or custom client, thanks for the info.
  19. DukeeH

    [1.3] Arena for exp.

    Hello, I'd like to request an arena script, I'll try my best to explain what I want, already tried a few ways to do it, requested for a few ppl, but after lots of tries and errors I'm here. Would be 4 arena "types" (One monster each type). 6 Rooms for each type. Map SS: How it works? Player...
  20. DukeeH

    Lua Simple doubts on 1.3. Vocations & Monster Balance.

    1.Yeah, i've checked vocations, but there are less configs than used to be, probably they won't bother to add it since there's not much requests on it. 2. Any tip on how to do it? 3. It's already a new item that i've created through otb, can be the sprite related to the crosshair? Would be...
Back
Top