• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Oskar1121

    Ranger's Arcani OTClient showoff

    NPC list, offer and position at map
  2. Oskar1121

    Ranger's Arcani OTClient showoff

    Dungeon generator! And result: You can test this system in any moment, just log in at Test Ranger's Arcani Online server! https://discord.gg/Kg6UG5Q
  3. Oskar1121

    Ranger's Arcani OTClient showoff

    Encyclopedia, drop chance and prices at shops
  4. Oskar1121

    OTClient affect item or creature

    Look, this is my item shader function: void Item::draw(const Point& dest, float scaleFactor, bool animate, LightView *lightView, float opacity) { if(m_clientId == 0) return; // determine animation phase int animationPhase = calculateAnimationPhase(animate); //...
  5. Oskar1121

    OTClient affect item or creature

    void Item::setClassId(int id) { m_classId = id; if (id == ITEMCLASS_LEGENDARY) setShader(g_shaders.getShader("LegendaryShader"), 0, 0); else if (id == ITEMCLASS_UNIQUE) setShader(g_shaders.getShader("UniqueShader"), 0, 0); } This is my script using shaders with...
  6. Oskar1121

    how to make a MiniWindow spawns in the middle?

    UIWindow != UIMiniWindow
  7. Oskar1121

    how to make a MiniWindow spawns in the middle?

    Because you're not using UIWindow, I guess
  8. Oskar1121

    how to make a MiniWindow spawns in the middle?

    UIWindow id: protected15 anchors.centerIn: parent size: 971 625 phantom: false This is .otui code, probably you're not using UIWindow style but UIWidget
  9. Oskar1121

    how to make a MiniWindow spawns in the middle?

    So, show me how do you create a window, are you using g_ui.createWidget or g_ui.displayUI?
  10. Oskar1121

    OTClient affect item or creature

    Yes, this is possible.
  11. Oskar1121

    how to make a MiniWindow spawns in the middle?

    anchors.centerIn: parent or anchors.horizontalcenter: parent.horizontalcenter anchors.verticalcenter: parent.verticalcenter And show us how are you create a window
  12. Oskar1121

    Ranger's Arcani OTClient showoff

    Premium shop update
  13. Oskar1121

    Ranger's Arcani OTClient showoff

    Spell tree update
  14. Oskar1121

    Ranger's Arcani OTClient showoff

    The server is online, you can play at any moment
  15. Oskar1121

    Ranger's Arcani OTClient showoff

    It's just such an impression, in the game it looks clearer.
  16. Oskar1121

    Ranger's Arcani OTClient showoff

    Hey guys, I'd like to show a few of my modifications from Ranger's Arcani server
  17. Oskar1121

    [Showoff] Dungeon System

    I don't understand how is this working. You showed a gif, but I still don't get it.
  18. Oskar1121

    [Showoff] Dungeon System

    Most games using a system like this. Not even only Diablo.
  19. Oskar1121

    [Showoff] Dungeon System

    Yes, this is an alpha version but I'm using puzzles made in RME earlier and generating 100% randomly path Here's one of dungeon minimap: And puzzles: Here are 3 different biomes, but I've made 9 at the moment. Red gems represent monsters, blue treasures. If you want to try how is this...
Back
Top