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

    GameAddict ZnoteAAC - v1.5

    Fixed an infinity looping on characterprofile that while finding a player it causes footer creating a new box ifinity times. Fixed Submenus on characterprofile
  2. alexv45

    Hellgrave RPG 12.72 v6.0

    Hello. v5.5 is attached on thread, but is not updated, i cannot update the topic with the last 5.5 version. I Will Upload it on Github when v6.0 come out ( in 5 days ). Hellgrave v6.0 Release date: 15.04.2023 at 09:00 GMT+1 The download will be on github. The server v6.0 is finally finished...
  3. alexv45

    GameAddict ZnoteAAC

    Launchers, websites i made are not open source. And some websites released on ZnoteAAC they are free. There is nothing as public sprite and brazilian selling by the owners of forum, if anyone sell content is different. Edit: ok yeah i forget two guys selling they own ot, but nvm , there is...
  4. alexv45

    C++ /usr/bin/ld: cannot find -lcryptopp-static

    It was old otservbr because i didnt find tfs 1.3 clean when i start the project. Canary is different and this 12.72 needs crypto. But i never use linux and i cannot integrate linux compilation on visual because i got an error and i dont know how to fix it. But is already compiled waiting v6.0...
  5. alexv45

    C++ /usr/bin/ld: cannot find -lcryptopp-static

    I take a look and you have downloaded a pre-compiled windows version. Is there a ubuntu 20.04 pre compiled version, with the right vcpkg, just take care about what type of OS version you are using, is writted on title.
  6. alexv45

    GameAddict ZnoteAAC

    Ok. So i don't want to do publicity here, so on Github is added information on each repository ALL My Themes are on the forum community here. I am finish a really big project Hellgrave RPG Custom Tibia Server (https://hellgrave.com) open source for Tibia community, after that i have worked on...
  7. alexv45

    C++ /usr/bin/ld: cannot find -lcryptopp-static

    I sended you a message with the correct cryptopp file. You are trying to compile Hellgrave v5.5 server, and it's missing a lib file on vcpkg installation, that i uploaded and i have already sended you a private message with download link, follow steps and add it to your...
  8. alexv45

    [Znote AAC] - Interactive Map for Servers - Work in Progress

    Is a simple HTML page, You can bring it to Znote, MyAAC, Electro, Gesior, where you want, to another game ? No problem, is a simple HTML Page, you can also open it offline.
  9. alexv45

    GameAddict ZnoteAAC

    Is working, just there is a fix issue on accounts here and i dont have updated the theme here. But it is updated on github.
  10. alexv45

    [Znote AAC] - Interactive Map for Servers - Work in Progress

    To add you custom map you just need create a picture from your map on rme from floor 0 without shade. Another noob tip is take screens and make a collage on paint.
  11. alexv45

    Hellgrave RPG 12.72 v6.0

    Like any other 12x client. Using notepad find loginwebservice and changing the link. You can using the right vpckg uploaded on GitHub is the only one working. The v5.5 is ready to play. Download config then just play.
  12. alexv45

    AAC Znote Acc, Admin news page. Resizable image

    You will need to replace the editor in this case. On admin_news.php, line 25-26 notepad: <script src="engine/js/nicedit.js" type="text/javascript"></script> <script type="text/javascript">bkLib.onDomLoaded(nicEditors.allTextAreas);</script> Delete this, Line 46 starting on <textarea>...
  13. alexv45

    RevScripts Buy levels RevScript

    Hello, You can maybe create an action, in order to get exp, from an item, exemple: local potionExp = Action() function potionExp.onUse(player, item) if player then player:addExp(1000000) item:remove(1) end end potionExp:id(ITEM_ID) potionExp:register() I dont remember if is addExp...
  14. alexv45

    AAC Website oTclient Redemption

    Hello, If you go on 127 or localhost you dont need to click anywhere, page is loaded ( only if on www folder you added another folder called znoteaac-2 , put files directly on www). Config.php and config.lua add 127.0.0.1 on both, then servername use the same name on both files, exemple...
  15. alexv45

    AAC Znote ACC HTTPS

    I remember long time ago if you use "under attack mode" on cloudflare some pictures are not displayed ( this mode blocks access to the folders ), you need check configuration in order to show pictures.
  16. alexv45

    client editing 12+

    I will check that for the client i remember i change a gray background then the button have been changed and i get back to the gray. To use higher than 64px, the only way is add it by parts, you can add a 300px Sprite, with animation or Without, the create the item on rme. (Import 64px parts on...
  17. alexv45

    client editing 12+

    The button use a background picture, Gray, is a picture if you edited the login panel you should find easy to modify the button.
  18. alexv45

    [Znote AAC] TibiaCOM Layout by Alex45

    Did you first import SQL from server then SQL from znote _acc ? Located on engine/database/znote_schema.sql ? Since long time ago i think db has not changed there it says znote_acc doesnt exist, Try again to create a New dB. If it not works and you are using uniserverz, use xamp instead or Vice...
  19. alexv45

    [Znote AAC] TibiaCOM Layout by Alex45

    Hello, What type of picture is not loading ? Items ? Look for 'shop' 'imageServer' => 'item-images.ots.me/1285/' Outfits ? Look for ShowOutfits 'imageServer' => 'https://outfit-images.ots.me/1285_walk_animation/animoutfit.php' You can use outfit images url posted by @Gesior.pl here...
  20. alexv45

    Hellgrave RPG 12.72 v6.0

    V6.0 is in development. Editing interactive Map is html and js files. Enter on right files and start reading you will understand fast how it works. Otherwise, post on this threads. The Launcher is not open source.
Back
Top