• 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!

Recent content by gabrielbsales

  1. G

    Trouble in Admin 8.6

    Bump?
  2. G

    How to i can get a table from Lua in C++?

    I want to load a table that's already loaded from the program, the file is in data/lib. Sorry my english :p
  3. G

    Combat Area in Sources

    How to create a combat area in c++?
  4. G

    doCreatureAddHealth ignore OnStatsChange

    How to do for the doCreatureAddHealth ignore stats change creature event? I tried: int32_t LuaScriptInterface::luaDoCreatureAddHealth(lua_State* L) { //doCreatureAddHealth(uid, health[, hitEffect[, hitColor[, force]]]) int32_t params = lua_gettop(L); bool force = false; char...
  5. G

    Disable melee effect

    @Restles, thanks!
  6. G

    Disable melee effect

    @BUMP
  7. G

    Disable melee effect

    How to disable melee effect in a 8.60 server? The effect:
  8. G

    Trouble in Admin 8.6

    Ok, thanks. I'm waiting.
  9. G

    Trouble in Admin 8.6

    There is it.
  10. G

    Trouble in Admin 8.6

    Well, when i use a staff member in game, the screen turn black in OT Client. The image: In terminal: OTClient 0.6.5 rev 2197 (117833a) built on Jan 6 2014 for arch x86 Startup done :] ERROR: Unable to send extended opcode 1, extended opcodes are not enabled ERROR: ProtocolGame parse message...
  11. G

    Clear ListBox

    How to clear a listbox?(remove all items)
  12. G

    [BRAZIL] Pokemon Stage 8.54

    It's automatic, but only in outland pokemons and in stones.
  13. G

    [BRAZIL] Pokemon Stage 8.54

    ~*Ip*~: pokestage.ddns.net ~*Port*~: 7171 ~*Client*~: Otclient ~*Uptime*~: 24/7 ~*Website*~: http://pokestage.ddns.net ~*Exp rate*~: Estages ~*Map*~: Custom. ~*Loot rate*~: 1x ~*Server type*~: Rpg. A lot of quests in the map! Launcher: A preview:
  14. G

    [LUA] Item from database

    Hello, i'm making a script to get player depot items from database, but i don't know how to get his attributes, i'm trying it: db.getResult("SELECT `itemtype`, `count`, `attributes` FROM `player_depotitems` WHERE `player_id` = " .. player_id..";") But attributes is a binary value, correct? How...
  15. G

    Damage Decreasing

    There is: http://pastebin.com/8iHvHNHf
Back
Top