• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. massuco

    Windows OTB Editor 7.72

    Hi there. Im using the TFS 0.4 version 7.72 of evulmastah. Im trying to add new items, but without success. There are so much topics of help with OTB Editor of this version, but nothing solved. Anyone help me please.
  2. massuco

    Avesta 76 problem.

    Nops xD Ive used avesta so much time.
  3. massuco

    missing .dll file

    Just put the dll name on google, and download it, lol Download msvcm100.dll Free - Fix msvcm100.dll file cannot be found!
  4. massuco

    Avesta 76 problem.

    Check if your server have this file: data/server_systems/bless_system.lua If yes, search for: if isPromoted(cid) == TRUE then deathlossvalue = 6 else deathlossvalue = 8 end You can change here the deathloss value, after change here, you will need to change the deathloss value of all created...
  5. massuco

    Znote acc - set starting items

    I think that you can't set first items on znote. You need to create one MOD on your server, that will check if is the first login of the player and will give him first items. Try this, on otserv folder/mods, create firstitems.xml, and put this there: <?xml version="1.0" encoding="UTF-8"?> <mod...
  6. massuco

    Lua Similar Obsidian Knife

    I HAVE SOLVED MY PROBLEM! The problem only happens with the monsters ORCS, i will check why. Ive tried other monsters and worked perfectly, only orcs dont work. i think that is something with the corpse ids on items.xml.
  7. massuco

    Lua Similar Obsidian Knife

    Edited, are correct now? :D
  8. massuco

    Znote acc Problem Please Help __

    If you are using Znote, in config.php search for something like this: Replace YourAccountHere with the account that you want access. If you want to give admin access for more than one account, just do this:
  9. massuco

    Lua Similar Obsidian Knife

    Hi there, i was trying to create one script for TFS 0.4 The player will use the knife (id 2556) on corpses. If the player use a knife on minotaur corpses player will have a chance of win one item. If the player use a knife on orc corpses player will have a chance of win one item. THE PROBLEM IS...
  10. massuco

    Lua Check if player have space on backpack

    haha But very thanks for your help. @Flatlander
  11. massuco

    Lua Check if player have space on backpack

    IT WORKED XERAPHUS @Xeraphus Very Thanks, I have been trying to make it work since 2 days.. Im newbie in lua. @Flatlander Very thanks for you too for your attention. The script of Xeraphus worked nice.
  12. massuco

    Lua Check if player have space on backpack

    20:17 Cebola: BP Size: 4 Item 0: 2666 Item 1: 2666 Item 2: 2666 Item 3: 2666 Item 4: 0 20:17 You have no room I have a bag with 4 meats, and 4 free slots @Flatlander
  13. massuco

    Lua Check if player have space on backpack

    I saw the error "dp" instead "bp" and changed it, but it dont works. Only give a reward if I have a backpack with full free spaces. @Flatlander
  14. massuco

    Lua Check if player have space on backpack

    I've tested it, now it only give a reward if you have a container full empty. Example, if I have a bag with 7 free slots, it dont give a reward. BUT if I have a bag with 8 free slots (full free) it give a reward. @Flatlander
  15. massuco

    Lua Check if player have space on backpack

    I am using this script trying to check the space in backpack, if have free space, it receive a reward, if not, a message with "you have no room etc.." But i dont know how to use the function to check the room on backpack. PLEASE, someone help me? I was trying using: local bp =...
  16. massuco

    Quest system incomplete

    Hiho, i have a quest advanced quest system for tfs, but it is not complete. The script cant give a book with text inside this, it give a book empty, anyone can help me? local specialQuests = { [2999] = 10999 } local questsExperience = { } function onUse(cid, item, fromPosition, itemEx...
  17. massuco

    [7.6] Jakes's Oldschool Mapping

    It will be one custom server, or you are mapping for sell, training or something?
  18. massuco

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    Hello, im trying to compile tfs 0.4 and i cant get some libs... My sources.list: http://pastebin.com/G3ezVAGR My error on terminal: http://pastebin.com/XxEMAEEs
  19. massuco

    [7.4] Avesta 7.4 Global map with spawns.xml and houses

    Which map editor? RME?
Back
Top