• 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

    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
  2. G

    Combat Area in Sources

    How to create a combat area in c++?
  3. 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...
  4. G

    Disable melee effect

    How to disable melee effect in a 8.60 server? The effect:
  5. 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...
  6. G

    Clear ListBox

    How to clear a listbox?(remove all items)
  7. 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:
  8. 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...
  9. 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...
  10. G

    Crash When Loading

    I compiled my server, but when start "loading items..." the server crash, how to solve it? Thanks.
  11. G

    [C++] Get Creaty Storage Value

    PS: In Title is CREATURE '-' How to do it? i need one function wich get certain storage value. I try it: int32_t LuaScriptInterface::luaGetCreatureSetNick(lua_State* L) { //getCreatureSetNick(cid) ScriptEnviroment* env = getEnv(); std::string strValue; Creature* creature...
  12. G

    Compile 0.3.6 Error

    Hi, i'm trying to compile a TFS server but i'm receiving a bug. First it: And the next is it: Someone can help me? Thanks
  13. G

    [C++]DoCreatureSetNick Function

    Someone have this function? i don't found. If can post here, i will be happy. Thanks. * Sorry my bad english.
  14. G

    How to do? Vocation Can't Move

    Hello, I want to make a vocation can not walk, but i don't think how. Someone can help? TFS 0.3.6
  15. G

    Player with the highest storage

    How to get, from all players(online and offline), the player who has the most storage 17713. Thanks.
  16. G

    Windows Save House

    It's possible to save houses by MySql query? My server haven't source, and i need to save houses. Sorry my bad english.
  17. G

    Lua Check Depot Items

    how do I see which items have one player in the depot? Without sources :s
Back
Top