Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/28/22 in all areas

  1. For a while I hear "the ragnarok client can't do anything, it's very limited", so I decided to focus 1 year on learning reverse engineering, learning to read the code and invent my own ways, I learned methods to find the shapes and colors, and every day I was perfecting myself, today I can modify basically anything, when I can't, I set a goal to try a little more, here is my showcase and I hope you like it. when I started it was 2021, so 20200401 was my focus. Today I'm already upgrading to 20211117+ Change GM/Player/Mob/npc color? yes! very small npc box? yes I increased (I like space) MENU? YES! AP BAR for all jobs? YES! NEW WARP? yes! CUSTOM BASIC INFO? oh yes!! Custom LoadingBar? Yes! recover the old menu? yes Others mods: New Collection Night mode: Chat: Hp bar colors: others colors Text effects: Select Service Login Screen new position. Updates: I created a diff nemo that allows me to change the style, color, and direction. Original portal My custom
    1 point
  2. 1 point
  3. im not sure if its really the PandRO. but if its true. well base on the code it looks like a copy. seems legit base on MOTR and RagnaLifev354. from your provided link and their link. they also forget to rename on their AndroidManifest. also i got another comparison for another AndRO.
    1 point
  4. Your crazy again with the WARP PORTAL!
    1 point
  5. in src/map/unit.c you have this: if (ud->skilltimer != INVALID_TIMER && ud->skillid != LG_EXEEDBREAK && (!sd || !pc_checkskill(sd, SA_FREECAST) || skill_get_inf2(ud->skillid)&INF2_GUILD_SKILL)) return 0; // prevent moving while casting that skill_get_inf2(ud->skillid)&INF2_GUILD_SKILL) block is what makes guild skills not affected by free cast, just remove it.
    1 point
×
×
  • Create New...