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

    MyAAC Global Layout

    this work with php 8.1+?
  2. chucky91

    [TFS 1.2] Tibia 7.4

    yes, i changed Otclient. -> Classic OTClient
  3. chucky91

    [TFS 1.2] Tibia 7.4

    This is otclient bug!
  4. chucky91

    [Brazil][7.4] TibiaCore | LOW RATE | STARTS NOV 18 2022

    New link TibiaCore.Online
  5. chucky91

    Urgent! Clone items TFS 1.2

    To give the error just try to enter with any uninvited player in the house, that will fall, with the expressions in the list.
  6. chucky91

    Urgent! Clone items TFS 1.2

    Sorry man, i was not paying attention. when looking for a solution, to not return an invalid value and return 0 so it looks empty, if there is no date. not to miss the name of the item, in addition to having corrected all the npcs, but even so i wanted to resolve the final question of the...
  7. chucky91

    Urgent! Clone items TFS 1.2

    I had looked around and had not seen it. ty bro. i already changed both, in the npc and in the soucer.
  8. chucky91

    Urgent! Clone items TFS 1.2

    You see a vase of . It weighs 9.40 oz. ItemID: [2876]. ----------after login----------- You see a vase of rock soil. It weighs 9.40 oz. ItemID: [2876]. Interesting, just remove this from the action, if there is any npc missing the Data="", it will not give the error, it will just bug the name...
  9. chucky91

    [Brazil][7.4] TibiaCore | LOW RATE | STARTS NOV 18 2022

    😊 Im still to improve, im terrible at video editing. the pc is good but the program i used to record it didn't record the exact frames. created a way for people to have fun going places they can remember, and i put a brake on the high level so there's no power abuse. But i think it's balanced...
  10. chucky91

    Gifts "string(81)"

    I had fixed it once, but that was a long time ago, i dont remember where anymore. Tried reinstalling myaac and reset everything. Does anyone remember this error of appearing these strings? I tried to see system\templates\gesior-shop-system\gifts.html.twig i did not succeed. and my image of...
  11. chucky91

    Urgent! Clone items TFS 1.2

    it was like before.
  12. chucky91

    Urgent! Clone items TFS 1.2

    But guys, i already discovered the problem, is that the "data=0" is missing in the sale items inside the npc. So this gives an error to be sent to the db. and does not save the player.
  13. chucky91

    Urgent! Clone items TFS 1.2

    compared. i dont find anything changed
  14. chucky91

    Urgent! Clone items TFS 1.2

    Soucer Nostalrius 7.72 from https://otland.net/threads/nostalrius-7-7.262406/ I have a big problem on the Nostalrius TFS 1.2 7.72 server developed by Alejandro Mujica. There is a player that is cloning items, i caught it in the act once and found out i don't know if it's the same bug. the guy...
  15. chucky91

    Problem background.

    exact, ty dude.
  16. chucky91

    Problem background.

    Guys, im trying to make this border filled in these voids, but it doesn't work, i tried everything with round and others. background: url(images/mid_bot.png) no-repeat center bottom, url(images/mid_top.png) no-repeat center top, url(images/mid_mid.png) repeat-y center top; thanks
  17. chucky91

    Cast System TFS 1.3 by Nekiro

    link off
  18. chucky91

    TFS 1.X+ Weapon and Defense system

    player.cpp
  19. chucky91

    TFS 1.X+ Weapon and Defense system

    The previous behavior was supposed to be with getSkillLevel() if (weapon) { totalDefense = weapon->getDefense() + 1; switch (weapon->getWeaponType()) { case WEAPON_AXE: defenseSkill = getSkillLevel(SKILL_AXE); break; case...
  20. chucky91

    TFS 1.X+ player:getFightMode() only gives me 1

    I don't know what you're trying to do, but i think realtime function checking is just between client and engine.
Back
Top