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

Pages: 1 2 [3]
31
Scripting Chat / Re: looking for Simple Magery script...
« on: December 19, 2013, 06:30:48 AM »
Hei there,

well thank you alot for your help I finally made it :) sometime it stucks due to trying to cast twice the spell at the same time (Ithink 3s should be enought waiting time)...but what ever :) it works!
Thanks alot for your patience and your explenations :)

P.s. is there a way to check if Im really hidden?

Code: [Select]
                                      repeat
  While #Followers < 5
      gosub CasteEV
  Gosub HideMe
until #charghost = yes
halt

sub CasteEV
  event Macro 15 57
  target 3s
  set #LTARGETX #charposx + 2
  set #LTARGETY #charposy + 2
  set #LTARGETZ #CHARPOSZ
  set #LTARGETKIND 2
  event macro 22 0
  wait 3s
  event Macro 15 57
  target 3s
  set #LTARGETX #charposx + 2
  set #LTARGETY #charposy - 2
  set #LTARGETZ #CHARPOSZ
  set #LTARGETKIND 2
  event macro 22 0
  return

sub HideMe
    event macro 15 43
    target 2s
    event macro 23 0
wait 120s
return

32
Scripting Chat / Re: looking for Simple Magery script...
« on: December 18, 2013, 07:49:43 AM »
hi there, first of all thanks for your patience not really getting this targeting... It casts and casts but the EVs never appear... well sometimes they to appear but rarely

Code: [Select]
                              repeat
  While #Followers < 5
      gosub CasteEV
  Gosub HideMe
until #charghost = yes
halt

sub CasteEV
  event macro 25 0
  event Macro 15 57
  wait 2s
  set #LTARGETX #charposx + 4
  set #LTARGETY #charposy + 4
  set #LTARGETZ #CHARPOSZ
  set #LTARGETKIND 2
  event macro 22 0
  wait 4s
  event macro 25 0
  event Macro 15 57
  wait 2s
  set #LTARGETX #charposx + 2
  set #LTARGETY #charposy - 2
  set #LTARGETZ #CHARPOSZ
  set #LTARGETKIND 2
  event macro 22 0
return

sub HideMe
    event macro 25 0
    event macro 15 43
    event macro 23 0
wait 120s
return


greetings Nuscheltier

33
Scripting Chat / Re: looking for Simple Magery script...
« on: December 17, 2013, 01:33:10 PM »
@Sutler... sorryI just couldnt find it...
@Endless night... I worked my way round somehow, but the problem now is that I dont know how to target the place to release the e vortex

Code: [Select]
                   repeat
  While #Followers < 5
      gosub CasteEV
  Gosub HideMe
until #charghost = yes
halt

sub CasteEV
  event Macro 15 57
  wait 5s
  event Macro 15 57
return

sub HideMe
    event macro 15 43
    target self
wait 120s
return

34
Scripting Chat / Re: looking for Simple Magery script...
« on: December 16, 2013, 06:04:51 AM »
hi there, do you mean the silver afk farmer? Because thats with a tamer and a cu side...

35
Scripting Chat / looking for Simple Magery script...
« on: December 16, 2013, 03:28:39 AM »
Hi there,

I was wondering if there is a simple script around which alowes to combine two spells with a timer...

E.g. -casting Energy vortex
      - casting second energy vortex
      - Hide yourself by spell
      - As soon as energy vortex decays recast
      - Hide again

Im aware that this is most probably pretty simple to write so I wondered if there is allready something like this around.

greetings, Nuscheltier
 

36
12TimesOvers' Script Library / Re: XIIxOveR's Miner For Dummies 3.0
« on: November 06, 2013, 06:54:26 AM »
Awesome & quite stable script :) thanks alot for sharing this!
Just one little question remains, would it be possible to led the char smelt the ore instead of just throwing it into a container?

37
this script works perfectly :D! good work

38
New member introductions / Hi uoscripters
« on: November 04, 2013, 12:51:27 AM »
I played Ultima online on Europe for about 5 years ago and suddendly stopped in 2008 dont even know why. Lately I was bored at work and started to read about the new things that came on to ultima online. I decided to have a glance at the game and it felt like comming home from the first second. I was very suprised that there were still many people playing & fighting the invasion allthough there does not seem to be much pvp anymore.
The reason why I want to join the script uo forum is mainly  that I dont have that much time to catch up everything I missed like to train an imbuer etc. Im looking for convenient scripts posted from nice people (which even reminded me nicely that I should read the rules before I post - sorry for that again, I was desperately looking for a miner script and was getting tired ^^-).
A few years ago I used scripts from easyuo.com but somehow this site seems to be rather dead than alive :/.
Anyhow, Im looking forward to try some scripts of here, some of them sound amazing!

greetings, Nuscheltier

Pages: 1 2 [3]