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

    AAC pop-up button

    I mean something like what I previously published @Leesne it would be perfect, but I don't really know where to start... ;(.......... I only ask for help, or at least know where I can start! My CSS Is : https://pastebin.com/RK5KgVJW My Character Php is: https://pastebin.com/aSw2T8BX And my...
  2. N

    AAC pop-up button

    Nothing can help me with that?
  3. N

    TFS 1.X+ Daily events

    Perfect Thanks you
  4. N

    TFS 1.X+ Daily events

    Can this be it? <globalevent name="Capture The Flag" time="09:30:00" script="capture.lua" /> <globalevent name="Capture The Flag1" time="11:30:00" script="capture.lua" /> <globalevent name="Capture The Flag4" time="02:00:00" script="capture.lua" /> <globalevent name="BF_01"...
  5. N

    TFS 1.X+ Daily events

    Tfs 1x Version 10.99 OTX Hey, I'm using that version of OTX. I see that there are random events like: Zombie, Capture Flag, Battlefield etc... I see that sometimes they are launched automatically, but I would like to configure that and I really don't know where to start. I'd like to set up...
  6. N

    AAC pop-up button

    Parse error: syntax error, unexpected '<' in C:\xampp\htdocs\pages\characters.php on line 201 I don't understand how to do it, I only get mistakes! <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .collapsible { background-color: #777; color...
  7. N

    AAC pop-up button

    That's beautiful. I like that a lot. Would you mind adding that for me? I'm a little clumsy with the php language Thanks ATTACH FILE
  8. N

    AAC pop-up button

    That's exactly what I'm talking about.
  9. N

    AAC pop-up button

    UP
  10. N

    AAC pop-up button

    Hi, I'd like to add a drop-down button on "quest" and "task" but I don't know how to do that. Any help? right before this: if(isset($config['site']['quests']) && is_array($config['site']['quests']) && count($config['site']['quests']) > 0) { $main_content .= '<TABLE...
  11. N

    storage quest?

    where i can see the storage number quest? Is put here: I only need find the storages numbers ! $config['site']['quests'] = array( "Demon Helmet" => 2213, "In Service of Yalahar" => 12279, "Pits Of Inferno" => 10544, "The Ancient Tombs" => 50220, "The Annihilator" => 2215...
  12. N

    TFS 1.X+ colours letters!

    version 10.99 I tried all only work this: TALKTYPE_YELL
  13. N

    TFS 1.X+ colours letters!

    when change to others crash client :S !!! What wappen?
  14. N

    TFS 1.X+ colours letters!

    How i can change this colours of letter "trainers"? I like yellow , red , green etc... but I don't know how to do it... local effects = { {position = Position(32365, 32236, 7), text = 'Trainers !', effect = CONST_ME_GIANTICE}, {position = Position(32373, 32236, 7), text = 'Hunt areas...
  15. N

    Chest reward ( random item )

    really? YES!!! Now work PERFECT...... God job !
  16. N

    Chest reward ( random item )

    now work, thanks !!!!
  17. N

    Chest reward ( random item )

    Not work :S Lua Script Error: [Action Interface] data/actions/scripts/trenbruja2.lua:onUse data/actions/scripts/trenbruja2.lua:27: attempt to index a nil value stack traceback: [C]: in function '__index' data/actions/scripts/trenbruja2.lua:27: in function...
  18. N

    Chest reward ( random item )

    Not work :S Lua Script Error: [Action Interface] data/actions/scripts/trenbruja1.lua:onUse data/actions/scripts/trenbruja1.lua:27: attempt to index a nil value stack traceback: [C]: in function '__index' data/actions/scripts/trenbruja1.lua:27: in function...
  19. N

    Chest reward ( random item )

    But is diferent versión tfs. THIS work for 10.99m And On the question, to use the chest again after a few hours, is there a solution? Thank you 1592325164 Up
  20. N

    Chest reward ( random item )

    V 10.99 tfs 1.x Hello, Already I have this script: local rewards = { { item = 9019, count = 1 }, { item = 5809, count = 1 }, { item = 8982, count = 1 } } local YOUR_STORAGE_NUMBER = 5000 function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) if...
Back
Top