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

    new spells

    not work :(
  2. X

    new spells

    Thank u limos. in this system: http://otland.net/threads/jail-system.209213/ i use: /jail test, 30 ---> work /jail teste two, 30 ---> dont work no jail characters with space in name what do i do?
  3. X

    new spells

    Thank u Limos, how do i put quantity in this script and collate vocations: local vocationsItem = { [1] = 2160, [2] = 2160, [3] = 2160, [4] = 2160, [5] = 2160, [6] = 2160, [7] = 2160, [8] = 2160 } local lvlGain = 50 function onAdvance(cid, skill, oldLevel, newLevel) if (getPlayerLevel(cid) ==...
  4. X

    new spells

    has possibility I put new spells on my server 10.41? and in the script: local config = { itemid = 2319, many = 1, pos = {x=613, y=414, z=13}, tepos = {x=616, y=417, z=13} } function onUse(cid, item, frompos, item2, topos) if getTileItemById(config.pos, config.itemid) and...
  5. X

    Solved Vip house

    worked!! <3
  6. X

    Solved Vip house

    worked, but any player can buy :(
  7. X

    Solved Vip house

    error, function onSay(cid, words, param) local housePrice = configManager.getNumber(configKeys.HOUSE_PRICE) if housePrice == -1 then return true end local player = Player(cid) if isVip(cid) == true then player:sendCancelMessage("You need a vip account.")...
  8. X

    Solved Vip door

    sorry, I'm beginner! worked perfectly!! thank u
  9. X

    Solved Vip door

    Sorry, I add: function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey) if isInArray(questDoors, item.itemid) then local player = Player(cid) if player:getStorageValue(item.actionid) ~= -1 then Item(item.uid):transform(item.itemid + 1)...
  10. X

    Solved Vip door

    did not work and not of any error I test this script \/, but, did not work either :( function onUse(cid, item, frompos, item2, topos) if isVip(cid) == TRUE then pos = getPlayerPosition(cid) if pos.x == topos.x then if pos.y < topos.y then pos.y = topos.y + 1 else pos.y = topos.y - 1 end...
  11. X

    Solved Vip door

    ERROR CONSOLE: [Warning] - Event::checkScript] Can not load script: scripts/vipdoor.lua, data/actions/scripts/vipdoor.lua:12: 'end' expected <to close 'function' at line 3> near '<eof>' local vipPosition = Position(581, 420, 7) function onUse(cid, item, fromPosition, itemEx, toPosition...
  12. X

    VIP System [The Forgotten Server 1.0]

    managed to solve the error that was giving, excellent system
  13. X

    Solved Vip door

    changed the system, but one of the questions still, the system is at the end of the topic
  14. X

    Solved Vip door

    This script: local vipPosition = Position(101, 116, 7) function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey) local player = Player(cid) if item.actionid == 1502 then local position = player:getPosition() if position.y < fromPosition.y then fromPosition.y = fromPosition.y + 1...
  15. X

    Error website

    Thankkkkksssssssssssssssssss!! REP+ :D close the topic please!
  16. X

    Error website

    @Tuppan - My who's online.php: <?PHP $update_interval = 2; if(count($config['site']['worlds']) > 1) { $worlds .= '<i>Select world:</i> '; foreach($config['site']['worlds'] as $id => $world_n) { $worlds .= ' <a href="?subtopic=whoisonline&world='.$id.'">'.$world_n.'</a> , '; if($id...
  17. X

    Error website

    Melchis, already tried it with various names, is not it!
  18. X

    Error website

    My site is working perfectly, I click on "who's online," and when I click on any character who is online, it does not redirect to the character of the following error: http://imageshack.us/photo/my-images/18/errolt.jpg/
  19. X

    Script error

    Yes! want to know what that means?
  20. X

    Script error

    up~
Back
Top