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

  1. Relicz

    TalkAction /up and /down with parameter

    Another default script edit I thought I'd share. It's pretty inconsequential, but I think it's a nice quality of life tweak :) I wanted to do things like "/up 2" to go up 2 floors rather than do the command twice, so I wrote a quick edit. Of course, it still works without a parameter, and just...
  2. Relicz

    Mapper Mapper for hire

    Bahamut is an insanely good mapper, I couldn't be more pleased with the results :D His skills are unmatched, and his price for the services are super reasonable. I'd recommend his mapping to anyone looking for a pro :)
  3. Relicz

    TalkAction [TFS 1.4] Lookmount (Mount Looktype Command)

    Just a quick modification of the standard Looktype talkaction, which I've used to test different mount looktypes with my TFS 1.4 10.98 server with downgraded 13.x assets. I only changed a few things to make this script - obviously it changes the outfit's "lookMount" rather than "looktype", but I...
  4. Relicz

    Programmer 5$ to compile sources quick.

    Are you looking for Windows or Linux compile?
  5. Relicz

    9.54 Forgotten Server 0.3.6

    Bump.
  6. Relicz

    9.54 Forgotten Server 0.3.6

    Hello, I'm looking for a 9.54 Forgotten Server 0.3.6 distribution, and I was wondering if there are any public ones that I may have missed? If not, how could I go about making one? Thanks, Relicz.
  7. Relicz

    How popular are you?

    9/10
  8. Relicz

    Solved Talkaction teleport

    function onSay(cid, words, param) pos = {x=130, y=55, z=6} if getTileInfo(getPlayerPosition(cid)).protection then doSendMagicEffect(getPlayerPosition(cid),53) doPlayerSendCancel(cid,"Teleportado!") doTeleportThing(cid,pos) else...
  9. Relicz

    Solved [TFS 0.2.13 Mystic Spirit] Adding map marks

    Hi, quick question; How do I add a map mark with Lua, using TFS 0.2.13 for 9.54? Thanks :) EDIT: Never mind, I found it. doAddMapMark(cid, pos, type, <optional> description)
  10. Relicz

    [TFS v0.2.13 Mystic Spirit] Quest Box Help

    I think I've tried it, but I'll try it again. EDIT: It works now, after the second try. Thanks :D That's for 0.3/0.4. I've tried the variants posted in the thread, but none seem to work.
  11. Relicz

    [TFS v0.2.13 Mystic Spirit] Quest Box Help

    I need a script to award players an item when they right click a chest box, but making it so they can't so it again. I know this has numerous tutorials on how to do it, but none of them work for me >.> Could someone please help?
  12. Relicz

    10.10 The Forgotten Server 0.3.?

    Make it group id 4.
  13. Relicz

    Hoster Znote Hosting Service [Free Hosting]

    Could you host me a server? PM me for info.
  14. Relicz

    Skull Amulet (Aol That works when skulled)

    I need help please make this for me :D ty... I will rep++ even if it doesn't work because I am feeling nice :D
Back
Top