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

  1. kosamika

    C++ Game perspective - Standard RPG perspective

    Hello otlanders! im trying to edit the game perspective, into an standard RPG style this post explains perspective, as i understand, in case im not explaining myself. this is what i have: first image, red arrows represent the movements i cant make. 2nd , 3rd images, shows the building on...
  2. kosamika

    C++ Customized Elevation

    fixed it myself, in case somebody else needs this: edit otclient src/tile.cpp replace this: if(drawFlags & Otc::DrawItems) { // now common items in reverse order for(auto it = m_things.rbegin(); it != m_things.rend(); ++it) { const ThingPtr& thing = *it...
  3. kosamika

    C++ Customized Elevation

    can i bump this old thread? im facing the same issue cant find the function to draw this on client. not so worried about the flloorchanging thing, tho.
  4. kosamika

    Compiling Object Builder 0.5.4 "downgrade" to 16x16

    Hello otlanders literally speaking from ignorance here, so please excuse me. im trying to compile object builder to work in a 16x16 pattern instead of the default 32x32 saw the different options at sprites.xml and decided to try add the line below and test; <sprite value="16x16"...
  5. kosamika

    you are not the owner in the loot body

    try this
  6. kosamika

    C++ problem pushing monsters downstairs

    quick update: so in line 530 on tile.cpp at ReturnValue Tile::__queryAdd(int32_t index, const Thing* thing, uint32_t count, uint32_t flags) const found where the ret_notpossible is coming from: const CreatureVector* creatures = getCreatures(); const TileItemVector* items = getItemList()...
  7. kosamika

    C++ problem pushing monsters downstairs

    hello otlanders!!! im using vb2010 and last OTHire-master server revision im tryng to push monsters downstairs, but i always get ret_notenoughtroom the only holes that seem to work are the dirthole and the traphole but even those wont work once they are open. i can use them again when they...
  8. kosamika

    Amulet of Life

    bump
Back
Top