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

    [HELP]Unable to find the requested Boost libraries.

    2 Days, same problem help me to fix. [/spoiler]
  2. otavio101

    Lua Performance on lua script, using database query

    Thx, help me a lot!
  3. otavio101

    Lua Performance on lua script, using database query

    I can make global tables?(how)
  4. otavio101

    Lua Performance on lua script, using database query

    ok but if you need to be updating values in the database all the time, on a server with more than 200 players, an example is if you need to make a pet system where each pet had the same values as one player,id, Health, exp, level, name, mana and you can trade anytime.
  5. otavio101

    Monster Passive Monsters

    For Area Spells Add: local damageMap = self:getDamageMap() for creatureId, damage in pairs(damageMap) do local thing = Creature(creatureId) if target == thing or master == thing then return true end
  6. otavio101

    Feature Simple passive monsters

    If only summons attack, monsters don't attack master.
  7. otavio101

    Lua Function creature:moveTo(position)

    windows =/
  8. otavio101

    Lua Function creature:moveTo(position)

    Again, compiles but when I open stops working and closes. Obrigado pelo seu tempo.
  9. otavio101

    Lua Function creature:moveTo(position)

    Yes, I downloaded now from GitHub, the other function onSelectTarget work's here, maybe I put something in wrong place. You change only luascript.h ? void LuaScriptInterface::registerFunctions() { //creature:moveTo(pos) registerMethod("Creature", "moveTo"...
  10. otavio101

    Lua Function creature:moveTo(position)

    Here compiles but when I open stops working and closes , has a line that was also wrong : Add on luascript.h: static int luaMoveCreatureTo(lua_State* L); would not be luaCreatureMoveTo
  11. otavio101

    Lua Summon castSpell

    up
  12. otavio101

    Lua Summon castSpell

    How can make summon cast my spells? Ex.: I use exori and my summon cast spell, only summon.
  13. otavio101

    New Project - Custom Stories - Custom Features - Your Idea's Coming Alive

    Basic? please teach me really want to know how. xD When I grow up I want to be like you .
  14. otavio101

    summon vs summon ( no damage onAreaCombat)

    I do not give damage to the summons , but the summon spells dealing damage in other summons .
  15. otavio101

    summon vs summon ( no damage onAreaCombat)

    I would like the summon spells do not cause damage in another summon , I have managed to not attack. Sorry my english, google translate. Thanks!!! function Creature:onTargetCombat(target) if not self then return true end if self:isPlayer() and target:isMonster() then...
  16. otavio101

    Lua Catch values in Table database .

    3 Questions: How can I get a value from the database and put into a variable: Ex. Variablel id =id of the table players And how to get the last ID created ? These IDs in the tables are generated automatically in sequence ? Sry my english... google translate
  17. otavio101

    Lua [TFS 1.0] Item that summons monsters

    Can someone help me make an item that summons monsters, but not a enemy would be a "pet". And when you click on it returns the summon.
  18. otavio101

    PDA BUG ANTIGO

    Existe pokemons open source eu uso pda porque antes não tinha =/
  19. otavio101

    PDA BUG ANTIGO

    Nossa cara muito útil seu comentário.
Back
Top