0736b / ro-external-esp

Ragnarok Online | External ESP (Monster, Item)
2 stars 1 forks source link

cannot find pattern_pointer_to_renderer #1

Open holeshots opened 2 weeks ago

holeshots commented 2 weeks ago

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.

holeshots commented 1 week 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'
holeshots commented 1 week ago

I hope someone can help me with this. Thanks a lot