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

    TFS 0.X Exori with wand element

    I wanna make a spell that element is based in wand element How to do it? I tried: local combat = createCombatObject() function onGetFormulaValues(cid, level, maglevel) min = ( (((maglevel) * (5) ) * 0.5 ) + (50) ) * -1 max = ( (((maglevel) * (5) ) * 1.0 ) + (100) ) * -1 return min...
  2. sabodden

    PHP send mail

    I want to make a donate form for my server, i follow a tutorial step by step to do it in php, but don't work It is not showing any error, it's redirecting but not sending the e-mail... Why? code: confirm.php <form action="mail_donate.php" method="post"> <label for="email">Your...
  3. sabodden

    TFS 0.X Shovel hole don't open with blood

    thank you both <3
  4. sabodden

    TFS 0.X Shovel hole don't open with blood

    amazing @Terotrificy whats the part that move the item downstairs?
  5. sabodden

    TFS 0.X Shovel hole don't open with blood

    Lol, amazing... Thank you! What if i want to remove the dead rat, gold coins... Everything so players cant block the hole Only with some items (mws/fire field,energy field...) local blockable_field_items = {1497, 1499, 1496, 1495, 1492, 1493, 1494}
  6. sabodden

    TFS 0.X Shovel hole don't open with blood

    It is annoying... If someone gets hits on shovel role the blood blocks to open the hole... If someone drops trashes on the hole, nobody can open... It isn't possible to do like rope? function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.actionid == 45001 then...
  7. sabodden

    OTClient How to create a secondary window in Otclient?

    I thought no one was going to be able to help TY <3
  8. sabodden

    OTClient How to create a secondary window in Otclient?

    I'm trying to do it, i'm doing something wrong? Can u test it in your computer, maybe is something here... Its a mod, just paste in your mods folder pls
  9. sabodden

    OTClient How to create a secondary window in Otclient?

    its just like from this main: open the secondary healing:
  10. sabodden

    OTClient How to create a secondary window in Otclient?

    I want to when someone clicks in a button in main window, opens a secondary window... How to do? I trying to when user clicks in 'Healing' button open a new secondary window... The healing button in main window: https://github.com/sabodden/elfotc/blob/main/main.otui#L28-L38 The healing...
  11. sabodden

    OTClient Helps with OTC UI

    TYY !
  12. sabodden

    OTClient Helps with OTC UI

    This X comes with (sabodden/elfotc (https://github.com/sabodden/elfotc/blob/main/main.otui#L19)), right? I tried: https://github.com/sabodden/elfotc/blob/main/main.otui#L25 But didn't work
  13. sabodden

    OTClient Helps with OTC UI

    what are u mean? what is it? send me i could try Yes! I think this is it: https://github.com/sabodden/elfotc/blob/main/elfbot.lua#L9 https://github.com/sabodden/elfotc/blob/main/elfbot.lua#L40-L47
  14. sabodden

    OTClient Helps with OTC UI

    bump
  15. sabodden

    OTClient Helps with OTC UI

    bump
  16. sabodden

    Elfbot 8.6 on Win 10

    Should i trust this? https://www.virustotal.com/gui/file/a5d62a6a8ab85a9695b286b6023e6cc503a394d1e2cc17b259a8e1ea47b42f41/detection
  17. sabodden

    OTClient Helps with OTC UI

    bump
  18. sabodden

    OTClient Helps with OTC UI

    I need 2 helps to create UIs on OTC on my starting mod: sabodden/elfotc (https://github.com/sabodden/elfotc) 1- How to when player press X button Call the function OnOff() just like shift+f12 https://github.com/sabodden/elfotc/blob/main/elfbot.lua#L14...
  19. sabodden

    TFS 0.X Rune without runes exausted

    WOOOOOOORKS! THAAAAAAAANK YOU
Back
Top