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

    Get player position spell script

    is there any other way to do it with a spell? I'd like it to be a class specific thing. It's not so much that I'm trying to find a player, as I am trying to learn how to do some of the effects I want through scripting, but I appreciate your time and your response, and It is still very useful!
  2. Albanon

    Get player position spell script

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) function onCastSpell(cid, var) if isPlayer(cid) == TRUE then if exhaustion.check(cid, 30030) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "your...
  3. Albanon

    Team RPG Cindera 2015

    Hello everyone. I require a team to help me assemble my old RPG server. So far we have a very large working custom map, which I have done myself (70 percent, with contributions from kessykins), as well as some custom spells and classes, which I have also done myself. I ran this server a few...
  4. Albanon

    Spell for target player pos

    local pos = getCreaturePos(cid,target) function onCastSpell(cid, var) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "your target is: " .. pos(var)) return doCombat(cid, combat, var) end I'm just trying to make a simple spell that will return the target players position so...
  5. Albanon

    summon to target

    bump
  6. Albanon

    summon to target

    I'm using an 8.60 distrobution of crying damson What I'm attempting to do is this You say utevo res sio "creature "player thats online If the player is online, not dead, and not in a protection zone then the spell will summon 4 of those creatures at the target player, regardless of distance...
  7. Albanon

    Team RPG Cindera Reborn

    Kessy kessy kesskins! haha, you've already helped me out tremendously in the past! =] You're more than welcome to come play anytime you like, I'd love to see you and Isra running around agian haha :D and there's always a GM position open if you want it ;)
  8. Albanon

    Team RPG Cindera Reborn

    Bump.
  9. Albanon

    Team RPG Cindera Reborn

    Sometime in the two weeks hopefully
  10. Albanon

    Team RPG Cindera Reborn

    I have already created the map - any additions must be created separately and sent to me to be added so no one gets the map I created. Please READ before you respond edit: added a few screenshots of work that's already been done. Unfortunately, I didn't take them very well as I cut off...
  11. Albanon

    Team RPG Cindera Reborn

    If you'd like to post your application and you're younger than the required age, I will consider it : ) Edit: My apologizes, I forgot to include the client version
  12. Albanon

    Team RPG Cindera Reborn

    Reserved ImageShack Album - 3 images Here are a few screen shots of small areas on the map - I realize now that I didn't take the screenshots very well, as I cut off some of the levels. This is a very small portion of what exists and the map is not yet entirely complete.
  13. Albanon

    Team RPG Cindera Reborn

    Hello everyone. I require a team to help me assemble a new RPG server I have been working on over the last couple months. So far we have a fairly large working custom map, which I have done myself (98 percent), as well as some custom spells and classes, which I have also done myself. I ran this...
  14. Albanon

    Vip system for tfs 0.2?

    bump
  15. Albanon

    Uniserver - accessable from the internet?

    If it isn't accessible from the internet, will people be able to join my OT? How do I change it so it isn't accessible from the internet
  16. Albanon

    MysticSpirit 2.11pl2 String.explode doesn't work?

    I'm trying to learn how to script but it isn't going so well. Here's my code so far. All it's supposed to do is help me to test whether or not I have succeeded in using string.explode correctly...it works in other releases but not in mystic spirit for some reason. Here's what I want to know...
  17. Albanon

    A few questions about each server release.

    Thanks for the reply, I appreciate it. Why is mystic spirit being worked on privately instead of crying damson? Who made crying damson anyway?
  18. Albanon

    First items prevents players from logging in

    i checked, it's in there :( If I remove the code for the first items that class can log in just fine
  19. Albanon

    First items prevents players from logging in

    I found out what it is...but I dont know how to fix it...for some reason vocation id 12 is what's causing it....every other vocation gets their starting equipment now that I rewrote it, but anyone who is vocation 12 doesn't load.
Back
Top