Jump to content
Macro Express Forums

ikodan

Members
  • Posts

    74
  • Joined

  • Last visited

Everything posted by ikodan

  1. It's working thank you. Is there a way to verify in a chain of caracters %all%, the chain of caracters %part% exists ? %all% : 561658748778132131561684849415313513216548749 %part% : 213156
  2. I think I found it : https://www.macros.com/helppro/Index.htm?context=1940 Is there a way to detect if a number is even or odd ?
  3. Hello, I have a string, for exemple : %string% = "This is a sentence, I want to analyse the rythm." Is there a way to put each caracter in an array like : %s_letter[%n%]% ? %s_letter[1]% = T %s_letter[2]% = h %s_letter[3]% = i %s_letter[4]% = s Because I want to make a macro that analyse in all ways a text, for "This is" : consonant vowel : Th i s i s = 2 1 1 1 1 letters in words : This is = 4 2 uppercase : T hisis = 1 5 letters between the ponctuation : "This is a sentence, I want to analyse the rythm." = 15 22 etc... Thank you for help.
  4. I said that when you asked me what I wanted to do. The first question was about an image, because I planed to monitor the change in the page, with a "wait 5 sec" (recaptcha), and compare a picture of the page before and after. You asked me more precision when you tried to help me. In this exemple, I have to detect when there is a new item added in the page, but I can't copy paste all the page and compare, because there is timers on each item, "last seen 5 minutes ago", and the macro will detect a change that I don't need. Anyway thank you for your help...
  5. Hello, Sorry, took me a while to answer. It's a very cool script !! Unfortunately in my case, it's text that updates, and after a loading time that seems to be in jquery. Here an example with the equivalent, some text which changes and I need to monitor a change, and the kind of jquery which adds a loading to the page: https://eu.tamrieltradecentre.com/pc/Trade/SearchResult?SearchType=Sell&ItemID=&ItemNamePattern=rusé&ItemCategory1ID=1&ItemCategory2ID=2&ItemCategory3ID=18&ItemTraitID=11&ItemQualityID=&IsChampionPoint=false&LevelMin=&LevelMax=&MasterWritVoucherMin=&MasterWritVoucherMax=&AmountMin=&AmountMax=&PriceMin=&PriceMax=&SortBy=LastSeen&Order=desc I also have an other exemple if needed, but that's exactly the kind of page I need to monitor. But wait... Your script maybe works..? I'll try this that's a very cool one. Edit : not for the delay in jquery it seems.
  6. Yeah I need to compare 2 pages. It was a software to have several sessions in the same time in windows.
  7. it wasn't a vm, but that's true I'll use a vm if I don't find.
  8. Hello, As you are macro users, I would like to remember the name of a software that make possible to have several windows loaded, in order to play a macro in a session, and use you pc in other one. Thanks ?
  9. Hello, I wanted to know if the new version of ME is able to do that.
  10. Thank you for your help, I'll take a look at this.
  11. I was hopping that I could process between X and =. Nvm...
  12. Sorry, maybe I have a easier way : 1 - Is it possible to keep a text between 2 words ? For exemple : xoops hello blablabla 51616 Keep only "hello blablabla" 2 - Is the new version of macro express able to monitor changes visualy on a web page ?
  13. Do you know how I can remove a line when I know the text inside, and how can I put a line number 12 into a variable ?
  14. Ceinture de Bloublou Niveau 160 @DonarX11 Michto : Kipu Orkou IV 400 X 1 = 400 Il y a 15 Heure Icône Ceinture de RATRRR Niveau 160 @Zfeee eeffff: ttrrr Ertzzy 525 X 4 = 2100 Il y a 16 Heure Icône Become : 400, 525 Or 400, 2100 Thank you.
  15. terrypin it's like acantor says. acantor : the value can be from 1 to 999999. The text with all blocks is located on a variable or a text file. thank you.
  16. Hello, I'm not beginner with ME 4.9.1 but I never done this before. I want to treat a page where is 15 times this kind of data : I want to trim this text in order to keep only one of the two numbers I underlined. Every text in each line can change, except "X" and "=", but I just want to keep one of the two "400" in this exemple. I need this in order to refresh the entiere text, compare the one before, and the one after, and ring if there is a difference. But I'm able to do this part. Thank you for help.
  17. Ahh when I dev I put compatibility for w8, sorry.
  18. Hello, I use ME pro 4.9 in my game, yesterday it worked, but now no. Even the shortcut to run the macro is not working.
  19. Hello, I use ME pro 4.9. Is there a way to use a condition of this kind ? If <KEYD:ALT> Thank you.
  20. That's not what I said, the macro run fast but it take time to begin, like 100ms, but that's too much on some situations.
×
×
  • Create New...