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

Search results

  1. dewral

    Problems with Map Loading 7.6

    What is your rme?
  2. dewral

    Dewral Mapping Showoff

    Hello guys! Another work for @Sajgon My idea of "banuta" style.
  3. dewral

    TFS 1.X+ increase healing and damage

    I have it in my 7.72 version so I dont know, you can Change ORIGIN_SPELLS TO ORIGIN_SPELL that will fix The spell isue
  4. dewral

    TFS 1.X+ increase healing and damage

    What's your engine?
  5. dewral

    TFS 1.X+ increase healing and damage

    you probably registered it wrong, i had issue with this also and i fixed it, but now can't be sure what is this. Check the whole post and be sure you did exactly what i did xD
  6. dewral

    Dewral Mapping Showoff

    Probably could be done better too lazy i think :D, i try to improve! It's nice to see some interest iny maps :D Thank you!
  7. dewral

    [PROJECT] Welcome to Clickz Custom Map Project!

    Really nice feeling of an RPG!
  8. dewral

    Dewral Mapping Showoff

    Yea maybe you're right, i have to check it ingame how does it look! Thank you man :D
  9. dewral

    Dewral Mapping Showoff

    Part of Asura's Palace i made for @Sajgon
  10. dewral

    TFS 1.X+ increase healing and damage

    No problem text me if any error
  11. dewral

    Problems with Map Loading 7.6

    Map properities You just save it wrong way with RME, if you use Simone it will work for you too :p
  12. dewral

    TFS 1.X+ increase healing and damage

    You can check this one :P Balance
  13. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    Did you install this? OTCv8 detection, custom features packet, bigget packet size and bug f… · OTCv8/forgottenserver@2839d4d (https://github.com/OTCv8/forgottenserver/commit/2839d4d7a8ad3597eff6c786f4ceb9b1b4b4456b)
  14. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    How did you register features?
  15. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    Change also this one void ProtocolGame::parseSetOutfit(NetworkMessage& msg) { Outfit_t newOutfit; newOutfit.lookType = msg.get<uint16_t>(); newOutfit.lookHead = msg.getByte(); newOutfit.lookBody = msg.getByte(); newOutfit.lookLegs = msg.getByte(); newOutfit.lookFeet =...
  16. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    Send me your protocol send outfitwindow part from protocolgame.cpp
  17. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    game/features/features.lua Enable this under 7.72 version g_game.enableFeature(GamePlayerAddons) g_game.enableFeature(GameNewOutfitProtocol)
  18. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    Depends what your client is, im using otcv8 and it's easy just enable features. I don't know what the fix for other otc
  19. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    It also need to be enabled from client side. Edit: You also did wrong protocol game, compare 8.0 protocol game to 7.72
  20. dewral

    Dewral Mapping Showoff

Back
Top