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

    Lua help with event script tfs 1.2

    i have loot analyzer on client. but actually just work if the item of is moved from corpse to player container, i need change this to work too if player push item from corpse to ground or from corpse to player container both... This script i have. function Player:onMoveItem(item, count...
  2. J

    Programmer Looking for programmer c++

    I'm looking for a programmer with experience in c++ TFS 1.2 , negotiated payment (Paypal), more details send me pm
  3. J

    AAC Myacc shop error

    Message: Table 'server.shop_history' doesn't exist this error is appearing on my server console when I buy an item in the shop, I tried to add the table in my database, but it appears that it already exists, but I can't see it Can someone help me?
  4. J

    AAC Myacc help

    where i config my website adress? actually i only can acess by localhost ip
  5. J

    rope script help tfs 1.2

    Hello friends, how can I solve the problem that I'm not able to use the rope when I'm on top of the sewer grate? error is showing (You cannot use this object) how can i enable being able to use the rope when i'm on top of sewer grate? thanks in advance local ropeSpots = { 386, 421 }...
  6. J

    TFS 1.X+ Tfs 1.2 help logic map multfloor respawn

    Can someone with experience in c++ help me with this logic? I'm configuring the block respawn system, basically what i need, player will block respawns 2 floors above and 2 below when they are underground and all levels above if on surface, if the player is on floor 7, he will not block...
  7. J

    AAC Create Character Name

    Hello, im using znote acc, how to block write the entire name of character with capital letters? $newname = validate_name($newname); if ($newname === false) { $errors[] = 'Your name can not contain more than 2 words.'; } else {...
  8. J

    C++ Help me with crash server tfs 1.2

    I'm trying to set a 10 sqm limit of player (target) for the monster not to walk outside this limit when using the getRandomStep function one way i managed to make it work is this way bool Monster::canWalkTo(Position pos, Direction direction) const { const Position targetPos =...
  9. J

    Programmer Looking for dll programmer Tibianic.dll

    Hello community, im looking for a dll programmer to fix a wrong thing on tibianic.dll I pay with paypal method Pvt me for more detail.
  10. J

    Compilling TFS doubt

    Anyone here know if TFS 1.0, 1.1 and 1.2 can be compiled on Linux 20.14?
  11. J

    nostalrius npc bank

    someone here can help me? Im using Nostalrius Distro How can i do a bank npc? deposit, balance, and withdraw function? i saw something about balance on behaviordatabase.cpp but idk how work on npc script
  12. J

    Lua Teleport script 1.2

    for tfs 1.2 anyone can help me? I need a script that changes the player's current outfit entire color to just one color when he enter in teleport. Thank you very much in advance
  13. J

    C++ Doubt Programming old school server

    I was looking at old cams, when a player kills the monster, there is a small delay for the monster to fall to the ground, and his life bar is completely black, observing this, in the current tfs when he kills a monster he istantaneously falls to the ground and your life bar quickly disappears...
  14. J

    Looking for Programmer job

    Hello im looking for programmer to do a task for me. Task to do: apply this binary items save fix https://github.com/otland/forgottenserver/pull/2659 on this engine based on tfs. ( Nostalrius ) https://github.com/TwistedScorpio/Nostalrius send me pvt msg with your offer. i can pay using...
  15. J

    help global msg tfs 1.2

    How do a global msg every 10 minutes? DEFAULT MSG type anyone can help me?
  16. J

    C++ new mail has arrived problem

    i'm using tfs 1.2 My problem is i receive the New mail has arrived in all towns, for example: i'm in thais depot tile, and someone send me a parcel to kazordoon, i receive the msg in Thais. I found two functions that may be involved in my problem. void Player::onReceiveMail() const { if...
  17. J

    C++ A question about c ++ programming

    bool updateLook = true; if(!hasFollowPath) { updateLook = false; } How can I make the above function have 70% chance to be executed? To put one more condition together with !hasFollowPath thank you all for your attention
  18. J

    Lua modific script

    for forgotten server 1.2 i need some help, well i got this script here on otland function Player:onTradeAccept(target, item, targetItem) file = io.open('data/logs/trade.log',"a") file:write(""..os.date("%c")..": "..self:getName().." traded:") if item:isContainer() then...
  19. J

    tfs 1.2 script request

    Is there any way to send x msg to the player only if he moves any item 6 square meters away to the central Tile? I have never seen any function related to tile counting ^^ exist?
  20. J

    onDeath script 1.2

    How can i do a onDeath script to check if the tile is pvpzone and the player died for monsters is teleported to a determinated position?
Back
Top