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

    AAC On submit change SQL value from 0 to 1

    You have to set there the name of the page you are
  2. samco

    AAC On submit change SQL value from 0 to 1

    You are going to index.php, but i doubt this code is in index.php but anywhere else...
  3. samco

    How to make Thais dog not leave his spawn area?

    If overspawn is by default you get overspawn on all. Yousaid you have it on others right?
  4. samco

    How to make Thais dog not leave his spawn area?

    Probably using an old src, where overspawn is by default
  5. samco

    C++ Question About attack effects old times vs now

    And people thinking about the spell effect :P
  6. samco

    Tibia 11+ Downgrade tool

    So is it possible to use Asset editor, then convert those assets to 10.00 with this tool, then use object editor to generate OTB file? 😢
  7. samco

    OTClient 1.0 (Release)

    I am wondering how to access OTC using latest sources with 12.85 assets support. Is still needed login.php? I am using MyACC's one and cannot access. 1644837865 For anyone iterested: I was able to connect just by switching to Znote's AAC
  8. samco

    fix vial of manafluid

    Did you check your items.xml?
  9. samco

    fix vial of manafluid

    I am not sure, just wondering. Wouldnt force that to decay the item?? Maybe he doesn't have the decay in the items.xml for that splash.. its weird it does works for other splashes and not for mana type
  10. samco

    fix vial of manafluid

    Hi, english great you. Understando can not me. help
  11. samco

    OTCv8 function for changing targeting for chasing mobs

    I would say you can use escape characters, try Name*
  12. samco

    [TFS 1.3] Exercise Weapons

    Sorry about my writing, i just relalized how bad I did lol. I am in mobile and cannot do it properly. As you and jestem said, it was a matter of the variable names.
  13. samco

    [TFS 1.3] Exercise Weapons

    You are trying to access skills[itemid].id which doesnt scist in your configuration. Try changing in the comfig the itemid inside brsckets to id or change the code to skills[itemid].itemid
  14. samco

    weapon charges

    Getitemcharges is probably still returning negative value. You can always debug your code by printing the messages in the console or local chat
  15. samco

    Jeff, where the f did you go?

    Pic or didnt happen
  16. samco

    Suggestion otclient board for sharing modules

    People is making tons of money with OTClient custom modules, that's why they are not usually released. I agree with OP, but i wouldnt be surprised if both forums would be emtpy :P
  17. samco

    Suggestion otclient board for sharing modules

    Because almost no one shares OTC modules.
  18. samco

    OTClient Latest TFS + Mehah Otclient (12.85)

    Could it be the case the server login has tocbe updated too?
  19. samco

    OTCV8 how to add extra exp bar below mana

    You literally have the example with mana and health bars. You just need currentexp and next lvl exp to fill it
  20. samco

    Error SMTP

    Well, i don't know where its failing for you, in AAC or whatever, but somewhere you should have a mail configuration where you have to set the SMTP IP, PORT, and username. password... Those data are provided by your Mail service, in your case looks like google.
Back
Top