• 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. Sir Islam

    Solved Addons level not working

    i will do other script now for you :/
  2. Sir Islam

    In function 'Gettile' LUA

  3. Sir Islam

    Compiling changes for 10.80

    check definitions.h
  4. Sir Islam

    Pheonixia v.2 problem Help me out

    server is load or no ?
  5. Sir Islam

    In function 'Gettile' LUA

    use this local increasing = {[416] = 417, [426] = 425, [446] = 447, [3216] = 3217, [3202] = 3215, [11062] = 11063} local decreasing = {[417] = 416, [425] = 426, [447] = 446, [3217] = 3216, [3215] = 3202, [11063] = 11062} function onStepIn(creature, item, position, fromPosition) if not...
  6. Sir Islam

    Solved Addons level not working

    local female_outfits = { [135] = {outfit = 136, storage = 10136}, [140] = {outfit = 137, storage = 10137}, [145] = {outfit = 138, storage = 10138}, [150] = {outfit = 139, storage = 10139}, [155] = {outfit = 140, storage = 10140}, [160] = {outfit = 141, storage = 10141}, [165] =...
  7. Sir Islam

    In function 'Gettile' LUA

    i told you about this function any way here the script local increasing = {[416] = 417, [426] = 425, [446] = 447, [3216] = 3217, [3202] = 3215, [11062] = 11063} local decreasing = {[417] = 416, [425] = 426, [447] = 446, [3217] = 3216, [3215] = 3202, [11063] = 11062} function onStepIn(creature...
  8. Sir Islam

    Solved Addons level not working

    local female_outfits = { [135] = {outfit = 136, storage = 10136}, [140] = {outfit = 137, storage = 10137}, [145] = {outfit = 138, storage = 10138}, [150] = {outfit = 139, storage = 10139}, [155] = {outfit = 140, storage = 10140}, [160] = {outfit = 141, storage = 10141}, [165] =...
  9. Sir Islam

    Solved Addons level not working

    true i will fix it
  10. Sir Islam

    Solved Addons level not working

    local female_outfits = { [135] = {outfit = 136, storage = 10136}, [140] = {outfit = 137, storage = 10137}, [145] = {outfit = 138, storage = 10138}, [150] = {outfit = 139, storage = 10139}, [155] = {outfit = 140, storage = 10140}, [160] = {outfit = 141, storage = 10141}, [165] =...
  11. Sir Islam

    Solved Addons level not working

    i fix it now local female_outfits = { [135] = {outfit = 136, storage = 10136}, [140] = {outfit = 137, storage = 10137}, [145] = {outfit = 138, storage = 10138}, [150] = {outfit = 139, storage = 10139}, [155] = {outfit = 140, storage = 10140}, [160] = {outfit = 141, storage = 10141}...
  12. Sir Islam

    Pheonixia v.2 problem Help me out

    in default
  13. Sir Islam

    Pheonixia v.2 problem Help me out

    phpmyadmin
  14. Sir Islam

    In function 'Gettile' LUA

    yes xd check this u will need http://pastebin.com/nws8xHmK
  15. Sir Islam

    In function 'Gettile' LUA

    just delete :getBase() from it tile:relocateTo(newPosition) to doRelocate(position, newPosition)
  16. Sir Islam

    In function 'Gettile' LUA

    just take data from 1.1 like this closingdoor.lua function onStepOut(creature, item, position, fromPosition) local tile = Tile(position) if tile:getCreatureCount() > 0 then return true end local newPosition = {x = position.x + 1, y = position.y, z = position.z}...
  17. Sir Islam

    Solved Addons level not working

    will work now local female_outfits = { [135] = {outfit = 136, storage = 10136}, [140] = {outfit = 137, storage = 10137}, [145] = {outfit = 138, storage = 10138}, [150] = {outfit = 139, storage = 10139}, [155] = {outfit = 140, storage = 10140}, [160] = {outfit = 141, storage =...
  18. Sir Islam

    In function 'Gettile' LUA

    player:getVocation():getBase():getId() to player:getVocation():getId() or use this local ultimateHealthPot = 8473 local greatHealthPot = 7591 local greatManaPot = 7590 local greatSpiritPot = 8472 local strongHealthPot = 7588 local strongManaPot = 7589 local healthPot = 7618 local manaPot =...
  19. Sir Islam

    In function 'Gettile' LUA

    change position:getTile() to Tile(position)
Back
Top