• 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!

Recent content by magoale1

  1. magoale1

    [Ideas] - Item Sets and Legendary Weapons! (Baiak?)

    Hello there! Recently I've been messing around with RevScript for quite a time and I figured out how to do some very awesome stuff into Tibia. My idea was putting new interesting effects in Tibia items, just like Set and Legendary Items from Diablo and World of WarCraft, where if you use all...
  2. magoale1

    [RevScript Help] - Sounds!

    The event is triggering fine, the problem is that I have no idea how to call sounds via script. 😭
  3. magoale1

    [RevScript Help] - Sounds!

    Yep, the rest of the sounds are working fine.
  4. magoale1

    [RevScript Help] - Sounds!

    Hello! I was figuring out how to use RevScripts in Revscriptsys · otland/forgottenserver Wiki but I stumbled upon a doubt that I couldn't resolve, could you help me? I am trying to make a test on-hit effect, where when you hit a creature with a specific weapon, a thunder effect will happen...
  5. magoale1

    Script being loaded but not working.

    Hmm.. It is still throwing the scriptid is not zero error and these two more: 1729818349 Actually I fixed it! I had to assign an ID to it, and the ID must be the same of the item I am working with: local moveevent = MoveEvent() function moveevent.onEquip(player, item, slot, isCheck) if...
  6. magoale1

    Script being loaded but not working.

    Heyy @Mateus Robeerto, I gave it a read and tried to make some changes in my code. However, it is throwing a very weird error: local moveevent = MoveEvent() function moveevent.onEquip(player, item, slot, isCheck) if item.itemid == 3365 then player:say("The Golden Helmet was...
  7. magoale1

    Script being loaded but not working.

    Oh, so these are called Revscripts? Yes, that is exactly what I want to learn and test. Thank you ❤️
  8. magoale1

    Script being loaded but not working.

    Hello there! I am learning more on how to code custom stuff to Tibia, and recently I've been trying to do some experiments but none of them worked so far. Could you help me understand why? I have created a file named test_script.lua inside my data/scripts/custom folder. The script is...
  9. magoale1

    OTClient How to IP Change Tibia 12?

    Sorry, idk what tag to put, OtClient seemed the most appropriated, sorry for my mistake if so. I need the number one, how to change the IP of a Tibia 12 Client.
  10. magoale1

    OTClient How to IP Change Tibia 12?

    Well, the question says it all, i got my server running locally and went perfect, but now, how can i change the IP so other people can connect too?
  11. magoale1

    TFS 1.X+ [Forge System] Item Synthesis

    Thanks a lot Shunner! 😍
  12. magoale1

    TFS 1.X+ [Forge System] Item Synthesis

    Where i can find those systems? In requests?
  13. magoale1

    TFS 1.X+ [Forge System] Item Synthesis

    Hello, its hard to create a system that you transform some itens into others? For example: You go to the forge (can be a NPC or a Object) and you have a list of things you can do. You choose "Iron Helmet" and it shows that requires 4 iron bars You got the Iron Bars and voilá, the helmet is with...
  14. magoale1

    [Tibia Questions] Custom OTServer - Equipments

    Im making a OTServer but something concern me.. Why all Tibia default armors have soo low status? I got a jumpscare when i saw that Firesoul Tabard only got 18 armor, 4 distant fighting and 8 fire protection need LEVEL 200 TO WEAR... is that too much things? because im making some armors that...
  15. magoale1

    TFS 1.X+ [Sprite Error] The Item appears invisible

    Ok, i reeinstaled Tibia and now everything is working pretty fine. i must have messed up with ObjectEditor or something.
Back
Top