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

    Compiling monster attack summon when player have summon

    Hello, as the title sais, how can i add a feature for when a player is hunting and player release a summon or something automatically the monster attack the summon, and when player NO have summon, monster attack player? I'ts necesary to be in C++ please :( Very thanks, otland.
  2. Nubaza

    [C++] Monster Target

    So, what is need to edit to add that feature?
  3. Nubaza

    monster attack summon when player have summon

    Hello, as the title sais, how can i add a feature for when a player is hunting and player release a summon or something automatically the monster attack the summon, and when player NO have summon, monster attack player? Very thanks, otland.
  4. Nubaza

    Storage (ID) Channel

    I added that: uint32_t getStorage() const {return m_storage;} In talkaction.h and chat.h But it's only on chat.h Can u do that work: <channel id="8" name="RL-Chat" storage="10000"/> When the storagevalue is not -1 or 0 ??? Because sometimes i use storages in Text not numbers Thanks
  5. Nubaza

    Storage (ID) Channel

    Works perfectly.
  6. Nubaza

    Storage (ID) Channel

    WORKS PERFECTLY! I fucking love you guy, you're great. Thanks!!!!!!!!!
  7. Nubaza

    Storage (ID) Channel

    Compiled perfectly, But now when i open my channel list server going Crash :(!
  8. Nubaza

    Storage (ID) Channel

    That's a fragment: case CHANNEL_PRIVATE: { if(ChatChannel* newChannel = new PrivateChatChannel(CHANNEL_PRIVATE, name, flags)) dummyPrivate = newChannel; break; } default: { if(ChatChannel* newChannel =...
  9. Nubaza

    Storage (ID) Channel

    Wow man!! Awesome!! But i can't compile it :c Got this errors: chat.cpp In member function `bool Chat::parseChannelNode(xmlNode*)': 338 chat.cpp no matching function for call to `ChatChannel::ChatChannel(uint16_t&, std::string&, uint16_t&, uint32_t&, uint32_t&, Condition*&, int32_t&...
  10. Nubaza

    Storage (ID) Channel

    Bump! :(
  11. Nubaza

    Storage (ID) Channel

    Well i think that changes works on all... But 0.3.6pl1 my friend. If you can help me, i'll be very greetful. Thanks!
  12. Nubaza

    Storage (ID) Channel

    Hello! I tried to do a channel by storage but i can't do that. So... i read this from a post: How can i do one Premium Channel? have one tag to add in channels.xml to only Premium Players open it? Solution: All credits goes to Cykotitan. In chat.cpp Find: if((readXMLString(p, "logged"...
  13. Nubaza

    Znote Problem

    Creating Player: 1INSERT ERROR: Duplicate entry '0' for key 'PRIMARY' Creating Account: Duplicate entry '0' for key 'PRIMARY' HELP PLEASE!!! I can't reset because i've too much accounts ... This happent when i exported and imported again the Database. You can try on www.pokelatino.net...
  14. Nubaza

    Lua Why This Command Cause Lag T_T

    Hello, i've created some function to my OTC and my pokemon server hhaha... But i've a BIG BIG problem... When i assing this function to a player this cause MUCH lag in all the server: The function is this: function percentsHP(cid) if not isCreature(cid) then return true end local balls =...
  15. Nubaza

    HELP game talk on mana change D:?

    healthinfo.lua http://pastebin.com/YYSvqcv4 When mana change i want to player say the command !manaupdate Please help, thanks.
  16. Nubaza

    Please help with this [paid]

    I have this bar on my OTclient Someone knows how to edit the "HP BARS" according with a command like this: A cancel message in the OTC: "Pokehp: 100/100/100/100/100/100" (Example) each of one that valors are putted in the bars... Someone? thanks
  17. Nubaza

    This new character list

    @Summ can you do it? I need to upload my gamelib folder, or not? i haven't idea how to do that... xddd...
  18. Nubaza

    This new character list

    Edited the post, please check it again.
  19. Nubaza

    Looking for a otc editor [PAID]

    I need someone who can do features to OT Client like this: -new character list- Thank You, Regards.
  20. Nubaza

    This new character list

    Hello Otland.net I come to this forum because i know what the people of here are very experimented and advanced... but I'm not really sure what I'm getting here I want this character list from the OT client by Pokestorm.com.br The pokeballs are the mana, example (2/6) max mana= 6 always in...
Back
Top