Open holeshots opened 2 weeks ago
I am having problems here when I try to run it
renderer = get_ro_renderer(ro, ro_graphics_setting_color_bits)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\Desktop\Asura Script\RO ESP\ro-external-esp\main.py", line 33, in get_ro_renderer
addr_pointer_to_renderer = int.from_bytes(ro.read_bytes(ro.find_pattern(pattern_pointer_to_renderer) + 0x7, 4), byteorder='little')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
I hope someone can help me with this. Thanks a lot
When I run this. I got an error on this code
pattern_pointer_to_renderer saying it can't find any pattern. May I ask if this is static to only one server? It seems to not find any pattern on my ragnarok client.
By the way, Nice project! I've been trying to figure out how to work with the pattern_pointer_to_renderer in order for it to work but I am stuck.