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

    Programmer New Function

    I need one new function to put on my sourcer. I'm using OTX 2.X.3 for 8.60 this new function is for set health player how setCreatureMaxHealth, but without set Max, only health. I paid for this function if works, have another post my on session request, if you can help free. thanks for all.
  2. _Aion_

    C++ New Function

    Someone can help me? i'm trying make an new function setCreatureHealth, this function are for set Health not MaxHealth. i made this based on setCreatureMaxHealth, but no wokrs :( int32_t LuaInterface::luaSetCreatureHealth(lua_State* L)//Health uint64_t health = (uint64_t)popNumber(L)...
  3. _Aion_

    Programmer Unlock Maximum Health/Mana and Damage

    Hello, i'm searching someone that know how to unlock maximum Health/Mana and Damage(limit are 2,1kk, max value from int32). I have changed int32_t for int64_t and uint32_t to uint64_t Have unlocked, but have some bugs that i dont know how solve this :(
  4. _Aion_

    C++ One doubt

    Hello. Someone can explain me what difference between (int64_t)0 to (int64_t)1?
  5. _Aion_

    Lua SetPlayerMax HP/MP 0.4

    local hp = (getCreatureMaxHealth(cid) + getPlayerLevel(cid) * 5) local mp = (getCreatureMaxMana(cid)+ getPlayerLevel(cid) * 30) setCreatureMaxHealth(cid, hp) setCreatureMaxMana(cid, mp)
  6. _Aion_

    Lua SetPlayerMax HP/MP 0.4

    local hp = getPlayerLevel(cid) * 5 local mp = getPlayerLevel(cid) * 30 setCreatureMaxHealth(cid, (getCreatureMaxHealth(cid)+hp)) setCreatureMaxMana(cid, (getCreatureMaxMana(cid)+mp))
  7. _Aion_

    Scripter AntiBOT System

    I'm looking for someone to make an antibot system for OTX based on TFS 0.3.7. I tried using the potar antibot, but have some erros. Send me PM if you have some antibot that work without errors.
  8. _Aion_

    Lua PZLocked on Spells

    Are "1" and not gain pzlocked... using TFS 0.3.7
  9. _Aion_

    Lua PZLocked on Spells

    No works :X
  10. _Aion_

    Lua PZLocked on Spells

    How i put to give pzlocked when player cast spells? I tried modif spells.cpp but no sucess... I tried for script, but not sucess too(give error) here one script that i tried
  11. _Aion_

    Solved Mysql Help

    I tried, but result in 0 rows. here my code UPDATE accounts SET vipdays = ( SELECT vipdays FROM players WHERE account_id = id LIMIT 1)
  12. _Aion_

    Solved Mysql Help

    Hello, i'm trying copy one value to another table. i need copy vipdays(table players) to vipdays(table accounts) how i made it?
  13. _Aion_

    Programmer Fixing Crash Server

    BUMP!! Another core dump
  14. _Aion_

    Programmer Fixing Crash Server

    doCreatureAddHealth(cid,getCreatureMaxHealth(cid))
  15. _Aion_

    Programmer Fixing Crash Server

    Well, i'm using TFS 0.3.7 (8.60). i have unlocked hp/mp limite 2,1kkk(int32) passing for int64, works fine... but now, appear one error and i cant find solution, i read code sourcer line by line and no find this error. this error consist in, when player enter in some event(zombie event or...
  16. _Aion_

    AutoLevel Script - Help

    Because my ot is high, when reach level 717217 dont UP Level, player need talk one command for "unlock" level Clean? how? im learning scripting, i created this based in another
  17. _Aion_

    AutoLevel Script - Help

    Hello, i'm making one script that, when player say !automax on, after reach max level, this script will be give one more level for him continue hunting without write !max(script that give one level by command) this is my script, in console dont show error, but advance no works. Can you fix...
  18. _Aion_

    C++ Help to solve core dump

    Using OTX 2.x.3 same code by TFS 0.3.7
  19. _Aion_

    C++ Help to solve core dump

    Here
  20. _Aion_

    C++ Help to solve core dump

    Hello, you can help me "read" and solve my problem? In my server all day crash, in gdb crash say this. #0 0x00000000004ddb9c in Game::addCreatureHealth (this=0xa3a780, list=..., target=0x7f365cb84a20) at game.cpp:5173 it = {_M_node = 0x7f362412d860} player = 0x0 #1...
Back
Top