• 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!

Recent content by froie

  1. froie

    need help with summon boss lever

    Hello, I am using The Forgotten Server, version 0.3.7_SVN (Crying Damson) (10.10) Everything is the script works well! But is there any way to make the script so only 1 can be summoned at a time, because as of right now if the monster moves from his position, more can be summoned. function...
  2. froie

    Use item x, summons a boss monster at X,Y,Z

    Hello OTland! The server I am currently using is: The Forgotten Server, version 0.3.7_SVN (Crying Damson) (10.10) I am hoping to get some help with a script. The current script I am using doesn't seem to be doing the job properly.. I am not very good at scripting so that may be the reason...
  3. froie

    Item gives Outfit

    No luck :/ but here is the script and entire outfits.xml script: function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 7379 and (getPlayerStorageValue(cid, 8002) == EMPTY_STORAGE) then doPlayerAddOutfitId(cid, 44, 3) setPlayerStorageValue(cid, 8002...
  4. froie

    Item gives Outfit

    I just tried this and it does the same thing, everything looks as if it works but no outfit shows in my list, I even tried relogging and nothing :/
  5. froie

    Item gives Outfit

    Okay here is one of the scripts I have tried and seemed to work the closest <action itemid="7379" event="script" value="OutfitBrutetamer.lua"/> function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 7379 and (getPlayerStorageValue(cid, 8000) == EMPTY_STORAGE) then...
  6. froie

    Item gives Outfit

    Hello OTland, After doing some extensive searching around the forum I can not seem to find what I am looking for, and what I have found will not work on my server. I use The Forgotten Server, version 0.3.7_SVN (Crying Damson) TFS 10.10 What I am requesting is I would like to have an item...
  7. froie

    Use item x monster spawns

    Would there be a way to make this work so it summons a monster to a select location X, Y, Z? I use Crying Damson 0.3.7_SVN (TFS 1.0)
  8. froie

    Simple Fishing System Request

    wow it works perfectly!!! thank you so much man, no errors at all. If I wanted to make the chances of them dropping lower how would I do that, I am not entirely sure I understand how those numbers work in the script, I see many. And REP for you :) thanks again for the help
  9. froie

    Simple Fishing System Request

    Thanks! that would be greatly appreciated.
  10. froie

    Simple Fishing System Request

    [12:27:39.899] [Error - Action Interface] [12:27:39.906] data/actions/scripts/tools/fishing.lua:onUse [12:27:39.908] Description: [12:27:39.915] data/actions/scripts/tools/fishing.lua:6: attempt to call global 'Player' (a nil value) [12:27:39.919] stack traceback: [12:27:39.922]...
  11. froie

    Simple Fishing System Request

    Hello, I was wondering if someone could help me find, or create a simple script for fishing. I have looked all over and tried many but none have worked so far for my server. I use The Forgotten Server, version 0.3.7_SVN (Crying Damson) Client version 10.10 The fishing system I am looking for is...
  12. froie

    Action [TFS 1.1] Fishing monsters

    I am not really familiar with this stuff :/ im sort of new to OT making and learning as I go along, would there be anything to replace it with I could try? but if not I will look into this and see what I can figure out
  13. froie

    Action [TFS 1.1] Fishing monsters

    I am using TFS 1.o, sorry I forgot to add it
  14. froie

    Action [TFS 1.1] Fishing monsters

    [11:53:22.610] [Error - Test Interface] [11:53:22.613] data/actions/scripts/other/monsterFishing.lua [11:53:22.614] Description: [11:53:22.616] data/actions/scripts/other/monsterFishing.lua:37: attempt to call global 'MonsterType' (a nil value) [11:53:22.618] [Error - Event::checkScript] Cannot...
  15. froie

    Sacrifice Item, spawn boss

    Bump~
Back
Top