Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/03/17 in all areas

  1. May Digest 2017 The following digest covers the month of May, 2017. Staff Changes None Development Highlights CORE: Fixed MySQL 5.7 compatibility issue (799f781) Replaced strcopy with memmove (07e1a67) Fixed hidden statuses not being applied (ef3ad99, 9ba2513) Refactored script_rid2sd (cac27fc) Updated Giant Fly Wing behavior (10b512b) Added new script commands for Item Random Options: getitem3, getitembound3, makeitem3, rentitem3, countitem3, delitem3 (a15661e) Adjusted Homunculi configurations (12756ba) Fixed issue with bBaseAtk (f539d97) Implemented Equip Preview Window (9716233, 55735ea, 39dbb9a) Added new command: warp2 (8097543) Added automatic clan member removal (562d6d1) Fixed chat color bug in Channel System (c0476f6) Fixed char saving after buyingstore transactions (068ea0a) Updated leftover pet variables to 64k support (ce4ebbe) Skip MapN parsing if it is equal to EnterMap for instances (6a75b17) Fixed instance idle timer (cc700f1) Fixed a missing alliance channel check (bba3da2) Fixed a bug in hardcoded NPC event names (0fcc9b6) Fixed a bug in Tetra Vortex Fire animation (3e625df) DATABASE: Skill update: Claymore Trap, Blast Mine, Feint Bomb, Maelstrom (b6ff1c6, cc59048) Item DB updated (6cc9b95, 79ad0a1) Added some placeholders for new mob and NPC (bff62ed) SCRIPT: Fixed a bug in /quests/quests_morroc.txt (9e6b02a) Merged Faceworm Instance from idAthena (1e1d7e5) Restricted Summoner, Baby Kagerou, Baby Oboro and Baby Rebellion job to enter WOE:TE castles (b7cd40e, 4d12604) OTHERS: Dropped support for VS older than 2012, all these solutions has been deleted, replaced by a global solution (Works on VS2013 or newer) (cacd98d) Added x64 build support for Windows (cacd98d) Added preparation code for mixing the C++ project (7749c18, 2e524f1, 4a004ad) Fixed compile warnings and errors (900548f, a3282c1) Updated readme.md (999c411) Added zlib1.dll to .gitignore (d259ba3) Fixed Linux server shutdown order (ae540f1) Corrected some inter packet documentation (8d8712f) Statistics Excluding merges, 11 authors have pushed 46 commits to master and 88 commits to all branches. On master, 266 files have changed. There have been 26,706 additions and 18,780 deletions. There are 21 merged Pull Requests and 8 Proposed Pull Requests. There are 17 new Issues and 44 Closed Issues. List of Contributors @4144, @admkakaroto, @aleos89, @alxalmora, @anacondaqq, @Atemo, @Canoe, @cydh, @Daegaladh, @Encon21, @exneval, @feltenc, @hazimjauhari90, @hurtsky, @jamon18, @Jeybla, @Lemongrass3110, @majimboo, @nanakiwurtz, @Playtester, @RadianFord, @reigneil, @rpdigos, @Rytech2, @secretdataz, @sikiro, @spinzaku, @TheNoobCompany, @TrueNoir, @whupdo Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    2 points
  2. Hello guys ! I made this map long time ago and didn't used it. I was bored so I finished it and thought to release it here in eA. Rate it guys . Feel free to use it for your server. This file includes: ~ .rsw file ~ .gnd file ~ .gat file ~ .extra file ~ .bmp file (minimap) Screenshots: Enjoy and don't forget to say thanks.
    1 point
  3. You Can Open The Map Files in Hex Editor in my case i used XVI32 HEX EDITOR. 1. You need to open your map files in the GRF Editor to check the map resources ( add the texture files and map in same grf to check) If your custom textures path is correct there will be a check in the box. 2. Now that you know what textures are error in the map files you need to open it in Hex Editor to change it to a readable path. example if you go to the map you will have this error data\texture\yourmap/map.bmp not found you need to hex this part to mapfiles/map.bmp -> mapfiles\map.bmp Just scroll down to find the paths for your map. :)) Hope This helps
    1 point
×
×
  • Create New...