• 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. Jack Parsons

    Action [TFS 1.0] Simple quest template with money and xp as reward.

    I've developed a simple quest, and I'd like to share it as a template for you (Perhaps it'll be useful to someone). NOT_CLEARED = -1 CLEARED = 1 function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey) local chest = 2500 -- The chest UID / Unique ID. local moneyReward =...
  2. Jack Parsons

    NPC Paladin NPC (Bows, crossbows and ammunition)

    I've managed to find enough data in the forum for a knight npc, but I was unable to find for a pali one, so I've created a simple one. Since it's incredibly boring to collect all the ids and prices, I'm sharing it with you. <?xml version="1.0" encoding="UTF-8"?> <npc name="Rodrigo"...
  3. Jack Parsons

    My "live in town" script is not working

    Well observed. Indeed I get a conflict when I launch the server using the itemid. I'll start using action ids, thank you for the tip!
  4. Jack Parsons

    My "live in town" script is not working

    Oh, this makes sense... It worked! Thank you very much! Here's the final script: <movements> <!-- Portals --> <movevent event="StepIn" itemid="1387" script="portals/agharti_main.lua"/> </movements> 1384 is the ID for the "magic forcefield" (Not the UID that I've inserted on the map...
  5. Jack Parsons

    My "live in town" script is not working

    I've seen many scripts using "onUse", and that doesn't make sense to me (Since I'm not going to actually use the portal). The "onUse" scripts don't work for me as well. I'm using The Forgotten Server 1.0 (1041 client). Here's my script: local portalPos = {x = 1023, y = 1020, z = 6} function...
  6. Jack Parsons

    Windows Can't rotate objects properly and can't remove pz/pvp/etc

    According to General Usage in the Remere's Map Editor's FAQ, I can rotate any object using the 'z' and 'x' keys. Nevertheless, as you can see, that's not exactly the case, since I can't "mirror" the object. Also, it states that I can hold the ctr key to remove pz/pvp/non-pvp tiles, and when...
  7. Jack Parsons

    Solved Bug on the Remere's Map Editor's GUI

    Just to let you know, I've solved the problem setting up a virtual machine with Windows XP. Remere's Map Editor was developed with wxWidgets, and this GUI gets pretty buggy with my crappy Windows 7 (And computer). So, if any future viewer has the same problem, just install Virtual Box :).
  8. Jack Parsons

    Solved Bug on the Remere's Map Editor's GUI

    Greetings! I'm having this annoying bug when I open the map editor, and I'm wondering if anyone suffers with it as well (The left panels are completely void).
  9. Jack Parsons

    OpenTibia PyACC, an open-source account creator for servers that use MySQL

    Thank you guys! I had tested it, but I'm using the schema of this distribution (The latest release of Forgotten Server). Chances are, that you're using a different schema (Is there such a field in the "accounts" table?).
  10. Jack Parsons

    OpenTibia PyACC, an open-source account creator for servers that use MySQL

    So, I've just spent the night developing an account creator for my server. I'm not much of a "website guy", so I wrote it in Python (And probably my next tools will be written in Python as well (Although I'm going to develop a website anyway when I release it)). Github...
  11. Jack Parsons

    Which Tibia client version corresponds to the latest Forgotten Server?

    I've managed to properly login in the server using OTClient and selecting 10.76. I have no idea why Forgotten Server requires 10.77 and there's no such specific version in the Map Editor and in OTClient. Thank you guys!
  12. Jack Parsons

    Which Tibia client version corresponds to the latest Forgotten Server?

    Greetings! I'm new to this forum and I've downloaded and properly configured the latest version of Forgotten Server, but I'm a bit lost concerning the client versions. When I tried 8.6, I got a message stating that the client must be 10.77, so I've downloaded it. Problem is that when I...
Back
Top