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

    Editing first items

    How do i edit the first items for specific vocations? How to place different scripts for sorcs and druids, etc in this? ( mods/firstitems.xml ) <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes">...
  2. S

    Need help with a simple lua script

    Really annoying, what error is this? [26/11/2010 13:58:36] [Error - LuaScriptInterface::loadFile] data/actions/scripts/hemgjordaquests/pallyset.lua:18: 'end' expected (to close 'if' at line 6) near 'elseif' [26/11/2010 13:58:36] [Warning - Event::loadScript] Cannot load script...
  3. S

    Need help with a simple lua script

    [26/11/2010 00:46:05] [Error - LuaScriptInterface::loadFile] data/actions/scripts/hemgjordaquests/pallyset.lua:19: ')' expected (to close '(' at line 18) near 'end' [26/11/2010 00:46:05] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/hemgjordaquests/pallyset.lua)...
  4. S

    Need help with a simple lua script

    Yes. thats how i want it. Everyone gotta get the items, but sorc and druid (including promotion) will get that "you dont have right voc" message. Thank you, "rep+" as they say.
  5. S

    Need help with a simple lua script

    Dude, really need help with this again: first quest: function onUse(cid, item, frompos, item2, topos) ppos = getPlayerPosition(cid) if getPlayerStorageValue(cid,3004) == -1 then setPlayerStorageValue(cid,3004,1) getPlayerVocation(cid) = 1 or getPlayerVocation(cid) = 2 or...
  6. S

    Need help with a simple lua script

    I want them to get the message with the items. Sounds strange, but true.
  7. S

    Need help with a simple lua script

    function onUse(cid, item, frompos, item2, topos) if item.uid == 3004 then if getPlayerStorageValue(cid,3004) == -1 then doPlayerSendTextMessage(cid,25,"You have found some useful weapons.") doPlayerAddItem(cid,2476,1) if getPlayerVocation == 1 and getPlayerVocation == 2 and...
  8. S

    Mapper Mapper needed for a medium exp server

    I know nothing about the servername yet, nothing about ip, nothing about anything. Its just not done yet. The map is 90% done, all that is missing is a small amount of quests. Doesnt matter how many quests you make, if you make one, you'll get a less "better" prize, and two quests, a little...
  9. S

    MoveEvent [Release] New Train System

    It tells me its the wrong actionid, but its not.
  10. S

    Map Editor - Clients from Tibiaclient, tend not to be correct.

    Download the tibia client from remeres homepage.
  11. S

    Find action id, remeres map editor

    What is the command to find a specific action id in RME?
  12. S

    Zao monsters please?

    I need the lizards that appears in Zao. Edit; Sorry, found them in a quick search. im in a bit of a stress right now, brb.
  13. S

    [8.54] Full Zao Island

    I really need the monsters files. My server cant find all lizards.
  14. S

    Real Map 8.54 By Yoffaaz

  15. S

    _Arthur's MAPPING Thread...?

    Thats nice. Do you draw in real?
  16. S

    Simple question, getPlayerVocation 4 and 8?

    Should I write it getPlayerVocation == 4, 8 or getPlayerVocation == 4 and getPlayerVocation == 8 Or really, whats the simpliest way, any other code? Also, I cant find any global.lua in tfs 0.3.6?
  17. S

    Lua Scripting Guide

    How do I know what "local" to use? You used gain, I had no clue. I would try with local addCreatureMana = 750 or local addMana = 750 So how do I know what to use in the "local"?
  18. S

    Dat-Editor-Problem.

    You really dont need to bump every hour. Bumping everyday is OK. If people knew the answer they would post it, but if they dont know your answer, they dont post any answer becaouse its such spam to post "I dont know".
  19. S

    Create Parrot from a tree and kill it after some seconds... and remove body

    Does it work to create a script that gives you 4000 gold, summon a parrot and then kill the parrot and remove the body after example 5 seconds?
  20. S

    What's the difference between SqLite and MySql?

    I've downloaded the uniserver and that distrubition. It tells me i cannot connect to mysql database. I've done excatly like I would do with XAMPP Edit; I got it to work, i though it wasnt important to create a password for the mysql thing.
Back
Top