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

    [How-to] Quests

    So, how about official update for 0.2 since it uses diffrent quest system? <_< AID 2000 and placing items into squares works fine, but pick-only-one seems outdated.
  2. elektrus

    Workaround to Training Schools.

    Well, doesn't matter really. I saw there is proper solution before i even made this topic. Kinda bad devs released it without script.
  3. elektrus

    Solved Lack of item names in NPC Trade

    Oh, how i love these kind of errors. Just a little change and it works like charm. Thanks, i wouldn't come up with this, although Cape was one of items that i could sell and in fact it didn't have "1,".
  4. elektrus

    Solved Lack of item names in NPC Trade

    I got code like this: 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)...
  5. elektrus

    Workaround to Training Schools.

    Sup, as you may have noticed when you use Skill Trainer nothing happens, but if you go to bed there is window where you can choose which skills you want to train. Problem is that probably not everyone will be lucky enough to get his own house. Since "skill window" will only appear when bed...
  6. elektrus

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    I managed to change font but it still doesn't have diacritics. I copied new fonts to layout/fonts and changed css to something like this: I know this won't work on IE but i just wanted to see if it changes anything cause to be honest i have no idea what i'm doing ^_^ Even changed to...
  7. elektrus

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    Hey, is there a option to change font? Just to simple arial or whatever cause default Znote AAC font seems to not have Polish diacritics (or any other?) and second question is: can i by any chance translate interface? I mean, everything is in files, i have to find it, translate and it's done, right?
  8. elektrus

    [Znote AAC] More (advanced) news sytem

    Is it possible to change date format to DD-MM-YY? Cause i edited: to and got date like 0000-00-00. While this gave me 2019-09-12. <_<
Back
Top