Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 01/29/18 in Posts

  1. 1 point
    Hi, I'm TioAkima. Small tutorial to help add the new fucking SIGNBOARDs that are available to new clients. If I'm not mistaken, it's for client's 2016+ For those who do not know, I'm talking about these new chat/shop on the NPC: They are cool and leave the server with a nice face. <3 it is quite simple. Go in your data folder, and in your LUA files (luafiles514) search for file signboardlist.lub data\luafiles514\lua files\signboardlist.lub Now let's understand how this file works to add a SIGNBOARD (cute little window with icon) like this: The structure of the file is as follows: {" prontera", 150, 193, 5, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp", " KAFRA Tools ","#0x00FFFFFF"} { "prontera", = map name 150, = x 193, = y 5, = height you want the window (can be zero if you want) IT_SIGNBOARD, = window type "유저인터페이스\\information\\over_kafra.bmp", = here is the directory where your icon is "KAFRA Tools", = chat name "#0x00FFFFFF" = letter color }, Just add another line following this format. Remembering that the last window does not have the comma in the end ... It is good to pay attention to this. Now to add icons in this other way> The format is very similar, but it has some minimal difference ... And it's also in the same file. It's pretty much the same thing, but one or the other function argument changes. The structure is this: {"prontera", 150, 193, 1, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp"}, { "prontera", = map name 150, = x 193, = y 1, = height you want the icon (can be zero if you want) IT_BMP, = Only place the icon (without the window) "유저인터페이스\\information\\over_kafra.bmp" = here is the directory where your icon is }, READY! Note that for this, you do not put the name of the chat nor the color of the letter! (you do not have these two arguments, okay?) .. That's it .. I hope it helps anyone who wants to put these windows. att, Tio akima
  2. 1 point
    So I went upon myself to unpack the apk file of Andro and check it out, seems like a lot of stuff is encrypted and I found somethings in Aeva Ragnarok Onlines AndRO version. First in the res/raw folder there's a packets.h file with the packet structure of Hercules(So it's obviously made to support Hercules now) (even has the Hercules signature you see in our packets from the team) And the client info looks like this: <connection> <display>RagnarokDeep-Asia</display> <address>95.211.121.52</address> <port>6900</port> <version>29</version> <langtype>0</langtype> <registrationweb>http://ragnarokdeep.com/mreg</registrationweb> <desc>For Asian players</desc> <website>http://ragnarokdeep.com</website> <type>Deep</type> <packetver>20120712</packetver> <nationality>th</nationality> <nationality>ph</nationality> <nationality>sg</nationality> <res>asia.ragnarokdeep.com</res> <res-port>4121</res-port> <res-subdir>deep-130303</res-subdir> <grf>deep.grf</grf> <grf>deep_pal.grf</grf> <grf>data.grf</grf> <patchserver> <http>http://ragnarokdeep.com/res/pl/patch.txt</http> <ftp>ftp://ftp.ragnarokdeep.com/patchk</ftp> <grf>data.grf</grf> <inf>Patch.inf</inf> </patchserver> <patchserver> <http>http://ragnarokdeep.com/res/pl/patchd.txt</http> <ftp>ftp://ftp.ragnarokdeep.com/patchd</ftp> <grf>deep.grf</grf> <inf>dpatch.inf</inf> </patchserver> <iteminfo>deepitem</iteminfo> <luafiles514>true</luafiles514> <eathena>true</eathena> <support_stop_packet>true</support_stop_packet> <support_billing>true</support_billing> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> <ping>asia.ragnarokdeep.com</ping> <pingport>5121</pingport> </connection> Now I tried editing it but I get an error with not having a signature whenever I repack it into an apk (as simple as renaming the *.apk to *.rar Is there anyway to decrypt the files to change it to different servers? Any possible way? I tried for 8 hours toying around with it and got nowhere today. I feel like Ragnarok would be more alive again if these were able to be put on Android for users who aren't a fan of PC but fans of mobile technology, aka Android, etc. I don't know what can be done, I'm lost on leads for anything, here's the unpacked client I got from AevaRO if it can help anyone with more experience than me. Download for the unpacked version: https://drive.google.com/file/d/0BzIqsBG9s19fY25seW84dUZxSjg/view?usp=sharing
  3. 1 point
    @Aeromesi Tried it already but it seems that, it is not the clientinfo were looking for. I tried repacking and sign the APK, install it as local (127.0.0.1) but it seems not working. I use AdvanceAPKTool where this tool is used for editing res, modules and other server configs in MuMobile. EDIT: https://www.androidfilehost.com/?fid=95832962473396065
  4. 1 point
  5. 1 point
    its ok , some people just login to check their characters or chat with friends ^^
  6. 1 point
    Andro have many disadvantage and not so stable. For example there no skills animation...
  7. 1 point
    But you need the key file first, For it use keytool http://docs.oracle.com/javase/6/docs/technotes/tools/solaris/keytool.html Format: keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048-validity 10000 Signing: java -jar signapk.jar key.x509.pem key.pk8 [android_app].apk [signed_android_app].apk Its java application(the signing tool)
  8. 1 point
    How would i use that link you sent to unpack it? i downloaded it but dont see any .exe to use signapk o.o and I messaged you on skype
  9. 1 point
    You have to sign the apk, You are repacking, signature are a way to know who made the apk https://code.google.com/p/signapk/ Check this for knowing how to sign the apk. About AndRO, its waste for those who want to use new client, it doesn't support much feature. And UX is worst. I wouldn't opt for AndRO for now, till it's well developed and have a good UX.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.