Author Topic: Runebook Copier  (Read 31758 times)

0 Members and 1 Guest are viewing this topic.

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Runebook Copier
« Reply #30 on: January 10, 2016, 05:23:31 AM »
0
say anyway to put a wait time in for mana to build back up ? thx.

Offline slyoneTopic starter

  • Full Member
  • ***
  • Posts: 135
  • Activity:
    0%
  • Reputation Power: 2
  • slyone has no influence.
  • Gender: Male
  • Respect: +40
  • Referrals: 1
    • View Profile
Re: Runebook Copier
« Reply #31 on: February 01, 2016, 06:52:00 PM »
0
say anyway to put a wait time in for mana to build back up ? thx.

Good question.  It is possible to add a mana check prior to every spell call.  I found an example in The Reaper's post for a Resisting Spells Trainer (I pasted the specific sub below).  I hesitate to add this specifically since the mana required to cast varies based on lower mana cost.  I'll consider adding this feature in the future.

Code: [Select]
sub checkmana
    if #mana < %manatocast
    {
    event macro 13 46
     loop2:
       if #mana < #maxmana
       {
        goto loop2
       }
    }

return
Started playing back at the Second Age

Offline zhillis

  • Newbie
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • zhillis has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Runebook Copier
« Reply #32 on: August 09, 2016, 11:52:16 AM »
0
thanks

Offline bdunlap14

  • Restricted
  • *
  • Posts: 1
  • Activity:
    0%
  • Reputation Power: 1
  • bdunlap14 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Runebook Copier
« Reply #33 on: August 22, 2017, 02:21:20 PM »
0
Thanks for the share

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: Runebook Copier
« Reply #34 on: August 22, 2017, 04:34:54 PM »
0
Thanks for the share

You're very welcome! I am glad you enjoyed it!  ::)

Offline Fabolous1

  • Jr. Member
  • **
  • Posts: 18
  • Activity:
    0%
  • Reputation Power: 1
  • Fabolous1 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Runebook Copier
« Reply #35 on: January 17, 2020, 08:01:47 PM »
0
How can you add spaces to these variables? Also, is there any chance that anybody has made this support Runic Atlas's?

I tried the whole #spc thing, following easyuo documentation and it didn't work
« Last Edit: January 17, 2020, 08:04:55 PM by Fabolous1 »

Offline Gaderian

  • Elite
  • *
  • *
  • Posts: 486
  • Activity:
    0%
  • Reputation Power: 10
  • Gaderian barely matters.Gaderian barely matters.
  • Respect: +50
  • Referrals: 3
    • View Profile
Re: Runebook Copier
« Reply #36 on: January 17, 2020, 09:48:46 PM »
0
Did you used the comma operator around the #spc variable and it did not work?
Code: easyuo
  1. set %myvar This , #spc , is , #spc , my , #spc test
"Go ahead ask me: 'Should I use hard waits or timers?'"
You say:"Should I"
Gaderian:"Timers!"
You Say:"use hard waits or timers?"

The serious side of timer use is illustrated here: http://www.scriptuo.com/index.php?topic=12094.msg101926#msg101926

However, every time I go back and look at this [AutoLooter] script, I realize I had wrote it in my zen state of EUO scripting - so it makes my brain hurt.

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Runebook Copier
« Reply #37 on: January 18, 2020, 08:23:58 AM »
0
I dont think this one add the name of the rune.   I use this a while back I like it.    It just recall mark a rune that it.  U need to rename the rune once done.  But I can be wrong..   

Offline Tbird

  • Restricted
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • Tbird has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Runebook Copier
« Reply #38 on: May 28, 2020, 03:02:51 PM »
0
I'm new to all this but after joining a new guild and being tasked with making runebooks i wanted to figure out the easiest way