Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - valen2.0

Pages: 1 ... 13 14 [15] 16
211
TM. Would there be a way to input a randomize function to choose from different rail files?

212
Scripting Tutorials / Re: Creating a user interface, step by step
« on: August 28, 2016, 06:55:46 AM »
I was more talking about easyuo design program. But I figured it out.

213
Scripting Tutorials / Re: Creating a user interface, step by step
« on: August 27, 2016, 09:44:06 PM »
I cannot get that program to work that you posted to create a UI. is it broke?

214
Questing / Re: Shadowguard Helper
« on: August 25, 2016, 06:30:55 PM »
the only room i don't like is the orchad... other ones are easy

215
Questing / Re: Shadowguard Helper
« on: August 25, 2016, 01:36:34 PM »
What time of charecter works best while using this? has anyone got something specific made?

216
Scripting Chat / Re: Can anyone help
« on: August 25, 2016, 07:44:25 AM »
IT WORKS! also i did find a little hiccup haha. If you have your pointer over the bar it bugs out the scanner it seems and it will either spam cast or cast every couple seconds.

217
Will had to test this ASAP.
Wonder if EoE will work on Lame3.0 now
Thx

i should let know if it doesnt



Hmm mine doesn't work. all my files are in a folder on the c drive easyuo. does anyone know if this could be because i have windows 10?


After 2 YEARS of waiting, it Works !    Thanks much for updates =)

218
Scripting Chat / Re: Can anyone help
« on: August 24, 2016, 08:02:51 PM »
Ok, so I have tried to place call scanbuffbar in the code in different places and even call it more than once to see if for some reason it wasn't updating correctly. Like it overwrote the variable maybe? still nothing. it still casts every 10 seconds or so.

219
Scripting Chat / Re: Can anyone help
« on: August 23, 2016, 06:30:42 PM »
Ok, so

repeat
   call scanbuffbar
   if  _CurseWeapon_ in %BuffBarIconNames
       {
        event macro 15 104
        wait 5
       }

until #charghost = yes

doesn't cast the spell at all. So the scanner is obviously working.  Why wouldn't the previous code work?

220
Scripting Chat / Re: Can anyone help
« on: August 23, 2016, 05:26:35 PM »
I meant just incase there was a spelling error. I looked to make sure that in the code the variable wasn't spelled different.
The current code is


repeat
   call scanbuffbar
   if  ! ( _CurseWeapon in %BuffBarIconNames )
       {
        event macro 15 104
        wait 5
       }

until #charghost = yes

221
Scripting Chat / Re: Can anyone help
« on: August 23, 2016, 10:27:55 AM »
OK I will double check that after I finish running errands. It's my day off lol.

Post Merge: August 23, 2016, 04:55:29 PM
hmm it still doesn't work. It always recasts it around 10 seconds in.

222
Scripting Chat / Re: Can anyone help
« on: August 23, 2016, 09:23:42 AM »
It detects it. I had like 7 icons and it showed them all.

Post Merge: August 23, 2016, 09:25:12 AM
I double checked the spelling just invade there was a conflict there. It was the same. Is the notin function not working properly?

223
Scripting Chat / Re: Can anyone help
« on: August 23, 2016, 08:26:20 AM »
Bar direction: right
Icons Found: 4
Icon Names: enchanted summoning, poison resistance,lightning strike , and vampiric embrace.


So it scans the bar.

Post Merge: August 23, 2016, 08:35:05 AM
is an else statement missing inside the loop?

224
Scripting Chat / Re: Can anyone help
« on: August 23, 2016, 07:03:56 AM »
ok so i have redownloaded the new files EN, but when I run this it doesn't appear to can the bar. I just waits about 10 seconds and recasts. The files are all in the same directory. Am i not implementing the file correctly? Or am I missing it locating the icon itself?


repeat
   call scanbuffbar
   if  _CurseWeapon_ notin %BuffBarIconNames
       {
        event macro 15 104
        wait 5
       }
until #charghost = yes

225
Scripting Chat / Re: Can anyone help
« on: August 22, 2016, 05:01:27 PM »
Also thank you for the code. I do appreciate it. What I had looked nothing like this lol. I'm not too good at this language it seems.

Pages: 1 ... 13 14 [15] 16