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

    Spriting like a boss. (Just a beginner haha)

    Updated: Flame Sword
  2. Ranyo13

    Spriting like a boss. (Just a beginner haha)

    Maybe this? Flame Eagle's Eye (UPDATED) And a new shield, first time for me to do shields. Templar shield: Thoughts please!
  3. Ranyo13

    I'm here to learn, not steal and leave. (Please teach me masters.)

    Yep, it's really fun and relaxing to be in a very good community like this one. I'm enjoying it here tbh.
  4. Ranyo13

    I'm here to learn, not steal and leave. (Please teach me masters.)

    Fixed signature, aaaaand... Ask me for a normal script and I can try and do it. EDIT: COMMON! :p Gimme an idea and I will try to script it, I ran out of ideas lmao, Everything is already scripted out there on the resources board.
  5. Ranyo13

    Spriting like a boss. (Just a beginner haha)

    I tried copying pictures but I wanna come up with my own ideas of sprites ^^ Those are some pretty good sprites for me haha. My new flame eagle's eye (In less than 5 minutes :( )
  6. Ranyo13

    I'm here to learn, not steal and leave. (Please teach me masters.)

    I got it! Thanks shadow you're a legend.
  7. Ranyo13

    I'm here to learn, not steal and leave. (Please teach me masters.)

    Let's say the parameter "p" is useless in this script then? Correct me if Im wrong. Oh wait, it gets the position of the lever, then uses "it" (THE POSITION) to transform the lever into another ID in 2 minutes right?
  8. Ranyo13

    [8.6] Lever that removes an item and has a timer.

    Hey there, I came up with a script made by me but I snatched out the "Event Timer" from a very old script made by Cykotitan. I hope the script will come in handy to any of you. The script does the following: You right click a lever. (Default ItemID: 1945) The player gets a message informing...
  9. Ranyo13

    I'm here to learn, not steal and leave. (Please teach me masters.)

    I got this fully working, 0 errors. I cheated the local reset thingy and the events part from a very old script here though :( And deleted tables just as you said (From what I understood). local function reset(p) doTransformItem(getTileItemById(p, 1946).uid, 1945) doCreateItem(387, 1, {x=989...
  10. Ranyo13

    I'm here to learn, not steal and leave. (Please teach me masters.)

    Understood, thanks a ton.:oops: I'm not that bad at English haha, however, it isn't my mother language. I used to be a leecher to be honest back when I created this otland's account in 2009-2012 but it got me to nowhere. Thank you for your contribution to this thread and yeah, I hope that I...
  11. Ranyo13

    Spriting like a boss. (Just a beginner haha)

    Thank you. Wow, it's really motivating to read such sentence from a very talented spriter, thanks a lot mate. I will be posting more and better sprites soon.
  12. Ranyo13

    I'm here to learn, not steal and leave. (Please teach me masters.)

    local t, event = { Id = 386, pos = {x=989, y=998, z=7}, time = 5 * 60 * 1000 } function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 1945 then doRemoveItem (getTileItemById(t.pos, t.Id).uid) event = addEvent(reset, t.time, toPosition) doTransformItem(item.uid, 1946) else...
  13. Ranyo13

    New OTItemEditor

    That saddens me.
  14. Ranyo13

    New OTItemEditor

    Thanks for trying to help. Appreciate it.
  15. Ranyo13

    New OTItemEditor

    CAN'T EDIT MY POSTS: Here are the screenshots explaining it all: 1.Last two items on the list have same ID, couldn't change it. 2. Shit load of duplicated items. This is just a sample, it continues to give me such errors forever and doesn't run the server.
  16. Ranyo13

    New OTItemEditor

    Well, I would laugh but I'm apparently pretty much stressed right now, been trying to check my custom sprites in game for like a week. I'm being serious now, the last item's id on the list in my items.otb is 12620. When I "CREATE" a "NEW" item, it appears with the "SAME" id as the last one...
  17. Ranyo13

    New OTItemEditor

    When I create a new item, I edit it and all done, save then run OT, BOOOOOOOM 11,000 duplicated items. What am I doing wrong?
  18. Ranyo13

    Failing to load CryingDamson0.3.6 V8

    Hello, the title says it all, here's the error I get: [Error - LuaScriptInterface::loadFile] not enough memory. I have no idea what does it mean at all, searched everywhere here, google and there.. Nothing. Please reply. Thanks in advance. EDIT: I think it's something wrong with my PHPMYADMIN /...
  19. Ranyo13

    ObjectBuilder [10.32]

    Yes I'm using itemeditor0 3 5 and my client version is an edited 8.6 because I edited the .spr and .dat files through object builder. Please maybe I f**ked something up I know it's not the topic but I really need to know the steps for adding a custom item to a pure 8.6 client and my distro's...
Back
Top