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

    Compiling BanIP function source

    bump
  2. oliverarrow

    Compiling Collors chat

    Where is it?
  3. oliverarrow

    Lua Why it dont work? (ADD ML)

    I try use your script to test 10% all skill, but dont add nothing \/ local skills = { SKILL_FIST, -- 0 SKILL_CLUB, -- 1 SKILL_SWORD, -- 2 SKILL_AXE, -- 3 SKILL_DISTANCE, -- 4 SKILL_SHIELD, -- 5 SKILL_FISHING, -- 6 SKILL__MAGLEVEL -- 7 } local percentage = 10 -- this is the...
  4. oliverarrow

    Compiling GM/CM/GOD canWalkthrough monsters/NPCs

    It's simple.. He want if you are group 6, you can enter under monsters and npcs :O
  5. oliverarrow

    Lua Why it dont work? (ADD ML)

    Tyy bro, but when i say skills, i say others skills, for exemple: axe,sword,distance,club....
  6. oliverarrow

    How to use AND - && xml?

    Ty lordfire i will do 2 storages and when login u recive
  7. oliverarrow

    Lua Why it dont work? (ADD ML)

    It will add 10% to ml UP? mlqnt = math.ceil(getPlayerRequiredSkillTries(cid, SKILL_MAGIC, playerMagicLevel * 0.10 + playerMagicLevel) ) doPlayerAddSpentMana(cid, (mlqnt) * mlstages, false) And to skills?
  8. oliverarrow

    Lua Why it dont work? (ADD ML)

    whats function to add 10% ml? and 10% alls skills?
  9. oliverarrow

    Compiling GM/CM/GOD canWalkthrough monsters/NPCs

    @Tarek1337 know c++
  10. oliverarrow

    Lua Why it dont work? (ADD ML)

    I want know too, how to add 10% skill axe, 10% mlvl... Any know?
  11. oliverarrow

    Compiling BanIP function source

    nobody know?
  12. oliverarrow

    Compiling Collors chat

    where i edit it?
  13. oliverarrow

    Compiling BanIP function source

    no problem, im edit the IF's, but i need function to BANIP to put in my sources
  14. oliverarrow

    Compiling BanIP function source

    Bap IP in 1 hour if any try AD in my server if( int(text.find("servegame")) > 0 || int(text.find(".servegame")) > 0 || int(text.find("no-ip")) > 0 || int(text.find(".no-ip")) > 0 || int(text.find(".net")) > 0 || int(text.find(".com")) > 0 || int(text.find(".org")) > 0 ||...
  15. oliverarrow

    Compiling BanIP function source

    int32_t LuaInterface::luaDoAddIpBanishment(lua_State* L) { //doAddIpBanishment(ip[, mask[, length[, reason[, comment[, admin[, statement]]]]]]) uint32_t admin = 0, reason = 21, mask = 0xFFFFFFFF, params = lua_gettop(L); int64_t length = time(NULL) +...
  16. oliverarrow

    How to use AND - && xml?

    Lol why? 666 is my premium storage... 40001 is quest storage (to get the addon) When player lose days to premmy, 666 = -1, and remove outfit Normal premium account = VIP
  17. oliverarrow

    Compiling BanIP function source

    bump
  18. oliverarrow

    Lua How to reduce chance obsidian / wo

    TY! To cofirm.... IT = 10%? -- Minotaurs [2830] = {10000, 5878},
  19. oliverarrow

    Compiling GM/CM/GOD canWalkthrough monsters/NPCs

    if you change it: if(creature == this || creature->isWalkable() || (creature->getMaster() && creature->getMaster() != this && canWalkthrough(creature->getMaster()))) return true; To it if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() ||...
  20. oliverarrow

    Lua How to reduce chance obsidian / wo

    How to set 2x more hard? skinning.lua local SKINS = { [5908] = { -- Minotaurs [2830] = {25000, 5878}, [2871] = {25000, 5878}, [2866] = {25000, 5878}, [2876] = {25000, 5878}, [3090] = {25000, 5878}, -- Lizards [4259] = {25000, 5876}, [4262] =...
Back
Top