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

    Solved Get ItemName

    Solved.
  2. _Aion_

    OTClient oufit on module

    Hello, I'm trying to modify a module in which it adds an image in a certain location. However, I want to change to setOutfit, to get the creature's ID. The ID is being sent perfectly, I've already tested it using print, but I don't know how to do this conversion. If you could give me some...
  3. _Aion_

    OTClient Show Manabar to All

    I'm trying to implement g_game.enableFeature(GameCreaturesMana), I've already done the packet part, but I believe it needs something in the OTC. If I change from (IsLocalPlayer) to Player, it works, but it's just visual, my mana is mirrored to whoever is on the map. Does anyone know how to solve...
  4. _Aion_

    TFS 0.X Find item on ground

    Hello, I'm trying to make a script that, the player will be alerted of the position of the item next to him. This is my code function onSay(cid, words, param, channel) local area = { {{x=994,y=1003,z=7}, {x=1007,y=1008,z=7}}, } for _, var in ipairs(area) do if...
  5. _Aion_

    TFS 0.X Create Item Bug

    Hello. Someone know how solve one problem? BUG: If i try make item by /i name show this error Item with such name does not exists. But this item are registered in item.xml like this <item id="20759" article="a" name="Fragmento Desconhecido" plural="Fragmentos Desconhecidos">...
  6. _Aion_

    OTClient Error on setBackGround

    Hello. I'm having this error on otclient console stack traceback: [builtin#146]: at 0x011ba470 [C]: in function 'setBackgroundColor' /modules/poke_bar/pokebar.lua:118: in function 'receive' /modules/poke_bar/pokebar.lua:46: in function </modules/poke_bar/pokebar.lua:25> ERROR...
  7. _Aion_

    OTClient Opcode in "use" item

    Hello, someone can help? i want put to item(actionID) send opcode, with CTRL+D works perfecly. This is my creaturescripts elseif opcode == 53 then-- open nova dex local UID = tonumber(buffer) if isMonster(UID) then if...
  8. _Aion_

    OTClient Shop Module

    Hello. Someone can help solve this problem? I'm trying create a market with "diamond". But i have this error. this is my init from shop.lua function init() connect(g_game, { onGameEnd = hide }) connect(g_game, 'onTextMessage', onConfirmBought) shopWindow = g_ui.displayUI('shop'...
  9. _Aion_

    TFS 0.X Crash Log

    Hello. I'm trying put system market on my server. But i have this bug. ProtocolGame::sendMarketBrowseOwnOffers (this=<optimized out>, buyOffers=..., sellOffers=...) at protocolgame.cpp:3621 test2 = <incomplete type> segment2 = "mo" seglist2 = std::vector of length 1...
  10. _Aion_

    Client 10.35 - Limit Effects

    Hi, I'm looking for a way to break the 10.35 client effects limit. I will open a custom server and I need effects above 255, something I've seen here on the forum, but it is for old client 8.60. Does anyone know how I can break that limit and unlock it? without having to use OTC. Thank you.
  11. _Aion_

    Custom LIB

    I'm looking for an old lib, I saw it more or less between 2010-2013 here on the forum. it was a lib that when it was active, it showed all the functions that was being executed at the moment in real time, I don't remember who the author was or what the area was, I just remember it was here in...
  12. _Aion_

    C++ Double Frags For Some Players

    I Want make an system that some players, have "frags to redskull * 2) i made this in sourcer, but are global... how i made only for some players? uint32_t d = g_config.getNumber(ConfigManager::RED_DAILY_LIMIT), w = g_config.getNumber( ConfigManager::RED_WEEKLY_LIMIT), m =...
  13. _Aion_

    Programmer Help To Solve issue

    Hello. My Server are using 110% of CPU and i want someone for help me solve this. I pay for help, i need this and try all that have on this forum and another. About my server: MAP 50mb. 70-90 on "full" lag. OTX 2.9 (last on github) 8.60 About my machine: Ubuntu 14.04 Intel(R) Xeon(R) CPU...
  14. _Aion_

    Linux Perf tools

    Hello. How i install perf to look functions used by my server? I tried, have installed perf "normal", run with command perf record but i cant read perf.data appear some erro in console(view image) and when i use perf top cant show functions. How enable this? i want to see where is my eater...
  15. _Aion_

    Linux Crash Log

    Hello, my server are "crashing", i dont know how is problem. started this in 8 days. I'm using Ubuntu 14.04 and OTX 2.9(8.60) Appear this on my console *** Error in `./theotxserver': double free or corruption (fasttop): 0x00007f0f00732250 *** Aborted (core dumped) and this is my core dumped by...
  16. _Aion_

    Linux High CPU Usage

    Hello, someone know how to solve "high cpu usage"? My CPU is 100-120% and causing lag... I trying all that i know(few things). I'm using OTX 2.9(last version), my config is 8GB RAM, 4VCPU. 80-100 players online, MAP 42MB. I think that is something in "spells", but no sucess... I dont know how...
  17. _Aion_

    Linux Bug or Attack?

    Hello, could anyone help me? Lately there's something weird going on. My server goes online and from time to time, everyone is kicking and nobody can enter, just when I close the server and reopen. Is any attack flooding the doors or can some script do this? I'm using TFS 0.4 to 8.60
  18. _Aion_

    Lua Spells

    Hello. Someone Can help me? In my Server, all spells cause lags, my CPU go to 110%. Im using 8Gb RAM, 4 VCPUS, Ubuntu 14.04. Whats wrong in this scripts? for causing lag? -- =============== COMBAT VARS =============== -- Areas/Combat for 0ms local combat0_Brush = createCombatObject()...
  19. _Aion_

    Programmer Bug Fixer

    Hello. Someone Can help me? In my Server, all spells cause lags, my CPU go to 110%. Im using 8Gb RAM, 4 VCPUS, Ubuntu 14.04. Only is 6 scripts, all is based on this six. Have something wrong? I paid for solution.
  20. _Aion_

    Compiling Error When Compile

    Hello, when i trying copiler sourcer in ubuntu 14.04, appear this error on console. How fix this? i'm using OTX 2.x.S.4(Lastest 8.60) otserv.cpp: In function âvoid otserv(StringVec, ServiceManager*)â: otserv.cpp:613:18: error: invalid use of incomplete type âRSA {aka struct rsa_st}â...
Back
Top