Kaylee2008-06-24 16:40:48
So I've been trying for days to get a sipper to work in my zmud with nothing but failure So i either need someone to be my hero and give me the code to drop into my text box that'll work.......or for someone to remind me, cause I'm an idiot and forgot, how to instantly export all of my triggers macros aliases, etc into a text file so I can hang my head in shame and go use nexus which I found a sipper for thank yous
Kaylee2008-06-24 17:19:52
QUOTE(Kaylee @ Jun 24 2008, 04:40 PM) 525375
So I've been trying for days to get a sipper to work in my zmud with nothing but failure So i either need someone to be my hero and give me the code to drop into my text box that'll work.......or for someone to remind me, cause I'm an idiot and forgot, how to instantly export all of my triggers macros aliases, etc into a text file so I can hang my head in shame and go use nexus which I found a sipper for thank yous
Edit: okay my retarded ass remembered how to export my crap >.<
But if any kind soul wants to help me out with the sipper thing, I'd still be very grateful. I am not looking forward to using nexus in the least but my arthritis is getting too bad and the less things I need to do to bash the better
Unknown2008-06-24 18:10:08
QUOTE(Kaylee @ Jun 24 2008, 10:19 AM) 525390
Edit: okay my retarded ass remembered how to export my crap >.<
But if any kind soul wants to help me out with the sipper thing, I'd still be very grateful. I am not looking forward to using nexus in the least but my arthritis is getting too bad and the less things I need to do to bash the better
But if any kind soul wants to help me out with the sipper thing, I'd still be very grateful. I am not looking forward to using nexus in the least but my arthritis is getting too bad and the less things I need to do to bash the better
This might not be an option for you, but really Catarin's free system for CMUD is really top notch. If you are comfortable with zmud then cmud should feel the same to you.
If you can not afford the cost of cmud then there are at least two active free systems for free clients both of which are going to be better than nexus. You can even spend only credits to get a (from what I hear, I personally do not use it) great mapper for any client.
I guess what this boils down to is friends do not let friends use nexus.
If you post what you have for your autosipper I am sure a few of us could look it over. It has been a while for me so I am not sure if I remember all of the quirks of zmud but it should not be too hard to figure out a basic autosipper.
Kaylee2008-06-24 19:10:13
QUOTE(Enthralled @ Jun 24 2008, 06:10 PM) 525420
This might not be an option for you, but really Catarin's free system for CMUD is really top notch. If you are comfortable with zmud then cmud should feel the same to you.
If you can not afford the cost of cmud then there are at least two active free systems for free clients both of which are going to be better than nexus. You can even spend only credits to get a (from what I hear, I personally do not use it) great mapper for any client.
I guess what this boils down to is friends do not let friends use nexus.
If you post what you have for your autosipper I am sure a few of us could look it over. It has been a while for me so I am not sure if I remember all of the quirks of zmud but it should not be too hard to figure out a basic autosipper.
If you can not afford the cost of cmud then there are at least two active free systems for free clients both of which are going to be better than nexus. You can even spend only credits to get a (from what I hear, I personally do not use it) great mapper for any client.
I guess what this boils down to is friends do not let friends use nexus.
If you post what you have for your autosipper I am sure a few of us could look it over. It has been a while for me so I am not sure if I remember all of the quirks of zmud but it should not be too hard to figure out a basic autosipper.
I've been using zmud for 5 years, I don't know if I could change very easily
hrm I gave up on writing my own and found a code or two that people were using for Achaea but havent even bothered trying to get it to work for lusty yet, Im dying from a migraine but I'll post it maybe someone else will know how to do it quickly and painlessly
that and all these include all the other stats, and i really just need it for health
CODE
#CLASS {autoSipper}
#ALIAS sipCheck {#IF (@sipBalance) {#IF !(@sipBlocked) {#IF !(@paused) {#IF (@hpr<30) {sipHealth} {#IF (@mpr<30) {sipMana} {#IF (@hpr<50) {sipHealth} {#IF (@mpr<50) {sipMana} {#IF (@hpr<75) {sipHealth} {#IF (@mpr<75) {sipMana}}}}}}}}}}
#ALIAS sipHealth {#VAR "sipBalance" 0;#SEND "sip health";#ALARM "oversip_failsafe" +3 {#VAR "sipBalance" 1}}
#ALIAS sipMana {#VAR "sipBalance" 0;#SEND "sip mana";#ALARM "oversip_failsafe" +3 {#VAR "sipBalance" 1}}
#ALIAS qsc {#T+ "qscCheck";#SEND "qsc"}
#ALIAS sipPause {#IF (@sipBalance) {#VAR "paused" 0} {#VAR "paused" 1};#SHOW {%ansi("blue","hi")"
#ALIAS sipCheck {#IF (@sipBalance) {#IF !(@sipBlocked) {#IF !(@paused) {#IF (@hpr<30) {sipHealth} {#IF (@mpr<30) {sipMana} {#IF (@hpr<50) {sipHealth} {#IF (@mpr<50) {sipMana} {#IF (@hpr<75) {sipHealth} {#IF (@mpr<75) {sipMana}}}}}}}}}}
#ALIAS sipHealth {#VAR "sipBalance" 0;#SEND "sip health";#ALARM "oversip_failsafe" +3 {#VAR "sipBalance" 1}}
#ALIAS sipMana {#VAR "sipBalance" 0;#SEND "sip mana";#ALARM "oversip_failsafe" +3 {#VAR "sipBalance" 1}}
#ALIAS qsc {#T+ "qscCheck";#SEND "qsc"}
#ALIAS sipPause {#IF (@sipBalance) {#VAR "paused" 0} {#VAR "paused" 1};#SHOW {%ansi("blue","hi")"
Unknown2008-06-24 19:57:18
QUOTE(Kaylee @ Jun 24 2008, 12:10 PM) 525448
I've been using zmud for 5 years, I don't know if I could change very easily
I used zmud for at least that long and the transition to CMUD (well in its current state) was painless. If you can afford the cost of it I would highly recommend it.
I will take a look at your code and see if I can spot anything. It would help if you described what the failure mode was. Do you lose health and never sip? Do you sip when you do not have pot balance? Etc
Kaylee2008-06-24 21:14:31
QUOTE(Enthralled @ Jun 24 2008, 07:57 PM) 525481
I used zmud for at least that long and the transition to CMUD (well in its current state) was painless. If you can afford the cost of it I would highly recommend it.
I will take a look at your code and see if I can spot anything. It would help if you described what the failure mode was. Do you lose health and never sip? Do you sip when you do not have pot balance? Etc
I will take a look at your code and see if I can spot anything. It would help if you described what the failure mode was. Do you lose health and never sip? Do you sip when you do not have pot balance? Etc
never sips.
and i can't afford anything at this point
Unknown2008-06-24 21:36:59
Try the following, no promises though. I do not have a copy of zmud to test it out on. I removed some of the code to make it a bit simpler and cleaner. You will have to manually set your maxhealth. You will also want to play around with the hard coded percentages in the sipcheck alias.
This is a rather quick and dirty auto sipper, there are far far better ones out there =)
This is a rather quick and dirty auto sipper, there are far far better ones out there =)
CODE
#CLASS {autoSipper}
#ALIAS sipCheck {#IF (@sipBalance) {#IF !(@sipBlocked) {#IF !(@paused) {#IF (@hpr<30) {sipHealth} {#IF (@mpr<30) {sipMana} {#IF (@hpr<50) {sipHealth} {#IF (@mpr<50) {sipMana} {#IF (@hpr<75) {sipHealth} {#IF (@mpr<75) {sipMana}}}}}}}}}}
#ALIAS sipHealth {#VAR "sipBalance" 0;#SEND "sip health"}
#ALIAS sipMana {#VAR "sipBalance" 0;#SEND "sip mana"}
#ALIAS sipPause {#IF (@sipBalance) {#VAR "paused" 0} {#VAR "paused" 1};#SHOW {%ansi("blue","hi")"
#ALIAS sipCheck {#IF (@sipBalance) {#IF !(@sipBlocked) {#IF !(@paused) {#IF (@hpr<30) {sipHealth} {#IF (@mpr<30) {sipMana} {#IF (@hpr<50) {sipHealth} {#IF (@mpr<50) {sipMana} {#IF (@hpr<75) {sipHealth} {#IF (@mpr<75) {sipMana}}}}}}}}}}
#ALIAS sipHealth {#VAR "sipBalance" 0;#SEND "sip health"}
#ALIAS sipMana {#VAR "sipBalance" 0;#SEND "sip mana"}
#ALIAS sipPause {#IF (@sipBalance) {#VAR "paused" 0} {#VAR "paused" 1};#SHOW {%ansi("blue","hi")"
Privacy Overview
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookies
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.