Jump to content
  • 0

[Guide] AndRO Free Version RAR


Rivers

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   47
  • Joined:  12/04/13
  • Last Seen:  

Many people have been asking me how I got my server, or theirs, working online using AndRO apk.

This guide works for v260 , v288 & v323 

  • Next, take all necessary files for running a server. These are the files from a fresh kRO, or in most cases a "Lite" version of a server. (In this example I used my Lite server files.) Below is a compiled folder of the files you need. Modify the clientinfo.xml to contain your information, add your client.exe, add your patcher, & your server grf.
    https://www.mediafire.com/file/hc1h491a0v4eux7/Lite+Files.zip/file
  •  
  • Then, I zipped everything into a RAR file. Downloading that onto my mobile device, in the Downloads folder. (Create new folder for version 288 and above)
  • Using almost any RAR extractor tool from Google Play Store you can extract all the files into your Downloads folder. Once completed you will then run your AndRO application. (NOTE: This will not create a custom icon for your server. To do that you need to buy the APK version of your server from AndRO Workshop.)
    https://play.google.com/store/apps/details?id=com.rarlab.rar&hl=en_CA
     

clieninfo.xml

  • Now you might have some questions about the clientinfo.xml that you'll need to put into your main GRF. Below is an example of what mine looks like. This allows my server to read everything in plain English and not Acsii.
Quote

<?xml version="1.0" encoding="euc-kr" ?> 
<clientinfo> 
    <servicetype>america</servicetype>
    <servertype>primary</servertype>
    <connection>
    <display>[ SERVER TITLE HERE ]</display>
    <address>000.00.00.000</address>
    <port>6900</port>
    <version>55</version>
    <langtype>1</langtype>
    <packetver>20180620</packetver>
    <increase_max_hairstyles>500</increase_max_hairstyles>
    <increase_max_haircolors>600</increase_max_haircolors>
    <read_data_directory_first>true</read_data_directory_first>
    <iteminfo>itemInfo.lua</iteminfo>
    <hide_quickcashshop_button>true</hide_quickcashshop_button>
    <max_guildpositions>76</max_guildpositions>
    <registrationweb>https://www.website.net/</registrationweb>
    <aid>
    <admin>2000000</admin>
    <admin>2000001</admin>
    </aid>
    <loading>
    <image>loading00.jpg</image>
    <image>loading01.jpg</image>
    </loading>
    <patchserver>
    <type>thor</type>
    <http>http://website.net/patch/plist.txt</http>
    <ftp>http://website.net/patch/data/</ftp>
    <grf>custom.grf</grf>
    <inf>updates.dat</inf>
    </patchserver>
    </connection>
</clientinfo>

 

Common errors:

  • Unable to Find Resource values : Fixed by re-selecting the directory. If this fails, your clientinfo may not be there or it can't read your GRF; this is common with incorrectly encrypted GRFs. V260
  • Crashes after selecting server directory, with no error : Fixed by disabling Gepard. If you have Gepard and want to keep it active you will need the paid version mentioned above. V260
  • Item Descriptions not in Enlgish : Fixed by changing clientinfo.xml to read data folder first and selecting it to read itemInfo.lua files. V260
  • Application will not read Downloads folder : Fixed by giving AndRO application Storage permissions. V260
  • Fatal Error: java.net.UnknownHostException: Unable to resolve host "host.name.here.net": No Address associated with hostname. : Fixed by closing App completely, reloading app, "change" directory, reselect Downloads folder and reopening the directory. sounds annoying, because it is, but it works! V260
  • data/sprite/인간족/머리통/여/2073_여.spr : Fixed by adjusting your Packet version in the packet line of clientinfo.xml. V260
  • data/sprite/인간족/머리통/남/33_남.spr : Fixed by reseting look to default. Many pallets and hairstyles are not working. V260
  • File format error. Try to delete your client folder "/directory/". Failed to Parse LUA file: /data/user/0/com.rowork-shop.androlocalclientfiles/tmp.lub:30000 (or any other combination of numbers) unexpected symbol near 'symbol/text_error'Fixed by scrolling to the specified line of your LUA/LUB and adjusting the improper values. V260
  • Failed to connect to resource serverFixed by adding the patch directory to the clientinfo.xml / If your GRF is encrypted you will need to decrypt it. V260
  • Patch list error 1 at line 1Fixed by removing Patch and Website lines from your GRF. This is for those who don't use websites for their server. V260
  • Failed to connect to map server : Fixed by double checking the patch directory on the clientinfo.xml. It is important to have both patch directory lines in it to receive connections. V260
  • Fatal error Failed to load map: * : Fixed by either reselecting the Path in Settings and changing it, even if it's identical to what you have now; or by reinstalling the AndRO Freeware. V260
  • Failed to parse LUA: Only supporting v5.0, sorry : May have an older version that is not compatible with the latest AndRO. V260
  • Game crash without error/AndRO apk has stopped working : This can be because you are in @hide. Unhide to be able to load the game again. This can also be an issue with the version, I downloaded v288 and this issue resolved itself. V260
  • Attempt to invoke virtual method 'void . . 3.. (int, int)' on a null object reference : This error is still being investigated. It is believed to be the same error as the Game Crash/AndRO apk has stopped working. V288

 

More will be added and polished as I learn more. Thanks for reading thus far. If you need assistance compiling your mobile server let me know and I'll try my best to help.

Edited by Rivers
  • Upvote 4
  • Love 3
  • MVP 2
Link to comment
Share on other sites

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

1 hour ago, renoblack said:

thank you bro :3

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   1
  • Joined:  01/26/16
  • Last Seen:  

@GM Winter can still be used 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

4 hours ago, renoblack said:

@GM Winter can still be used 

will try it now before i sleep thanks again

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.01
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/02/22
  • Last Seen:  

On 3/16/2023 at 11:59 PM, GM Winter said:

will try it now before i sleep thanks again

Did it work?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/29/14
  • Last Seen:  

where do you put the item_db, skill_db, conf etc files?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

where can I download the FREE APK VErsion it seems that ANDRO remove the download link.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

3 hours ago, jimboy092032 said:

where can I download the FREE APK VErsion it seems that ANDRO remove the download link.

https://www.mediafire.com/file/z5hkpzfk59emkls/LocalClient_%281%29.apk/file

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

Thank you so much ? i CANT AFFORD to pay 250$ thats too much cost you save me is this fully working like the one selling 250$?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

3 hours ago, jimboy092032 said:

Thank you so much ? i CANT AFFORD to pay 250$ thats too much cost you save me is this fully working like the one selling 250$?

theres a lot of android updates already as of now the android version is v430 "AndRO - Change log (roworkshop.com)" and i think the free version was v375 or v377 dont remember

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  12/14/13
  • Last Seen:  

Has anyone managed to make this v 315 work without crash?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...