• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. eardrums

    Last errors in gui :)

    sorry but i dont know what u mean by datapack?
  2. eardrums

    Last errors in gui :)

    Well thanks for telling me about groups.xml. i just fixed the error where i could do spells and stuff :) but i still get this message [Error - mysql_real_query] Query: INSERT INTO 'players_online' VALUES <1> Message: Duplicate entry '1' for key 'PRIMARY' and this one [Warning -...
  3. eardrums

    Last errors in gui :)

    Theres something else thats annoying... I made my character a god and when i use spells i have to be the required voc with the required lvl and i cant do them in pz -.- and if its set on needlearn="1" then i have to learn it with god also... is there like a new group id to make this not happen
  4. eardrums

    Last errors in gui :)

    Hello again :D So I almost have everything set but there are two errors left in my gui. Error 1 [Error - mysql_real_query] Query: INSERT INTO 'players_online' VALUES <1> Message: Duplicate entry '1' for key 'PRIMARY' Error 2 [Warning - Action::loadFunction] Function "highscorebook" does not...
  5. eardrums

    Solved Errors for command /reload

    Thanks limos! Also thank you forgee :)
  6. eardrums

    Solved Errors for command /reload

    ah alright cool. but is there a way to make like /n crystal coin 100 to make multiple items with /i ?
  7. eardrums

    Solved Errors for command /reload

    Is there anyway to put it in there? I got use to it
  8. eardrums

    Solved Errors for command /reload

    No limos it wasnt and thank you again!!! I have a question though. Is the command /n removed from this tfs version? i cant seem to do it and its not in the talkactions
  9. eardrums

    Solved Errors for command /reload

    Hey! I have an annoying error in the gui that says [Warning - Commands::loadFromXml] Missing group id for command /reload [Warning - Commands::loadFromXml] Missing acctype level for command /reload [Warning - Commands::loadFromXml] Missing log command /reload which in return causes me to not...
  10. eardrums

    Solved Server TFS help!

    Limos thank you for making my day yet again :)
  11. eardrums

    Solved Server TFS help!

    Okay hi! So I had a server with a protocol of 9.54 and tfs 2.0.13. I wanted to change my version so I downloaded a 10.41 protocol with v1.0 tfs version. Im having some issues though. The commands arent working and when i go into data/xml/commands the only two commands i see are raids and...
  12. eardrums

    Solved Firewalker Boots help!

    THANK YOU LIMOS :)
  13. eardrums

    Solved Firewalker Boots help!

    I didn't.. but what is the part that isnt correct? can you rewrite the script with the correct way of the statement? I also tried typing CONST_SLOT_FEET but same result NVM LIMOS I LOVE YOU I GOT IT! its all because i didnt have .itemid <<< :D
  14. eardrums

    Solved Firewalker Boots help!

    Hi! I am trying to make a script that makes you able to walk on lava if you only have firewalker boots on. If you dont then the lava will kill you. So this is what I did local slot = 8 local condition = createConditionObject(CONDITION_FIRE) setConditionParam(condition...
  15. eardrums

    [Znote AAC] More (advanced) news sytem

    Nothing happens when I press add news :( can someone help?
  16. eardrums

    [REQUEST] Monster Skull

    anyway i could get a new version of tfs without starting over on a new server?
  17. eardrums

    [REQUEST] Monster Skull

    ye i tried reloading and restarting.. im using version 0.2.13... and i check the global.lua file and found this SKULL_NONE = 0 SKULL_YELLOW = 1 SKULL_GREEN = 2 SKULL_WHITE = 3 SKULL_RED = 4 so it should work but i dont know what the problem is :(
  18. eardrums

    [REQUEST] Monster Skull

    i get it now but it doesnt work i dont know why:( is anything wrong with this script? <?xml version="1.0" encoding="UTF-8"?> <monster name="Void Spirit" nameDescription="a void spirit" race="blood" experience="10" speed="350" manacost="0" skull="4"> <health now="5000" max="5000"/> <look...
  19. eardrums

    [REQUEST] Monster Skull

    edit the monster itself or the monster.xml file? okay look so this part goes where? SKULL_NONE = 0 SKULL_YELLOW = 1 SKULL_GREEN = 2 SKULL_WHITE = 3 SKULL_RED = 4 SKULL_BLACK = 5 and this part goes in the file for the monster im making V <monster name="Carrion Worm" nameDescription="a carrion...
  20. eardrums

    [REQUEST] Monster Skull

    ye i did that part but i meant where do i put this SKULL_NONE = 0 SKULL_YELLOW = 1 SKULL_GREEN = 2 SKULL_WHITE = 3 SKULL_RED = 4 SKULL_BLACK = 5 like i copy and paste this in what file?
Back
Top