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

    [TFS 1.3]If you have 4 estrutuctures and and you use 12 items on each of them

    mb, I'm at work. I test it later. Thank you.
  2. Eduardo170

    [TFS 1.3]If you have 4 estrutuctures and and you use 12 items on each of them

    It was to use item, example: like a ruby(configurable)on top of the obelisk xD. Sorry, my english is a shit.
  3. Eduardo170

    TFS 0.X Allow conections from same ip adress [TFS 0.4]

    PD: When you modify your source, you need compile these sources, and you get a new executable .exe
  4. Eduardo170

    TFS 0.X Allow conections from same ip adress [TFS 0.4]

    Poste your login.lua o check if you have a script in your creacturescript.xml.
  5. Eduardo170

    TFS 1.X+ ChestsSystem problem with the weight*

    thanks you. local config = { [28886] = {rewards = 2510, count= 1, storage = 28509}, [28888] = {rewards = 2505, count= 1, storage = 28514}, [28887] = {rewards = 2508, count= 1, storage = 28513}, } function onUse(player, item, fromPosition, target, toPosition, isHotkey) local...
  6. Eduardo170

    TFS 1.X+ ChestsSystem problem with the weight*

    work, but little problem in weight is send to players 95,00 no 9500 xD 08:22 You have found a arbalest weighing 9500 oz it's too heavy. 95,00 xD
  7. Eduardo170

    TFS 1.X+ ChestsSystem problem with the weight*

    Sorry I forget update my thread xD, check again, this is chestSystem and still bugg with the weight. You have found a chest weighing 69636000 oz it's too heavy. local config = { [28886] = {rewards = 2326, count= 1, storage = 28501}, [28888] = {rewards = 5803, count= 1, storage = 28500}...
  8. Eduardo170

    TFS 1.X+ ChestsSystem problem with the weight*

    I've been create a ChestSystem. The only problem is You have found a chest weighing 69636000 oz it's too heavy. This happen in alls chests. <action uniqueid="28886" script="chestSystem.lua" /> <action uniqueid="28888" script="chestSystem.lua" /> <action uniqueid="28887"...
  9. Eduardo170

    Spell [TFS 1.X] Thunder Storm

    Mmm I can use this in from a monster vs player?(TFS 1.3. 8.6)
  10. Eduardo170

    [TFS 1.3]If you have 4 estrutuctures and and you use 12 items on each of them

    Hi guys,I want to requests this. I will be working watching the scripts. I was thinking about this so many times. TFS 1.3 8.6 Example 1.You have 4 estrutuctures and and you use 12 items on each of them 2.After doing this, when all of them have used the 12 articles in each structure, 48...
  11. Eduardo170

    AAC Problems with towns with Znote or other thing.

    Yes I use TFS 1.3. Edit: I forget separator=" " in xml .Thank you. revscriptsys its no bad idea.
  12. Eduardo170

    AAC Problems with towns with Znote or other thing.

    It doesnt work. Dont show me any message. I try this in different ways, but I never got it.
  13. Eduardo170

    AAC Problems with towns with Znote or other thing.

    Mmm. It doesnt work. Give me an idea, I'm a newbie in this. function onSay(player, words, param) local target = Player(split[1]) if target == nil then player:sendCancelMessage("A player with that name is not online.") return false end if target then...
  14. Eduardo170

    AAC Problems with towns with Znote or other thing.

    Work, thank you. I set. $config['default_pos'] = array( 'x' => 0, 'y' => 0, 'z' => 0, ); You have idea how I do when I want a player teleport to temple example: /t Name function onSay(player, words, param) if not player:getGroup():getAccess() then return...
  15. Eduardo170

    AAC Problems with towns with Znote or other thing.

    I have AAC @Znote but the cities are not recognizing me and when I create a character it starts somewhere else. 1- I try with other version of RME and still. 2- I create Odisea with Town 2 and added to Znote and still. 3- It is as if forcing position of new players as if there was something that...
  16. Eduardo170

    TFS 1.X+ Problems with storages, or my movement script.

    Yes, I have. If I didn't have the storage table, it will show me a nill value. The only problem is with that revscript. -- STORAGES -- -- (HIGHLY RECOMMENDED -> ONE mission per STORAGE) -- -- Sort it in Values - Storage = { DemonOak = { --reserved 1015 Done =...
  17. Eduardo170

    TFS 1.X+ Problems with storages, or my movement script.

    I've been fighting with this script that I've been doing all day. If you can help me it would be helpful. My movement script its work, but when I kill the boss not show me any message. After try 100 times, I added to thalas.xml and ashmunrah.xml and still. <script> <event...
Back
Top