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

    StorageID help

    added a new storage variable required. you can't use the same one for quest completion local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} local first = { -- Place true if you want to use the...
  2. Cykotitan

    [Mod] Random Item Stats

    you have to edit source to add support for using these attributes in Item class :p
  3. Cykotitan

    EXP for KILLERS (onKill)

    in onKill local percent = damage / getCreatureMaxHealth(target) onKill will be executed for each killer
  4. Cykotitan

    [Mod] Random Item Stats

    it seems their problem is 0.4, but i don't have much material to begin with
  5. Cykotitan

    So Cipsoft is revamping Venore

    the lack of swamp is unacceptable no swamps there. the eerie, monochrome feeling has faded away, never liked the zao swamp sprites :p:p
  6. Cykotitan

    [Mod] Random Item Stats

    is it sending the description too fast for the server to execute loot code? :p try increasing this from 0 to 50 addEvent(dropLoot, 0, getThingPos(target), v, s == -1 and rate or s, getCreatureMaster(target), cid, target)
  7. Cykotitan

    Compiling Error While Compiling

    have you renamed config.lua.dist to config.lua
  8. Cykotitan

    Compiling Error While Compiling

    post line 769, or try removing .string()
  9. Cykotitan

    Solved [LUA] How to get all items with id on inventory

    loop through all container items? :p
  10. Cykotitan

    Processors

    go for the intel, it's much more efficient clock-for-clock, meaning you should get better performance even with less cores
  11. Cykotitan

    Compiling Solved!

    don't know where you got account.cpp, but delete it and remove from Makefile & reconfigure :p disregard, using 0.2.7
  12. Cykotitan

    Little problem with sql

    use PDO/mysqli LEFT JOIN PHP: mysql_fetch_array - Manual
  13. Cykotitan

    [League of Legends] General Discussion

    so many bads that day
  14. Cykotitan

    problem with a boots movement script =/

    if 0.4 go for callFunction(cid, item.uid, slot, boolean)
  15. Cykotitan

    problem with a boots movement script =/

    do it with items.xml instead of movement script
  16. Cykotitan

    [League of Legends] General Discussion

    still down, unbelievable YEYE
  17. Cykotitan

    [League of Legends] General Discussion

    lame calculation they said
  18. Cykotitan

    Lua Bad Argument in lua

    getTopCreature doesn't take stackpos & you're missing .uid
  19. Cykotitan

    [PHP] Need help with status online!!

    works fine here, add var_dump($data); under fclose($sock);
  20. Cykotitan

    Block players thrown items on ground

    oops, how do you register this for all items :p
Back
Top