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

    Lua data/chatchannels/scripts/spells/lua

    I dont even know where this came from? I guess it was in the server when I downloaded it a couple years ago. Is it safe to delete the channel, or what?
  2. Jfrye

    Lua data/chatchannels/scripts/spells/lua

    Hey all, Im getting a console error regarding the title above. Im not sure how to fix it. Does anyone know how to fix this so I can get rid of this annoying pop up on the console? EDIT: This error happens everytime a player logs in. Lua Script Error: [Chat interface]...
  3. Jfrye

    Door that closes automatically when using Key. Unique Key.

    try a StepIn action on the square just after the door? player uses key, opens door, steps through, and an action script shuts the door, and resets the the I'd to only work with the key again? it seems like it should work, but I don't have the knowledge to script it
  4. Jfrye

    Jfrye's Mapping Pieces

    Thanks for the upload advice. it's weird that it won't let me use photobucket, bc I just uploaded one from there less than a week ago. I'm glad to be back to mapping. I took a little break from it, but back now.
  5. Jfrye

    Jfrye's Mapping Pieces

    Here is more work on the swamp, if I can get more opinions. Apparently I cant upload from photobucket anymore
  6. Jfrye

    Jfrye's Mapping Pieces

    I use 10.77. I just prefer these sprites. Thank you.
  7. Jfrye

    Jfrye's Mapping Pieces

    Im back with another small piece and needing opinions. If anyone has read through previous posts, you would see that I really suck at swamps. Well here is another attempt at a swamp. It is a very basic outline, and just looking to see what opinions are so far. Swamps are my nemesis.
  8. Jfrye

    Windows URGENT HELP Cant locate map after comp crash

    I didn't know about the map backup until it was posted above. the ~ symbol has to have something to do with the corruption. the map backup puts numbers on it. anyways, I re did a lot of what I lost, so getting it back isn't a big deal now. but it still has me curious bc I read on anothee...
  9. Jfrye

    Windows URGENT HELP Cant locate map after comp crash

    Is there a way to recover what I just spent the last 3 hours doing though?
  10. Jfrye

    Windows URGENT HELP Cant locate map after comp crash

    Hey guys, I was working on my map, when I had a sudden computer crash. Computer restarted just fine, but now I cant see my map inside my world folder in RME. When I open the server folder, and go to the world folder, I can see the map there, but its weird. It says the file type is OTBM~ File...
  11. Jfrye

    Solved Is there a way to stop drowning in spots?

    Thats awesome. Thank you a lot
  12. Jfrye

    Solved Is there a way to stop drowning in spots?

    Wow man. You are awesome. That was fast and super appreciated. Is there a way to add more variables to it? Say a level 1 loses 2hp per tick, a level 2 loses 4 hp per tick, and so on? Is that possible, or just too much of a pain? I am not that great with lua yet, but still trying to learn it.
  13. Jfrye

    Solved Is there a way to stop drowning in spots?

    local condition = Condition(CONDITION_DROWN) condition:setParameter(CONDITION_PARAM_PERIODICDAMAGE, -20) condition:setParameter(CONDITION_PARAM_TICKS, -1) condition:setParameter(CONDITION_PARAM_TICKINTERVAL, 2000) function onStepIn(creature, item, position, fromPosition) local player =...
  14. Jfrye

    Solved Is there a way to stop drowning in spots?

    Im working on my 10.77 RPG map. There is a rook on this server. TESTING THIS ON A LEVEL 1 CHAR. My problem is I have 1 spot in rook where players must pass underwater a total of 5 steps. The problem is that by the time I took 5 steps, I was dead. Is there a way to stop the drowning process in...
  15. Jfrye

    Uniserver. Question more than support

    Bump. I tried this, but im not sure I did it right. Im trying to just create a subfolder inside for spells. The above method has me move everything to work right? Did I do it right?
  16. Jfrye

    Uniserver. Question more than support

    Awesome. I will do this when I get home. thank you. One question though. Do I move everything from www folder, or just the files I want moved?
  17. Jfrye

    Uniserver. Question more than support

    I made some spell pages. I was just wanting to put them in a folder to organize the www folder. I tried to just move the file, and it just says Not Found The requested URL /testspell.php was not found on this server. So I tried looking through some of the uniserver files, and I cannot see where...
  18. Jfrye

    Jfrye's Mapping Pieces

    Thanks for the input guys. I appreciate it.
  19. Jfrye

    Uniserver. Question more than support

    Yeah I'm using znoteaac and just wanting to organize my www folder.
  20. Jfrye

    Jfrye's Mapping Pieces

    Here is another small wolf cave I made. Looking to get opinions again on what it could use for improvement. Wolf Cave:
Back
Top