• 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

    [PHP] Znote AAC Gallery imgland/ii.gl link replace

    Hello there, apparently Znote's AAC replaces urls in gallery so that only these from imgland.net and ii.gl are valid ones. I found the code that does that but my script kiddie skills aren't enough to make it so that it uses any direct link. I.E https://i.imgur.com/CtTwhYU.jpg is being replaced...
  2. elektrus

    Messing with RME files, probably someone answered this already.

    There was that one thing that always bugged me and I never questioned it, but... how does RME work? As far as I know if there is no entry in items.xml RME has no idea that some item exists. Is there a chance that walls or other items are missing? That would explain what extensions (F2) are...
  3. elektrus

    Solved Check on PoI code.

    Map: https://i.imgur.com/ehna8gl.jpg Movements.xml: AllThrones.lua: Thrones seem to work (there is animation and message) but I can't pass the doors nor there is message about not enough absorbed energy. Any ideas what is wrong? Just don't tell me it's cause im running 1.0.0.
  4. elektrus

    Lua The Cloudwalking Spell. What is it?

    I found in scripts this spell and i have no idea what it does. It's called Cloudwalking and I was thinking that maybe you can pass through monsters with it or something but it doesn't seem to do anything. function onCastSpell(cid, var) return doCreatureSetStorage(cid, 22444, os.time() + (86400...
  5. elektrus

    Solved Part of map in anoter map?

    Hey, how can i do that? Import Map option imports whole map and cutting/copying selected part of map allows to paste in only in same RME window.
  6. 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)...
  7. 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...
Back
Top