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

    MyAAC v0.7.12

    Yea got it working, thanks. I want to upgrade to 0.1.5, how do I do that? I don't wanna reinstall / reconfigure the entire AAC again because of 3 and a half files that you've changed, is there any way to patch only the files that you changed?
  2. Sizaro

    MyAAC v0.7.12

    The house page doesn't work?
  3. Sizaro

    MyAAC v0.7.12

    @my last post was a fail. I don't know what you mean with $config['vocations'] I cannot find anything in my config file called vocations. // new character config 'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy' 0 => 'Rogue...
  4. Sizaro

    MyAAC v0.7.12

    Because my server has 6 vocations and not 4?
  5. Sizaro

    MyAAC v0.7.12

    I set the config to this; // new character config 'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy' 0 => 'Rogue Sample', 1 => 'Sorcerer', 2 => 'Druid Sample', 3 => 'Ranger Sample', 4 => 'Knight...
  6. Sizaro

    MyAAC v0.7.12

    I set different sample IDS for my samples and I get this error; // new character config 'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy' 2 => 'Rogue Sample', 3 => 'Sorcerer Sample', 4 => 'Druid Sample'...
  7. Sizaro

    MyAAC v0.7.12

    myaac_news.sql It's just something random I copied to test the system out.
  8. Sizaro

    MyAAC v0.7.12

    I found two bugs already, if you make a very long news post, the edit button stops working at the bottom. If you make a long news ticker the structure of the site breaks and you cannot edit the ticker or remove it.
  9. Sizaro

    Action [TFS 1.x] open world style chests

    I can open the chest indefinitely with new rewards generating every time. No errors in console.
  10. Sizaro

    Emporia 8.6x - OtLand Exclusive! <3

    This is a data pack not a distribution.
  11. Sizaro

    Feature True dual wielding for TFS 1.x

    I tried to compile with this script on latest TFS sources and I'm getting an error on line 623 to 634. error error C2065: 'lastAttackHand': undeclared identifier error C2065: 'blockSkillAdvance': undeclared identifier lines void switchAttackHand() { lastAttackHand =...
  12. Sizaro

    [LUA] & possibly [C++] requests - Sizaro

    So I want to make summons teleport to you when you walk too far away and kills from them should give normal (100%) exp, but I'm guessing this is done in source code? <instant group="support" spellid="9" name="Summon Creature" words="utevo_res" lvl="25" params="1" exhaustion="2000"...
  13. Sizaro

    [LUA] & possibly [C++] requests - Sizaro

    addEvent(player:teleportTo({x = 2071, y = 2186, z = 7}), 5000) Is it possible to do something like this? Basically I want this NPC to say stuff and then teleport the player to X position after 5 seconds. Maybe I'm overthinking this. Nevermind, fixed it; local keywordHandler =...
  14. Sizaro

    [LUA] & possibly [C++] requests - Sizaro

    Starting this thread back up, and now I'm wondering if it's possible to make a weapon that can only be used by X level or lower. <distance id="19390" breakchance="3" /> <!-- beginner spear --> <item id="19390" article="a" name="beginner spear"> <attribute key="description"...
  15. Sizaro

    Minotaur Archer looktype bug

    Works with Standalone Uses same SPR / DAT
  16. Sizaro

    Minotaur Archer looktype bug

    Using latest OTClient 10.98 Not using custom otb file Not done any mods to source code
  17. Sizaro

    Minotaur Archer looktype bug

    When I spawn Minotaur Archer it looks like this and I have no clue why, I've checked the looktypes and it's 24 wich is normal. All others are just fine.
  18. Sizaro

    Is there still demand for unique OT-servers?

    Hello, I've been away for a while and I'd like to know if there still are demand for unique OT-servers. I have a project I've been working on for a very long time on my own. My goal with this project is to make the world unique and fun while still giving players the feeling that they know where...
  19. Sizaro

    Sizaro On Antica

    Not playing atm.
Back
Top