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

    Problem connecting to localhost (HELP)

    https://gyazo.com/25c9a5ac6eabfd9e45d2af2b59d355d2 Hi, Following the guide for [Windows][VC2019] Compilando Sources OTServBR-Global (https://forums.otserv.com.br/index.php?/forums/topic/169235-windowsvc2019-compilando-sources-otservbr-global/) Got the server compiled. Setup database with...
  2. F

    World of Therran - Discussion Thread

    Had the chance to explore today for a couple of hours. Must say that it's better than most in terms of gameplay, mapping, content & stability. A project with a clear sense of direction and not just some copy/paste "custom" server with overloaded content where you've got no idea wtf to do. If...
  3. F

    I need Help Creating a Script for my system.

    So, - Player spawns with no vocation, choses vocation through a talkaction script - 5 elements (aka vocations) - 3 different pathways (vocations) for each element - 3 different skill level requirements for each pathway. E.g. 20 fist = ghoul, 20 sword/dist = student, 10 magic = shadow. -...
  4. F

    Custom script doesn't work?

    Solved. Look what I did like an idiot: <movement event="StepIn" fromuid="9990" touid="9991" script="custom/port.lua"/> MOVEMENT and not "MOVEVENT" 😂
  5. F

    [12.x] OTServBR-Global

    Have you even ever played tibia before? It's "hail king" to trigger the npc to respond to you.
  6. F

    Custom script doesn't work?

    Nope, not even being triggered. Why? :oops:
  7. F

    Custom script doesn't work?

    local config = { [9990] = Position(989, 1042, 7), [9991] = Position(989, 1042, 7) } function onStepIn(creature, item, position, fromPosition) local player = creature:getPlayer() if not player then return true end local targetPosition = config[item.uid] if...
  8. F

    [12.x] OTServBR-Global

    Setup your database and myacc again, make sure when you are creating the admin account you are using lower case letters only. Remember you have to login with the email in the 12.4 client + the password you setup for the admin account, the "username" you set doesn't work for the 12.4 client. I...
  9. F

    [12.x] OTServBR-Global

    opentibiabr/tools (https://github.com/opentibiabr/tools) - this has their upto date dev tools for the server including their 12.4 client
  10. F

    [12.x] OTServBR-Global

    Still making rookie mistakes :( Ty...🤦‍♂️
  11. F

    [12.x] OTServBR-Global

    I used the nightly build AppVeyor (https://ci.appveyor.com/project/opentibiabr/otservbr-global) because I had issues compiling. Haven't messed around with anything and left everything as default. Setup database, admin account etc. launch the server and enter the game through their 12.4 client...
  12. F

    [12.x] OTServBR-Global

    Oh yeah I've just looked inside the scripts themself and figured that :D. Issue is, none of em work.
  13. F

    [12.x] OTServBR-Global

    Any guide to how revscriptsys works? Trying to execute a command ingame doesn't work.
  14. F

    [12.x] OTServBR-Global

    No talkaction scripts? I've transferred tfs 1.3 talkactions but they don't work. No errors in console. Character is god. Registered in XML. Could anyone help out?
  15. F

    [Quick Showoff] Post your latest maps!

    @Habdel Which servers? Still in development or?
  16. F

    [Quick Showoff] Post your latest maps!

    @Habdel Surely you do mapping work for servers or have your own right?
  17. F

    When do you think Cipsoft will change Tibia from 2D to 3D?

    Like others have said, wouldn't be tibia anymore. But what stops you from creating a game based off of tibia in a 3d engine? :)
  18. F

    Mapping Showcase~

    Top tier shiz as usual, keep going :)
  19. F

    [12.x] OTServBR-Global

    Go on their github, they have customised tools which include their map editor.
  20. F

    [12.x] OTServBR-Global

    All I see are a bunch of butthurt coders pointing fingers everywhere. Jesus christ...who gives a f***. Except from sitting on otland looking for arguments and problems to cause, shit to expose etc. go and create something for the community to enjoy, if I had half of the knowledge you people have...
Back
Top