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

    Compiling Problem with compiling TFS 0.3.5

    Hello, today when I compiling my server I have a very bad problem. I compiled succesful server yesterday and I do not know why I have this errors: / http://pastebin.com/t8HcjmSL I using TFS 0.3.5 and Debian Wheezy.
  2. whiteblXK

    GetMonsters

    Work on TFS 0.3.6, great jobs :)
  3. whiteblXK

    ObjectBuilder [10.32]

    EdMignari, I'm using 8.0 client with many new sprites, I added some new outfits and when I wanted to using Sprite Optimizer and have this error.
  4. whiteblXK

    ObjectBuilder [10.32]

    I have first problem with this program ;) EdMignari look at this: This is when I want to use Sprite Optimizer :/
  5. whiteblXK

    ObjectBuilder [10.32]

    Sprites Optimized works perfectly, all 11k unused and unnecessary sprites go away :) Laying Object will be working on 8.0?
  6. whiteblXK

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Will be really nice If you add something like this what you say;)
  7. whiteblXK

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Good, thanks :) When I making my own server I met the problem with animated distance shoots, is there any chance to make animated shoots in server/clients?
  8. whiteblXK

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    o.O really good implement ;) I have idea about slots, can you add new slots to the server and client(disable new slots in config?) and show How to?
  9. whiteblXK

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    It's cool information. Can you explain what do you mean, monsters can have(equip inventory like player?) inventory?
  10. whiteblXK

    Disable MvM damage.

    Hello, I have code written in C++, and on my server it doesn't work because it doesn't have a variable "deny". Can someone edit this script so that it was not "deny" variable? Code have to disable monster vs monster damage excluding the attacking player's own summon and vice versa, summons deal...
  11. whiteblXK

    Attempt to index a boolean value in spell.

    Hello, I have problem with my spell, when I use it server show that error: Lua Script Error: [Spell Interface] in callback: data/spells/scripts/Inferno.lua:onTargetCreature (Unknown scriptfile) attempt to index a boolean value This is my onTargetCreature function: function...
  12. whiteblXK

    addEvent error

    I change isPlayer(cid) == 1 to isPlayer(cid) and I don't have error, and script works. lol In this: addEvent(doSendMagicEffect, 5000, getPlayerPosition(cid), CONST_ME_SOUND_YELLOW) I have again this error, can you tell me how to fixt it? luaAddEvent(). callback parameter should be a function.
  13. whiteblXK

    addEvent error

    luaAddEvent(). callback parameter should be a function.
  14. whiteblXK

    addEvent error

    Hmm, when I use this addEvent: addEvent(test,2000,cid) and function test: function test(cid) if isPlayer(cid) == 1 then doPlayerSay(cid, 'Test', TALKTYPE_ORANGE_1) end end i have this error again :/ Why?
  15. whiteblXK

    addEvent error

    My code works fine: addEvent(function() if isPlayer(cid) then doTeleportThing(cid, pos) end end, 500, cid) This not working and I don't know why :/ addEvent(doTeleportThing, 500, cid, pos)
  16. whiteblXK

    addEvent error

    Printer, I do not know what you wanted to tell me.
  17. whiteblXK

    addEvent error

    I use Devland 0.97B SQL
  18. whiteblXK

    addEvent error

    Hello, for some time I have a problem with function addEvent, when I want to use it in the following way: addEvent(doTeleportThing, 500, cid, pos) I have this error: callback parameter should be a function But when I use in this way: addEvent(function() if isPlayer(cid) then...
  19. whiteblXK

    TFS 1.1 rev 1735 for Windows XP.

    Awesome! Your next step will be to make a tutorial ?!
  20. whiteblXK

    Compiling Function like isItemBlocking(pos)

    Hello, I searching function which checking if item have blocking attribute. Screen: http://prntscr.com/5o13a6 If there is already a similar function in TFS, please give it to me. edit: I create own function. Thanks
Back
Top