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

    What are Libs for?

    I was just curious becuase when i downloaded Tal's distro i didnt have a lib folder, and i think i remember copy and pasting one from a tutorial on a specific script, but what are they really for? are they important? can they cause bugs in functions?
  2. gunmetal

    Lua How to add items in a present?

    I want to add a teddy bear in this present box doPlayerAddItem(cid,1990,1) What can i add after that for it to work properly?
  3. gunmetal

    Solved Help with this quest script

    I have this quest chest set up for poi rewards, if i use the chest it opens like a regular chest and its empty, i have the unique ids set. Do i need to set an action id as well? rep to whoever can solve this! config = { storage = 5010, items = { -- id,count item_1 =...
  4. gunmetal

    Solved Problem with doPlayerSendTextMessage

    Anytime i use a script that has doPlayerSendTextMessage and i go to use the item for w.e my client crashes. heres an example of one of my scripts that crashes my client function onUse(cid, item, frompos, item2, topos) wall1 = {x=409, y=1389, z=10, stackpos=1} getwall1 =...
  5. gunmetal

    Error in tfs 0.3.6pl 9.46 distro

    i get this error when i start the server, i just downloaded it from elfs thread and ran it to see if it was ok anyway to remoe this error? [11:0:34.549] The Forgotten Server, version 0.4_SVN () [11:0:34.560] Compiled with Microsoft Visual C++ version 10.0 (x86_64: 1) at Apr 1 2012...
  6. gunmetal

    Help Adding to this script

    I have this script: ---------------------------- Start Config ---------------------------- local stonepos = {x=1551, y=528, z=15, stackpos=1} -- Stone pos local STONEID = 1355 -- stone id ----------------------------- End Config ----------------------------- function onUse(cid, item...
  7. gunmetal

    Strange house bug

    Ok, so i recently discovered a strange bug thats occuring on my server, ill try to explain whats happening If you own a house and you take three items and place them in this order on top of each other for example: Ice Cube (bottom) Armor (Middle) Gem (Top) Now when i do a server reset it flips...
  8. gunmetal

    Solved Yalahar gate help

    Im a big noob at this..I have this function but im not sure where to put it also can somone correct me if im wrong?In actions xml i should have something like this? function onUse(cid, item, fromPosition, itemEx, toPosition) local config = { gates = { [1930] = {{x=100,y=100,z=7}...
  9. gunmetal

    Travel NPC HELP!

    Ok so ive tried so many scripts and nothing is working :( all these boat npc scripts are either giving me errors or not responding after i give them the destination. Does anyone have a simple travel script? ++repp to anyone who can help me out Im using tfs 0.214 mystic spirit
  10. gunmetal

    Question about Unique ids and chests

    Rep to whoever can answer this Does an annihilator script have to have the chests included? or can we just set the uniques to be the same? Or am i wrong about the above statement? Please clarify
  11. gunmetal

    Trainers??

    Ok so i have a question for the community. My server is a low rate server. Since working on my OT ive come across this idea many times and id like to know what you guys think. I curently do not have trainers or was intending to put trainers but id like to keep rates low. What would you...
  12. gunmetal

    Request Arena script

    Im looking for a script that needs to work as follows. I guess it could work like svargrond arena Player enters teleport Monster spawns and when player kills monster teleport opens to the next area. EDIT: Im using tfs 0.2 mystic spirit
  13. gunmetal

    Need a Boat Npc Script that works for TFS 0.2

    I tried searching for one and every one i used is not working this is the one im using and the npc will gree you but after using any other words does not reply local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  14. gunmetal

    [DISCUSSION] What do you like to see in an RPG server?

    As the title says, what do you as players enjoy about rpg servers? what keeps you interested?
  15. gunmetal

    Need some inspiration

    My project team consists of only me. Im currently in the middle of mapping my ot and ive finished the first town 90% detailed. Now im trying to work outside and make some hunting spots. To the south i have a dragon mountain/ breeding area to the south west i have a huge cyclops mountain and to...
  16. gunmetal

    Bank Cash bug??

    So im reading around the forums and i noticed somone posted a script to stop a bug that creates infinite money. i was wondering what script can i trust? i dont have a bank npc or script yet so if somone can either post one or point me to one that wont give me an issue ill repp you
  17. gunmetal

    Quest chest giving wrong items

    Ok so i followed the map tutorial and i added a action id of 2000 and the unique id i used a random number lets say i put 3400 now i added the contents to the chest but in game when u open the chest it actually gave u the unique ids number which was a stone wall... i thought the unique was a...
  18. gunmetal

    Cant copy map

    Ok so everyone is telling me to hold shift and drag to select the piece i want to copy. Done did that now when i right click to select copy and go and open up a new RME it wont give me the selection to paste... Anyone had this trouble before?
  19. gunmetal

    [REQUEST] Orc Fortress

    Hi im looking for an orc fortress piece for my server cant seem to find a working link anywhere. i tried maps section ++ repp for anyone that can provide
  20. gunmetal

    Map importing issue

    Ok so ive been trying to figure out how to get this to work Basically i have my OT map where the dimensions are 2048x2048 and i downloaded a yalahar map that id like to add to my server but the dimensions on that map are 65000x65000. when i tried importing it using prest tutorial it went off...
Back
Top