• 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. 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
  16. G

    Damage Decreasing

    But my server is a pokemon server '-' Don't have loop, at end of file, i put "return false". Isn't correct? @BUMP?
  17. G

    Damage Decreasing

    Well, i'm using a pokemon server, and each spell my pokemon cast, the damage decrase(melee no), see: Someone know how to solve it? @Edit I tested, and see, the var value(onstatschange) is decreasing, i don't know why. See: [30/09/2014 05:23:18] Damage: 8599 [30/09/2014 05:23:18] Value: 3276...
  18. G

    Crash When Loading

    Yes, i replaced. I already running as administrator
  19. G

    Crash When Loading

    Then crash
  20. G

    Crash When Loading

    I tried with your mysql lib, but the error continue :s
Back
Top