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

    [0.3.6] lua function doCreatureAddCurse(cid, minDmgValue, maxTicks, dmgDelay)

    This is my method to replicate the curse system, since i didnt find it on my server. defalut useage = doCreatureAddCurse(cid, 1, 36, 4000) that means you cant use lower values than the ones i show, unless you modify the function. but it is however possible to use higher values minDmgValue =...
  2. Mummrik

    [TFS] Classic source's 0.2 - 0.3.7-pre

    I did come across this pack on github sometime ago, and would like to share it whit you all. It does contain sources of all the classic TFS versions from 0.2 to 0.3.7-pre This pack contains the following TFS sources 0.2pl11 -> 0.2pl23 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5 0.2.7 0.2.8 0.2.9 0.2.10...
  3. Mummrik

    [Lua Function] [0.3.6] doPlayerAddGesiorPoints(cid, points) and doPlayerAddZnotePoints(cid, points)

    Two Lua functions to add premium points for Znote and Gesior AAC shop Developed for tfs 0.3.6 For Gesior AAC function doPlayerAddGesiorPoints(cid, points) return db.executeQuery("UPDATE accounts SET premium_points = premium_points + "..points.." WHERE id =...
  4. Mummrik

    NPC Bank system [0.3.6]

    Tested and developed for tfs 0.3.6 It might work for 0.4 aswell none vocation players cant transfer to other players, but if you have a vocation you can transfer money to any player even players whit none vocation. There is no limit for non vocation players to deposit money to the bank account...
  5. Mummrik

    OpenTibia Empty SpawnCleaner [Java]

    So i made a simple program that cleans all empty spawn points in the map. I had 5k+ empty spawn point in my map :O Info can be found in Readme file Source is included It just scan your existing spawn file for info and make a new one whitout the empty spawn points. So you old spawn file wont be...
  6. Mummrik

    Lua onRemoveItem() TFS 0.3.6

    The script work as it should, but i do get an error when i move the item on the map. But if i move it to backpack or arrow slot i dont get the error. Anyone know what might be the problem? Error: [Error - MoveEvent::executeAddRemItem] Call stack overflow. Script: function...
  7. Mummrik

    Lua Remove sendTrade msg when storage < 1 (TFS 0.3.6 pl1)

    I do have a problem whit one of my npc's. I got it working so it wont show the shopwindow if you dont have the storage needed to shop, but it still show the trade msg. Is there any way to set the <parameter key="module_shop" value="1"/> from value 0 to 1 in the lua script? blackbert.xml...
  8. Mummrik

    Compiling TFS 0.3.6 pl1 linker error

    Edit: I did change my source's and now it do work! Im trying to compile TFS 0.3.6 pl1 and i do get a linker error. Anyone know what might be the problem? I do use stians Dev-Cpp I did also remove this files from source, if that might cause the problem? Since thay did also give me some errors...
  9. Mummrik

    Lua getThingFromPos to get all the value's from an array?

    Hey i want to know a good way to get "lavaremove" get all the tiles in the "lava" array if its possible, im quite new to scripting. I did make it work the way i want but that way i need to make lots of more code. btw its used inside a onUse function local lava = { [1] = {x=32805...
  10. Mummrik

    [New type of server] The ultimate Tibia mod! aka Tibia - Heroes

    Some of you migth have been playing dota, league of legends or heroes of newerth. Atleast i have been playing them all. (and i must say its a fun type of game) So i want to bring this idea to the community, and hopefully i will get some intrested ppl. I have already come up whit some...
  11. Mummrik

    Runes of Magic

    I did search if there was any runes of magic thread here on otland, but i did not find any so i will start it. Feel free to post anything about this game in this thread I play as a Knight/Priest (lvl 29/15 atm) on Smacht (En PvP) character name is Mummrik Like always :p Runes of Magic -...
  12. Mummrik

    [Map shape] Picture to .otx map format

    Whit this tool you can make map shapes in paint for example and then convert it to .otx map format (open whit simones mapeditor, then save the map as .otbm to get .otbm format) In this pack you get "earth/real world map" also the tool itself credits goes to Rento from OTplanet.com (brazil ot...
  13. Mummrik

    [question] Remove old characters

    Is there any possible way to remove old players that has not been online for 1 month or more? I need a script that will check when the player where online last time and if the player has been inactive for 1 month+ (should be edit able) then it will be removed from the database. This will...
  14. Mummrik

    Action poi oil lever

    This is my script i use for "poi oil lever" oil_lever.lua function onUse(cid, item, frompos, item2, topos) wall1 = {x=32801, y=32336, z=11, stackpos=1} getwall1 = getThingfromPos(wall1) splash = {x=32800, y=32339, z=11, stackpos=1} oil = getThingfromPos(splash) if item.uid == 3040...
  15. Mummrik

    [Gesior ACC] Forum sugestion

    What if someone that has lots of free time, good php codeing skill and willing to make it then i have one of the best ideas ever. Why not make an "tibia like forum" where you logon to you account on the website and then you can post whit the character you want. My idea is building on the same...
  16. Mummrik

    [Game Engine] Realm Crafter

    With this thread, I want to show you who always wanted to make your own MMORPG game in 3d. Game engine Realm Crafter is available in two different editions, standard edition and proffisional edition and there is also a demo edition for those who want to try the software before buying it. I have...
  17. Mummrik

    Happy Birthday Mummrik

    as the topic say today is the day when i go from a boy to a man (turning in to 18 years old)
  18. Mummrik

    [php] Erig.net scripts

    Since erig is shuting down he release some of his scripts if some one want them you can download them at erig.net right now but im also posting them here can be usefull for someone All credits to Erig.net Script 1: <?php class spCalc { const MAX_NUMWORD_LEVEL =...
  19. Mummrik

    draw well [help]

    does anyone know how to remove the "draw well" teleport thing? i mean like in fibula you use the draw well to go down anyone know where that data is stored? since now you can use all the draw well's to pz bugg and that is anoying i will make a custom action script for all my draw well's i want...
  20. Mummrik

    [Sweden] Scooba 8.4 RL map

    Connection Info: IP: Scooba.game-host.org Port: 7171 Client: 8.4 Website: Scooba - Latest News Server Information Free Premium for all new accounts Blessing and aol you buy where inq bless are on rl tibia Rates 1-30: 100x 31-65: 70x 66-75: 50x 76-90: 30x 91-120: 15x 121-150...
Back
Top