[GAME][MMORPG]Ragnarok Online Mobile Versions

Search This thread

julle131

Senior Member
Mar 24, 2011
1,476
606
finally the saviour is back.. thanks a lot..

Sent from my HTC Desire 516 dual sim using XDA Free mobile app

Sorry it took me so long. I saw your PM 2 days ago,but forgot about it.

Today I noticed another PM, so I made the modification at midnight. And now its 24:58. Lovely.

Sent from my Nexus 5 using XDA Free mobile app
 
  • Like
Reactions: IZO6

seanhanrei2000

Senior Member
Apr 23, 2015
95
3
i download apk tool.. drop the apk then decompile it with show java but i cant find the file that you are removing..

Sent from my HTC Desire 516 dual sim using XDA Free mobile app
 
Aug 29, 2015
7
1
Thanks Julle! I decompiled, removed entries, recompiled, signed and zipaligned the apk but it didn't work for me. I'm only using bluestacks rooted with android 4.4.2 OS. Wonder if that was the issue. :(

I tried the latest patch you made.

1. DL latest ROVU
2. Update ROVU
3. Replace data/app/com.us.ragnarok-1.apk with ragnarok-genypatch.apk ("rename to com.us.ragnarok-1.apk")
4. Set permission to octal 644
5. Run (It still still says rooted device are not supported)

I viewed the recompiled apk and there are no entries anymore on the rooting_check_list.json but still won't work!
I have xposed framework and rootcloak that targets com.us.ragnarok. Help! :crying:

UPDATE:
I re-do the procedures then after renaming base.apk to com.us.ragnarok-1.apk, when I launch ROVU nothing happens. The screen just blink. :(
 
Last edited:
  • Like
Reactions: IZO6

julle131

Senior Member
Mar 24, 2011
1,476
606
Thanks Julle! I decompiled, removed entries, recompiled, signed and zipaligned the apk but it didn't work for me. I'm only using bluestacks rooted with android 4.4.2 OS. Wonder if that was the issue. :(

I tried the latest patch you made.

1. DL latest ROVU
2. Update ROVU
3. Replace data/app/com.us.ragnarok-1.apk with ragnarok-genypatch.apk ("rename to com.us.ragnarok-1.apk")
4. Set permission to octal 644
5. Run (It still still says rooted device are not supported)

I viewed the recompiled apk and there are no entries anymore on the rooting_check_list.json but still won't work!
I have xposed framework and rootcloak that targets com.us.ragnarok. Help! :crying:

UPDATE:
I re-do the procedures then after renaming base.apk to com.us.ragnarok-1.apk, when I launch ROVU nothing happens. The screen just blink. :(

Bluestacks, eh? I think i saw a line there for detecting bluestacks
and then closing the game. Genymotion emulation is just like that, and breaking it shouldn't be too hard.

If you want to look at it yourself, these the other file where rooting_check_list is.




Oh my saviour.
Anyway did u done it the same way like any other version of the apk?


Yeah, they haven't made any changes on that regard.




i download apk tool.. drop the apk then decompile it with show java but i cant find the file that you are removing..

Sent from my HTC Desire 516 dual sim using XDA Free mobile app

Apktool is the way to go.

Sent from my Nexus 5 using XDA Free mobile app
 
  • Like
Reactions: IZO6 and ndi_rev

seanhanrei2000

Senior Member
Apr 23, 2015
95
3
is it ok if i extract that apk using b1 file archiver? cause apk tool can only drop the apk..

Sent from my HTC Desire 516 dual sim using XDA Free mobile app
 

julle131

Senior Member
Mar 24, 2011
1,476
606
is it ok if i extract that apk using b1 file archiver? cause apk tool can only drop the apk..

Sent from my HTC Desire 516 dual sim using XDA Free mobile app

You kind of have to use apktool for the job. Using a file extractor will break the signature, and it won't decompile the apk correctly.

Apktool is used from commandline.

Sent from my Nexus 5 using XDA Free mobile app
 
  • Like
Reactions: IZO6

seanhanrei2000

Senior Member
Apr 23, 2015
95
3
im using apktool by spatialia.. is it the right apps?? i got it from google..

Sent from my HTC Desire 516 dual sim using XDA Free mobile app
 
Aug 29, 2015
7
1
Finally got it working. :good: I made my own modifications and recompiled it then sign. Now the issue remains whenever I restart bluestacks, ROVU in the main menu disappears. Now I have to re-install ROVU from playstore whenever I restart. :rolleyes:
 

julle131

Senior Member
Mar 24, 2011
1,476
606
Finally got it working. :good: I made my own modifications and recompiled it then sign. Now the issue remains whenever I restart bluestacks, ROVU in the main menu disappears. Now I have to re-install ROVU from playstore whenever I restart. :rolleyes:

Nice one!

Yeah,still have yet to figure out how to get rid of that one. No fun when it disappears.
Also, I am surprised to hear you run it in bluestacks. I think there is a check to prevent running in bluestacks if I recall correctly.

Sent from my Nexus 5 using XDA Free mobile app
 
Aug 29, 2015
7
1
Nice one!

Yeah,still have yet to figure out how to get rid of that one. No fun when it disappears.
Also, I am surprised to hear you run it in bluestacks. I think there is a check to prevent running in bluestacks if I recall correctly.

Sent from my Nexus 5 using XDA Free mobile app

Yeah I saw that method too in the Application.class but I dunno why it doesn't detect my bluestacks. Must be cause I'm using a pre-rooted bluestacks installer. :confused:
 
Aug 29, 2015
7
1
can anyone share me that apk tool you are using please...

Sent from my HTC Desire 516 dual sim using XDA Free mobile app

I use the apktool with the commands "apktool d your_app.apk" and "apktool b your_app_folder"

BUT I found a simpler way.
1. Rename .apk to .zip then extract to a folder.
2. Make modifications. (You can extract .classes/.smali from the .dex using some tools)
3. Delete META-INF folder. (IMPORTANT! This is done to remove the old signature. App won't run when it fails the hash check in case you didn't resigned the apk)
4. Add all files inside "your_app_folder" into an archive and put extension ".apk" (NOTE: Don't add the folder into an archive just all the contents)
5. Use Jarsigner.exe to sign your apk after you create your own keystore with keytool.exe
6. Use zipalign.exe to your newly signed apk.

You can just google the exact commands.
 

julle131

Senior Member
Mar 24, 2011
1,476
606
Yeah I saw that method too in the Application.class but I dunno why it doesn't detect my bluestacks. Must be cause I'm using a pre-rooted bluestacks installer. :confused:

Might be, but glad you got it working on bluestacks this easy.

Paging @Vaelith
I am still working on setting Genymotion up on my "new" laptop, as AMIDuOS doesn't like Linux. Ragnarok library just doesn't seem to want to install on this one.

EDIT: Alright, I have gotten RO to actually run on Genymotion emulator.
http://yandere.me/ragnarok-genymotion.apk

For those who are interested how I did it, I wrote a terrible "document" of it.
Just prepaire to have your eyes bleed, that is good ol' black and white with barely any formatting.
http://yandere.me/how-to-patch-ro.html
 
Last edited:
  • Like
Reactions: KagerouXD and IZO6

rpg40

New member
Aug 6, 2015
3
0
Manila
here's the easy part in patching rovu newbie friendly

1st download latest ROVU on google play
2nd download latest Lucky Patcher...
--- Open up Lucky Patcher then -> Select "RO Valkyrie" a drop down menu will appear
--- Select Open Menu of Patches -> Custom Patch -> then select "com.us.ragnarok" only then wait till it finish done
3rd Open now your ROVU and no more restriction happy gaming.
 
Last edited:

julle131

Senior Member
Mar 24, 2011
1,476
606
1st download latest ROVU on google play
2nd download latest Lucky Patcher...
--- Open up Lucky Patcher then -> Select "RO Valkyrie" a drop down menu will appear
--- Select Open Menu of Patches -> Custom Patch -> then select "com.us.ragnarok" only then wait till it finish done
3rd Open now your ROVU and no more restriction happy gaming.

I can confirm the Lucky Patcher patch is indeed working for root check.
I haven't done any other lookup, but I don't think it allows running the game in android emulators.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 61
    Hello , This Thread is about the Ragnarok Online Games which are available on the Android OS.

    If you post about one of this games please declare the post with the name of the game you are talking about to prevent mistakes and misunderstanding!
    you also can use shortcuts like this :

    ROVU - Ragnarok Online Valkyrie Uprising

    ROMS - Ragnarok Online Mobile Story

    ROEMU - Ragnarok Online Emulator by Chris Edisson


    ----------------------------------------------------------------------


    Ragnarok Online Valkyrie Uprising/라그나로크 발키리의 반란


    >>>Google Play Store(english version (American only!))<<<
    >>>-mirror 1-(english version 1.1.8)<<<


    >>>Google Play Store(korean version)<<<
    >>>Google Play Store(korean Mobage version)<<<
    (accounts on this korean servers may be deleted after a time if you have a non korean IP!!!)

    DrqKzZUxPBF5QiPXBQdWRhQ0qDTFo__CpUHNVsOtLhCLLLJVyh_mIKShUe_6T3cDYAs=w124

    GHzE6L129JnoV0sMQVV6YEQmsWPXsXS8co6wpW0u5fw_52RysxZPRqbPZC7hgfUOKHE


    New Ragnarok Online MMORPG for Android(and IPhone) made in Korea by Gravity(NEOCYON)

    Ragnarok Online Rebellion of Valkyrie is a cross-platformer and playable by android and iphone users at the same servers


    First Release: Summer 2012(S.Korea) , Spring 2013(US/international)
    minimum OS Version: Android 2.1 or higher
    Size : ~33MB
    Language: Korean/(soon english)



    2w51278.jpg

    140gjeb.jpg

    08393d93d03cb0240febf8241b416b8ecad02202a30bd90bbc51bb2d52e17a096g.jpg



    -----------------------------------------------

    Ragnarok Online Mobile Story/「ラグナロクオンライン」Mobile Story

    >>>Google Play Store(japanese version only)<<<

    hAws6n9KS9p6XEyvBqtw4bNzveCKb7dP3eYji8KOfCz1pKZnQUiRFBA6Dtg9KGwY6aY=w124


    Ragnarok Online Mobile Story[thread here on XDA] made in Japan by Gungho which is not able to play outside Japan except you use japanese usimcard information , fingerprint of in japan available phone model and some proxy changes

    -----------------------
    First Release: Winter 2010(Japan)
    minimum OS Version: Android 2.1 or higher
    Size : ~16MB
    Language: japanese
    -----------------------



    byUzsO6jM7SmKKHu-us_Q-089rA72JWC43_MoAYYYLHBA885GwS4e8Pul1TbHtfHL_o=h230
    a5t8mu8YLOT-ar10loLiNBMUC3_SgclQg37LLrpJ_Gd6HqNUMoULTgSOFWCcnePTbzRa=h230
    it4XtCehRYVGBZAA1JIu61loZR3gt4gagogNJ_5gYge9N8kOk32WBSpAiCFxu8jcB5c=h230


    -----------------------------------------------

    Ragnarok Online Android Client (Emulator)

    >>>AndRO GOOGLE PLAY<<<

    install1.gif


    This is a Ragnarok Online application which emulates and let you play on Official Ragnarok Online (IRO) server
    It was released out of nowhere by user 100002277354229 in Warpportal Forums.

    All you need :

    - official IRO client for PC >>>LINK<<< (~1,6GB)
    - Game account for IRO (international Ragnarok Online) (to registration)
    - AndRO.apk installed on your Android Device
    - your iRO folder content(from installed PC version) have to be copied to "/sdcard/ragnarok" on your device (can be changed in the app)


    -----------------------
    First Release: Winter 2012/2013
    minimum OS Version: Android 4.0 or higher
    Size : ~2,3MB (+ ~1,7GB client on sdcard)
    Language: english
    -----------------------




    2e4ga40.png
    2564gno.png
    34dq454.png
    21l9385.png
    2rejk20.png



    -----------------------------------------------

    OLD STUFF FROM KOREAN Ragnarok Revolt of Valkyrie Project :

    Code:
    -----------------------------------------------------------
    [STRIKE]
    [IMG]https://lh6.ggpht.com/4mboDqL0iPiaRWjHH1Zrwobxi2A0_1LOZPh3tirDWAmHbFGLsVBtQwix1_gTTUL7UsFs=w124[/IMG][IMG]http://ftp.gameshot.net/community/ip_gamedb/4294966851/0.jpg[/IMG]
    
    [B][SIZE="4"][COLOR="DarkOrchid"]Project Homepage[/COLOR][/SIZE][/B] 
    [IMG]http://img6.imagebanana.com/img/rzkkp7uc/andro.jpg[/IMG]
    [URL="http://vserver487.mypioneers.de/forum/index.php"][COLOR="Navy"][SIZE="6"][B]~AndRo~[/B][/SIZE][/COLOR][/URL]
    
    
    [SIZE="6"][B]Official Version[/B][/SIZE]
    
    [B][COLOR="Green"][B][SIZE="5"]since 2012-august-07 the game (latest original korean version) is also available in the[/SIZE][/B][/COLOR][/B] 
    [URL="https://play.google.com/store/apps/details?id=com.neocyon.rvgg"][COLOR="Blue"][SIZE="5"]>>>[B]Google Play Store[/B]<<<[/SIZE][/COLOR][/URL]
    
    [URL="https://play.google.com/store/apps/details?id=kr.daum_mobage.am_db.g13000263&feature=related_apps"][COLOR="Blue"][SIZE="5"]>>>[B]Google Play Store [/B](Mobage Version)<<<[/SIZE][/COLOR][/URL]
    
    [B][SIZE="5"][COLOR="Red"]ONLY THE LATEST VERSION WILL WORK!!![/COLOR][/SIZE][/B]
    
    
    
    ----------------------------------------------------------
    
    [SIZE="6"][B]translated versions[/B][/SIZE]
    
    
    [URL="http://www.mediafire.com/?3ehmir36ryidw0j"][B][COLOR="Red"][SIZE="6"]>>>DOWNLOAD(Fix invisible quest item APK)<<<[/SIZE][/COLOR][/B][/URL][IMG]http://www.effectpartners.com/wp-content/uploads/2010/05/latest_button1.png[/IMG]
    [URL="http://www.mediafire.com/?d1vhrya3o28ekkl"][B][COLOR="Red"][SIZE="6"]>>>DOWNLOAD<<<[/SIZE][/COLOR][/B][/URL][IMG]http://www.effectpartners.com/wp-content/uploads/2010/05/latest_button1.png[/IMG]
    (2012-12-26 - by user [COLOR="Navy"]"jozkoz"[/COLOR] )
    
    [URL="http://www.mediafire.com/?xrv3r7ie632i246"][B][COLOR="Grey"][SIZE="6"]>>>DOWNLOAD<<<[/SIZE][/COLOR][/B][/URL]
    (2012-12-11 -  korean 2.4 untouched version /  user [COLOR="Navy"]"jozkoz"[/COLOR] is working on translation )
    
    [URL="http://d-h.st/zUh"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-11-12 -  korean untouched version )
    
    [URL="http://www.mediafire.com/?xfxwc1xxs5q8np2"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-10-21,1.1.4b Sword Fix apk  thx to Andro Team and iANiMeX)
    
    [URL="http://www.mediafire.com/?p5xj4776v9uux22"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-10-21,1.1.4b no Sword Fix bug apk  thx to Andro Team and iANiMeX)
    
    
    [I]Changelog [B][SIZE="4"]2012-10-21[/SIZE][/B]:
    
    Install NOTE: Please uninstall the old version first before installing this new version to avoid getting the update binary problem.
    
    Current Progress:
    v1.1.4b
    Invisible Auld Bag Fixed
    Monster names and Sprites Fixed
    /n code in chat Fixed.
    
    NOTE: There are two version of APK in the download link below. One is for the temporary "Sword Fix" apk but with all Weapon's names in Korean and another for the "With the No Sword Bug" apk with all Weapon's names in English. If you are playing for the first time, go with the "Sword Fix" apk to finish or have a novice Sword when you start the game. You will not be able to get any sword with the second apk as it is bugged but all weapon's name are in English. So play the "Sword Fix" apk first then install the "No Sword" apk after acquiring or buying another Weapon. Only the Sword is bugged in the second apk with all Weapon's name translated. I'll fix the Sword Fix soon. Thanks.[/I]
    ----------------------------------------------------------
    
    [URL="http://www.mediafire.com/?qa2o6ey4bwq0qe2"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-09-13,1.1.2  english patched thx to AndROTeam)
    
    ----------------------------------------------------------
    
    
    [URL="http://www.mediafire.com/?9s4v0iec5z5xucs"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-09-01,1.1.1  english patched thx to AndROTeam)
    
    [I]Changelog [B][SIZE="4"]2012-09-01[/SIZE][/B]:
    -Event Quests with 150% EXP rate
    -new MAP
    -latest AndRo Patch
    -Andro Button on Start Screen
    -disabled news[/I]
    ----------------------------------------------------------
    [URL="http://depositfiles.com/files/bzuw5if9x"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-08-19,1.0.8  english patched thx to AndROTeam)
    
    [I]Changelog [B][SIZE="4"]2012-08-19[/SIZE][/B]:
    
    - AD's removed/hidden
    
    [/I]
    ----------------------------------------------------------
    [URL="http://www.mediafire.com/?kt1c76a5cre168r"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-08-11,1.0.8  english patched thx to AndROTeam and iANiMeX)
    
    [I]Changelog [B][SIZE="4"]2012-08-11[/SIZE][/B]:
    
    
    -Current Progress: 
    Almost 70-80% of the game is translated.
    
    -Only Korean text in the game right now is from the server which are the NPC names, quest and some NPC's dialogs.
    [/I]
    
    ----------------------------------------------------------
    [URL="http://depositfiles.com/files/w9mdxvxj3"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-08-11,1.0.8  english patched thx to MirageBlader and acocalypso)
    
    [I]Changelog [B][SIZE="4"]2012-08-11[/SIZE][/B]:
    
    ◆ Level / joblevel limit (Baselvl 40-> 45/Joblvl 35-> 40)
    ◆ Pet System enabled
    ◆ Pet Items available
    ◆ access to new maps
    
    -  almost translated everything version
    -  fixed Pet sprites
    [/I]
    ----------------------------------------------------------
    [URL="http://www.mediafire.com/?a577g9mn75ut78g"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-07-24,1.4.1  english patched thx to MirageBlader and acocalypso)
    
    [I]Changelog [B][SIZE="4"]2012-07-24[/SIZE][/B]:
    
    - Added Element description: thx to phenom
    
    - hwasokseong - fire
    - Musokseong - neutral
    - amsokseong - shadow
    - susokseong - water
    - pungsokseong - wind
    - seongsokseong - holy
    - doksokseong - poison
    - yeomsokseong - ghost
    
    - Added korean/Eng Worldmap so you can see both
    
    - FUll Skill Tree[/I]
    
    ----------------------------------------------------------
    [URL="http://www.mediafire.com/?68velqrcau79w3n"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-07-20,1.4 english patched thx to MirageBlader and acocalypso)
    
    [I]Changelog [B][SIZE="4"]2012-07-20[/SIZE][/B]:
    
    ☆ car upgrade is complete 
    [the system] 
    ◆ Level / joblevel limit (lv35-> 40/J30-> 35), is a former joblevel 35 (former City offers skills items initialization) 
    ◆ Add indeon [Mino agate added indeon ] 
    ◆ monsters to drop items on the card and smelting modify 
    ◆ Item card removal (temporary free available) 
    ◆ inventory functions (sorting items / pet slot / board slot) 
    ◆ strengthening numeric display for smelting 
    reduction of maximum damage ◆ Monster (Bergamo beureu local / Porta field / Wild Forest) 
    [Skill fixes] 
    ◆ Inspection 
    1. two-handed Quicken [attack speed by 60 rise / Critical increment rise] 
    2, representing a 80 percent chance of slowing-down effect monsters Edit]	
    3. underbelly stroke [Damage increase]	
    ◆ eokolrayiteu 
    1. Holly hammer [Increased damage and Stun Chance] 
    2. Holy Light [Damage] 
    3. Hill [sp consumption and cooldown reduced] 
    
    [bugfixes History] 
    
    A problem of the wrong item Options ◆ some modifications 
     
    [later upgrade news] 
    
    ◆ Add new indeon 
    add ◆ pet 
    ◆ Additional electronic systems 
    on board system add ◆ 
    ◆ 2, 3, 4 secondary towns (World) Additional 
    
    AndRO
    
    [/I]
    ----------------------------------------------------------
    
    [URL="http://www.mediafire.com/?d11yo7da5g994kr"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-07-10,1.2.2 english patched thx to MirageBlader and acocalypso)
    
    [I]Changelog [B][SIZE="4"]2012-07-10[/SIZE][/B]:
    
    -More Smoothnes
    -GUI improvements
    -more stable
    -As far as we could test it no FCs (plz report if you have one)
    
    AndRO Team
    --------------------
    -Added BGM for Battlemaps
    -Fixed some Translation Bugs[/I]
    
    ----------------------------------------------------------
    
    [URL="http://www.mediafire.com/?o3cfduadt98ed96"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-07-07,1.0.1 english patched thx to MirageBlader and acocalypso)
    
    [I]Changelog [B][SIZE="4"]2012-07-07[/SIZE][/B]:
    
    All upper skills has been added to the APK
    (Stormgust, Resurrection, Two-Hand Quicken...not confirmed if they work)
    
    
    3 New maps (on the world-map, north/east corner)
    small bugs fixes
    UI Fixes
    The registration bug has been fixed
    and more...
    
    Patch 1.2.1
    Compatibility to 1.0.1
    Updated banners for 1.0.1
    small bug fixes
    
    !!!!READ THIS!!!!
    Its the pre-release!
    If its not work pls wait for the modded version.
    With this u can play and its patched not more!
    
    Credits goes to MirageBlader / dbaf14 / Acocalypso
    Spezial thanks to Andrew08 / ManiaDA[/I]
    
    ----------------------------------------------------------
    
    [URL="http://www.mediafire.com/?pvodged9bqp69uu"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-07-06,Beta korean modded by me)
    
    [I]Changelog [B][SIZE="4"]2012-07-06[/SIZE][/B]:
    
    - Korean Beta for users who have problem with login atm[/I]
    
    ----------------------------------------------------------
    
    [URL="http://www.mediafire.com/?e5be0psemqkp8td"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-07-05,1.0.0 english patched thx to MirageBlader and acocalypso)
    
    [I]Changelog [B][SIZE="4"]2012-07-05[/SIZE][/B]:
    
    -Main-quests: 56/60 done
    -Custom PopUp
    -Added Prontera BGM
    -Added more Custom Picture
    -Translation fixes
    -fixed no skills in previous update
    
    Version 1.2[/I]
    
    ----------------------------------------------------------
    [URL="http://www.mediafire.com/?5d46b20909y26os"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-06-29,1.0.0 english patched thx to MirageBlader and acocalypso)
    
    [I]Changelog [B][SIZE="4"]2012-06-29[/SIZE][/B]:
    
    -Many Translation Fixes
    -Added Original Ragnarok Login BGM
    -Monsterlist Updated with original names
    -Fixed Skills
    -Added Custom Loading Skins
    -Added Quest description (now you know what to do till Main Quest ~40)
    -Changed APP Name to RagnarokEng by AndRo Team
    -Added Original RO Icon
    -Terms of Agreement now in English (Google Translate)
    -and some [/I]
    ----------------------------------------------------------
    
    [URL="http://www.mediafire.com/?d668xci73y4qa67"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-06-27,1.0.0 english alpha thx to MirageBlader and acocalypso)
    
    [I][B][SIZE="4"]Note : if u have any other version installed , plz uninstall before install this apk
     
    if you have a FC or something try [URL="http://forum.xda-developers.com/showpost.php?p=29474559&postcount=1020"]this[/URL](thx to the user evilmtv) or visit the AndRo forum
    [/SIZE][/B][/I]
    -------------------------------------------------------------
    [URL="http://depositfiles.com/files/prvppd01t"][B][COLOR="Gray"][SIZE="5"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL](2012-08-31 korean original ver. C1.1.1)
    
    [URL="http://depositfiles.com/files/t18jmtacf"][B][COLOR="Gray"][SIZE="5"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL](2012-08-08 korean original ver. C1.0.8)
    
    [URL="http://depositfiles.com/files/t4cvklglv"][B][COLOR="Gray"][SIZE="5"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL](2012-08-01 korean original ver. C1.0.7/1.1?)
    
    [URL="http://depositfiles.com/files/guqghh7ls"][B][COLOR="Gray"][SIZE="5"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL](2012-07-20 korean original ver. 1.4.0/1.0?)
    
    [URL="http://depositfiles.com/files/yk1d5kaob"][B][COLOR="Gray"][SIZE="5"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL](2012-07-10 korean original ver. 1.2.0)
    
    [URL="http://www.mediafire.com/?4n2pu6cb1aq2koh"][B][COLOR="Gray"][SIZE="5"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL](2012-07-07 korean original ver. 1.0.1)
    
    [URL="http://www.mediafire.com/?l9iqabue6laeqic"][B][COLOR="Gray"][SIZE="5"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL](2012-07-07 korean original ver. 1.0.1 -mirror )
    
    [URL="http://depositfiles.com/files/6f0n0xiy5"][B][COLOR="Gray"][SIZE="5"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL](2012-06-25,korean original ver. 1.0.0)
    --------------------------------------------------------------
    
    [URL="http://www.youtube.com/watch?v=IyMkkFuaW2s"][COLOR="Navy"][B][SIZE="4"]>YOUTUBE - Ragnarok Online Rebellion on Valkyrie on Galaxy Note (Android)<[/SIZE][/B][/COLOR][/URL]
    
    [B][SIZE="4"][COLOR="DarkOrchid"]GUIDE :[/COLOR][/SIZE][/B] HOW TO MAKE ACCOUNT INGAME
    
    [IMG]http://i50.tinypic.com/im16xx.png[/IMG]
    
    at start screen use the pen-symbol
    
    [IMG]http://i47.tinypic.com/104iyv6.png[/IMG]
    
    press accept 2X to agree terms of use (the usual blah blah u know:D)
    
    
    [IMG]http://i45.tinypic.com/14266mg.png[/IMG]
    
    
    now u have to fill with your 
    -e-mail(no one cares if its yours but it have to be an Mail-address)
    -password
    -password again
    (note that u have to click enter on your virtual-keyboard between each input)
    
    then just click the register button and if everything works well you can login now at the start screen!:cowboy:
    
    ----------------------------------------------------------
    HACKING PROTECTION
    
    [IMG]http://img256.imageshack.us/img256/3468/20120827035125.jpg[/IMG]
    
    if u get this message this means you have to disable USB debugging in your device first to run the Game!
    
    -----------------------------------------------------------
    [B][SIZE="4"][COLOR="DarkOrchid"]SERVERNAMES :[/COLOR][/SIZE][/B]
    
    So guys for everyone who wonder about servernames (something of info we cant change into english or latin letters cause this is server(서버)-sided info)
    
    Here a small translation including the 2 new servers. 
    
    [COLOR="SeaGreen"][B][SIZE="4"][B]1 - 발하라 - Valhalla
    2 - 미미르 - Mimir / Mimil
    3 - 아스가르드 - Asgard
    4 - 포링 - Poring (here most of us non korean play on)
    5 - (NEW)티바스- Tibas / Tivas
    6 - 알프하임 - Alpheim/Alfheim[/B][/SIZE][/B][/COLOR]
    
    -----------------------------------------------------------
    [B][SIZE="4"][COLOR="DarkOrchid"]PROJECT :[/COLOR][/SIZE][/B]
    
    -There is already a well done translation to several languages thanks to [COLOR="Sienna"]MirageBlader & acocalypso[/COLOR]
    
    
    -----------------------------------------------------------
    [B][COLOR="DarkOrchid"][SIZE="4"]IMAGES :[/SIZE][/COLOR][/B]
    
    [IMG]http://ftp.gameshot.net/article/2012_05/gsGA4fb9ffbfbff7bp1n1-s.jpg[/IMG][IMG]http://ftp.gameshot.net/article/2012_05/gsGA4fb9ffbfbff7bp1n2-s.jpg[/IMG][IMG]http://ftp.gameshot.net/community/ip_news/4294941833/20120521175041_c2758f08.jpg[/IMG][IMG]http://www.pnfnews.com/files/attach/images/16867/562/082/bdc85b273a07e0ee9408506965bf918a.JPG[/IMG][IMG]http://img1.gamemeca.com/game_data/preview/3547/kinda109R_2012_05_09_02.jpg[/IMG][IMG]http://ftp.gameshot.net/community/ip_gamedb/4294966851/20120430150326_e8f4be22.png[/IMG][IMG]http://ftp.gameshot.net/community/ip_gamedb/4294966851/20120430150326_d3a72d09.png[/IMG][IMG]http://ftp.gameshot.net/community/ip_gamedb/4294966851/20120430150326_ed771634.png[/IMG][IMG]http://ftp.gameshot.net/community/ip_gamedb/4294966851/20120430150326_307de2f4.png[/IMG][IMG]http://ftp.gameshot.net/community/ip_gamedb/4294966851/20120430150326_91aaa43c.png[/IMG][IMG]http://mobile.ragnarok.co.kr/images-sub/sub2-2-menu3-img1.jpg[/IMG]
    [IMG]http://i50.tinypic.com/2w51278.jpg[/IMG]
    [IMG]http://i45.tinypic.com/140gjeb.jpg[/IMG]
    
    -----------------------------------------------------------
    [B][COLOR="DarkOrchid"][SIZE="4"]FUTURE PLANS OF THE DEVELOPER :[/SIZE][/COLOR][/B]
    
    [IMG]http://www.mediafire.com/conv/08393d93d03cb0240febf8241b416b8ecad02202a30bd90bbc51bb2d52e17a096g.jpg[/IMG][IMG]http://www.mediafire.com/conv/05c0eed1f4e814a426c1bc894cc4755f8be8095759b00f66a7b4196806ffe6456g.jpg[/IMG][IMG]http://www.mediafire.com/conv/15a4be01ec2510cd8f4557e205b55a1c514af941d69ec243c892a8feaf8820756g.jpg[/IMG]
    [IMG]http://forum.xda-developers.com/showpost.php?p=27690722&postcount=88[/IMG]
    
    
    ------------LINKS-------------
    many more screenshots > [URL="http://thisismoe.blog.me/100160072539"]here [/URL] and [URL="http://blog.naver.com/shalomblog?Redirect=Log&logNo=159421844"]here[/URL]
    
    Gravity Mobile Beta announchment(korean) >[URL="http://www.mobilegravity.co.kr/news/noticeview.asp?SeqNo=512&Page=1&Condition=&KeyWord="]LINK[/URL]<
    
    Cafe Naver(korean) >[URL="http://cafe.naver.com/ragmobile.cafe?iframe_url=/ArticleRead.nhn%3Fclubid=24442918%26menuid=%26boardtype=L%26page=1%26specialmenutype=%26userDisplay=15%26articleid=223"]LINK[/URL]<
    -----------------------------------------------------------
    [B][SIZE="4"][COLOR="DarkOrchid"]IOS Versions :[/COLOR][/SIZE][/B]
    
    ------------------------------------------------------------
    [URL="http://www.mediafire.com/?n1ry18cxuzefbwm"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE](IPA-File)[/SIZE][/COLOR][/B][/URL]
    (2012-10-21,1.0.7b sword fix ipa thx to AndRo Team and iANiMeX)
    
    [URL="http://www.mediafire.com/?axfut7p5b20uho0"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE](IPA-File)[/SIZE][/COLOR][/B][/URL]
    (2012-10-21,1.0.7b no sword fix bug ipa thx to AndRo Team and iANiMeX)
    
    [I]Changelog [B][SIZE="4"]2012-10-21[/SIZE][/B]:
    NOTE BEFORE DOWNLOADING: There are two versions in the download link. One is for the temporary "Sword Fix" ipa but with all Weapon's names in Korean and another for the "No Sword Bug" ipa with all Weapon's names in English. If you are playing for the first time, go with the "Sword Fix" ipa to finish or have a novice Sword when you start the game. You will not be able to get any sword with the second link as it is bugged but all weapon's name are in English. So play the "Sword Fix" ipa first then install the "No Sword" ipa after acquiring or buying another Weapon. Only the Sword is bugged in the second link with all Weapon's name translated. Thanks.[/I]
    
    ------------------------------------------------------------
    [URL="http://www.mediafire.com/?65aquvc06q0e7uz"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE](RAR-File)[/SIZE][/COLOR][/B][/URL]
    [URL="http://www.mediafire.com/?22w9lanllo6p23i"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE](IPA-File)[/SIZE][/COLOR][/B][/URL]
    (2012-08-11,1.0.5 english patched thx to AndRo Team and iANiMeX)
    
    [I]Changelog [B][SIZE="4"]2012-08-11[/SIZE][/B]:
    
    Current Progress:
    -Almost 70-80% of the game is translated. (More English translation than the Andro RO Android English Translation.)
    -Localization.strings fully translated.
    
    -Only Korean text in the game right now is from the server which are the NPC names, quest and some NPC's dialogs.
    [/I]
    ------------------------------------------------------------
    
    [URL="http://www.mediafire.com/?f8k458dysoilxgy"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-07-30,1.4.1 english patched thx to acocalypso and iANiMeX)
    
    [I]Changelog [B][SIZE="4"]2012-07-30[/SIZE][/B]:
    
    - Fixes for FC's
     [/I]
    ----------------------------------------------------------
    
    [URL="http://www.mediafire.com/?u4rri8n06jkt8fi"][B][COLOR="Gray"][SIZE="6"][STRIKE]>>>DOWNLOAD<<<[/STRIKE][/SIZE][/COLOR][/B][/URL]
    (2012-07-30,1.4.1 Beta english patched thx to acocalypso and iANiMeX)
    
    [I]Changelog [B][SIZE="4"]2012-07-30[/SIZE][/B]:
    
    - Almost same Patch as Android Version
    some Text ist still in Korean need more time to translate Localization.strings
    [B][COLOR="Red"]THIS WILL WORK ONLY ON JB PHONES![/COLOR][/B] (guide for non jailbroken phones will follow soon)
    
    [/I]
    --------------------------------------------
    -----------------------------------------------------------[/STRIKE]


    dbaf14​
    10
    ok, here is the alpha version of the translation.
    Deinstall ur existing one and install this.

    RO_ENG_ALPHA

    ermm what i have forgot to change here is

    test family = swordman class
    wizard family = mage class
    clone family = acolyte class
    thats for the equipment^^
    dont forget to say thx to acocalypso, dbaf14 and me^^
    and post so many screens as u can. the best ist collect some, package it and upload it somewhere then send me a PN with the link^^
    cheers
    9
    Changelog:

    Origininal
    ---------------------
    -More Smoothnes
    -GUI improvements
    -more stable
    -As far as we could test it no FCs (plz report if you have one)
    -Server 4 is now Server 3!!!
    AndRO Team
    --------------------
    -Added BGM for Battlemaps
    -Fixed some Translation Bugs

    >> Download <<

    Have Fun, and press Thanks


    Special Thanks to MirageBlader
    8
    UPDATE 1.4

    CHANGELOG:

    Gravity

    ☆ ★ ☆ 1 ★ car upgrade is complete
    [the system]
    ◆ Level / japrebel limit (lv35-> 40/J30-> 35), is a former japrebel 35 (former City offers skills items initialization)
    ◆ Add indeon [Mino agate added indeon ]
    ◆ monsters to drop items on the card and smelting modify
    ◆ Item card removal (temporary free available)
    ◆ inventory functions (sorting items / pet slot / board slot)
    ◆ strengthening numeric display for smelting
    reduction of maximum damage ◆ Monster (Bergamo beureu local / Porta field / Wild Forest)
    [Skill fixes]
    ◆ Inspection
    1. two-handed Quicken [attack speed by 60 rise / Critical increment rise]
    2, representing a 80 percent chance of slowing-down effect monsters Edit]
    3. underbelly stroke [Damage increase]
    ◆ eokolrayiteu
    1. Holly hammer [Increased damage and Stun Chance]
    2. Holy Light [Damage]
    3. Hill [sp consumption and cooldown reduced]
    -------------- -----------------------------
    [bugfixes History]

    A problem of the wrong item Options ◆ some modifications
    -------- --------------------------------------------
    [later upgrade news]

    ◆ Add new indeon
    add ◆ pet
    ◆ Additional electronic systems
    on board system add ◆
    ◆ 2, 3, 4 secondary towns (World) Additional

    AndRO
    ------------

    Fixed Quest Translations
    Added Translated Skill tree -> not finished yet
    Translated all Korean Text in smali
    Exit is now in Endlish -> see Screenshot
    Fixed some FCs -> Reports in www.and-ro.de with logcat thx
    and some stuff i cant remember
    Added fully translated Items, Mapnames and skills thx to elnasoff

    screenshot2012072000410.png


    screenshot2012071923525.png


    screenshot2012072000411.png


    >> DOWNLOAD <<
    7
    We try to get the Update asap

    Sent from my R800i using XDA Premium HD app