UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

Thanks to MB

Dic Schwab

Traveler
// Author: Kraz
// Description: Lethal Darts Quest Maker
if not listexists 'Recipes'
@createlist 'Recipes'
@pushlist 'Recipes' 'Night Reaper'
@pushlist 'Recipes' 'Mischief Maker'
endif
if not listexists 'Talismans'
@createlist 'Talismans'
@pushlist 'Talismans' 0x2f58
@pushlist 'Talismans' 0x2f59
@pushlist 'Talismans' 0x2f5a
@pushlist 'Talismans' 0x2f5b
endif
if not listexists 'Skills'
@createlist 'Skills'
@pushlist 'Skills' 'Alchemy Bonus'
@pushlist 'Skills' 'Blacksmithing Bonus'
@pushlist 'Skills' 'Carpentry Bonus'
@pushlist 'Skills' 'Inscription Bonus'
@pushlist 'Skills' 'Tailoring Bonus'
@pushlist 'Skills' 'Tinkering Bonus'
endif
if not @findobject 'Quest Giver'
promptalias 'Quest Giver'
endif
if not @findobject 'Restock'
promptalias 'Restock'
// Always open restock backpack once
waitforcontext 'Restock' 9 5000
else
if serial 'Restock' != serial 'self'
if not timerexists 'feedPet'
createtimer 'feedPet'
endif
// Hourly feed pet
if timer 'feedPet' >= 3600000
feed 'Restock' 'Meat'
pause 1000
settimer 'feedPet' 0
endif
endif
endif
if not @findobject 'Reward Box'
promptalias 'Reward Box'
endif
if not @findobject 'Trash Barrel'
promptalias 'Trash Barrel'
endif
if @findtype 0x1bfb 'any' 'backpack' 10
if @useobject 'Quest Giver'
waitforgump 0x88bc0b07 5000
if @ingump 0x88bc0b07 'Lethal Darts'
replygump 0x88bc0b07 4
if color 'found' == 0
waitforcontext 'self' 5 5000
waitfortarget 5000
@Target! 'found'
waitfortarget 5000
@canceltarget
endif
@useobject 'Quest Giver'
waitforgump 0x88bc0b07 5000
replygump 0x88bc0b07 8
waitforgump 0x88bc0b07 5000
replygump 0x88bc0b07 5
pause 1000
// Handle reward bags
while @findtype 0xe75 'any' 'backpack'
@setalias 'trash' 'found'
@useobject! 'trash'
pause 1000
// Runics
while @findtype 0x1022 'any' 'trash'
@moveitem! 'found' 'Reward Box'
pause 1000
endwhile
// Recipes
while @findtype 0x2831 0 'trash'
for 0 to 'Recipes'
if @property Recipes[] 'found'
@moveitem! 'found' 'Reward Box' 80
pause 1000
break
endif
endfor
@ignoreobject 'found'
endwhile
// Talismans
for 0 to 'Talismans'
while @findtype Talismans[] 0 'trash'
if @property 'Exceptional Bonus' 'found' >= 25
for 0 to 'Skills'
if @property Skills[] 'found' >= 25
@moveitem! 'found' 'Reward Box' 160
pause 1000
break
endif
endfor
endif
@ignoreobject 'found'
endwhile
endfor
@moveitem! 'trash' 'Trash Barrel'
pause 1000
endwhile
else
replygump 0x88bc0b07 2
endif
endif
pause 500
elseif @movetype 0x1bfb 'Restock' 'backpack' 0 0 0 0 200
pause 1000
else
sysmsg 'Out of bolts!' 25
stop
endif
@clearignorelist


seems legit @Jackie Moon wheres the other 4 quests in the original macro?
 

Dexter-LoM

Knight
// Author: Kraz
// Description: Lethal Darts Quest Maker
if not listexists 'Recipes'
@createlist 'Recipes'
@pushlist 'Recipes' 'Night Reaper'
@pushlist 'Recipes' 'Mischief Maker'
endif
if not listexists 'Talismans'
@createlist 'Talismans'
@pushlist 'Talismans' 0x2f58
@pushlist 'Talismans' 0x2f59
@pushlist 'Talismans' 0x2f5a
@pushlist 'Talismans' 0x2f5b
endif
if not listexists 'Skills'
@createlist 'Skills'
@pushlist 'Skills' 'Alchemy Bonus'
@pushlist 'Skills' 'Blacksmithing Bonus'
@pushlist 'Skills' 'Carpentry Bonus'
@pushlist 'Skills' 'Inscription Bonus'
@pushlist 'Skills' 'Tailoring Bonus'
@pushlist 'Skills' 'Tinkering Bonus'
endif
if not @findobject 'Quest Giver'
promptalias 'Quest Giver'
endif
if not @findobject 'Restock'
promptalias 'Restock'
// Always open restock backpack once
waitforcontext 'Restock' 9 5000
else
if serial 'Restock' != serial 'self'
if not timerexists 'feedPet'
createtimer 'feedPet'
endif
// Hourly feed pet
if timer 'feedPet' >= 3600000
feed 'Restock' 'Meat'
pause 1000
settimer 'feedPet' 0
endif
endif
endif
if not @findobject 'Reward Box'
promptalias 'Reward Box'
endif
if not @findobject 'Trash Barrel'
promptalias 'Trash Barrel'
endif
if @findtype 0x1bfb 'any' 'backpack' 10
if @useobject 'Quest Giver'
waitforgump 0x88bc0b07 5000
if @ingump 0x88bc0b07 'Lethal Darts'
replygump 0x88bc0b07 4
if color 'found' == 0
waitforcontext 'self' 5 5000
waitfortarget 5000
@Target! 'found'
waitfortarget 5000
@canceltarget
endif
@useobject 'Quest Giver'
waitforgump 0x88bc0b07 5000
replygump 0x88bc0b07 8
waitforgump 0x88bc0b07 5000
replygump 0x88bc0b07 5
pause 1000
// Handle reward bags
while @findtype 0xe75 'any' 'backpack'
@setalias 'trash' 'found'
@useobject! 'trash'
pause 1000
// Runics
while @findtype 0x1022 'any' 'trash'
@moveitem! 'found' 'Reward Box'
pause 1000
endwhile
// Recipes
while @findtype 0x2831 0 'trash'
for 0 to 'Recipes'
if @property Recipes[] 'found'
@moveitem! 'found' 'Reward Box' 80
pause 1000
break
endif
endfor
@ignoreobject 'found'
endwhile
// Talismans
for 0 to 'Talismans'
while @findtype Talismans[] 0 'trash'
if @property 'Exceptional Bonus' 'found' >= 25
for 0 to 'Skills'
if @property Skills[] 'found' >= 25
@moveitem! 'found' 'Reward Box' 160
pause 1000
break
endif
endfor
endif
@ignoreobject 'found'
endwhile
endfor
@moveitem! 'trash' 'Trash Barrel'
pause 1000
endwhile
else
replygump 0x88bc0b07 2
endif
endif
pause 500
elseif @movetype 0x1bfb 'Restock' 'backpack' 0 0 0 0 200
pause 1000
else
sysmsg 'Out of bolts!' 25
stop
endif
@clearignorelist


seems legit @Jackie Moon wheres the other 4 quests in the original macro?
No one said he didn't modified the script all was said was that he was not the one who brought/ made the original script. Look at the script you posted clearly shows the author as kraz. You all want to praise mb for being able to do thing unattended go for it but his far from what the original op made him seem to be. It's not thanks to mb that demise is still around ill say thank you to @Eos and @Selene for sticking around as long as they have.
 

Dic Schwab

Traveler
@Dexter-LoM so what your saying is... the 160 lines that Kraz made up so you could turn in lethal darts every 60 seconds is equivalent to the 1962 lines that @MB put together so people could do all of the quests. I am not saying the original idea wasn't Kraz's but the hard work came from MB. Not only can people turn the quest in roughly 3 - 4 times a minute but he also combined the saw quest with it. So every sampire that runs with a black staff or any archer that runs with a new bow should thank MB. Because who else would have spent all that time putting those 1962 lines together and share it with the rest of the server. You don't see @Alvin1337 or @Reximus sharing their idocing script with everyone. It literally recalls to every house and checks the sign then recalls to the next. @MB maybe you should make a script for this. I hear its highly lucrative. i will even start marking runes for you.
 

Bama

Bug Huntress
Did I ever tell you about how my grandfather died?
He was 95 when he died
I remember asking my grandmother how it happened and she told me he had a heart attack while they were making love
I told her 2 people almost 100 years old having sex would surely cause problems
She told me no Bama you don't understand
When we did it we only did it on Sundays and in time with the church bells
In on the ding
Out on the dong
Oh so slowly
She stopped talking to wipe away a few tears
She said to me
Bama he would still be alive if that freaking ice cream truck didn't come along
 

zulu2401

Squire
No matter how you look at it, It's still a joke to praise someone who spends their time griefing demise and exploiting every possible low ball tactic to win at anything. Let's not forget about MB, completely abandoned his guild not so long ago. It also took him years to get the team he has now. Still yet he gets raped by unsuited inexperienced members of kvg lol. All the bullshit you praise him for actually did more harm than good. All this bullshit he handed out gives people the means to afk resource gather etc... so thanks MB for once again ruining yet another aspect of demise. And thanks again to all the weak minded fucks who enjoy losing insurance to me. Good job
 

Dexter-LoM

Knight
If you have the need to thanks someone that made something to let you do things afk go for it. But again Duke's post was not just about the scripts that all you fucking retards need to use to play this game.
 

Bama

Bug Huntress
How does Justin Bieber remove a condom after sex.......................................





















.......................................................................He farts...
 

Tokeman420

Sorceror
Since joining Hz I am not only rich in UO but in Irl as well all you have to do is follow MB's guide to greatness get your copy today for 10$,
 

The Priest

Wanderer
I haven't been on the shard long, but I said this to Malo the other night and I think it still holds water. There will always be a guild on any shard that is portrayed as the bad guys. This is usually the richest or largest guild at the time. Having that dynamic means pvp has an emotional impact instead of pvp/die/res/rinse/repeat. Without that "bad guy" guild, I can guarantee you'd get bored fighting the same dozen people over and over again without the payoff of saying, "lol we wiped those assholes!!!&@£&@!"

Look at all of you sitting on the forums at work or with your kids or whatever, thinking about Hz. Now I'm not saying Hz is the best guild or even comprises of the best pvpers, it may have been another guild playing this role six months or a year ago, but right now you bozos are complaining while we're fighting, so get off the forums and login.
 

Dexter-LoM

Knight
I haven't been on the shard long, but I said this to Malo the other night and I think it still holds water. There will always be a guild on any shard that is portrayed as the bad guys. This is usually the richest or largest guild at the time. Having that dynamic means pvp has an emotional impact instead of pvp/die/res/rinse/repeat. Without that "bad guy" guild, I can guarantee you'd get bored fighting the same dozen people over and over again without the payoff of saying, "lol we wiped those assholes!!!&@£&@!"

Look at all of you sitting on the forums at work or with your kids or whatever, thinking about Hz. Now I'm not saying Hz is the best guild or even comprises of the best pvpers, it may have been another guild playing this role six months or a year ago, but right now you bozos are complaining while we're fighting, so get off the forums and login.
Am not complaining. I'm having a discussion while working.
 

eve-demise

Sorceror
So you praising MB for the scripts he altered to cheat he way threw the game is that the whole point of this pointless thread ?
I would love to see all of HZ actually double click there way threw this game you guys would drop like flies. stop just looking at your macros on screen and actually play the game.
Learn to play the game fair and legit then come praise your guild on forums.
 

zulu2401

Squire
So you praising MB for the scripts he altered to cheat he way threw the game is that the whole point of this pointless thread ?
I would love to see all of HZ actually double click there way threw this game you guys would drop like flies.
Learn to play the game fair and legit then come praise your guild on forums.
As the only woman I know that plays other than reira, she actually has more skill than most of Hz. Also Eve is the best xhealer I've seen in fuckin forever.
 
Top