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

    *Fortissimum* Engine Features.

    -- deleted comment
  2. slavi

    *Fortissimum* Engine Features.

    Hello!
  3. slavi

    [TFS 1.2] creature:sendSquare(color, sec[,canSee])

    1- You can use real send square function which is added on player.h 2- And it should be Player.sendSquare since this function is not related to creature itself while it's son ( player ) 3- Tibia doesn't require the message to be sent only when creature(to be squared) is on screen or even being a...
  4. slavi

    Solved Error Syntax while compiling

    When you add a global into another file, you need to refer(declare without defining) to it. add code like this into the file you are using "g_store" in. #include "store.h" extern Store* g_store;
  5. slavi

    Npc on raft

    1- You ignored rules, where rules actually help us to understand the problem correctly. (And I agree with that actually) 2- You as well added a post which dumps the post counter. @topic He seems to want a travel npc, take a look at orts travel NPCs, OR specify what NPC folda is/does!
  6. slavi

    Linux How i can modificate tfs sources for upgrade tfs protocol to 10.90 to 10.94

    This is so intended behavior, we added he extra damage ( critical,...) before passing it to Lua.
  7. slavi

    PhpmyAdmin issue

    To make a user (with/without) a database : 1- In the main page of phpmyadmin ( without selecting a database ), there is a "User accounts" in the menu, select it. 2- Click "Add User Account", then it will open a page. 3- Complete your setup. Then if you want to create a database select Create...
  8. slavi

    Expert PvP - Beta Release

    This version is bugged and removed from github actually. Don't use it.
  9. slavi

    Need a php , c++ programmer

    What?? c++ designer? (the heck is that) Well, discord. @slavidodo#6064
  10. slavi

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    well, haha, he just re-typed what I said ( i didn't say items.xml) for me 2/10 for effort.
  11. slavi

    Solved HEALING/MANA colors on tfs 1.2

    No, the thing you want is not possible without sources. In Game.cpp -> combatChangeMana Add the mana like the health is added.
  12. slavi

    Windows Tfs error

    You are trying to use x64 programm on x32 OS. Compile for 32 or replace to 64 ( recommended )
  13. slavi

    Lua Crash server when player use Avalanche rune or thunderstorm rune on water (Random water)

    Well, i can't reproduce that problem. Works greatly here.
Back
Top