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

    weird issue quest system tfs 0.4

    In your Actions.Xml there must be a line that looks like <action uniqueid="60061" event="script" value="quests/fire_axe.lua"/> Otherwise the script would never be called, maybe it has been duplicated and you did not notice, but if you cant find unique ID 60061 in your action.xml file, it is...
  2. D

    GlobalEvent [TFS1.0] Generate Automatic Map [ 6 biodiversity + river and underground! ]

    It looks like your distro does not create the item stack if there is no item on the tile, therefore, it cant assign any stack to the variable, right of the bat, I would try replacing this piece of code : local items = Tile(pos_):getItems() if items ~= nil then for i = 1, #items do...
  3. D

    GlobalEvent [TFS1.0] Generate Automatic Map [ 6 biodiversity + river and underground! ]

    @TheRealMystic Hello! Yes I have a skype, you can PM me your name and ill add you, sorry for the late answer :P, Ill try to find out this issue, which version of tfs are you using ?
  4. D

    Blender Props!

    here is my latest video if someone cares! tell me what you think about it! gave up on the planet Idea
  5. D

    GlobalEvent [TFS1.0] Generate Automatic Map [ 6 biodiversity + river and underground! ]

    @zbizu Indeed :) using a simple polygone algorythm to spawn the tile would make it look even greater! but I did nt spend a lot of time on this script, ive done it in 1 night, now im doing 3D model on blender and devloping my own game in c# with unity! its nice to see that some ppl are...
  6. D

    Blender Props!

    Here is a project I just started, planning to add on wild life, wolves, wild turkeys, bear, deer etc, and see what's going on with that :)! @Geza1927 yeah I will do my character soon, i've already done a lot of weapons like sabre, sword, hand axe really simmillar to the weapons found in...
  7. D

    [CANADA ] - Noobwar 7.72 - [CANADA]

    Here is some screen shot!
  8. D

    [CANADA ] - Noobwar 7.72 - [CANADA]

    oldschool-noobwar.hopto.org Is a war ot simmilar to noobwaria.eu on 8.6 but on 7.72, 100% custom map, many quest no hotckey, a lot of fun! Create an account using Account: 111111, password: tibia Website will be available shortly as an alternative way to create an account. There is not...
  9. D

    How to make your own index of item images

    When you cant find a solution = @Znote
  10. D

    Blender Props!

    Sheep =) hand painted
  11. D

    Blender Props!

    @Xeraphus :) thx for the positive vibes, Indeed it looked like a dog with antlers, it was to short on legs, front legs were not enough straight, and the body was too round. This is how it look now, is it better ?
  12. D

    Blender Props!

    A wild Turkey
  13. D

    Blender Props!

    Here is my freshly finished low poly deer !
  14. D

    Blender Props!

    :P hello, created this thread because id like to know more people that uses blender and share blender content with you here is the lasts few low poly prop i did!
  15. D

    How to make your own index of item images

    the name of the image.gif is the same as the item.ID you use in your shop, if you want to change the look of one itemID, replace the item.ID.gif to the new gif you want =p exemple, 2160 = crystal coin id, if you want to change the crystal coin image, replace the 2160.gif with the new image...
  16. D

    Solved Mailer Error Znote AAC

    :P its similar to your last problem, you need to enable openssl in your uniform server, check if it is at the same place where you enabled curl-php Left menu, click link Server Security a new page opens Security Center. Scroll down to section Server Certificate and Key (SSL) To the right the...
  17. D

    Map for custom client to normal client

    download realotx, use the realmap, with the normal client, already version 7,72 ... I don't know why you are trying to do with that custom spr real map
  18. D

    Lua I need someone to know what this is.

    in talkactions.xml modify the words </save> for a command that only you will know.... example /savecustompassword so if there is a player that is logged on a gm account and sending save command, he won't be able anymore cause he doesn't know the command line, you got it ?
  19. D

    Windows ~Serch Website for 7.6 with ItemShop~

    well, you can use znote, it will add you the znote row to your database, and you will have to modify the other row names that doesnt fit to the one that your database uses. It has shop systems also.
  20. D

    What is the best distro for 7.72?

    Im using realotx! and did nt have any problem compiling on windows or Linux, very similar to recent distro and all newer function are added, including auto-stack, looting message etc... :P also every creature event are handled in lua, that mean you can use Onkill, usefull to make a task system!
Back
Top