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

    Mapper 8.6 RPG Project

    This project, which is in need of a mapper to start off, is going to be an RPG style 8.6 server. Mapper must be able to start from scratch and construct a town and continue from there. Rates will all be around the range of exp = 10x Skype is ziggy46802 if you want to reach me on skype
  2. ziggy46802

    Team Looking for team for 8.6 low exp realistic old school custom map server

    I am currently in search of a team for a server that has the following credentials: Protocol: 8.6 (aimbot allowed, no stairhopping though) Fully custom map (please apply if you are a mapper!) which we have a start on thanks to Semozo releasing a fairly big map but it needs a lot of work. Low...
  3. ziggy46802

    Solved Problem opening Maps with RME

    I'm getting this error when opening any map in RME in any version of RME, and using the client from RME website. It happens right before 100% of the map loading. EDIT- SOLVED with Windows Updates
  4. ziggy46802

    Solved RME can't open 8.6

    I'm using the latest RME update and when I try to open an 8.6 map and go to my Tibia 8.6 folder it still says unable to find. I remember fixing this problem in the past by using a different version of Tibia but what version should I try? Solved - Downloaded 8.6 client from RME website
  5. ziggy46802

    Linux RME on linux wont open

    I get this error when trying to run RME after installing it on Ubuntu 12.04 ./rme ./rme: error while loading shared libraries: libboost_thread-gcc42-mt-1_34_1.so.1.34.1: cannot open shared object file: No such file or directory
  6. ziggy46802

    Linux IP Changer for linux

    I finally got my server running but where is there an IP Changer for linux around here?
  7. ziggy46802

    Linux TFS wont run

    I've compiled TFS but when I try to run the server I get this error
  8. ziggy46802

    Linux xampp phpmyadmin

    I can get to localhost fine with xampp on linux but when I try to go to localhost/phpmyadmin I get this What did I do wrong?
  9. ziggy46802

    Solved Simple LUA problem

    heres my script function onLogin(cid) if (getPlayerStorageValue(cid, 1000) < 1) then setPlayerStorageValue(cid, 1000, 1) and (getPlayerStorageValue(cid, 1001) < 1) then setPlayerStorageValue(cid, 1001, 1) and (getPlayerStorageValue(cid, 1002) < 1) then setPlayerStorageValue(cid, 1002, 1)...
  10. ziggy46802

    Solved MYSQL connection problem

    I'm getting this error when I try to start my server, Both Apache and MYSQL are running, as services, so what could be the problem? I have imported the .mysql file into my database and everything as well. I've ran servers before with no problems and this is a first so what could the...
  11. ziggy46802

    Windows Cannot start server

    I get this error when trying to run 0.3.7 TFS 8.57
  12. ziggy46802

    Mapper Looking for 7.6 Mappers

    Looking for 7.6 Mappers for a 5x exp RPG server who are dedicated to the project. Give me a PM if your interested.
  13. ziggy46802

    Mapper Looking for old school mapper

    Looking for a mapper for a project that will be 7.7, low rates and very quest oriented and lore oriented. PM me if interested
  14. ziggy46802

    Windows Could not Load Player

    Using Nicaw and Avesta 7.6 distro What's the problem?
  15. ziggy46802

    Solved Nicaw can't create group

    I'm getting this error when I try to create a character Here are the lines 246 - 252 of player.php $group_id = $cfg['vocations'][$vocation]['group']; if ($SQL->isTable('groups')) { $group = $SQL->myRetrieve('groups', array('id' => $group_id))...
  16. ziggy46802

    Solved Who made this map?

    Who made this map?
  17. ziggy46802

    Lua Mail non existant??

    When, on my server, I try to throw a parcel into a mailbox, and I mean any parcel and any type of mailbox, and any combination of the two, it just sits on top. I am labeling the label correctly that is not the problem. I looked in my actions.xml and searched for "mail" and came up with...
  18. ziggy46802

    Lua how does znote shop work?

    I have figured out the config.php part and the items come up fine on my website but when I say !shop or /shop (I have it set to both) it just says "you have no orders" right after I just bought something with that account and it says it's ready to be delivered. Here is my znoteshop.lua...
  19. ziggy46802

    door with keys dont work properly

    I can open a door with action id 3001 without the key just by using it but can't even use the key on the door here is my doors.lua local function checkStackpos(item, position) position.stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE local thing = getThingFromPos(position)...
  20. ziggy46802

    Solved Keydoor opens without key

    heres the code function onUse(cid, item, frompos, itemEx, topos) if getPlayerItemCount(cid, 2087) >= 1 then doTransformItem(item.uid, item.itemid + 1) elseif item.itemid == 5108 and getPlayerItemCount(cid, 2087) >= 1 then doTransformItem(item.uid, item.itemid - 1 return...
Back
Top