Jump to content

Recommended Posts

Posted

Most of you already know that you can make a lot of money with darkmoon faire. For those who don't the thing is basically, there are 2 NPCs there that sell precious items for low prices. Those items spawn every 20 minutes or so, 1 or 2 of each. Rare gems, valuable plants and such. This guide will help you with buying all that spawns without worrying about any competition and even doing it AFK, no trouble, free gold.

 

This is the method me and a friend of mine used to make 10k gold in one darkmoon faire week. It works wonders, just follow the instructions. Also, having 2 people do this is easier since there are 2 npcs to be camped, and it works best if each of you just camp one of them at once.

 

Basically, we'll use 2 utilities, one that opens and closes the vendor window, and another that buys whatever you set it up to buy from that vendor.

 

 

  Now, for the instructions:

 

 

The 2 things you need to download:

 

- FreeRefills addon - This is an addon that buys stuff instantly from vendors, without having to even change the vendor pages, giving you a lot of advantage when racing to buy spawnable items, against other players since you dont have to search, turn the pages or click the items :)

- AutoHotKey - This is the clicker which will open and close the vendor window. Most of you probably know it and know how to work with it better than me lol.

 

 

How to set them up:

 

- FreeRefills:

 

Install it as you do any other addon.

 

Enter wow, enable it and start adding what you want it to buy using the commands:

/freerefills add [itemlink] #

 

[itemlink] - is obviously.. the link of the item you want to buy. For example, go to the AH, search for "Fel Lotus", shift-click it and there you have the link.

# - is the max quantity you want to have on your inventory of that item. (you'll want to set it to a high value, since you'll want to buy as much as possible, example: 500)

Example: /freerefills add [Fel Lotus] 500

 

 

 

Now, repeat the process for all the things you want to buy. And here I give you a list of some of the items we used to buy:

 

NPC (Lhara):

 

- Fel Lotus

- Black Lotus

- Mountain Silversage

- Netherbloom

- Nightmare Vine

- Enchanted Leather (this sells pretty badly)

- Golden Sansam

- Ghost Mushroom

- Dreamfoil

- Terocone

 

NPC (Professor Thaddeus Paleo):

 

- Dawnstone

- Living Ruby

- Nightseye

- Noble Topaz

- Star of Elune

- Talasite (check price on AH first to see if there is any profit buying for 12g)

- Mote of Air

- Mote of Earth

- Mote of Fire

- Mote of Life

- Mote of Water

- Mote of Mana

- Mote of Shadow

 

Note: You'll be needing some money to buy those items.. so get your char with at least 200g or something.. just keep checking for it not to go out of money.

 

 

- AutoHotkey:

 

Download and install (lawl).

 

This will be the basic script you'll be using:

 

Loop{

MouseClick, right, XXX, YYY ; Open the NPC

Sleep 2000 ; Give it some time to buy the items, cause of lag and stuff..

Send {ESC} ; Close the vendor window

Sleep 500 ; wait for it to close lol lagz and stuff

}
^!p::Pause

XXX - Coords on the X axis

YYY - Coords on the y axis

 

To find out the right coords, I usually use the "AutoScriptWrite" included with AutoHotkey, just record yourself clicking where you want to, and then check the coords and use them on the basic script I provided.

 

To pause the script just press "CTRL+ALT+P" which is the shortcut set on this code line "^!p::Pause".

 

 

Final Notes:

 

- Works best with 2 people, one camping each NPC.

- You should use first person view since it will lower the chance anyone will get on your line of sight to the NPC.

- You should lay on the ground inside the NPC, which will make you harder to be seen by other people and at the same time you wont be reported for obstructing the NPC to anyone.

- Basically.. dont care about being reported.. We were reported tons of times, nothing happened to us. GMs take tons of time to investigate such matters.. And Darkmoon will be gone by then.

- Its obviously better to do this when the Faire is on your faction's ground, or shatrath at least. Going on the other faction's ground will most likely get you killed pretty fast.

- Keep going to the AH everyday or so to sell what you buy, so you can get money to buy some more items.

- One very important thing I would advise you not to do is selling everything you get at once, since you'll flood the market and lower the item prices, getting you a lower profit. Just keep selling them in small amounts at once, keep going to the AH everytime you sell something, but dont keep large amounts at auction at once.

 

 

PS: Any other doubts dont hesitate to ask.

 

 

 

---------------------------------------------------------

 

 

If you are on a PvP server, and Darkmoon is in neutral zone (Terokkar), u can follow   Pvpriest's (for warr's / druids only) to get beneath the ground and not be ganked by opposing faction.

 

If u have any other methods on how to get beneath the ground in Terokkar's Darkmoon for more classes, please post them so i can link and credit you here!

 

 

Credits to  Coiso

Posted

works for wow official 2.4.1 patch?and is dangarous by using it to get banned?

 

i don't try it on 2.4.1 patch but you always have a chance to get banned on official

Posted

ok i will not test it.but can you tell me something more?where is that merchant spawn in official?

 

as you can see i gave credits to Coiso so this guide is not mine. I will transfer your question to original poster and i will inform you

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • First, don't really follow the "main voice", moreover if you consider it an hobby. Simply do what you want, you got only one life so use it as you want. If you make it an hobby, it's exactly like piano, or velo - only practice makes you better.   Secondly, how do you learn things ? It's actually a really important question, since some can simply be scholar, read books (theory) then practice ; and some simply can't read books. I'm the second type, I hated school, I find it boring - my knowledge in Java comes from try-and-fail. You improve your coding style every year or so, I can myself rewrite my own code (which I already considered top-notched) after a while. You always learn something new - even if Java barely evolves. L2J is a fun way to learn programming, it's a giant sandbox where you can edit anything, and I believe it should be taken as it.   My own way of learning was as follow : Add existing customs, no matter what they are : the point is to know main classes used by L2J / customs. L2J is barely Java knowledge ; the true knowledge is to know WHAT to search in WHICH location (what I call, organization). You have to understand than EVERYTHING you think already exists, in a form on another, in the source code. A custom is only the association of the different mechanisms you found "here and there", glued together in a proper goal. Once you know main classes to edit, and the customs you added are compiling fine, the main point is to know WHAT exactly you DID. Try to understand WHY and WHERE you actually copied the code. Third point would be to MANIPULATE the customs you added in order to fit your wish. First edit little values, then logic conditions ; eventually add a new Config, or a new functionality to the custom. Fourth point would be to begin to craft your own ideas. Once again, EVERYTHING already exists, in a form or another. You want a cycled event ? You got Seven Signs main task as exemple. Npc ? Search any type of Npc and figure out what it does. Fifth point would be to understand Java - mostly containers (WHAT and WHERE to use them), variables types and main Java mechanisms (inheritance, static modifier, etc). You should also begin to cut your code into maintainable classes or methods. Java can actually run without optimization, but bigger your ideas, more optimized and well-thought it should be. It's direct saved time in the future, and you would thank yourself doing so. Main tips : ALWAYS use any type of versioning system - GIT or SVN. It allows to save your work, step by step and eventually revert back anytime you want if you terribly messed up. L2J is 80% organization knowledge, and 20% Java knowledge. Basically, if you know WHAT and WHERE to search, if you aren't dumb, it's easy to replicate and re-use things. Cherry on top is to use a already good coded pack to avoid copy-paste crap and get bad habits. Avoid any type of russian or brazilian packs, for exemple - their best ability is to leak someone's else code. Obviously you need some default sense of logic, but Java and programming in general help you to improve it.   Finally, most of your questions could be solved joining related Discord (at least for aCis, I can't speak for others) - from the moment your question was correctly asked (and you seemed to search for the answer). My community (and myself) welcomes newbies, but got some issues with noobies.   The simpliest is to try, fail and repeat until you succeed - it sounds stupid, but that's basically how life works.   PS : about Java ressources, before ChatGPT, it was mostly about stackoverflow website, and site like Baeldung's one. With ChatGPT and alike, you generally double-cross AI output to avoid fucked up answers. Also, care about AI, they are often hallucinating really hard, even today. They can give you complete wrong answer, you tell them they are wrong, and they say "indeed, I suck, sorry - here's a new fucked up answer". You shouldn't 100% rely over AI answer, even if that can give sometimes legit answers, full code or just skeletons of ideas.   PPS : I don't think there are reliable ressources regarding L2J itself, also most of the proposed code decays pretty fast if the source code is actually maintained (at least for aCis). Still, old coded customs for old aCis sources are actually a good beginner challenge to apply on latest source.
    • Add prices please.
    • WTS: - AQ - Baium - Zaken  - Frintezza - Vesper Fighter Focus Fire Element   pm for detalis
    • We have the best price! L2Reborn.org Signature x1 Franz NEW!! 1KK = $20 HURRY TO BUY AT THE TOP PRICE discord - adver745645
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock