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

    Lua How to fix my script ?

    Well i made this script, but it was soo big and not simplified, so i tried to make a new one, but doRemoveItem dont works :(... Im a noob scripter jaja Old function onDeath(cid, corpse, killer) local M ={ ["Water Poliwrath"] = {Pos1 = {x=1212, y=1592, z=3}, Pos2 = {x=1211, y=1592, z=3}, Pos3...
  2. megachock

    Lua Need Help with my Script

    Hello, i need some help ... Im trying to make a script wich when you kill a monster it remove a wall then the wall appears after x seconds. I made this but dont works.. Also, can someome tell what function show a box with text Thanks PD: Im using tfs 0.3.6pl1 8.54 local wallPos = {...
  3. megachock

    MoveEvent Teleport to Random Position

    Well, i have made this script.. This teleport randomly to different positions. In movements/movements.xml <movevent type="StepIn" actionid="XXXX" event="script" value="RandomTP.lua"/> XXXX will be the actionid of the teleport in map. In movements/scripts/ Copy any script and rename it...
  4. megachock

    Linux Opening a server without sources (Wine)

    Well, i know there is an application named "Wine" and with this you can open and install .exe files. I want to open a server with the compiled windows version .exe since i dont have the sources.. Anyone knows if it works or is there any other way?
  5. megachock

    Solved Help me add effects to this script

    Well it is my script, im just new on scripting and when i try to put effects in this it dont works, can someone help me? local ppos = {x = 1917, y = 934, z = 10} local red = { inips = {x = 1912, y = 932, z = 10, stackpos=1}, pos = {x = 1911, y = 935, z = 10, stackpos =...
  6. megachock

    Chest Reward for Frees and Different for Premiums

    Well i want a chest when you click it and youre not premium it will give you a prize and then an storage so you can do it only 1 time, also a different prize for premiums and whit a different storage.
  7. megachock

    Lua My script and table dont work

    Well i have made this script with a bit help from summ, now i tried to add some new functions and organize it on a table but i dont know why it dont works... When 4 items is in a correct position this teleport you to a new position also the items came back to the position they was.. Im just new...
  8. megachock

    Team RL Server DionGamers 9.6+

    Well, how titles says i want to do a 9.6+ Global Server, i already have other server but i want to do one more, a RL one. Remember we already own a Cloud-VPS for this project. Yes, first month will be paid by us, next i hope we can pay it by donations. We will use a server base with already...
  9. megachock

    Lua Please need a anti-clone for tfs 8.54

    Hey guys, My server was going really good but today a kid is cloning items... We have TFS 8.54 is there any anti-clone system without sources? Thanks!!
  10. megachock

    Windows What specs a VPS needs to host a open-tibia server?

    Well, we want to move to a Hosting service and we dont know what to choose and what specifications we need to choose. Our server have arround 60-80 players online. We need windows since we dont have sources. Also we want players be able to download client from website. Its a custom server...
  11. megachock

    Scripter Paying for an scripter ! DionGamers

    Well, we have a 24/7 custom server This server have some bugs in scripts, we need someone to fix this scripts and make some new ones... All your work will be paid by paypal! More info
  12. megachock

    [Modern AAC] Getting hacked, and editing my htdocs files ?

    Hey, I'm using modern aac and my website got hacked 2 times, im using the latest trunk from svn, First tiem someone edited my donations system in htdocs/gifts/gifts.php and edited the donator email, yes he scammed us :/, today a "hacker" changed all on my index.php but he told was just for...
  13. megachock

    MoveEvent Teleport only for Premiums

    Hey guys im learning scripting, this is my second script :D is very simple but usefull. In movements/movements.xml <movevent type="StepIn" actionid="39812" event="script" value="PremiumTeleport.lua"/> 39812 is the action id of the teleport in the map. In movements/scripts/ Copy any script...
  14. megachock

    Action My first script: Remove and auto Create Wall in seconds with Lever

    Hey, this is my first script, i just followed some guides and i wanted to make this and finally i made it work. What it does? When you pull the lever this will remove a wall from a position then in X seconds wall will appear again and the lever will be pulled back, also you can pull back the...
  15. megachock

    Lua My First Script, Could you check it?

    Nevermind thanks to all, i have made it work by my own :D function onUse(cid, item, fromPosition, itemEx, toPosition) pos = {x=1656, y=1135, z=7} wall = 1544 level = 50 thing1 = getThingFromPos({pos, stackpos = 1}) if item.itemid == 1945 and getPlayerLevel(cid) >= level then...
  16. megachock

    Lua Im learning and i need some help with functin onadditem

    Hey guys, im learning how to make scripts, i have some doubs Explained. I want if some items are in a correct position and you use the lever it will teleport you to a position. I want to learn if you post the script please teach me how u made it =) i have seen many guides but they dont explain...
  17. megachock

    [Modern AAC] Create Account: Vocations

    Well, i have a problem on my modern aac when i go "create account" and i select the vocations, it show "sorcerer,knight..etc" and dont show wath i put in config.php... help? Here is my config.php <?php /*These configs are neccessary in order to make Modern AAC work.*/ /*URL of website...
  18. megachock

    [Modern AAC] Wrong Password!

    Hi guys, i have a problem with Modern AAC, when i make an account, i can login in the web but when i try to log in game it says Wrong Password.. i changed the encryption in config.lua to sha1 so... idk wath to do now :s i tried with new accounts too and dont work ._. help?
  19. megachock

    Linux Tfs in Ubuntu dont load map!

    hello guys i explain it quickly when i run my server on my Ubuntu 10.04.1 - 64 bits and it give this error (all load data mods etc.. just the map dont work :C) Allocation failed, server out of memory! Decrease size of your map or compile in a 64-bit mode. theforgottenserver...
  20. megachock

    Team Dion Gamers *Serious

    Hello dear forum, Today i present my server Dion Online..Well i explain a little.. I have the domain I have VPS and later will buy a Dedicated 4gb ram All GM's and workers will get paid About the Server [Start and the continue] Well im starting it for my own with a Global Server Version...
Back
Top