Navaryn2005-10-03 19:03:07
Anyone has any idea how to make a button on Zmud to vote for Lusternia on TMS? I heard it was possible but I have no idea how. Any help would be appreciated.
Unknown2005-10-03 19:13:17
I don't use Zmud, sorry, but perhaps this will give you an idea of where to look in Zmud's huge online help repository...
1) Learn how to create a button that does -something-, I'm sure this has a nice big section in the zmud help files.
2) Learn how to make Zmud execute a shell command (ie, to do something in windows - like running a program).
3) Create a button that executes a command to run your preferred browser with the link you're interested in.
For example, in Linux I'd have the button execute '/usr/bin/mozilla-firefox http://www.ironrealms.com/irex/tmsvote.php?id=lusternia'
That command should open up firefox with the correct link in it (I mooched that link from the button on lusternia.com).
Hope that gives you a direction to go in.
1) Learn how to create a button that does -something-, I'm sure this has a nice big section in the zmud help files.
2) Learn how to make Zmud execute a shell command (ie, to do something in windows - like running a program).
3) Create a button that executes a command to run your preferred browser with the link you're interested in.
For example, in Linux I'd have the button execute '/usr/bin/mozilla-firefox http://www.ironrealms.com/irex/tmsvote.php?id=lusternia'
That command should open up firefox with the correct link in it (I mooched that link from the button on lusternia.com).
Hope that gives you a direction to go in.
Unknown2005-10-03 19:20:40
zMUD provides the #URL command for launching a browser. You can't make it vote for you, but you can load the page and then hit the vote image yourself.
Navaryn2005-10-03 19:25:49
Alright, thanks.
Lisaera2005-10-03 20:12:43
For an extremely basic one, put this in as a command:
#BUTTON 1 {Vote} {#url http://www.ironrealms.com/irex/tmsvote.php?id=lusternia} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} "" {} {} {}
#BUTTON 1 {Vote} {#url http://www.ironrealms.com/irex/tmsvote.php?id=lusternia} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} "" {} {} {}