• 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

    [TFS 0.4][8.6] Weapons with req lvl for vocation

    Yeah I've found a bunch of items that can be replaced, thanks for the tip! :D
  2. J

    Bugged stairs

    Delete
  3. J

    [TFS 0.4][8.6] Weapons with req lvl for vocation

    Is there a way to increase the maximum item ID limit? 1644327472 The issue seems to be with all items above ID 12660. If I for example put an item with higher ID in a shop I can view in in the shop window but I can't buy it. All items below 12660 works fine. I have no idea how to solve it though :/
  4. J

    [TFS 0.4][8.6] Weapons with req lvl for vocation

    Hmm that sounds weird, can't find anything on it when searching. I've only added like 10 new items. Feels like it would be a more common problem :/
  5. J

    [TFS 0.4][8.6] Weapons with req lvl for vocation

    I'm really scratchin my head over this... I know how to create new weapons and set a required level and vocation. I've done it with a couple of weapons and everything worked fine. This time however it just won't work no matter what I try. 1. I've created a new item in item editor and set the...
  6. J

    Remove teleport

    Well I'm running a 8.6 server, from what I've read it doesn't go well with 1.x 1644155464 Just solved it. I needed to place the removeTeleport function above onDeath funcion.
  7. J

    Remove teleport

    I've tested and tried some things and from what I can se it's the addEvent that doesn't trigger the removeTeleport function. But I can't get it to work :/
  8. J

    Remove teleport

    Bump
  9. J

    Remove teleport

    I have a script that causes a teleport to appear after you kill a certain boss. After 2 minutes the portal should disappear. The portal will appear but it stays forever. It used to work fine when I used TFS 0.3.6 but I switched to 0.4 and now the script won't work :/ function onDeath(cid...
  10. J

    PhpMyAdmin issues

    Thank you for the tips! I'll look into that :D
  11. J

    PhpMyAdmin issues

    I've got a server online and noticed that one random player started activating raid events. I then noticed that he had group_id: 5 making him a GM. My first thought was that the database had been hacked so I looked for things to make the database safer. I blocked the port 3306. I changed the...
  12. J

    Bugged stairs

    It worked like a charm! :D Thank you so much!!
  13. J

    Bugged stairs

    I used this one: https://otland.net/threads/8-60-euforia-the-best-fun-real-map-with-events-and-systems-and-cities-gengia-etc.172109/ Then I upgraded to 0.4 engine
  14. J

    Bugged stairs

    Hmm I can't find anything :/ There's nothing for Stair ID's that are working as well
  15. J

    Bugged stairs

    There's an issue with eastern and southern stairs. When I climb down or up I get stuck inside the stairs. I'm using TFS 0.4 with 8.6. Here's how it looks inside Remeres Map Editor: And here's the code in items.xml: <item id="7925" name="stone stairs"> <attribute...
  16. J

    Item that repairs boots

    Still won't work :/ But I've decided to just make the boots last longer and players can use the npc to repair instead. Thank you all for helping :)
  17. J

    Item that repairs boots

    Nothing happens when I use the tool on the boots :/ The "This tool cannot be used on creatures." message appears when using it on the player though. I don't get the message "This item cannot be repaired with this tool." when using it on other objects.
  18. J

    Item that repairs boots

    Tried it again, nothing happens at all with that script :/
  19. J

    Item that repairs boots

    Yeah that's what I want :p I want to use a repair tool on the boots to recharge them. When I tried your latest script the repair tool just transformed to a new pair leaving me with 2 pair of boots :/ The script you posted first didn't do anything at all :(
  20. J

    Item that repairs boots

    Still doesn't work :( Using TSF 0.4 if that helps?
Back
Top