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

    Lua Intentialy reset level on death

    Hello, ive been trying to get this to work for a while with no success. Ive created a custom war server and i need it so when a player dies his level resets back to basic (level 100) but nothing ive tried has worked. I had a script created for me by xeraphus but sadly this only worked under...
  2. fishie

    few things im stuggling with

    I cannot ok you mate for some reason it says I'm not allowed.
  3. fishie

    few things im stuggling with

    I'm out at the moment I'll do it tomorrow evening if that's ok. I trust you I could always give you the password to view it via a putty service. I'm using the hosting service on here.
  4. fishie

    few things im stuggling with

    Yes several times.
  5. fishie

    few things im stuggling with

    There are no error codes it just doesn't do anything but the normal stuff when you look at yourself or others. :/ I wish you could check the folders for me probably something I'm doing wrong. Thankyou very much for your continued help.
  6. fishie

    few things im stuggling with

    still isnt working if ive done it all right
  7. fishie

    few things im stuggling with

    where would i find change thing == self to thing.uid == self.uid?
  8. fishie

    few things im stuggling with

    Added it all but now when u try look at anything nothing apears ;/ removed, local isSelf, kills = thing == self, player:getStorageValue(80000) description = description .. string.format('\n%s %s %d %s', isSelf and 'you' or thing:getSex() == PLAYERSEX_MALE and 'he' or 'she', isSelf and...
  9. fishie

    few things im stuggling with

    Oh ok sorry my mistake. Thankyou for your help. Rep+
  10. fishie

    few things im stuggling with

    All is now as u have said but it dosnt work, my creature scripts = <event type="preparedeath" name="preparedeath" script="onPrepareDeath.lua" /> <event type="kill" name="kill" script="onKill.lua" /> <event type="kill" name="Ghaz" event="script" value="script.lua"/> and my...
  11. fishie

    few things im stuggling with

    So what is written in my creature scripts is correct? <event type="preparedeath" name="preparedeath" script="onPrepareDeath.lua" /> <event type="kill" name="onkill" script="onKill.lua" /> <event type="login" name="onlook" script="onLook.lua" /> just need to change my login? ill try it later...
  12. fishie

    few things im stuggling with

    So my creature scripts should look like <event type="preparedeath" name="preparedeath" script="onPrepareDeath.lua" /> <event type="kill" name="onkill" script="onKill.lua" /> <event type="login" name="onlook" script="onLook.lua" /> then my login.lua should look like -- Events...
  13. fishie

    few things im stuggling with

    Im using TFS 1.2 ive added all the scripts to the creaturescripts > scripts Added them to the creaturescripts.xml but not sure i done it correct. How should it look? <event type="preparedeath" name="preparedeath" script="onPrepareDeath.lua" /> <event type="kill" name="onkill"...
  14. fishie

    few things im stuggling with

    Up
  15. fishie

    few things im stuggling with

    Anyone ?? Added it how i thought but It hasn't worked.
  16. fishie

    few things im stuggling with

    Sorry for being a total noob but how would I implement all of this to the server then? Anyone? I added it how i thought but it hasnt worked. @Xeraphus?
  17. fishie

    few things im stuggling with

    Recently ive started working on a new project and im struggling with a few things. #1 Id like to make it so that when a player dies the level resets back to basic but everything else stays the same (equipment, addons, skills etc) #2 When a player gets a pvp kill id like to make it so it adds a...
  18. fishie

    [request] Several things, no lost of items/skills, show kills, use kills

    Hello, long time user of the website here but been unactive from the ot world for a while now, forgot my login details here so started a new account. Recently ive started working on a new project and im struggling with a few things. #1 Id like to make it so that when a player dies the level...
Back
Top