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 - Sairiin

Pages: [1]
1
Gold Farming / Re: [Freeshard] Doom Artisan
« on: October 28, 2020, 03:38:35 AM »
Goodmorning everyone,
I enjoyed updating this script these days and as soon as I'm sure it works correctly I will publish it. while I test various things I proceeded to make one for the TANK and it works very well for the moment but I have a problem with the "Revealing the Dark Knight", the magician or tamer can easily find it and cast the Reveal on him, I have problems with the tank that I would like instead of casting the Holy Light remotely to approach and then cast it, can you help me, the part of the script that does this is the following:

Reveal :  Event Macro 15 47
Cast Spell [C] Holy Light : Event Macro 15 207

the main problem is that the wizard casts Reveal from a distance on the mob, while the tank casts Holy but on the spot and does not reveal it, I need to bring him closer and then cast Holy.


Quote
;===========================================================
;@Purpose : Revealing the Dark Knight
;===========================================================
Sub RevealKnight
  If #FindCnt = 0
  {
    FindItem XC G_25
    Wait 10
    If #FindCnt = 0
    {
      Return
    }
  }
  Set %Teleports #FindCnt
  Set %SKX1 #FindX
  Set %SKY1 #FindY
  If %Teleports = 2
  {
    Set #FindIndex 2
    Set %SKX2 #FindX
    Set %SKY2 #FindY
  }
  Set %RevealTimer #SCnt
  For %Reveal 1 %Teleports
  {
    Move %SKX . %Reveal %SKY . %Reveal 5
    Event Macro 15 207
    Target 3s
    Wait 1s
    Set #LTargetX %SKX . %Reveal
    Set #LTargetY %SKY . %Reveal
    Set #LTargetZ -1
    Set #LTargetKind 2
    Event Macro 22
  }
Return

2
New member introductions / Re: Hello everybody
« on: October 25, 2020, 08:39:46 AM »
thanks

3
New member introductions / Re: Hello everybody
« on: October 25, 2020, 01:57:53 AM »

modified I hope it goes well

4
New member introductions / Hello everybody
« on: October 19, 2020, 03:02:37 AM »
Hello everybody
I'm back to play after 16 years, my first experience was on a completely modified u server called 4th Dragonlance where I started making my first scripts for the server, from there I got more passionate than the game to automations and I started making the first scripts with autouo, then moving on to Easyuo much more complete. in the end the serv3er in which I was playing was closed and I stopped, to resume playing for a few weeks (despair from Lockdown) and the first thing I did after logging in on last was download easyuo and start putting my hands back in the dough on some abandoned macro.
I hope to talk to you soon.

Regards
Sairiin  ;)

Pages: [1]