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

    Resetting SHA1 password

    I accidentally changed my sha1 password in my PHP and I've done it before but theres a site that deciphers the code and gives you your password, does anyone know what it is?
  2. X

    Summon casts Spells on spellCast

    I'm trying to see if anyone can help me figure this out, I'm trying to have the Vocation cast a spell that triggers the summon to cast the spel (exori) for example, but currently it's not doing anything except triggering the monster phrase. I know I must be missing something, I'm trying to do...
  3. X

    Any Mapping legends?

    Currently scripting up some long quest lines and nearly done, need some kick-ass mapping hands to make the world more exciting. PM or Reply to post!
  4. X

    Lua Trying to get the greeting right for NPC

    Literally everything works perfect, until the end when the quest is complete and the next part starts where the storage is 2977 is set to 1. When you greet him for that part he just says welcome back, instead of the "Did you rest well?" line. Is there a better way to do it then check both...
  5. X

    Lua I got through 11 missions of my quest I'm working on to be stumped..

    On something as simple as a StepIn function, could anyone tell me how to fix this, I'm trying to make it so a player steps on a certain tile (in this case four tiles all doing the same thing, changing storage if the value is 1 if not then doing nothing instead) I can't even imagine how simple...
  6. X

    Less of a showoff, more of a how the heck.

    Can anyone tell me how on earth to fix this, am I overmapping? I'm a complete scrub when it comes to mapping, I have some good ideas but they sure aren't coming to life the way I want them too, any advice is nice :)
  7. X

    Lua Is a menu for teleporting even possible?

    Is using an item such as the Nautical map with a unique ID that opens a menu, even if its a shop menu (if I have to) to select teleport destinations possible? I keep getting "function even onUse not found" but it's clearly in the script, or is this only possible through the source files? local...
  8. X

    Compiling Compiling error tfs 1.4.2 FMT and STD

    Trying to compile the server but I'm getting these issues, followed a tutorial for the same version but it's just not working, 2 errors, 160 messages and 50 warnings. Severity Code Description Project File Line Suppression State Error C2338 static_assert failed: 'Cannot format an argument. To...
  9. 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...
  10. 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
  11. 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.
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. X

    Compiling Somehow messed up Neikiro tfs downgrade

    I followed the guide on Basics/ Neikiro's TFS downgrade, but I'm getting tons of errors now I'm trying to figure out how to scrap everything completely so I can re-do it/do another server, any help on that would be great.
Back
Top