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

    C++ Crash Bug

    what have in position(x = 33275, y = 32390, z = 8) ?
  2. silveralol

    Solved modal window teleporter creaturescript

    you init pos as an integer value and then set table value should be: local pos = {} test it
  3. silveralol

    Priest's Mapping Showoff

    I can't see anything ... :eek:
  4. silveralol

    TFS 1.X+ Disable a drop of an specific Item

    if your backpack drop when you die how do you expect that the sword don't drop of it ? e-e you need set it in Player:onDeath()
  5. silveralol

    NPC [TFS 1.x] Dicer/Gambler NPC

    why be so stupid ? but ok, its your script :) gl baby
  6. silveralol

    Starting Over - With an Apology

    I wish that you find a good job to make sure that you have a place to live :)
  7. silveralol

    Starting Over - With an Apology

    @bayview I wish that all these problems could be "fixed", I'm sure that I understand you, my life is a little bit hard, also, I saw something about you're going to be homeless? how ?
  8. silveralol

    NPC [TFS 1.x] Dicer/Gambler NPC

    you should declare the positions more generic, to be possible to use the same npc in numerious places, but nice!
  9. silveralol

    [POLAND] [Tibia 10.97 - 10.99] Pandorum - New edition!

    why not use eng in the site? :/ also, what map is? I can't see the photos
  10. silveralol

    Lua Game.createMonster no loot

    ¬¬ local boss = Game.createMonster('boss', Position(32800, 32829, 14), true, true) -- you should force it, it have any item/wall etc the respawn can be blocked if boss then boss:setReward(true) end
  11. silveralol

    Itutorial's Scripting Service TFS 0.3.6-0.4-1.x

    weird :eek: could you explain how you did the table 3x3 ? I need table with 4x4 and 5x5 too
  12. silveralol

    Itutorial's Scripting Service TFS 0.3.6-0.4-1.x

    @Itutorial you can show me how use it ? I got some weird errors like: data/lib/miscellaneous/050-functions.lua:160: attempt to index global 'self' (a nil value) and if I pass the item as parameter to self got this: data/lib/miscellaneous/050-functions.lua:169: attempt to perform arithmetic on a...
  13. silveralol

    Itutorial's Scripting Service TFS 0.3.6-0.4-1.x

    tfs 1.2 or 1.3...
  14. silveralol

    Itutorial's Scripting Service TFS 0.3.6-0.4-1.x

    @Huntre use inglês, você está num fórum que tem como linguagem principal o inglês, talvez o cara nem entenda eng version: use english, you're in forum that uses english as main language, maybe the guy don't understand
  15. silveralol

    Itutorial's Scripting Service TFS 0.3.6-0.4-1.x

    @Itutorial are you able to work on this: a barrel that you use with action and it explode in area like GFB rune? the area cannot be squared, that is the thing that can't reproduce yet, the area should be configurable, as area_circle3x3 or circle_4x4
  16. silveralol

    AddHealth() with no animation

    very usefull for MUCH monster IA :) thank you
  17. silveralol

    Leshrot Graphics Gallery

    E
  18. silveralol

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    this border haha but very nice maps and updates :D I would give some time for this awesome server
  19. silveralol

    Lua doTargetCombatHealth

    monster wild will not hit another monster wild, you need use another function to do that... addHealth(-damage)
  20. silveralol

    Lua doTargetCombatHealth

    what don't work ? need explain better the problem
Back
Top