• 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!

Recent content by Coldimus

  1. Coldimus

    Second Promotion NPC

    Hey, folks! I'd like to know how to implement a GUI that appears when talking to the NPC that would provide a list of requirements needed to make a successful promotion transaction, but if the player does not have what it takes to meet the requirements, it should deny the offer until the player...
  2. Coldimus

    Mwall Bridge Uer Rune

    Thanks, it works perfectly fine, I appreciate your help and support!
  3. Coldimus

    Mwall Bridge Uer Rune

    Thanks for your respond! Unfortunately, it doesn't fulfill all the 3 mwalls when a player is standing on the pos2 interval, but instead fulfill the rest of the positions, what I want to happen is that it shall move the player one step backward and fulfill all 3 mwalls properly.
  4. Coldimus

    Mwall Bridge Uer Rune

    Thanks, it operates great! Do you have any clue how I can make it work with the second part, when it comes to pushing back the player(s) when located on the pos2 interval upon using the mwall bridge uer rune?
  5. Coldimus

    Mwall Bridge Uer Rune

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, FALSE) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) local arr = { {0, 1, 0}, {0, 3, 0}, {0, 1, 0}, } local area =...
  6. Coldimus

    Mwall Bridge Uer Rune

    Thanks for your response! However, we have a slight issue now, the rune is no longer functional for usage, here is the error printing in the console: [11:27:01.967] [Error - LuaInterface::loadFile] data/spells/scripts/support/bridge ue mwall.lua:28: 'end' expected (to close 'if' at line 25)...
  7. Coldimus

    Mwall Bridge Uer Rune

    Hey, folks! I'm relatively interested in how I could make it charge 1 rune upon usage, and if any player(s) is detected in the pos2 interval, it should move the player(s) one step forward/backward, so that the rune can conduct its creation properly. Server Information: 》TFS Version: 0.4...
Back
Top