• 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. ConAn Edujawa

    Lua magic wand add action id

    anyone can help me ?
  2. ConAn Edujawa

    C++ party share exp

    hello guys i use 0.4 i use this system party share exp but this system make this bug https://otland.net/threads/exp-from-killing-player.272215/ exp from player is very hight how i can make this system work on monster only. player.cpp uint32_t Player::getBaseVoc() { uint32_t curVoc =...
  3. ConAn Edujawa

    Lua magic wand add action id

    hello guys i need help in my idea. magic wand when use on box player got chance to add action id on his weapon or armor or shield. if items 8301 and 8302 and 8305 with sword in box and and chance = 10% add action id 45874 to weapon or armor or shield. like in photo if he have items and chance...
  4. ConAn Edujawa

    TFS 0.X exp from killing player

    i update the post check it
  5. ConAn Edujawa

    TFS 0.X exp from killing player

    hello guys i use 0.4 i have problem player level 80 when kill player level 200 he got 8 levels and player level 200 kill player level 200 got 1.5 level its too high exp how i can reduce the exp when player kill other player my config experienceStages = true rateExperience = 5.0...
  6. ConAn Edujawa

    C++ items conjure

    when buy great mana potion from shop this mana potion go with my mana potion in same bp anyone can help me?
  7. ConAn Edujawa

    TFS 0.X Random items max bonuse

    anyone can help ?
  8. ConAn Edujawa

    Lua check items for vocation (slot system)

    anyone can help
  9. ConAn Edujawa

    Lua getMonsterLevel

    you are my best
  10. ConAn Edujawa

    Lua getMonsterLevel

    yes
  11. ConAn Edujawa

    Lua getMonsterLevel

    someone made for me int32_t LuaInterface::luaGetMonsterLevel(lua_State* L) { // getMonsterLevel() ScriptEnviroment* env = getEnv(); Creature* creature = env->getCreatureByUID(popNumber(L)); const Monster* monster = creature->getMonster(); if (monster) {...
  12. ConAn Edujawa

    Lua getMonsterLevel

    yes its custom function work with getMonsterLevel(param) and getMonsterLevel(cid)
  13. ConAn Edujawa

    Lua getMonsterLevel

    hello guys i use 0.4 i have this script xikini made for me from long time local config = { {"heroshema", 45001}, {"getry", 45002}, {"amandyi", 45003} } function onSay(cid, words, param, channel) local text = "Boss Timers:\n\n" for i = 1, #config do local timer, boss...
  14. ConAn Edujawa

    Lua check items for vocation (slot system)

    hello guys im use 0.4 and i use this script and want add items check want make this script work with items for knights only i make this script add 4 hp for knight items and 2 for mage items and 3 for paladin items all i need code to check if items register in movements for knight return true if...
  15. ConAn Edujawa

    TFS 0.X Random items max bonuse

    anyone can help ?
  16. ConAn Edujawa

    TFS 0.X npc doplayerAddItems

    i want to know what wrong in my script
  17. ConAn Edujawa

    TFS 0.X npc doplayerAddItems

    so no way to make like i want ?
  18. ConAn Edujawa

    TFS 0.X npc doplayerAddItems

    hello guys i use 0.4 i found this npc here https://otland.net/threads/npc-for-premium-days.261372/post-2527784 but i need to add items not premium days my script look like if msgcontains(msg, "demon horn") and talkState[talkUser] == 2 then selfSay('Tell me how much you would...
  19. ConAn Edujawa

    Linux luinx screen

    ty solved
Back
Top