• 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

    So it fixed it, but everytime the spell is called i get this error, besides that it works perfect for not damaging summons Lua Script Error: [Event Interface] data/events/scripts/creature.lua:Creature@onAreaCombat data/events/scripts/creature.lua:17: attempt to call method 'isSummon' (a nil...
  3. X

    Summon casts Spells on spellCast

    I changed it back exactly how you sent it, now everytime I cast I'm getting the error regardless. EDIT: I fixed it back to working how you had it, can we make it so it goes off players magic level? and level
  4. X

    Summon casts Spells on spellCast

    it worked and then I tried to change damage formula for player magic level, and it gave me "Lua Script Error: [Test Interface] (Unknown scriptfile) attempt to call a nil value stack traceback: [C]: at 0x7ff65d6d9730"
  5. X

    Summon casts Spells on spellCast

    Nope :[
  6. X

    Summon casts Spells on spellCast

    My bad the 1.4.2! it's just doing the beserk on my player still
  7. 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...
  8. 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!
  9. X

    Compiling Compiling error tfs 1.4.2 FMT and STD

    Is the VCPKG.JSON file I'm editing supposed to be in workflows? I'm not seeing it or is it in vcpkg?
  10. X

    Lua Trying to get the greeting right for NPC

    thank you :) I forgot about the prints
  11. 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...
  12. X

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

    Appreciate it, yeah I did eventually figure it out lol, I’m almost done with my quest and I’m gonna share just cause I think it’s neat, but currently having issues with a part where you meet another NPC and he gives you a side quest before continuing and the values keep messing up blah.
  13. 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...
  14. X

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

    I freaking love you. lol
  15. 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 :)
  16. X

    Lua Is a menu for teleporting even possible?

    Yeah I just gave up and went with the classic boat system, didn’t want to make different ships and ports but oh well lol
  17. 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...
  18. X

    [FAQ] Your first 13.10 TFS-master OT explained

    Is there anything on the 12.87 client? I just finished compiling and I'm having trouble even finding the client, or understanding how to patch one to 1287.
  19. 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...
Back
Top