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

    Lua Translate to 1.x please

    Works There's 2 minor errors: Egg still can be used on equipment slots or backpack Player is able to use egg many time as he wishes so if he uses x4 eggs, he will have 4 summons >< (And no summon shield on them, maybe cuz of tfs 1.x or otcient) I don't mind if the egg works on slots or...
  2. Athenuz

    Lua Translate to 1.x please

    Player summon please :)
  3. Athenuz

    Lua Translate to 1.x please

    This one works but there's this error: 1.- Checks for money but if i have the money, it doesn't remove 2.- Summons as monster, not as own summon "ret:setMaster(player)" 3.- Still can use the egg on equipment slot or backpack (and floor as it is right) Same errors :c
  4. Athenuz

    Lua Translate to 1.x please

    Copied from pastebin and the error stills: Also: Got this error: so changed this: doSendMagicEffect(toPosition, CONST_ME_POFF) and this: doSendMagicEffect(toPosition, CONST_ME_MAGIC_RED) Working fine, but the egg dissapear and the summon doesn't appear, now trying to fix that xD...
  5. Athenuz

    Scripter Looking for a scripter to buy a creaturescript

    Awesome, I'll try to find a solution, thanks!
  6. Athenuz

    Lua Translate to 1.x please

    :32: 'end' expected <to close 'function' at line 8> near '<eof>' ._. i guess it's because this part: local ret, effect = Game.createMonster(config.summonName, pos), CONST_ME_MAGIC_RED if(ret ~= RETURNVALUE_NOERROR) then effect = CONST_ME_POFF player:sendCancelMessage(cid...
  7. Athenuz

    Lua Translate to 1.x please

    Thanks Razor! :D I get the next error: script.lua:4: '}' expected <to close '{' at line 1> near 'remove'
  8. Athenuz

    Lua Translate to 1.x please

    Thanks for your reply. Sadly doesn't woks u.u
  9. Athenuz

    Lua Translate to 1.x please

    You know what i mean :( I still don't learn what changes from 0.3.x or 1.0 to 1.1-1.2 :(
  10. Athenuz

    Lua Translate to 1.x please

    Hello, I've found this script but doesn't works for TFS 1.x Can please someone translate? :( local config = { summonName = "Orc", cost = 10000 -- in gp, put 0 to disable remove = "yes" -- should egg by removed after use? } config.remove = getBooleanFromString(config.remove) function...
  11. Athenuz

    MoveEvent [TFS 1.1] Teleporter spot(configurable price and storage)

    StreamSide, I'm kind of noob on this.. Can please, explain me how to add the function on constants?... Thanks
  12. Athenuz

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Hello! I'd like to request a spell: You need to be in front of the target, this spell push you away 2-3sqm and deals damage based on your weapon/skill :D Is that possible? :D
  13. Athenuz

    Programmer Bounty added to grant Object Builder 10.76 Support.

    Basicly it does what it's asked for, reading 10.76 files :p I don't see someone else even trying on this months xD Let's see what the other ppl says. All they need to do is use custom client...
  14. Athenuz

    Programmer Bounty added to grant Object Builder 10.76 Support.

    Yeah, ofc, posted a little info on the website... Right now i saved and tested as extended with OT Client, now I'm going to save without "extended" modification to make it work with tibia client :) EDIT: 9.60 and over, ObjectBuilder autoselect extended option, i guess it's needed.. So i will...
  15. Athenuz

    Programmer Bounty added to grant Object Builder 10.76 Support.

    How do i claim the bounty?
  16. Athenuz

    Programmer Bounty added to grant Object Builder 10.76 Support.

    Ok, ATM i have a DAT 10.55 working as 10.76, editable by alpha 4.0 ObjectBuilder... (Since I'm using OT Client and using transparency and that shit) But i already downloaded flash builder and that stuff from adobe, I'll see what i can do
  17. Athenuz

    Programmer Bounty added to grant Object Builder 10.76 Support.

    You need it compiled or you can compile by yourself?
  18. Athenuz

    Firestorm Event | Tfs 1.2

    Good release Scrappy Coco. @Sir Knighter I guess it does... Test it and see by yourself :P Won't take more than 10 minutes instead of waiting long time for the author reply ^^
Back
Top