Jump to content

meyraw

Members
  • Posts

    39
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by meyraw

  1. v222 will be released a bit later, clientinfo setting name is <shared_body_palettes_type2> Remote file server setting in free build is not yet tested well but if it works, its files are least prioritized over local GRF files (and therefore, over patched content as well). If file server is specified, AndRO will request a patch information file from file server (that is, .dat StatusFile for Thor patcher) and will make its decision about which patches to download based on its information. If new files appear on file server, client does not replace old files with new files automatically, so you need to patch these new files using patch server or ask users to clear app cache.
  2. Compatible for all known clients
  3. Sorry, my schedule is very tight. I will answer emails and facebook messages when I become available. Btw, I uploaded version 220 with improved Doram support. It addresses some Doram sprite display issues and also enables Doram character creation
  4. Paid version supports Gepard Doram support will be implemented soon
  5. You need to insert <patcherver> tag into clientinfo.xml inside your GRF like I decribed above - Updated free version to v213. - Added change log link on homepage Some more useful clientinfo tags for server config customization (all tags need to be inserted inside your <connection> block Custom itemInfo name: <iteminfo>myitemInfo.lua</iteminfo> Read lua before lub: <read_lua_before_lub>true</read_lua_before_lub> Increase max. hairstyles/haircolors: <increase_max_hairstyles>500</increase_max_hairstyles> <increase_max_haircolors>600</increase_max_haircolors> Enforce login-server address on char-server and map-server (also known as "proxy support): <enforce_login_address_on_char_and_map>true</enforce_login_address_on_char_and_map> For some servers with increased hairstyles hex which have hair palette problems: <strict_server2client_hairstyle>true</strict_server2client_hairstyle> Force show tilde for MATK in profile: <matk_with_tilde>true</matk_with_tilde> Read data directory first: <read_data_directory_first>true</read_data_directory_first> Hide quickcashshop button: <hide_quickcashshop_button>true</hide_quickcashshop_button> For servers with modified MAX_GUILDPOSITION <max_guildpositions>30</max_guildpositions> For using custom file server. Did not test this one for local client tho, you can use this guide: http://roworkshop.com/andro/main/own-fileserver.html <fileserver_url>http://my.file.server/path/to/client/</fileserver_url> For file servers with latin1 codepage rather than unicode codepage: <fileserver_is_latin1>true</fileserver_is_latin1>
  6. You need to edit clientinfo.xml inside your client GRF
  7. You can specify patcher settings inside your clientinfo.xml: .... <connection> .... .... <patchserver> <type>thor</type> <http>http://path/to/plist.txt</http> <ftp>http://path/to/data</ftp> <grf>your_default_grf.grf</grf> <inf>StatusFile.dat</inf> </patchserver> .... </connection>
  8. Not sure what to write in the tutorial. These basic steps are quite intuitive but ok: 1. Set up a working rA/Herc and a PC RO client to connect to your server, check if it's working 2. Modify <version> tag to your client's clientinfo.xml to your packet version YYYYMMDD, check if the PC client is still working 3. Copy PC RO client to the phone/tablet 4. Launch AndRO and select your client directory
  9. AndRO is a self-written RO client for Android that is compatible with rAthena, eAthena, and Hercules. To run it, you need a working game client on your device and a running server. App will use GRF list from DATA.INI and server list from clientinfo.xml. Default packet version is 20171227. You can change it by specifying <version>YYYYMMDD</version> tag in your client's data/clientinfo.xml For obvious reasons it doesn't support gepard and stuff. Just plain ro protocol. Download link: http://roworkshop.com/andro You may also want to customize your client's data/clientinfo.xml for AndRO by adding some of the additional options that AndRO supports: http://roworkshop.com/andro/main/clientinfo.html
×
×
  • Create New...