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

    doPlayerRemoveItem with 2 or more items?

    Hi, as title says, how can I remove 2 or more items from a player? I've tried the following, but no success nor error consoles. local pirateItems = {5462,6096,6095,5918} local count = 1 .......... if doPlayerRemoveItem(cid, pirateItems, count) then selfSay('Good') end Thanks
  2. snacky

    [Parcially SOLVED] attemp to index a nil value error

    Thank you, now I want to know how can I achieve the removal function takes the coords from the config lines? for Example: notice the i want the teleport be removed by the location stated on each teleport by its actionID local config = { bosses={---aid of portal, position where it sends...
  3. snacky

    [Parcially SOLVED] attemp to index a nil value error

    Thank you, it worked! local position = line in the local function removal. local function removal(position) local position = { x=31978, y=32811, z=7} doRemoveThing(getTileItemById(position, config.uniqueId).uid, 1) return TRUE end That's it the fix
  4. snacky

    [Parcially SOLVED] attemp to index a nil value error

    Thank you, now I want to know how can I achieve the removal function takes the coords from the config lines? for Example: Notice that I need the teleport to be removed by the location stated on each TP by its actionID local config = { bosses={---aid of portal, position where it sends...
  5. snacky

    Lua How do i fix this script?

    EDIT Using TFS 4.0 (8.60 engine) Hello, otlanders, can someone help me on this please: I know its a stupid problem, but my skills doesnt help me that much. This scripts work with a Teleport, if nobody is on the room, you may enter the teleport, then it should summon a Monster, in a previously...
  6. snacky

    Action Offline Training for 8.60

    where the hell are the statues on the map?
  7. snacky

    Compiling 7.6 Which distro should I use?

    Hi, im builing a 7.6 based otserver. Im currently using Avesta 7.6, but it lack of functions, and everything else. Which TFS, can I use, for this 7.6 project?. 0.2, or 0.3? If so, How?, changing protocol version in compiler? because as far i know, [9.46] The Forgotten Server v0.2.12...
  8. snacky

    Full defense bug? [tfs rev3884 - 0.4]

    Hello Otlanders! various players on my servers, are reporting me that if they are on full defense mode in the game, the monsters does hit (waaaay) more harder that if they are on balanced/or full atack. I also tested it, and it was like they said!:)^_^:) Does you have seen this before? Any...
  9. snacky

    Help [Elf Warsystem] -- seems to be not working.

    Hello, i've bought elf warsystem, using a 0.4 rev (3884) compiled with -D__WAR_SYSTEM__ but ingame, when i type /war or /balance, it doesnt show seems to work, i mean it says "GM says:/war" ingame, but nothing related to war system, even an error. (Yes, i do added talkactions.) Please help...
  10. snacky

    Where can i find inquisition portals scripts for 0.4?

    Thank you! :thumbup:
  11. snacky

    Where can i find inquisition portals scripts for 0.4?

    Hi, i mean create portal when boss die, i tried several scripts, but i have no luck, which one is working for 0.4? (rev 3884) Thanks!
  12. snacky

    [WEBSITE] Gesior PAGSEGURO automatic! [REQUEST]

    Hello, as far i know, pagoseguro staff, have a custom staff that can help you with that points automatically, contact them on theyre website, but i dont know if they talk portuguese, maybe english. Just ask them!. good luck! :)
  13. snacky

    Action Item's upgrading by jewels ver. 3 [FOR TFS 0.3.6]

    NVM: Solved :D. In 0.4 its currently upgrading wands too, and i want to edit that, a wand doesnt need to be upgraded (yet) This is the line that filter what kind of weapon type it is to upgrade. if((getItem.weaponType > 0 or getItem.armor > 0) and not isItemStackable(itemEx.itemid))then Ive...
  14. snacky

    CreatureEvent MOD working on TFS 0.3.5pl1 Inquisition Quest with creating teleport

    @Im having the same problem using 0.4 Thanks for any help!
  15. snacky

    Action Perfect items upgrade

    Hi, i know this is for 0.3.6, but im testing on 0.4, and it only have one possible bug. When upgrading a shield (any) its upgrade this way. Without upgrade: 21:19 You see a demon shield (Def:35). It weighs 26.00 oz. This powerful shield seems to be as light as air. Upgraded: 21:19 You see a...
  16. snacky

    Action Item's upgrading by jewels ver. 3 [FOR TFS 0.3.6]

    There is a bug, in 0.4 Its upgrading wands/rods. 20:20 You see a wand of inferno+2. It can only be wielded properly by sorcerers of level 33 or higher. It weighs 27.00 oz. It unleashes the very fires of hell.
  17. snacky

    Compiling TFS 0.3.6pl1 to 64bit system ?

    Hi, i have windows 7 64bits, and i do compile 0.3.6pl1 with Forgotten Dev-cpp without errors, (i mean a BLANK revision) if you do changes, then you must track what's generating the error. check this link http://otland.net/f19/forgotten-dev-cpp-v2-6-a-1024/ good luck
  18. snacky

    Algo Imposible

    Hola, disculpa que me meta :D pero me parece que Santi; eres muy serio viejo, relajate y fumate un porro HAhaha
Back
Top