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

    OTClient status.php (Player Online)

    I can't make it work even with your ideas.
  2. Piifafa

    C++ Party shared experience issue

    I agree that it doesn't affect I was the one who created it lol, It's funny that depending on the money, the dolls share the exp correctly.
  3. Piifafa

    OTClient status.php (Player Online)

    Hey friends, I managed to fix my discord, but the player number hasn't worked even though I put the website there, how should I fix this problem? status.php page: <?php $online_otservlist = 0; try { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://otservlist.org/")...
  4. Piifafa

    Seeking Help for Creating a Mini-Map for My Server

    In fact I know that, I actually sometimes copy some parts, but that wasn't my idea, it was to make a map where people can see things, in principle the aesthetics need to be improved a lot.
  5. Piifafa

    Seeking Help for Creating a Mini-Map for My Server

    Could anyone help me?
  6. Piifafa

    Seeking Help for Creating a Mini-Map for My Server

    Hello, fellow community members, I hope this message finds you all well. I am reaching out to seek some guidance on how to create a visually appealing mini-map for my server. I've been struggling to find suitable tools or resources to assist me in this endeavor. While I've attempted to create...
  7. Piifafa

    A small doubt. TFS 1.2

    what have you changed?
  8. Piifafa

    A small doubt. TFS 1.2

    I have a little chest on my server that will give an item every 16 hours, but I would like there to also be an item that is always fixed, I managed to do that but I would like the message to be shown to the player about what he received. -- Dungeon dos soldir infernal e etc, tematica de fogo...
  9. Piifafa

    Dungeon System [1.2 TFS]

    I ended up doing it like this. How can I improve then? I can't understand how you would do it. function onUse(player, item, fromPosition, target, toPosition) local annihiCenter = Position(6061, 5852, 7) local spectators = Game.getSpectators(annihiCenter, false, false, 15, 15, 15, 15)...
  10. Piifafa

    Dungeon System [1.2 TFS]

    I would like to add different shows.
  11. Piifafa

    Dungeon System [1.2 TFS]

    Hello friends, I'm trying to create a small Dungeon system on my server that is simple and functional. It uses almost an aside from my otserver's The Annihilator Quest script. In a few words I will show you how it works. A person uses the lever and can pull it with up to 4 friends or alone...
  12. Piifafa

    Help to create a sales script. TFS 1.2

    Guys, I just managed to make a script that sells items, using x rune on such item. It works perfectly, however because you are using item.srv when you click on the rune and the item adds all the charges. -- rest of config (item prices) is under function, paste there your items list from npc...
  13. Piifafa

    Raid on tfs 1.2 system

    this I want to understand, but do I need to have the script inside the raid folder added? and connected to the tag? Because it turns out that it can be run randomly then no?
  14. Piifafa

    Raid on tfs 1.2 system

    But do I need to have it registered as a raid? I would like to better understand how this works. <raid name="yurotscaverats" repeat="true" margin="60" interval2="600" file="yurotscaverats.xml"/>
  15. Piifafa

    Raid on tfs 1.2 system

    Could you give me an example of how I should do it?
  16. Piifafa

    Raid on tfs 1.2 system

    Hello everyone, I have my raids working, but I would like them to be somehow set for specific days to happen during the week. In my case my raids happen randomly but almost all the time. I'll show you how I ended up doing it. <raid name="yurotscaverats" repeat="true" margin="60"...
  17. Piifafa

    Doubt with item and chance to hit.

    Thank you for your help.
  18. Piifafa

    Doubt with item and chance to hit.

    So I can't change into a weapon or just direct ammo?
Back
Top