• 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. Ascuas Funkeln

    Crescent time.

    Start thread in request if u need something from 0.
  2. Ascuas Funkeln

    TFS 0.X Rune dont show charges

    Did you have this item 2281 set as "stackable" in Tibia.dat by ObjectBuilder and items.otb? Check this: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat...
  3. Ascuas Funkeln

    TFS 0.X Rune dont show charges

    /i 2281, 100 Test, show nothing? If i remember this old one dist. 1 charge dont show.
  4. Ascuas Funkeln

    Dear otland community

    This is not the time to go cycling. Winter = so cold, Pandemic = sitting at home recommended xD
  5. Ascuas Funkeln

    [MOD] Developer Control Panel 2.0

    U use my mod or this one pasted here from br site?
  6. Ascuas Funkeln

    bug fix

    I see error appear when character login. Disable on login character events (one per server run) to find which one crashing.
  7. Ascuas Funkeln

    TFS 1.X+ How to use one item as equip/deequip?

    <attribute key="decayTo" value="2003" /> <attribute key="duration" value="40" /> -> <movevent event="Equip" itemid="3940" slot="backpack" function="onEquipItem"/> <movevent event="DeEquip" itemid="3940" slot="backpack" function="onDeEquipItem"/> <movevent event="DeEquip"...
  8. Ascuas Funkeln

    Szukasz czlowieka do pomocy na serwerze?

    " To nie jest zdanie, a kropkę stawia się na końcu zdania. " - Jedno z głupszych stwierdzeń jakie kiedykolwiek przeczytałem. Pouczasz innych o zasadach interpunkcji, a sam nie zachowujesz jej zasad. Kropka po przywitaniu nie jest błędem, równie dobrze może to być przecinek czy też wykrzyknik...
  9. Ascuas Funkeln

    A new style for Otland?

    Otland is simple, decent, legible, neat. This UI.X 2 themes is something like "step back" :(
  10. Ascuas Funkeln

    Napraw opóźnienie ataku mikstury many / paladyna + usuń brakującą broń

    Mikstury mu wolno atakują czy cuś
  11. Ascuas Funkeln

    TFS 1.X+ [1.3] Add new item to player dont decay

    Just why? You have this option in sources you dont need to define it again. Its work perfect :o
  12. Ascuas Funkeln

    TFS 1.X+ [1.3] Add new item to player dont decay

    local it = player:addItem(2390, 1) This dont perform any action function onUse(player, item, fromPosition, target, toPosition, isHotkey) player:addItem(2390, 1) return true end <item id="2390" name="Sixty Minute Man"> <attribute key="weight" value="15000" /> <attribute...
  13. Ascuas Funkeln

    Lua How do i add exausted to a boss lever?

    local config = { duration = 10, -- time till reset, in minutes level_req = 150, -- minimum level to do quest min_players = 1, -- minimum players to join quest lever_id = 9825, -- id of lever before pulled pulled_id = 9826, -- id of lever after pulled } local player_positions...
  14. Ascuas Funkeln

    Lua How do i add exausted to a boss lever?

    Line 70 for config local config = { duration = 10, -- time till reset, in minutes level_req = 150, -- minimum level to do quest min_players = 1, -- minimum players to join quest lever_id = 9825, -- id of lever before pulled pulled_id = 9826, -- id of lever after pulled }...
  15. Ascuas Funkeln

    [OtLand Official Mapping Competition] [S2] - May Voting Thread

    Ehh, how i fk up this by lazzines xD
  16. Ascuas Funkeln

    TFS 1.0 NEW MONEY / NOWA WALUTA

    https://otland.net/threads/rules-for-the-support-board.217087/ https://otland.net/threads/how-to-display-code-properly-in-your-post.168098/
  17. Ascuas Funkeln

    iGlobal - Sprites Gallery

    Naked one looks like titan from Attack on Titan :D
  18. Ascuas Funkeln

    Swords artificially generated (GAN)

    This will be useful, pretty nice :)
  19. Ascuas Funkeln

    How to correctly add sprites

    32x32 each sprite. Pink background in *.bmp then program automatically transparent it or make *.png with transparent. Example, how look elf outfit with walking animation and change outfit color. Thats you must prepare for full working outfit
Back
Top