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

    TFS 1.X+ Choose NPC direction

    Engine: The Forgotten Server 1.2 Hello ! is there any way to change the direction NPC is looking at right after it respawns? without use RME, a globalevents startup script? NPC of postion {x = 32310, y = 32170, z = 6} spawn look west
  2. J

    Lua script tfs 1.2

    using item:setAttribute(ITEM_ATTRIBUTE_DESCRIPTION, "") no work :/ the description appear normally, if i use item:setAttribute(ITEM_ATTRIBUTE_DESCRIPTION, " ") with a space between "" the name of item appear a little bit up, because have a "invisible" description
  3. J

    Lua script tfs 1.2

    if my item have a Description for example... can i remove this description on look?
  4. J

    Lua script tfs 1.2

    Yes, edit his name to another one, forever, but only in xyz cordenate... is just a visual xD
  5. J

    Lua script tfs 1.2

    Hello guys, i'm looking for script startup to look change name item in x cordenate Example: You see a knight armor (Arm:12) .It weighs 120.00 oz. i have this item on map, 38392,2334,6 cordenate, i want only change this name of item in x cordenate.
  6. J

    Script Lua TFS 1.2

    Idk how to do this, but is it possible with storage?
  7. J

    Script Lua TFS 1.2

    Script will take actually information of health and mana of character... and when the player gets storage 1100 he will get full health and full mana... after when the player storage 1200 he back to health and mana before the storage 1100.
  8. J

    Help spellbook script doubt

    Maybe have Lua function to use in this case, to exclude specifics lines...
  9. J

    Question Old tibia creature behavior

    I remenber creature like Hero, he not walk in diagonal... who remenber more creature with this behavior? Warlock's maybe? Who know?
  10. J

    Script Lua TFS 1.2

    Up
  11. J

    Script Lua TFS 1.2

    Up
  12. J

    Player speed old tibia

    I found this... Old protocols Base speed is 220 (level 1), each level you gain 2 speed How can i edit this code then? My current code is void updateBaseSpeed() { if (!hasFlag(PlayerFlag_SetMaxSpeed)) { baseSpeed = vocation->getBaseSpeed() + (2 * (level - 1))...
  13. J

    Script Lua TFS 1.2

    Hello guys, im looking a script lua for tfs 1.2 For Example: Player have current 234 HP of 350 Full and 276 Mana of 350 Full... When player get xxxxx storage1 will get immediately Full HP and Full mana 350 HP and 350 mana... after if player get xxxxx storage2 the player back for hp and mana...
  14. J

    Player speed old tibia

    Anyone know what is the speed formula of tibia 7.4? Is the same of 7.7 or not? And what source file of TFS 1.2 i found the formula of player speed?
  15. J

    Help Spellbook script problem TFS 1.2

    Hello guys, anyone help me? now my spellbook don't show spells with lvl "0"... only spells with lvl "1" more how can i fix this? i want spells with lvl "0" in spellbook list too Here a example of spell <instant name="Light" words="utevo lux" lvl="0" mana="20" aggressive="0" selftarget="1"...
  16. J

    TFS 1.2 Remove Teleport Effect

    Thanks so much! A question... first link is for creatures or players? Because i will remove when creature spawned first for test
  17. J

    TFS 1.2 Remove Teleport Effect

    Hello guys, can someone tell me what i do to remove teleport effect when player connect in server, and when a monster spawned ?
  18. J

    Programmer Put website in EUA and server host in BR?

    yes is possible, but impossible is found a hoster inside Brazil with good protection
  19. J

    Looking for scripter LUA for tfs 1.2

    i'm looking a cheaper scripter to do only two scripter for me i can pay with paypal.
  20. J

    Looking for Feature Tfs 1.2

    I'm looking for a script of protection for players with lvl 8 less... players die but no lost equipments
Back
Top