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

    Compiling Conjure Runes

    I want the identical conjuration system from rev 3884. I added the runar code in the backpack, however it is checking 1 blank only, already in rev 3884 it conjures up any amount of blank rune ... I have no idea what code this does Function so I asked if it was that line that I modified ...
  2. marcos16

    Compiling Conjure Runes

    Now it is not working even with just 1 blank rune ... I want you to run with 1 or more blank runes in a single Slot ... Ex: Conjure this way too And not just like this: I use tfs 0.4 3777
  3. marcos16

    Compiling Conjure Runes

    Would be like this? if(item->isStackable ()
  4. marcos16

    Compiling Conjure Runes

    Hello guys from OTLand I want my server not to check the amount of blank rune in the count. Ex: have more than 1 blank rune and manage to cast the rune ... Should I change this line? if(item->isStackable() && item->getItemCount() != 1) Thanks in advance. --Edit-- Use tfs 0.4 rev 3777
  5. marcos16

    Feature Conjure runes on your backpadck

    Can not leave rev mode 3884?
  6. marcos16

    Feature Conjure runes on your backpadck

    How do you not check the amount of blank rune that is in the backpack? Ex: If you have 30 or 100 blank rune works out to conjure ...
  7. marcos16

    Compiling Help Compiling

    Bump
  8. marcos16

    Site OTServ

    Up
  9. marcos16

    Addon for premium

    Up, help-me pleeease --Edit-- I managed to solve, I looked for some code in the source that adds in config.lua and I found this one: AddonsOnlyPremium = false / \ This is for everyone to use the addon (after getting it) So it's only for premium: AddonsOnlyPremium = true I'll post it here...
  10. marcos16

    Addon for premium

    The players of my ot only have access to the addon if premium, on the contrary will not be with the addon. If you get the addon when premium and then the premium finish the addon add. Where tidy it? is not outfit.xml <Outfit id = "2" premium = "no" quest = "40850">
  11. marcos16

    Site OTServ

    UAs well?
  12. marcos16

    Site OTServ

    Can you tell me what? Or how to solve?
  13. marcos16

    Site OTServ

    There are errors? Only subtopics are in Portuguese.
  14. marcos16

    Site OTServ

    Someone who understands enough could see if my site is vulnerable? If so, you could tell what it was and how to fix? desolator.servegame.com
  15. marcos16

    Compiling Help Compiling

    Up
  16. marcos16

    Compiling Help Compiling

    The source has been compiled on Linux, but not for me ... but now I'm trying and this error ...
  17. marcos16

    Compiling Help Compiling

    I had compiled on windows the same sources. But Linux did this happen dai, is that there is no other way?
  18. marcos16

    Compiling Help Compiling

    I have a VPS Linux Debian 7 64bit, and is giving error when compiling. Of the following error: luascript.cpp: In member function âbool LuaInterface::loadDirectory(const string&, Npc*)â: luascript.cpp:741:41: error: âboost::filesystem2::basic_path<std::basic_string<char>...
  19. marcos16

    Linux Database Website

    If I leave the default phpmyadmin access something happens? For example: I'm using another PC other than the host and may have access ipotserv.servegame.com/phpmyadmin It turns out someone hacked? It's because I'm using Linux and I can not import the database via SSH
  20. marcos16

    Linux Distribution

    I doubt when I I want to change something in datapack as I do? And the backup of the database where it goes? If there is no graphical interface ... Is there any access to the VPS directory?
Back
Top