Autostore coins in container and autosplit anyone?

Scripts and support for your favorite MUD client.
Vazzgo
Sojourner
Posts: 96
Joined: Tue Feb 06, 2001 6:01 am
Location: Gudalajara, Jalisco, Mexico
Contact:

Autostore coins in container and autosplit anyone?

Postby Vazzgo » Mon Apr 02, 2001 6:12 pm

If someone has them plz write them here considering i don't know very good about trigs and such Image
Gindipple
Sojourner
Posts: 676
Joined: Fri Jan 26, 2001 6:01 am
Location: O' Fallon, MO. USA
Contact:

Postby Gindipple » Mon Apr 02, 2001 9:52 pm

Here's an auto coin -> bank deposit one.

#ALIAS depall {#T+ Autodep;sco}

#TRIGGER {^Playing Time:} {#T- Autodep} {Autodep}

#TRIGGER {^Coins carried:* (%d) copper} {#if (%1 > 0) {dep %1 c}} {Autodep}
#TRIGGER {^Coins carried:* (%d) gold} {#if (%1 > 0) {dep %1 g}} {Autodep}
#TRIGGER {^Coins carried:* (%d) silver} {#if (%1 > 0) {dep %1 s}} {Autodep}
#TRIGGER {^Coins carried:* (%d) platinum} {#if (%1 > 0) {dep %1 p}} {Autodep}

Just type depall
Enjoy.


------------------
Gindipple (Gnome) stands here.
Gindipple
Sojourner
Posts: 676
Joined: Fri Jan 26, 2001 6:01 am
Location: O' Fallon, MO. USA
Contact:

Postby Gindipple » Mon Apr 02, 2001 9:56 pm

And a very similar one to deposit them to your bag instead.

#ALIAS depallbag {#T+ Autodepbag;sco}

#TRIGGER {^Playing time:} {#T- Autodepbag} {Autodepbag}

#TRIGGER {^Coins carried:* (%d) platinum} {#if (%1 > 0) {put %1 p bag}} {Autodepbag}
#TRIGGER {^Coins carried:* (%d) silver} {#if (%1 > 0) {put %1 s bag}} {Autodepbag}
#TRIGGER {^Coins carried:* (%d) copper} {#if (%1 > 0) {put %1 c bag}} {Autodepbag}
#TRIGGER {^Coins carried:* (%d) gold} {#if (%1 > 0) {put %1 g bag}} {Autodepbag}

Type depallbag.
Enjoy.


------------------
Gindipple (Gnome) stands here.
Vazzgo
Sojourner
Posts: 96
Joined: Tue Feb 06, 2001 6:01 am
Location: Gudalajara, Jalisco, Mexico
Contact:

Postby Vazzgo » Tue Apr 03, 2001 1:24 am

.

[This message has been edited by Vazzgo (edited 04-02-2001).]
Vazzgo
Sojourner
Posts: 96
Joined: Tue Feb 06, 2001 6:01 am
Location: Gudalajara, Jalisco, Mexico
Contact:

Postby Vazzgo » Tue Apr 03, 2001 2:14 am

Thanks mang, this is exactly what i was looking for Image

Return to “MUD Client Help”

Who is online

Users browsing this forum: No registered users and 18 guests