Useful Shit!!<------!!!1

World of warcraf stuff here
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

<span style='font-size:14pt;line-height:100%'><span style='color:orange'>##User Interfaces##</span></span>
<a href='http://www.cosmosui.com' target='_blank'>Cosmos</a>
<a href='http://wow.warcraftstrategy.com/ctmod/' target='_blank'>CTmod</a>
<a href='http://gypsymod.the-mad.net/' target='_blank'>Gypsy Mod</a>

<span style='font-size:14pt;line-height:100%'><span style='color:orange'>##Out of game apps## </span></span>(some break WoW's ToS)
<a href='http://kronos.lortrader.com/forums/view ... =3780#3780' target='_blank'>WoW Gps</a>
<a href='http://www.macrocraft.org/' target='_blank'>Macrocraft</a> (unreleased)
<a href='http://unadvised.net/forum/index.php?showtopic=3802' target='_blank'>Fishing Bot</a>
<a href='http://bd4lyfe.5gigs.com/sstat-wow-installer.exe' target='_blank'>WoW Server Status program</a>
<a href='http://www.hot-shareware.com/download.p ... speed-gear' target='_blank'>Speed Hack</a>

<span style='font-size:14pt;line-height:100%'><span style='color:orange'>##Online Stuff##</span></span>
<a href='http://www.thottbott.com' target='_blank'>Thottbot</a>
<a href='http://www.worldofwarcraft.com' target='_blank'>World Of Warcraft Homepage</a>
<a href='http://forums.worldofwarcraft.com/threa ... =1#post173' target='_blank'>Usefull scripting info</a>
<a href='http://www.wowwiki.com/World_of_Warcraft_API' target='_blank'>WoW API</a>
<a href='http://www.hbrnd.com/discordia/wow_guide.pdf' target='_blank'>Gamespot's WoW Guide</a>


<span style='font-size:14pt;line-height:100%'><span style='color:orange'>##Ingame Macros Stuff##</span></span>
Eeasy toggle between window/fullscreen

Code: Select all

/script SetCVar("gxWindow", 1 - GetCVar("gxWindow")); 
/console gxRestart 
Cast purify during combat and continue combat

Code: Select all

/target "player" 
/cast Purify(Rank 1) 
/script TargetLastEnemy(); 
Quest Text goes faster (built into cosmos)

Code: Select all

/script QUEST_DESCRIPTION_GRADIENT_CPS = 600000 
/script RegisterForSave("QUEST_DESCRIPTION_GRADIENT_CPS") 
/script DEFAULT_CHAT_FRAME:AddMessage("Quests are now faster");
Open/Close ALL bag slots

Code: Select all

/script ToggleBag(0); (this is the backpack) 
/script ToggleBag(1); 
/script ToggleBag(2); 
/script ToggleBag(3); 
/script ToggleBag(4); (this is my Quiver so i omit this line from my macro) 
Priest Macro

Code: Select all

/script if (UnitName("target") ~=nil and UnitInParty("target")) then CastSpellByName("Power Word: Shield(Rank 1)") else TargetUnit("player") CastSpellByName("Power Word: Shield(Rank 1)") TargetLastEnemy(); end; 
Hunter Macro

Code: Select all

/cast Hunter's Mark(Rank 1) 
/script PetAttack(); 
warlock and voidwalker attack

Code: Select all

/cast Shadow Bolt(Rank 1) 
/script PetAttack(); 
Switching Hotbars with a macro (x = action bar #)

Code: Select all

/script CURRENT_ACTIONBAR_PAGE = X; 
/script ChangeActionBarPage(); 
Example script to put on 1H-weapon and offhand weapon when you are wearing 2H-weapon:

Code: Select all

/script PickupContainerItem(4, 1); 
/script -- 1H weapon now on cursor. 
/script PickupInventoryItem(16); 
/script -- 1H weapon now equipped, 2H weapon on cursor. 
/script PickupContainerItem(4, 3); 
/script -- 2H weapon in inventory, no item on cursor. 
/script PickupContainerItem(4, 2); 
/script -- offhand item on cursor. 
/script PickupInventoryItem(17); 
/script -- off hand item now equipped, no item on cursor. 
Example script to put on 2H-weapon when you are wielding 2H-weapon:

Code: Select all

/script PickupInventoryItem(17); 
/script -- off hand item now on cursor. 
/script PickupContainerItem(4, 2); 
/script -- off hand item now in inventory 
/script PickupContainerItem(4, 3); 
/script -- 2H weapon now on cursor. 
/script PickupInventoryItem(16); 
/script -- 1H weapon now on cursor, 2H weapon equipped 
/script PickupContainerItem(4, 1); 
/script -- 1H weapon now in inventory, no item on cursor. 
Hunter Melee Macro

Code: Select all

 
/cast Aspect of the Monkey 
/script PetAttack(); 
/script AttackTarget(); 
Pulling Macro

Code: Select all

/script TargetNearestEnemy(); 
/p Pulling %t 
/script AttackTarget(); 
/v inc 
Assist Macro

Code: Select all

/assist %t 
/script AttackTarget(); 
macro to send a whisper to heal target when your healing them

Code: Select all

/script if ((UnitName("target") ~= nil) AND (UnitIsPlayer("target") = 1)) then SendChatMessage("Incoming Flash Heal!", "WHISPER", "COMMON", UnitName("target") ); end 
/cast Flash Heal (Rank 1) 
Feed Pet macro

Code: Select all

/script if (not PlayerFrame.inCombat) then if (not 
GetContainerItemLink(4, 1)) then OpenBag(4); else CastSpellByName("Feed Pet"); PickupContainerItem(4, 1); end end 
<span style='font-size:14pt;line-height:100%'><span style='color:orange'>##Quick Gold##</span></span>
You should be level 20 or above to do this by yourself.

You want to go to north Darkshore (not Darkshire), in the Ruins of Mathyra. Follow the road towards to the Ruins, when you see the entrance, make a right turn hugging the boundaries of the tower. Pass by the Myrms and keep on going to the southeast until you are on the outskirts of the Ruins of Mathrya zone, where no monsters spawn.

To the north of this location, you'll see a few lingering Myrm well spread apart. Go towards them. You are looking for Cat Figurines in this area. These Cat Figurines are worth 1s each, and spawn just as you pick one up. In this area just outside the tower there are 4 Cat Figurine respawn locations. If you search around the area between the tower and the Mine-Dungeon entrance (be sure you search in the areas where they are lined up perfectly ) you'll find the Cat Figurines.

There is one spawn location by a crooked pillar next to the Mini-Dungeon entrance. The next is due west of that location laying behind a pillar laying on the ground. Just south of that point is a curved, semi-circle ruin (that should help as a land mark). Not too far west of that location is another spawn point for the Figurine at the corner of a broken wall. Just west of that is another spawn point, well hidden between a pillar laying on the ground and a broken wall. All of the spawn points are in visual range of one another, so you know they aren't far apart.

Kill the Mryms, they drop about 50c a pop, and clear the way for you to pick up as many Cat Figurines as you want. Now for the last and best part of this exploit:

Picking up a Cat Figurine sometimes spawns a level 19 or level 20 Ghost Saber. These cats often don't drop anything, but they do occasionally drop awesome weapons and armor. In addition, they also drop Glowing Cat Figurines, which summon up a Ghost Saber pet for you for 30 Minutes. If you kill another Ghost Saber cat within that time, and it happens to drop another Glowing Figurine, you can use it also...the pets stack! Instead of one pet helping you, you'll have two. Continue as you like, sometimes you'll have up to 4 Ghost Sabers fighting for you, clearing out Myrms like nothing. Meanwhile, you'll score hundreds of Cat Figurines (which stack into piles of 20) to later sell for as much gold as you like.

It's very easy to make 5g+ per hour using this trick, which is ridiculous in WoW.
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
Crazy252
noob
Posts: 22
Joined: Tue Nov 30, 2004 5:27 pm
Contact:

Post by Crazy252 »

Hey Binary thanx for all the help.
Every body if you want to play a good game play W.o.W
btw binary u dont come online much on msn now ? were u at?
:D
<img src='http://img.photobucket.com/albums/v223/husain252/4.gif' border='0' alt='user posted image' />
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

Crazy252 wrote: Hey Binary thanx for all the help.
Every body if you want to play a good game play W.o.W
btw binary u dont come online much on msn now ? were u at?
:D
im playing wow and i save ram by turning off aim and msn
or i blocked and deleted ur msn
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
Crazy252
noob
Posts: 22
Joined: Tue Nov 30, 2004 5:27 pm
Contact:

Post by Crazy252 »

Ow, well im waiting for WoW to come to my country so i can play it i have the game downloaded but i need the CD key, lol i hope its the ram thing because i dont want me to be blocked on ur msn.
You playing real game or private server and if yes?
witch server is it? :D
<img src='http://img.photobucket.com/albums/v223/husain252/4.gif' border='0' alt='user posted image' />
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

added

Eeasy toggle between window/fullscreen

Code: Select all

/script SetCVar("gxWindow", 1 - GetCVar("gxWindow")); 
/console gxRestart 
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
jrm.
Member
Posts: 159
Joined: Wed Nov 03, 2004 10:06 am
Location: Anywhere But Here

Post by jrm. »

give me source of that post (ie: edit it, copy and paste, pm me)
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

jrm. wrote: give me source of that post (ie: edit it, copy and paste, pm me)
the fishbot?
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
bobby1
just visiting
Posts: 8
Joined: Tue Sep 28, 2004 12:29 am

Post by bobby1 »

Example script to put on 2H-weapon when you are wielding 2H-weapon:
CODE

/script PickupInventoryItem(17);
/script -- off hand item now on cursor.
/script PickupContainerItem(4, 2);
/script -- off hand item now in inventory
/script PickupContainerItem(4, 3);
/script -- 2H weapon now on cursor.
/script PickupInventoryItem(16);
/script -- 1H weapon now on cursor, 2H weapon equipped
/script PickupContainerItem(4, 1);
/script -- 1H weapon now in inventory, no item on cursor.
do you mean script to put on 2h-weapon when are using a 1h-weapon?
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

i dunno, i just jacked it from the wow forum

i think its from 2h, to 1h + shield
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
bobby1
just visiting
Posts: 8
Joined: Tue Sep 28, 2004 12:29 am

Post by bobby1 »

oo ic, I hope someone can find away to keep your char always "rested" (when your exp bar is blue) so u get double the exp, seems like only time u get rested is if your in a inn
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

bobby1 wrote: oo ic, I hope someone can find away to keep your char always "rested" (when your exp bar is blue) so u get double the exp, seems like only time u get rested is if your in a inn
stay logged out for a week XDD
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

UDPATED

added gamespots wow guide
<a href='http://www.hbrnd.com/discordia/wow_guide.pdf' target='_blank'>Download</a>
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
chiche
noob
Posts: 24
Joined: Sun Aug 29, 2004 4:46 am

Post by chiche »

where we put that codes?
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

type /macro and make a macro
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
chiche
noob
Posts: 24
Joined: Sun Aug 29, 2004 4:46 am

Post by chiche »

binarydata wrote: type /macro and make a macro


im doing that thanks :D
Post Reply