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

    Lua Trying to do stuff on my own but having an issue with quest

    I understand, thank you man
  2. X

    Lua Trying to do stuff on my own but having an issue with quest

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function...
  3. X

    TFS 1.4.2 NPC Darkblue Keywords

    Thank you legend lol
  4. X

    TFS 1.4.2 NPC Darkblue Keywords

    Does anyone know the code call for the "keyword, or respond words" when NPC's speak? That's all I need, I'm looking through the documentation but maybe missing it
  5. X

    Tfs 1.4.2 Attribute keys

    I'm trying to see what's going on with leech, I tried adding it to ITEM.xml and shows up on the weapon correctly, but it's not functioning whatsoever.
  6. X

    Lua TFS 1.4.2 [10.98] Custom code request

    Good thank you so much
  7. X

    Lua TFS 1.4.2 [10.98] Custom code request

    Thanks! Just want it to require an item, and a quantity of items, and reward addons for an outfit, not the outfit itself but the first or second addons. So I can edit it and use it for others throughout my server if thats possible :) "Greeting Traveler, looking for an adventure?" "If you bring...
  8. X

    Lua TFS 1.4.2 [10.98] Custom code request

    Greetings, I would like if possible, an NPC that you can talk to to get a certain outfit, but only after you have brought back a certain item, or number of items/coins. Like, talk to them once, set the storage and when you talk to them again they ask if you've brought what they asked for...
  9. X

    tfs 1.4.2 ACC installing Znote AAC

    Thank you very nicely. Everything work :)
  10. X

    tfs 1.4.2 ACC installing Znote AAC

    the one that comes with Uniserv? or the htaccess.dist that comes with myaac
  11. X

    tfs 1.4.2 ACC installing Znote AAC

    I'm trying it, somehow I'm getting 403 forbidden when I try to open WWW lol
  12. X

    tfs 1.4.2 ACC installing Znote AAC

    I tried setting up an account on uniform server using Znote, but it's buggy for me, everytime I try to make an account, it makes the account but the page stays blank, and I can't login to said account after creating, tried multiple times, I'm using tfs 1.4.2 as stated, is their a geisor AAC for...
  13. X

    Lua Server Saving on tfs 1.2 [10.98]

    Worked perfect xD I'm trying to understand how to do account manager for 1.4.2 to create account, haven't done these in 12+ year when servers where XML xD
  14. X

    Lua Server Saving on tfs 1.2 [10.98]

    Thanks, do I use newest version of Xampp? Last one I had to go back one million years into past versions of Xampp.
  15. X

    Lua Server Saving on tfs 1.2 [10.98]

    Can you share link to file for 1.4.2
  16. X

    Lua Server Saving on tfs 1.2 [10.98]

    Why is it shit?
  17. X

    Lua Server Saving on tfs 1.2 [10.98]

    I've tried searching on otland, but I'm having issues finding one that works with the command to server save, and the server doesn't save unless it's the very end of the day on my hosting machine, I'd like to have it save every hour, or 30 minutes if possible and have a command to start a save...
  18. X

    PHP Help with some errors I'm getting in Geisor acc with deprecated code

    Deprecated: Automatic conversion of false to array is deprecated in C:\Users\Home\Desktop\xaamp\htdocs\classes\account.php on line 181. [code] and the code is [code==php] public function setName($value){$this->data['name'] = $value;} [code] I'm not sure what to do with this, I've tried...
  19. X

    Geiser code issues

    I've fixed a ton of errors already, but everytime I try to fix these it's giving me the error that its deprecated, etc etc. I think its an oudated version of the code and can't figure out what works to fix it, please help :) STEP 4 Add samples to DB: Deprecated: Automatic conversion of...
Back
Top