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

Search results

  1. Tech_Rob

    Lua List of Attributes usable

    I am looking for a list of working attributes that can be used in action scripts. I have search over the forums and did not come across anything, though I did see that absorbpercentmagic and such is only for items.xml unless source editing is completed. What I am looking to do is make a...
  2. Tech_Rob

    [Request] {NPC} Custom Promoter

    I am looking to get a custom promotion NPC. This NPC would be for a single vocation, each Vocation will get their own. For example: Player: Hi NPC: Welcome *Player name*. My name is *NPC name*. How may I assist you today? Player: training NPC: I can certainly train you to become *Custom...
  3. Tech_Rob

    Lua 2 Scripts needed.

    I need two pretty simple scripts. One is basically made already, just having a slight error. function onUse(cid, item, fromPosition, itemEx, toPosition) if(itemEx.itemid == 2694) then doPlayerAddItem(cid, 2692, 1) doRemoveItem(itemEx.itemid) return true end end This...
  4. Tech_Rob

    [Request] Lua script movement needed

    Ok, so I am trying to figure out which function is used to save text to a file. I want to be able to save text to a file as some either walks on specified tile, or says something specific. The format of the file should include the players name, the time, and then drop down to a new line incase a...
  5. Tech_Rob

    Lua Error while adding special description(creaturescript)

    I am trying to get a key to drop from a monster. I can't seem to get a key to be looted out of the corpse, but I was given a script that will place the key directly to the killer. This is the script I am using, but it does give an error when I try to add a special description to it. local...
  6. Tech_Rob

    Solved Issues with lua code.

    Problem has been solved by Cykotitan. Thanks. Greetings Otlanders! I have helped several in the past with some lua codes, but now I ask for yours. Here is the issue I am having. I am trying to get an action id set to a scroll, it seems if I use onKill command, the creature dies and stands...
  7. Tech_Rob

    Team Need elite NPC Scripter!

    Need an elite NPC scripter. No information will be given out about the server unless the hoster wishes. REQ. Must have Ventrilo and headset. Must speak good english.
  8. Tech_Rob

    Programmer In need of Serious C++ Programmer.

    That is right, I am looking for a serious C++ Programmer for a big project. I am not listing any details here about the project, you will be required to leave a post here or send a private message to me with this following information. Name: First Name Is Fine Location: Country You Are...
  9. Tech_Rob

    [USA] Tibia Dark Side (8.31)

    Tibia Dark Side - Not My Server I use to play this server back in 7.6 protocol. It was an excellent custom server, they feature a luck system (Adds chance to your drop rate) as well as bonus attributes on items. Such as: Speed, Elements on weapons. This is a serious RPG. Currently a...
  10. Tech_Rob

    Requesting a list of all active weapon attributes.

    If anyone has a list of the active attributes for Mystic Spirit 2.10 I would appreciate it if you could post them. It might be a good idea to sticky it aswell, since I am probably not the only one needing them.
  11. Tech_Rob

    Team Medosia Team recruiting

    I am forming a team for a serious RPG. We need a full staff, and the server will not be released until it is ready for players. In the past I am guilty of releasing a server before it is ready, though I may have had spawns/quests, I had no where near enough for the amount of players that came...
  12. Tech_Rob

    ActionID or Unique ID

    I need a creature to drop an item that has a specific actionid. I am not quite sure what the command would be to add into the creature loot, though I know it can be done. Any help is greatly appreciated. Rob
  13. Tech_Rob

    Issue with TFS Mystic Spirit 2.10 (Wont Load)

    Thanks all, I build a new pc to use as server and it runs fine. Don't know what was up with other comp. Close thread please. Tech
Back
Top