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

    OTClient How to move statusbar to soul location

    Hey friends, how do I move the statusbar to soul location and remove soul from client? another question, where can I learn about otclient? client that I use: https://otland.net/threads/otclient-classic-ui.279994/#post-2687996
  2. M

    Compiling Item editor for 7.72/7.6 otbm

    Does anyone have an item editor for tibia 7.72/7.6 that works fine on win11? I've tried some from the forum, but it doesn't work or doesn't open 7.72/7.6.
  3. M

    TFS 1.X+ Its possible to make items charges...

    Its possible in tfs 1.5 to make items doesnt lose charges, like sd, potions and others if a player has storage? Only using lua or only in sources?
  4. M

    TFS 1.X+ How to set effect to correct order in TFS 1.5

    How to solve this problem? Anyone knows how to make effect work in correct order? When you use exori vis, the energy spark appear below of teleport effect, but the correct way is the energy spark appear on top. Tested in tfs 1.5 nekiro down 7.72 Thanks in advance!
  5. M

    RevScripts How to use table with position to register the script?

    How to make a large script with position and not aid or uid? something like: local ispos = { [Position(32479, 31904, 2)] = Position(32478, 31908, 7), [Position(32479, 32905, 2)] = Position(32478, 31908, 7) } -------------------------------- TELEPORT FOR ITEMS...
  6. M

    C++ How to Fix that? TFS 1.5 Nekiro

    How to fix that to compile and work propelly? That part of the script in condition.cpp is to do effect when a immune monster/creature step in field, tried with switch(creature->isImmune...) but idk c++ Copyed that part from combat.cpp "Game::combatBlockHit" bool...
  7. M

    TFS 1.X+ How to make monster deal damage to monster in tfs 1.5 nekiro

    Hello, As in title, how to make monster deal damage to monster with spells. Ex.: dragon do damage to minotaur while flam hur a player Plus.: how to make player pzlock when attack pk back(pk attack first) Thanks
  8. M

    C++ How to make monsters stay still if no players in the same POSZ - TFS 1.5 Downgrade

    As written in the title, how do I make the monsters stand still if the player is not in the same Z position as them, like old tibia? Another problem in case anyone knows how to solve it, how to make the player unable to enter pz if he attacks a player that attacked him (just like in the old...
  9. M

    Solved How to insert a drop item in teleport script

    How to add an additem or something like to teleport items thrown in the teleport to another position? Here's the script: local Teleport = MoveEvent() function Teleport.onStepIn(creature, item, position, fromPosition) local player = creature:getPlayer() if not player then return...
  10. M

    [ZNOTE ACC] Changing database with option selected

    Hello friends, I would like some help on PHP with you, well, I made some changes to play with the code itself, I'll let you know as soon as I don't understand anything about PHP, so don't crucify me. I put the player option to buy the item in the store, then the same goes on the website and...
  11. M

    TFS 1.X+ How to read a specific part of item description?

    How do I get my script to read a specific part of an item's description? For example, I have a script that gives bonus equipment that has the description [MoveSpeed], but in that same description there are other words, and for this reason the script cannot recognize only [MovSpeed], since the...
  12. M

    PHP [ZNOTEACC] How to hide options in manage account

    Hello, How can I hide options if your account doesn't have access to this type of voucher? For example, I want to hide "change gender" and "change name" until the player buy in store the voucher needed to use these features. When he buys a voucher, then the option to change sex will appear...
  13. M

    TFS 1.X+ SPELLS work with range and without range

    Is it possible to make a spell like energy strike to work in two diferent ways? If player is premium, the spell works as normal, "following" your target or player direction. If player is free, the spell works only using player direction(same as exori vis without target) Thanks for help!
  14. M

    TFS 1.X+ onEquip Script [read item actionid] TFS 1.5

    I have a script that give actionid to an item, and i create that "movements" to read the actionid and send a magic effect when equip the weapon, but, idk how to read the weapon actionid, tried with the same item:getAttribute(ITEM_ATTRIBUTE_ACTIONID) and item.actionid but nothing happens, when i...
  15. M

    [ERROR] When Compile OTXSERVER 3.8 7.7v

    Hey, I got this error when compiling otxserver 3.8 datapack 7.7. when I compile the 8.6 datapack it doesn't show this error. Someone knows how to fix this problem? Ubuntu 20.04 ARM For some reason this error only appear on 7.7 datapack, I took a look at the sourcers (I don't understand...
  16. M

    Lua A Globalevent that delivery house to player OTX 2.15 (TFS 0.3.7)

    Hello, I need a script that delivers houses purchased via website(znote). local query = db.storeQuery("SELECT `id`, `owner`, `bid`, `bid_end`, `highest_bidder` FROM `houses` WHERE `bid_end` <= " .. os.time() .. " AND `highest_bidder` != 0 LIMIT 1;") the script checks 2 conditions before...
  17. M

    HOUSE_AUCTIONS Does not work?

    Hello Otlanders, I tried to use house_auctions from database to buy house, I insert: INSERT INTO `house_auctions` (`house_id`, `world_id`, `player_id`, `bid`, `limit`, `endtime`) VALUES (2,0,2,100,101,1) so, I restarted the server, and it disappears after the server starts, I believe as it...
  18. M

    Compiling How i compile OTXSERVER 3.8 on UBUNTU 20.04? Help please.

    Hello, I tried to compile otxserver 3.8 on ubuntu 20.04, but everytime i got a error: So, i install ubuntu 18.04 try to compile and "tadam", sucess. BUT, i cant use phpmyadmin on ubuntu 18.04! Yes, I DONT EVEN KNOW WHY. Cant compile on 20.04 but can use phpmyadmin(php 7.4 as default) Can...
Back
Top