• 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!

Recent content by Peacy

  1. Peacy

    Lua MySQL calls Avesta 7.6

    In what file(s) are these functions normally defined?
  2. Peacy

    Lua MySQL calls Avesta 7.6

    function onLogin(cid) getFirstItems(cid) mysqlQuery("SELECT id FROM players WHERE id=".. cid .." LIMIT 1") return 1 end Am I doing something wrong here?
  3. Peacy

    Lua MySQL calls Avesta 7.6

    No unfortunately it's not working. Not defined..
  4. Peacy

    Lua MySQL calls Avesta 7.6

    Hey folks, I'm struggling with this for a while and can't manage to find any solutions.. hope one of you can help me. So, I'm trying to make database calls in Lua with Avesta 7.6. But I can't find any database functions in Avesta Already tried db.executeQuery(); but db is not defined...
  5. Peacy

    Can't get houses to work on Avesta 7.6

    Oke so, the door square is a part of the house as well. The door (item id 1213) doesn't have an unique or action ID Any clue of what could be wrong?
  6. Peacy

    Can't get houses to work on Avesta 7.6

    Hello, I'm having an issue with my Avesta 7.6 server as I can't get the houses to work.. When clicking on the door it just says "You see a closed door." even though I have properly put in the houses in RME. Could someone help me fix this?
  7. Peacy

    Compiling Errors with Avesta 7.6

    Oke so I downloaded this Avesta assuming it's the latest rev / the official one. I have the following libraries installed: libboost-dev libboost-system-dev libboost-filesystem-dev libboost-date-time-dev libboost-regex-dev libboost-thread-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev liblua50...
  8. Peacy

    Compiling Errors with Avesta 7.6

    Hey Guys, I get an error while compiling Avesta 7.6 (latest rev. https://code.google.com/p/divinity-ots/) but I can't seem to find the problem. Hope someone could help me out here. Error: root@1967-5538-2575:~/avesta# make make all-am make[1]: Entering directory `/root/avesta' g++...
  9. Peacy

    [Netherlands] Avadon 9.70 [Custom] [DEDICATED]

    I agree on the larger images, It's okay but hard to see. I loved the server though, Has a lot of potential and I think it will be very satisfying to people who try it! 8.5/10
  10. Peacy

    What to expect in a VIP Area?

    I see, better regen and more exp makes sence yes, I also like the idea of Npc's that ask less for supplies. Thanks
  11. Peacy

    What to expect in a VIP Area?

    What do players expect to see in a vip area beside just more spawns and quests? I've seen alot of servers with Vip area's and all just contained more spawns and quests, but is that worth the purchase? What do players want to see in a Vip section?
  12. Peacy

    Windows In need of a Windows Expert?

    Yeah I'm experiencing the same problem.. http://otland.net/f16/forgotten-server-crashes-std-out_of_range-175859/ I was planned to move to Linux anyway but would that solve this problem?
  13. Peacy

    TFS crashes std::out_of_range

    Ok so I woke up this morning and saw this error together with a windows kill task screen. Perhaps you know what's going on? Anyway thanks for reading Yours, Peacy
  14. Peacy

    Monster attack

    @UP Sweet thanks Players can't heal during the meleePercent/distancePercent is down
  15. Peacy

    Lua doPlayerPopupFYI show custom buttons

    Hi, I was wondering if it's possible to give the Popup screen (doPlayerPopupFYI) two custom buttons. For example button1: "Follow tutorial". Button2: "Cancel". And if that is achievable I'd like to check whether the player pressed button1 or button2 Thanks in advance, Peacy
Back
Top