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

    Open Tibia RP ? -Interested or Not ?

    Hello Otland :P! Have you ever get to the point where that tibia graphics CAN'T represent something you're wishing to create? For this I mean, a new zone, that tibia graphic's can't represent by their own, indeed it would be VERY difficult to represent such place even with the more expert...
  2. Rayeko

    Change requiered RSA key ?

    Hi Well I have a question, maybe someone in here know the answer :P Im making a custom client, and I wonder if its possible to change in the Distro the requiered RSA key ? So that, only players with the custom client can enter to the server. Or maybe another way I can achieve this...
  3. Rayeko

    Programmer Searching for Job [[ Custom Serv's MUST see :D ]]

    Hi Well, Im searching for a Job, preferably, for a custom and SERIOUS server. Okay, few months ago, I was doin' my own project.. but I quit. Why I quit? Because I was the team. I was alone, but thats another history.. Now, regarding about what I can do as a programmer and WHY I should...
  4. Rayeko

    Soundly Online~ Teaser #2

    Soundly Online Awaken -of- Races About the Project Our goal is to make a difference in the Tibia~OT servers. Soundly, is and will have custom client. As a team, we know there are some disadvantages by offering a custom client, but our project will support Tibia~ client aswell but with some...
  5. Rayeko

    Remove "Duplicate uniqueid"

    Hi Well, I want to remove the console warnings when loading, the: "Duplicate uniqueid: xxxx" and such things, because my serv uses a LOT of duplicate uniqueids, and that "errors" makes the console to lag a lot while loading also, it slows down the startup u_u That is source editing, I...
  6. Rayeko

    Help with LUA Code u,u

    Hi, Well, Im making a script, and it doesn't matter how I put it, it never works.. What the script does, is that when casted it'll check if target is close to any kind of tree/bush, if it returns true, then the target is poisoned. The ONLY way I can do to make it work is by adding one by...
  7. Rayeko

    Solved Problem with Summons

    Hi Well, I have a problem with summons, they never die u.u Something like that, but its weird, because days before they worked perfectly, and one day to another POFF, the summons were bugged, or I don't know. It happens with both, monster's and players summons, if you attack them to the...
  8. Rayeko

    Remove message "Using one of..."

    Well, the title explains the most part of my problem. How can I remove the message "Using one of X potions.." or runes, or whatever item ? Thanks.
  9. Rayeko

    Trade Window in function ?

    Hi Just wanted to ask if its possible to pop-up trade windows (like the ones that appear when you say "trade" to a NPC and shows the items the NPC buy/sell), but in a lua script, I mean, out of the NPCs area. For example when a player steps in a X tile, the trade window pop up with some...
  10. Rayeko

    Lua Function when effect over item (?)

    Hi, its me ;E xDD Just wondering if its possible to make a function that when X effect is played over Y item, then the function will occur. For example, I cast "exevo frigo hur" and wherever the effects of ice took place, if a clerical mace is in the floor (taking it as Y item), the...
  11. Rayeko

    Lua Problem with kind of arena xDD

    Hi Well, I made a script but I just can make it work! D: This works like an arena.. If the player's health goes to "0" then, the player will be in rest for 4-7 seconds and then return with 85% health. This is what I've got of the script: local returnID = 633793 local time = math.random(4,7)...
  12. Rayeko

    Tibia with transparency??!

    Hi This is just a question.. Is there a way to put transparency on tibia?? I've tried so many times using the Alpha transparency butt it doesn't works D: It converts the background to a white background instead of using the transparency.. I think the answer will be "No". But at least, I...
  13. Rayeko

    Webdesign Soundly Website

    What do you guys think about it? Still, I'm working on more customization from the user perspective. And.. With the login panel open: Please, tell me what u think xDD Its very important to me, actually :E The only known problems: Chrome and Safari doesn't support the fast-access bar at...
  14. Rayeko

    NPCs killables?

    Hi I just wanted to know if it was possible to make NPCs vulnerable, so they can be killed by players. I made it possible to attack NPCs, but nothing inflicts them damage.. Just a poff. Here is my NPC script: <?xml version="1.0"?> <npc name="Eryn" script="data/npc/scripts/default.lua"...
  15. Rayeko

    Lua onStatsChange "attacker" problems

    Hi. I wonder if someone could tell me how to make the "attacker" to work with monsters in this function: onStatsChange(cid, attacker, type, combat, value) I alredy make it for players, but I can't get it to work with monsters.. This is the code I use with players...
  16. Rayeko

    Solved Round numbers (?)

    Hi. This is an easy question xDDD How can I round numbers? For example, having this: 17/3 = 5.6666666 What can I do to round this number? So if its 5.66, it would be rounded to 6. Thanks in advance!
  17. Rayeko

    Creating dependent damage ratios?

    Hello. Actually, I had an idea for my serv.. But, the problem is that I don't even know how to do it xDD The idea is simple. I ts something like this: For example, a player has a new table in the DB that is "extra.points.meele", then each time a player uses meele combat, this value will...
  18. Rayeko

    Problem using "wait()" function!

    Hi. The reason I made this topic is because I wanna know how can I use the "wait" system the TFS 0.3.6 has? I tried using like: wait(3000) for 3 seconds, but I get this error: [22/03/2010 22:06:35] [Error - TalkAction Interface] [22/03/2010 22:06:35]...
  19. Rayeko

    Solved Problems executing DB.Query in LUA!

    Hi Well, I wonder how to make this to work: Its a function I made. Basically its about knowing in-game the points the player have. I know how to add points ingame. But, doing a function to get the points.. Its a chaos. I can't make it work. This is the part of the function I have so far...
  20. Rayeko

    doTransformItem problem!

    Hi Well, I've an error with the funcion doTransformItem.. The problem is that, when the function occurs, the item doesn't change after I go up/down stairs or I go away until I don't see it. Then, I return, and the item changed.. Also, the item is like it self-decays to the past item, I...
Back
Top