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

    anti bot client

    I need make anti bot client. How to make it? Client 10.31 TFS 1.0
  2. giddy92

    TFS 1.0 Raids

    How to make raids at a specific time? for example at 11:30am <?xml version="1.0" encoding="UTF-8"?> <raids> <raid name="Testraid" file="testraid.xml" interval2="30" margin="0"/> </raids> And what is a difference about interval and interval2 ?
  3. giddy92

    Gesior 2012 TFS 1.0 - H lvls

    Need some script to add TOP 10 lvl on me OTS to right box on page. Have anyone maybe?
  4. giddy92

    VIP area for TFS 1.0

    I need some system, working like premium acc. Players can buy it on market. And then have access to new islands. I think is like this: http://otland.net/threads/the-best-vip-system-ever-action-movevent-globalevent.71638/
  5. giddy92

    TFS 1.0 - sell item for major crystalline token

    I am looking for a script that will work in this way: player enters the command: ! buy 10 dragon ham, 1 And on the website shows that someone wants to buy 10 dragon ham for one major crystalline token. Later in the game, for example, he writes: ! Buy id_auction and he buys the item for 1...
  6. giddy92

    VIP area for TFS 1.0

    I cant find working script of "VIP System" for TFS 1.0 Can someone have maybe?
  7. giddy92

    Gesior Acc 2012 Screenshots page

    U can make empty "screenshots.php" and insert there code of your image, and put it to /page/ folder. now u have: domain.com/index.php?subtopic=screenshots
  8. giddy92

    TFS 1.0 - how check only active players?

    I need command like: !online for checking only players whos no afk. It is possible?
  9. giddy92

    Lua FTS 1.0 Change damage - Wand's and Rod's

    How change DMG with Wands and Rods? I have on Item.xml <item id="2187" article="a" name="wand of inferno"> <attribute key="description" value="It unleashes the very fires of hell." /> <attribute key="weight" value="2700" /> <attribute key="weaponType" value="wand"...
  10. giddy92

    TFS 1.0 Adding new items - copy

    I need copy some items, and make it new Like: Magic Plate Armor Mystic Magic Plate Armor The same graphic, but new attributes How to make it?
  11. giddy92

    TFS 1.0 How to change item name in market

    How to change item name in game market? I want change Major Crystalline Token for "Premium Points" I changed name item on "item.xml", but on market it still Major Crystalline Token
  12. giddy92

    TFS 1.0 - Items for specific time

    thanks!
  13. giddy92

    TFS 1.0 - Items for specific time

    It is possible, to make item for 24h? For example. "Magic sword" and when someone buy, it expires in 24 hours
  14. giddy92

    Lua TFS 1.0 - Fields make PZ block

    If some user use any field's. And some monster come into this. He will take PZ block, and he cant go to protect zone. How to repair this? Tfs 1.0 client: 10.31
  15. giddy92

    TFS 1.0 - Gesior 2012 - offline training script dont work

    Nope. It is just white page.
  16. giddy92

    TFS 1.0 - Gesior 2012 - offline training script dont work

    Hey. When i open "offline" in my gesior. i get empty page Script <?PHP $i = 0; $main_content .= '<style type="text/css"> <!-- .style1 {color: #000000} --> </style> <h2 align="center">Players Treinando OFFLINE no '.$config['server']['serverName'].'!</h2> <TABLE border=0 CELLSPACING=1...
  17. giddy92

    Lua item upgrade - how change %?

    Yea, its tfs 1.0 sorry. My English is so bad :| I meant the second solution First, the script always gives 5% Second, that the same script will give you randomly from 1 to 10%
  18. giddy92

    Lua item upgrade - how change %?

    I want to change it, to give from 1% to 10% (first script) And second give always 5%. (second script) How to do it? local conf = { maxSlotCount=3, ignoredIds={} } function choose(...) local arg = {...} return arg[math.random(1,#arg)] end function onUse(cid, item, fromPosition...
  19. giddy92

    place where mana growing 2x faster

    Looking for script, where i can put spot, where mana will growing faster. And dont need food - if possible. Need for Monk Trainer (sorcerer / druid) TFS 1.0
Back
Top