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

    Gesior, buy points page (RL premium page)

    anyone got this? :)
  2. T

    [C++] Add emblem guilds

    I tried with LUA but it shows Green Emblem for everybody, It should show Green Emblem just for your Guild members and yourself, and rest Blue emblem.. This can only be created in C++ but I don't know anything about it so it's kinda hard. :p
  3. T

    [C++] Add emblem guilds

    Why is that? A few extra lines in player.cpp isn't that much to ask for :o
  4. T

    Show addons in Whoisonline.php !

    Do you even have a script that generates colors?
  5. T

    [C++] Add emblem guilds

    Bumpzor :)
  6. T

    [C++] Add emblem guilds

    Still need help with this :)
  7. T

    Feature onTarget(NPC) openTrade

    Where in combat.cpp are you pasting this?
  8. T

    [C++] Add emblem guilds

    Bump! Could anyone help me with adding Green Emblem to those who're in a guild?
  9. T

    [C++] Add emblem guilds

    That won't make any difference. I'm aware of Elf warsystem, Emblems if you're in War mode. But I want so when you're in a guild you'll automatically receive a green emblem and others sees a blue emblem (nothing todo with War mode here).
  10. T

    [C++] Add emblem guilds

    I see, appreciate your answer. I believe it's something with this function in player.cpp GuildEmblems_t Player::getGuildEmblem(const Creature* creature) const { const Player* player = creature->getPlayer(); if(!player || !player->hasEnemy()) return Creature::getGuildEmblem(creature)...
  11. T

    [C++] Add emblem guilds

    Bump
  12. T

    [C++] Add emblem guilds

    Creaturescripts
  13. T

    [C++] Add emblem guilds

    bump
  14. T

    [C++] Add emblem guilds

    Hello! I'm in need of some help with this emblem function. What I seek is an edit to the code, so players who's in a guild has a Green Emblem and while seeing other players who's in a guild, they should have the Blue emblem. GuildEmblems_t Player::getGuildEmblem(const Creature* creature) const...
  15. T

    Banuta wall

    Hi I need some help with the Wall at Damaged steel helmet Quest. There are two levers between these walls but it doesn't work properly though. The lever on the outside got UID 33210 and inside doesn't have any UID. When using the levers it gives following errors.. [11:32:02.095]...
  16. T

    [SQL] Move players items (equipment, backpack) to their depots

    I removed that house part but what I'm looking after is a SQL query that sends players items (equipment, backpack) to their depot.
  17. T

    guilds.php guild members edit

    bump
Back
Top