Minecraft Server
Moderator: Forum Moderators
Minecraft Server
Server is offline - (old server)
Server IP:
Players on the whitelist:
amblinhamblin
anery
baliame
battlebunny
buzzmong
dansnipe
dogpants
drberk
erabbit
fabyak
fatherjack
friznit
grimmie
herecomespete
jamesstrachan
knoxharrington
legoshoes
mr_johnson
mrbobbins
mrjoose
pnut804
scunner3rd
shot2bits
spoodie
stoat
tezzrexx
tandino
wiggy
If you would like access request it in this thread.
Server IP:
Players on the whitelist:
amblinhamblin
anery
baliame
battlebunny
buzzmong
dansnipe
dogpants
drberk
erabbit
fabyak
fatherjack
friznit
grimmie
herecomespete
jamesstrachan
knoxharrington
legoshoes
mr_johnson
mrbobbins
mrjoose
pnut804
scunner3rd
shot2bits
spoodie
stoat
tezzrexx
tandino
wiggy
If you would like access request it in this thread.
Last edited by spoodie on May 21st, 2011, 9:32, edited 51 times in total.
If you're an Op, download and install autohotkey as it will let you mash scripts to do the tedious text input stuff for you
Useful tool is useful
The .exe in here will spawn a diamond pick, shovel, and axe to the user you tell it to and the code looks like this
The top bit will basically pull the focus back to the minecrack window, then the Send {ESC} bit gets you back in the game. The Sleep is necessary to let the game catch up with what you're putting in (500 is half a second, but can probably be lower than that, it's just a number I pulled out of my arse), but other than that just change the number it's sending and add another space and the number if you need more. Then once you're done just run the script and watch the goodies flow from you ![Whew :whew:](./images/smilies/whew.gif)
[edit V2 - UPDATE]
Right, that script should enable you to spawn as much stuff as you need, as many times as you need. I've not had a chance to test this yet so it might not even work properly but it *should* do the job. If it could be compiled and tried that'd be grand, otherwise I'll try and do it tonight
I'm not sure exactly how they do their number modifiers so that code may not work, but it should ask you who you want to give stuff to, what the code is, and how many of the item you want to give in total and it *should* do the rest for you.
Useful tool is useful
The .exe in here will spawn a diamond pick, shovel, and axe to the user you tell it to and the code looks like this
Code: Select all
Inputbox, Name, Enter the name of the person to give shit to
WinWait, Minecraft, Minecraft Minecraft
IfWinNotActive, Minecraft, Minecraft Minecraft , WinActivate, Minecraft, Minecraft Minecraft
WinWaitActive, Minecraft, Minecraft Minecraft
Send, {ESC}
Sleep 500
Send, t /give{SPACE}%Name%{SPACE}277{ENTER}
Sleep 500
Send, t /give{SPACE}%Name%{SPACE}278{ENTER}
Sleep 500
Send, t /give{SPACE}%Name%{SPACE}279{ENTER}
![Whew :whew:](./images/smilies/whew.gif)
[edit V2 - UPDATE]
Code: Select all
[s]
Inputbox, Name, Enter the name of the person to give shit to
Inputbox, ItemNum, Enter the item number
Inputbox, Quantity, How many units to give them? (Total)
WinWait, Minecraft, Minecraft Minecraft
IfWinNotActive, Minecraft, Minecraft Minecraft , WinActivate, Minecraft, Minecraft Minecraft
WinWaitActive, Minecraft, Minecraft Minecraft
Send, {ESC}
%Quantity% -= 64
While %Quantity% > 0
{
Sleep 500
Send, t /give{SPACE}%Name%{SPACE}%ItemNum%{SPACE}64{ENTER}
%Quantity% += 64
}
%Quantity% += 64
Send, t /give{SPACE}%Name%{SPACE}%ItemNum%{SPACE}%Quantity%{ENTER}
I'm not sure exactly how they do their number modifiers so that code may not work, but it should ask you who you want to give stuff to, what the code is, and how many of the item you want to give in total and it *should* do the rest for you.
Last edited by fabyak on August 27th, 2010, 13:20, edited 5 times in total.
I did a thing with DNS so we can use mc.5punk.co.uk instead of the IP. It may not have propagated to all ISP DNSs yet so I've left the IP. I know Virgin is taking a long time to register the change.
For those with access: The DNS entry can be modified from the Dreamhost control panel. Manage Domains -> Click "DNS" below "5punk.co.uk" -> Edit the mc.5punk.co.uk entry.
Also this for server info: http://www.5punk.co.uk/mc/
For those with access: The DNS entry can be modified from the Dreamhost control panel. Manage Domains -> Click "DNS" below "5punk.co.uk" -> Edit the mc.5punk.co.uk entry.
Also this for server info: http://www.5punk.co.uk/mc/
Last edited by spoodie on October 10th, 2010, 14:33, edited 1 time in total.
-
- Mr Flibbles
- Posts: 4957
- Joined: August 10th, 2006, 10:58
- Location: belgium
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
-
- Site Owner
- Posts: 9597
- Joined: May 16th, 2005, 15:31
- Location: Coventry, UK
- Contact:
Whoever's running it can use dyndns.org, ie: fatherjack.dyndns.org
It's free to just have a name-to-IP registration and they have a tool you can run on your machine that keeps it up to date if your IP changes.
It's free to just have a name-to-IP registration and they have a tool you can run on your machine that keeps it up to date if your IP changes.
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact: