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

  1. Delitaheiral

    [TFS 1.0] Shown area spell request

    Hello! 1 - I need to know if its possible to make a spell that creates a 3x3 area around you, creating a small stone at the ground in each of these 3x3 2 - then when you put the mouse in any of the small stones and use the spell again (or just point the mouse in), it creates a explosion rune...
  2. Delitaheiral

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Hello, i'm looking for a way to remove the floor limitations, like if I am on Z 1 I can still see and target monsters at Z 2, can you help me with that? The server Side seems doable (hard but Ok) but the client side seems impossible to me, im checking on OTClient posts but none seems to be helpful.
  3. Delitaheiral

    A New View in free "Z"

    @zbizu Thank you for the information, I'm downloading it to have a look! I'll post anything important if I discover it.
  4. Delitaheiral

    Remove floor limitation, can target in every floor, Z 0, 1, 2, 3, 4.

    Maybe if I change the red part of this code and instead of the error I put a "Return True"... Will I be able to cast spells on high / low ground? Its on Combat.cpp: ReturnValue Combat::canDoCombat(const Creature* caster, const Tile* tile, bool isAggressive) { if...
  5. Delitaheiral

    Remove floor limitation, can target in every floor, Z 0, 1, 2, 3, 4.

    Ok, im sorry, wont bump before 24 hours. I sent a message to the creator of TFS, maybe him can help? xD If I get any information I post it here, thanks.
  6. Delitaheiral

    Remove floor limitation, can target in every floor, Z 0, 1, 2, 3, 4.

    I'm on floor 1, I want to be able to attack players at floor 2 if I am ranged or using magic... I just saw this on the c++ codes: ReturnValue Actions::canUse(const Player* player, const Position& pos) { if (pos.x != 0xFFFF) { const Position& playerPos = player->getPosition()...
  7. Delitaheiral

    Suggestion Automatically merge posts

    Aren't you talking about me and my posts? :3
  8. Delitaheiral

    Suggestion Automatically merge posts

    It was not the exactly same and not in same section. I'm sorry for the trouble, perhaps the problem I brought is too big, people cant help and I have no patience. Sorry again.
  9. Delitaheiral

    Remove floor limitation, can target in every floor, Z 0, 1, 2, 3, 4.

    I didn't know this tread exists, at this point i'm going to get banned from OTLAND cause of triple damn post, but I'm kinda stucked at this to continue the project... Hello, I am a beginner programmer in C++, I mostly just Edit some already made codes (to be honest) and I have a question, just...
  10. Delitaheiral

    A New View in free "Z"

    I Just posted this on Support but maybe its better to post here, once its a discussion of possible or not... I'm sorry for the double post, I don't really know where to post... Hello, I am a beginner programmer in C++, I mostly just Edit some already made codes (to be honest) and I have a...
  11. Delitaheiral

    Windows Xampp (Hosting a server 7.6 and people keep hacking me)

    You should use SQL servers, no one will give support to XML cause its the past.
  12. Delitaheiral

    Compiling A new View, "unlocked Z"

    Hello, I am a beginner programmer in C++, I mostly just Edit some already made codes (to be honest) and I have a question, just to know if its hard work or maybe can be done easily. I am not asking how to do it, I just want to know if Its very hard in a way that I will have to change the whole...
Back
Top