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

    Compiled TFS 1.2 with zoom out.

    I'm on windows 64bit. Can someone send me the TFS 1.2 exe compiled for zoom out pissiblity? I'm frustrated of failing to compile it :( help!
  2. natanal99

    [US] Uwnia Custom server!

    >> That's Uwnia's Quickstart page << >> It's avaliable in the website with better formatation << Website uwnia.com Uwnia Quickstart! Classes! > There are 4 starting classes in Uwnia. Warrior, Archer, Sorcerer e Priest. At the moment we got more 14 classes despite the starting ones, they...
  3. natanal99

    Lua Tile not found

    I wrote a spell that search for monsters in an area around the player's target. Im using this function: And as you know everytime i try to 'getThing' from a pos that don't have any ground it returns an error in console. Is there anyway i can check the position before 'getThing' to avoid this...
  4. natanal99

    Ping this IP please

    Im looking for anyone in US or Canada who can please ping this IP: 208.115.227.70 Im looking for a new host and want to know how many ms ppl in this countries would get from this host. edit: They guaranteed good ping for BR and US. Here in Brazil im getting 160ms~
  5. natanal99

    Why can't i post in Advertisement

    I click Create Thread and nothing happens is there any requirement to post an OT Advertisement?
  6. natanal99

    Lua sql querry

    I want all player from account id x to gain storage id y value 1 can anyone help me? something like: db.executeQuery ("UPDATE `player_storage` SET `33002` = '1' WHERE `account_id` = '1' ;") but "account_id" isn't a "player_storage" field and i don't know how to do it so '----------'
  7. natanal99

    Lua Storages for outifts and addons TFS 036

    So i want to made an item that execute a SQL querry to add for all player in your account the addons and outifts the player you are in the moment have. I know that addons and outfits are saved in storages and to do it i need to now what storage means what outfit. I've been researching and i...
  8. natanal99

    Lua Global Event

    i want to do a global event to check if a monster x is alive anywere in map and the only way i know to check if the monster is alive é by checking every single tile in map. Is there a better way to do it?
  9. natanal99

    Geisor Donation System

    Im using this: https://otland.net/threads/gesior-working-paypal-script.176722/ > Im not recieving the points from the bought, and no boughts in BD either. > No errors eppears in the php_error_log. > I tried to execute this querry directly in the BD, it worked. "UPDATE accounts SET...
  10. natanal99

    Lua Share Exp Lua Script

    for some reason my script doesn't do anything at all: function onDeath(cid, corpse, deathList) if (isCreature(cid)) then local xp = getMonsterInfo(getCreatureName(cid)).experience local rate = 100 local rate165 = 1000 local rate210 = 500 print("xp =...
  11. natanal99

    New line in Geisor news

    my problem is really simple, im using last Geisor released and i have no idea on how to "break line" when im creating a new "news" post, everything i write apears in one single line when i post the new.
  12. natanal99

    Import s3db to mysql

    So i have my OT running for some days and it got like 120 characters and now i put a website online and to configurate it i change my bd to mysql, is there a way i can import the s3db character, accounts etc.. to mysql new database?
  13. natanal99

    Lua True Invisible tfs0.3.6

    i wrote this spell: function dismiss(cid) if (getPlayerStorageValue(cid, 27012) > 0) then doCreatureExecuteTalkAction(cid, "/ghost", true) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_RED) local pOut = getCreatureOutfit(cid)...
  14. natanal99

    Lua Summon damage based on owner lv

    i have made summon's life based on the owners one, using setCreatureMaxHealth. And i used setCreatureMaxMana to set the summon's mana the same as the owners level. So, is there a way i can use the creature's maxMana or the owner's level in a spell for the summon or something like that?
  15. natanal99

    Lua Daily quest by account

    So my problem is simpe i have this script made by @Limos i think, and i want to limit it by account. By now each player can do the quest each day, i want that each account can do the qeust for each day, is it possible? local config = { storage = 24003, exstorage = 24004, days =...
  16. natanal99

    Lua onUseWeapon()

    i have this in weapons.xml <melee id="7390" level="2000" enabled="1" event="script" value="melee.lua"> <vocation id="1"/> </melee> <melee id="8209" level="2000" enabled="1" event="script" value="melee.lua"> <vocation id="1"/> </melee> is there a way i can i...
  17. natanal99

    Lua Checks the area for a player

    I need a function that gets a player name and a player cid as entry, and checks if in any square around player cid have any player with the name, and return true or false. I tried but failed, can anyone do it pls? im on tfs 0.3.6 (i know) ty guys :)
  18. natanal99

    Lua Mana max itens

    So, i got this item that when used add 1 mana max to player who did it. Then i added equips that grants manaMax to player and the item do not works how it should if the player is equipping some of this equips, cuz getCreatureMaxMana return the player max mana counting the equips but...
  19. natanal99

    Need help to create "getPlayerHotkeys" & "setPlayerHotkeys"

    if you can tell me what to do i'll thank you.
  20. natanal99

    How do i edit chance of drop BP

    I had been searching how do i edit the chance of dropping BP and EQUIPS when die. And i haven't found nothing. Can someone please explain it to me? edit: sorry about my english.
Back
Top