Jump to content

drakensang

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

drakensang's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Hey, I am scrolling down in the friendlist scrollbar, which has the widget parent id of 429 and child id of 12 but I don't understand how I can know if the friendlist has reached it's end.
  2. Unfortunately this doesn't work This will always be true since the widget is always visible, even if it is not
  3. Hey, I am trying to see if a name is visible on the users screen and to hover over the name if it is, however I just can't seem to get it working since all the username widgets are shown as visible and I have no clue on how to solve this problem when I cannot see if a name is visible or not. Any help?
  4. Once again this will not work which is why I asked if there's a way to automatically reload them every X seconds without hovering or if there's a way to hover all names at once.
  5. I think you forgot the fact that a name is stored in the previous name incase the user wants to change back, I need my script to account for that and be dynamic.
  6. Tried this however this does not work, I did som debugging via the ignored list, the parent id of ignored list is 432, Let's say we hover over the name to see the previous name, the previous name will then proceed to be visible, if we hover away from it it will ofcourse stop being visible, the problem is that it cannot get the data from the widget, it just returns with that the child widget i entered does not exist. If you want to try this for yourself, add a account to your ignored list that has changed it's name within the past 30 days so you can hover it and see the previous name, try debugging it first and enter the root id of 432, first child id of 16 and second child id of 2, you will see that you cannot get any data from it, now hover your mouse over the username to have the previous name shown and then click the name to delete it, the previous name will be visible and you can now get data from it. I am in need of a solution that is dynamic and therefore should be able to see these previous names and update them every X seconds even though the mouse is not hovered over the names to display their previous names. I was thinking if there was some way to load these widgets, I assume it's a clientsided thing and not something server sided therefore somehow the client maybe can send a packet to show these widgets? I am not sure of how it works but any help in the right direction would be very appreciated. To add on: The widget children are invinsible for 432, 16 which is the widget for previous names, if someone has a previous name it would be 432, 16, 2 as an example and I cannot get it to loop through a widget that returns false on if it has any widget children incase nothing is visible
  7. Hey, I need it to see when a name changes, so let's say a name changes once it will be displayed in the previous name, I want to load all previous names in the friendlist without having to hover over them, e.g if you dont hover over the previous name, it will not be visible for the widget selector, I want to load all of the previous names and do it all the time in the loop so it updates in real time.
  8. Hey, I am trying to build a script which requires that all widgets in the friends chat is loaded, how would i go on for creating something like this? I would need it to update every X time and preferably be invinsible but is not needed, would I have to make modifications to a client myself or is there a way to achieve this in OSBOT, anyone who has the knowledge for this please respond.
×
×
  • Create New...