• 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!

Recent content by Soulster

  1. S

    Looking for NPvP with crafting/item rarity system

    i was playing tibiascape.com pretty cool server
  2. S

    TFS 1.X+ Item editor dont have usable box

    I wanted to add new usable item i have checked the usable attribute inside object builder Added its into items.otb with item editor And when i click on this item im getting message "This item cannot be used" after that i noticed item editor dont have usable attribute Im using 0.5.1 which i...
  3. S

    TFS 1.X+ Effect Only for 1 player

    My response is wrong i was just annoyed i could not find a solution and was using sendmagiceffect for everybody to see without actually knowing there is more to it First response was correct and working.
  4. S

    TFS 1.X+ Effect Only for 1 player

    Yes but this approach will send the effect on a position and everybody close to that position will be able to see that effect And i want only 1 player to see certain effects For example first tutorial steps for a player First player would have to open his bag but before that he cant go...
  5. S

    TFS 1.X+ Effect Only for 1 player

    Hello, How can i make so i can only send effect only on client for 1 player For example: Player with specific storageid cant go through position and on those position i want to display some barrier effect
  6. S

    C++ TFS Repo request (monster loot)

    I cant create issues in tfs repo for some reason so there comes my request that somebody can create an issue for me The suggestion is to move 100% of the code responsible for loot in monsters should be moved either 100% to c++ or 100% to lua right now its like 50/50. What im talking about here...
  7. S

    TFS 1.X+ Quick question about addEvent()

    Ye i was thinking about it but im not sure why those variables even have values without passing them to the function
  8. S

    Broken effects drawing.

    nvm
  9. S

    TFS 1.X+ Quick question about addEvent()

    local itemIdToEffectId = { [365] = 40, [370] = 41, [375] = 42, [380] = 43, [385] = 44 } local itemIdToTime = { [365] = 299, -- Time for item with ID 365 [370] = 299, -- Time for item with ID 370 [375] = 299, -- Time for item with ID 375 [380] = 399, -- Time...
  10. S

    Compiling VS Code TFS compilation

    Thanks to everybody that responded seems like setting up compilation on vscode is way to time consuming better to stick with this clunky VS or use both at the same time VS Code to edit the code and vs just to compile. Soon AI will do this boring stuff for us ;p
  11. S

    Compiling VS Code TFS compilation

    Hello is there a possible tutorial how to compile tfs on VS Code instead of VS if its even possible.
Back
Top