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

    AAC Allowing multiple accounts per email.

    Well... Usually its password recovery, here theres no problem since you enter the account + email and you only get to reset password for selected account. Here it doesnt matter if theres 100 accounts on 1 email. But if you lose the account name then you need something unique to each account...
  2. P

    AAC Allowing multiple accounts per email.

    Lets break it down a bit. The code you posted is the correct snippet to remove This code insert error message to $errors table. If user with email exist, insert ot $errors. if (user_email_exist($_POST['email']) === true) { $errors[] = 'That email address is already in use.'; }...
  3. P

    Everdale - Development Thread

    Getting the final tweaks done this week and I might be ready to open Everdale officially.
  4. P

    Everdale - Development Thread

    Updated auras
  5. P

    Everdale - Development Thread

    haha thanks, I’m no sprites, just copy and pasted pieces from other existing sprites 😄
  6. P

    Everdale - Development Thread

    Finally got my thumb out and fixed the effect of wizard element. Sprites are just placeholders for now.
  7. P

    Everdale - Development Thread

    Dungeon system that utilize a function similar to THIS This is where players will be able to get the best equipment in the game. Once a dungeon is selected, the the two item windows to the sides will appear and you can add dungeon modifiers. Among a few things, increase the amount of spawned...
  8. P

    Everdale - Development Thread

    Most datacenters are located in or around Toronto area. What would the benefit be compared to host it in let’s say New York? Pretty much the same geological location
  9. P

    Everdale - Development Thread

    Is there bigger interest in custom OTs in EU or US? Thinking of migrating the server over to US host.
  10. P

    Everdale - Development Thread

    Major rework on crafting. Weapon-, Armor- and Jewelcrafting now has the possibility to add random attributes on crafting. Planing to add extra elemental damage for enchants and random attributes on crafting
  11. P

    OTClient 1.0 (Release)

    Looks alright to me
  12. P

    CreatureEvent [1.X] Heart in Corpse when Player kills you

    Morgaroth's heart 100% better for this!
  13. P

    Im bored, show me your OTS

    Everdale ;)
  14. P

    centralize spell

    Yes and try what I wrote, original script and the xml snippet. Works the same as saving the location without saving the location. Nothing wrong with your script, just wrote an FYI(for your information) that it works the same if you didn’t know how spells work without selftarget or direction set.
  15. P

    centralize spell

    Using the original script and just doing this in xml <instant group="attack" spellid="50" name="Test Spell" words="test spell" level="80" mana="65" premium="0" aggressive="1" cooldown="4000" groupcooldown="2000" needlearn="1" script="test_spell.lua"> <vocation name="Sorcerer" />...
  16. P

    centralize spell

    Ok, so remove all selftarget, direction in spells.xml Send the line here if you dont understand what I mean and I’ll help you edit it. ☺️
  17. P

    centralize spell

    @RigBy I believe the issue is in your spells.xml. You have it set as direction="1" and not selftarget="1"
  18. P

    C++ / Login position ..

    Then you probably dont town set up wrong, should check the town in RME
  19. P

    Everdale - Development Thread

    Done some minor changes, Ill try to list them all. Craftingwindow now updates the list of stuff you can craft when you advance in skill. Storewindow update points when bought or transfered points. (In the future you will recieve points by playing, no need to ever pay.) Moved quiver for Rangers...
Back
Top