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

    NPC Acu NPC'S [Attack & Defense refiner]

    [16/10/2015 10:42:27] [Error - Npc interface] [16/10/2015 10:42:27] data/npc/scripts/refine.lua:onCreatureSay [16/10/2015 10:42:28] Description: [16/10/2015 10:42:28] (luaGetThing) Thing not found
  2. athenso

    TalkAction Mentor

    So this is a simple mentor script. Example: /mentor Player Player gets a message saying they have a new student. On my server a mentor gets 15% exp, but thats on you guys. Feel free to add to it/edit it. Just be sure to give me credit. This is my first 100% script all by myself function...
  3. athenso

    CreatureEvent Monster gives % xp

    I appreciate it. I wanted to create another way for players to grind in a sense. I was hoping for a bit more feedback/possible improvement.
  4. athenso

    CreatureEvent Monster gives % xp

    I used this for a simple "click bush, math.random(1,20) monster spawn" sort of thing. None of the code is mine, i just put the pieces together. First you need to add the function(050-function): function doPlayerAddPercentLevel(cid, percent) local player_lv, player_lv_1 =...
  5. athenso

    Linux TFS Running error

    E: Unable to locate package liblua5.1-sql-mysql-dev E: Couldn't find any package by regex 'liblua5.1-sql-mysql-dev' Im going to switch to ubuntu 13.10
  6. athenso

    Linux TFS Running error

    Os is ubuntu 14.04 TFS is unknow. Source is from: http://otland.net/threads/8-6-paradiseot-hot.194040/
  7. athenso

    Linux TFS Running error

    I have them installed. I tried a few different times. zac@ButterZ:~$ sudo apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev Reading package lists... Done Building dependency tree Reading state information... Done build-essential is...
  8. athenso

    Linux TFS Running error

    ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory I have checked on the forums. I have libmysqlclient.so.15 in my lib64 directory. Any extra input would be fantastic. I dont recall what version of tfs...
  9. athenso

    Posssible Project

    updated
  10. athenso

    Posssible Project

    I have a project im working on in my free time. I have yet to decide if it will be a public release or something my roomates and I play around on in our free time. That being said, im looking for 1-2 people to jump on the server and provide some feedback. My main mapper/roomate is talking about...
  11. athenso

    Action Moving Boat

    That fixed it, thank you. I had a derp moment.. I set the water as Aid 4820 lol
  12. athenso

    Action Moving Boat

    [Error - Action Interface] [03/06/2014 14:34:23] data/actions/scripts/other/movingboat.lua:onUse [03/06/2014 14:34:24] Description: [03/06/2014 14:34:25] data/actions/scripts/other/movingboat.lua:45: attempt to index global 'p' (a nil value) [03/06/2014 14:34:25] stack traceback: [03/06/2014...
  13. athenso

    Action Moving Boat

    Yes it says its a nil value TFS 0.3.6 local config = { endborders = {1284,1284}, speed = 300, ignorefirstborders = 3 } local fight = createConditionObject(CONDITION_INFIGHT) setConditionParam(fight, CONDITION_PARAM_TICKS, -1) local function comparePos(poss, pos) return pos.x ==...
  14. athenso

    Action Moving Boat

    I am missing the doTravel function. Anyone care to share it? id rather not try to figure it out myself as it is a bit over my coding boundrys
  15. athenso

    Devolera HIGH-EXP Server. NEWS/BETA/INFO.

    I am in the progress of making a Madness like OT. Custom monsters, staged spells, rebirth, kill bosses for gear, automatic system for donation points. Pretty cool
  16. athenso

    Monster Kill

    So i want it to set a player globalstorage +3 every time. So when it activates it adds +3 to that storage. Im drawing a blank.
  17. athenso

    Monster Kill

    I am uncertain. I know some of it, but i dont know all of it. Like mathrandom idk. lol but yes i do know some of it. never been the best with monster scripts too.
  18. athenso

    Monster Kill

    Monster gets killed. Mathrandom(1,5) If mathrandom = 3 than do z effect (the arrow down) and addStorage(100,1) Basicly I want it so when a monster dies, if the number is correct it showes an effect and adds a point to the storage.
  19. athenso

    [TalkAction] Recruit a Friend

    I would like this to be a talkaction if possible. Player says !recruit id and it generates a number (preferably withought a db if possible save somewhere) When !recruit id is said for the first time it saves player name + # generated If a player joins the server and IS NOT on the same IP, the...
  20. athenso

    Lua Lever to add Attack Speed

    I have a high exp server, im looking for an action speed script. What i want it to do in pseudo code. Go to table, put weapon on table, pull lever. Use lever, add attackspeed +.5 second. So basically they can increase their attack speed more than once. So first pull adds .5 of a second...
Back
Top