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

    CreatureEvent onTarget Interact with Npc

    on game_interface.lua paste local function doGreetNpc(creatureThing, localPosition) if (Position.distance(creatureThing:getPosition(), localPosition) <= 4) then scheduleEvent(g_game.talkChannel(11,0,"hi"), 500) -- 11 is on 8.6 npc channel :D else...
  2. Beater96

    CreatureEvent onTarget Interact with Npc

    You are using OTClient? If so, you don't need anything on the engine side.just in the module interface script to give (on a similar principle as you have mod_spacebarattack just to press the mouse posted on npc chat hi)
  3. Beater96

    object bulider not open me spr

    Check if you have unchecked" Improved animations"
  4. Beater96

    TFS 0.X where i can found C++

    try in Combat.cpp on bool Combat::CombatHealthFunc(Creature* caster, Creature* target, const CombatParams& params, void* data) add if (caster && caster->getPlayer()) { std::string pkt4; caster->getPlayer()->getStorage("bonus", pkt4); change = (int32_t) ((float)...
  5. Beater96

    TFS 0.X where i can found C++

    What exactly is going on? Damage from weapons or spells Anyway, as I think, the monsters beat 100% Only in players less
  6. Beater96

    Poszukuje Osoby

    Mogę coś pomóc, ale to i tak tyle co będę umiał (Free) :D
  7. Beater96

    [MOD] Developer Control Panel 2.0

    Found on br forum : author: Snowsz
  8. Beater96

    How to use otclient for my ot?

    https://otland.net/threads/otclient-builds-windows.217977/
  9. Beater96

    MyAAC how to set admin panel access to account

    In database on Accounts web_flags set 3
  10. Beater96

    0.4 r3884 kompilacja 64-bit windows

    Prościej byś miał tfs 1+, najprościej jak już musisz mieć 0.4 to skompiluj w devie na x86 i nie bd problemów
  11. Beater96

    C++ Absorb Skill

    Game. Cpp In combatchangehealth if(params.combatType == COMBAT_FIREDAMAGE && target && target->getPlayer()) { double damageChange = 0; int32_t skillFish = target->getPlayer()->getSkill(SKILL_FISH, SKILL_LEVEL); if(skillFish >= 10)...
  12. Beater96

    Doswiadczony z Otclientem

    init.ua zamień g_resources.setupUserWriteDir(g_app.getCompactName()) na g_resources.setWriteDir(g_resources.getWorkDir()) i normalnie do folderu clienta minimap wrzuc . O tak:
  13. Beater96

    Doswiadczony z Otclientem

    do pierwszego: BOT_Protection masz domyślnie w definicji preprocesora . zawsze możesz bawić się w wpisywanie blokowanych modułów prosto do src clienta , ale jak ktoś się kapnie to już masz problem :D do drugiego: z tego co wiem ,większość wysyła poprostu dodatkowe pakiety . do trzeciego : z...
  14. Beater96

    Doswiadczony z Otclientem

    wejdz w wlasciwosci projektu pododawaj wszystkie include nastepnie w konsolidator
  15. Beater96

    Doswiadczony z Otclientem

    A przy czym masz problem?
  16. Beater96

    looking for English anime tibia servers

    he probably will not come back, but what will the future show it will turn out. But as a little consolation, I know that one of the Administrators (Arn) continues to work on the server under OTClient under the name Bleach Legends link fanpage Bleach Legends (https://www.facebook.com/bleachlegend/)
  17. Beater96

    0.4 Module window question

    with otclient work https://otland.net/threads/tfs-0-3-6pl1-catacombs-teleporter-like-diablo-3-teleport-great-for-rpg-servers-remake.236047/
  18. Beater96

    C++ I'm looking for someone to do a job (Pokemon)

    Its based on tfs 1.3 you can compile on linux and windows, I think so
  19. Beater96

    Kirito Sprite

  20. Beater96

    C++ I'm looking for someone to do a job (Pokemon)

    https://github.com/therubyproject/rubyserver
Back
Top