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

  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

    Thanks limos that worked perfectly. Id rep you but i gotta spread some more around :< Thats strange why i cant use certain functions. especially the doPlayerSendText oh well if it works im satisfied
  4. gunmetal

    Solved Help with this quest script

    Yes I do sorry about that. getItemWeightById getItemArticleById getItemNameById all say a nil value when I try to open the chest
  5. 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 =...
  6. gunmetal

    Solved Problem with doPlayerSendTextMessage

    Im going to try it when I get home from work ill let you know what happens - - - Updated - - - Thank You guys so much, both options work perfect! for that script ill be using the talk type orange since i like it, but limos you also gave me a great idea with yours! REPPED
  7. 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 =...
  8. 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...
  9. gunmetal

    Help Adding to this script

    tfs 0.2 mystic spirit
  10. gunmetal

    Help Adding to this script

    wierd this time it crashed but no error in the console - - - Updated - - - the script works without the time and text tho
  11. gunmetal

    Help Adding to this script

    client crashed and i got this error in the console [25/02/2013 23:55:41] Lua Script Error: [Action Interface] [25/02/2013 23:55:41] in a timer event called from: [25/02/2013 23:55:41] data/actions/scripts/quests/dhwallremover.lua:onUse [25/02/2013 23:55:41]...
  12. 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...
  13. 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...
  14. gunmetal

    Solved Yalahar gate help

    I fixed it, it worked out ok just used a cleaner script. local t = { [1930] = {x=2476,y=840,z=5}, [1931] = {x=2492,y=799,z=5}, [1932] = {x=2524,y=779,z=5}, [1933] = {x=2621,y=840,z=5}, [1934] = {x=2602,y=891,z=5}, [1935] = {x=2582,y=908,z=5}, [1936] = {x=2482,y=840,z=5}...
  15. gunmetal

    Solved Yalahar gate help

    <action fromuid="1930" touid="1935" script="tools/multigate.lua"/> Just like that I have the script in the tools folder. No errors at all in the console heres the script with positions function onUse(cid, item, fromPosition, itemEx, toPosition) local config = { gates = {...
Back
Top