Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 1,080
» Latest member: Adamcar123
» Forum threads: 1,351
» Forum posts: 6,746

Full Statistics

Online Users
There are currently 75 online users.
» 0 Member(s) | 72 Guest(s)
Bing, Google, Yandex

Latest Threads
Forum is now locked.
Forum: Latest News
Last Post: Jack
04-22-2021, 05:17 AM
» Replies: 0
» Views: 4,583
New Players: Use discord!
Forum: General Discussion
Last Post: Xandorf
04-13-2021, 04:00 AM
» Replies: 3
» Views: 4,179
Training Notes: Alchemy a...
Forum: Guides
Last Post: Lil Jimmy
03-18-2021, 08:15 AM
» Replies: 2
» Views: 5,182
Razor settings not saving
Forum: Tech Support
Last Post: Xandorf
02-17-2021, 07:20 PM
» Replies: 9
» Views: 14,623
Bonding Pets
Forum: New Player Questions
Last Post: Xandorf
02-17-2021, 07:17 PM
» Replies: 3
» Views: 5,780
Thief Guildmaster spawned...
Forum: New Player Questions
Last Post: JaysUnderw
11-26-2020, 10:08 AM
» Replies: 7
» Views: 11,338
Stirring in the Deep, pt1
Forum: Shard Events
Last Post: a pirate captain
11-05-2020, 10:49 PM
» Replies: 0
» Views: 3,230
a few questions from a ne...
Forum: New Player Questions
Last Post: Jusegozu
10-11-2020, 02:10 PM
» Replies: 1
» Views: 3,412
Patch 63 - Additional min...
Forum: Patch Notes
Last Post: Veranis
08-07-2020, 07:52 PM
» Replies: 4
» Views: 7,278
Yew Rare vendor's !! FULL...
Forum: General Discussion
Last Post: Dreadpsycho
04-14-2020, 10:31 PM
» Replies: 2
» Views: 5,994

 
  Taming++
Posted by: Leon - 06-25-2016, 09:31 PM - Forum: Guides - Replies (4)

Taming:
I used yakka's way to GM taming and wanted to share some additional macros and notes.

I used one taming macro for both locations: Dagger and Jhelom bull pens. This macro is greedy and will try to tame the first thing it sees that requires the most skill to tame. Meaning: it will look for bulls, then white wolves, then snow leopards, then polar bears, then walrus. A word of warning for Dagger, if there is something you can't tame on the edge of the screen, it will try to tame it, you will get a message that it's too far away, and you won't tame anything. So, only drag things that you can actually tame or the harder animal will block the macro. I also moved the boat a few tiles away from the shore to add more distance. If this causes too much grief I would definitely use yakka's macros.

On dagger, it is best to bring over two or more trolls, the macro will try to retame a tame animal if it doesn't die fast enough. The more trolls you have the faster the tamed animals will be killed off and respawn. In Jhelom one silver serpant is enough to kill all your animals.
[Image: q7883Br.png]

I prefer a hiding, peacemaking, and provocation on the toon doing the dragging on Dagger; it makes things easier IMO. If you keep one of the planks unlocked you can drag to the boat, board the boat, and hold agro on the bard until the taming macro attacks. If you're dragging long distances it helps to keep the animal health bars up and reattack every screen or so. If you don't do this the animal might lose interest and wander off.
[Image: HKtzWOe.png]


The taming macro uses two 5 second delays in the form of attacking the grays around you. The 1st 5 second delay is at the start of the macro and will run every loop. The 2nd is at the end, and will only run if you start taming something. This gives you a 5 second delay in between each check for something to tame that leads to no taming attempt and a 10 second delay if you start taming something.  (NOTE: This macro calls itself, make sure it's named "AnimalTaming")

Code:
!Loop
// NOTE: This macro calls itself, make sure it's named "AnimalTaming"
Assistant.Macros.ForAction|5
Assistant.Macros.HotKeyAction|1062|
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndForAction
// clear queue & resync
Assistant.Macros.HotKeyAction|1195|
Assistant.Macros.HotKeyAction|1337|
// bull one
Assistant.Macros.HotKeyAction|1060|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|232
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.IfAction|4|0|[232]
// bull two
Assistant.Macros.HotKeyAction|1195|
Assistant.Macros.HotKeyAction|1060|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|233
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.IfAction|4|0|[233]
// white wolf one
Assistant.Macros.HotKeyAction|1195|
Assistant.Macros.HotKeyAction|1060|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|34
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.IfAction|4|0|[34]
// white wolf two
Assistant.Macros.HotKeyAction|1195|
Assistant.Macros.HotKeyAction|1060|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|37
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.IfAction|4|0|[37]
// snow leopard one
Assistant.Macros.HotKeyAction|1195|
Assistant.Macros.HotKeyAction|1060|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|64
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.IfAction|4|0|[64]
// snow leopard two
Assistant.Macros.HotKeyAction|1195|
Assistant.Macros.HotKeyAction|1060|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|65
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.IfAction|4|0|[65]
// polar bear
Assistant.Macros.HotKeyAction|1195|
Assistant.Macros.HotKeyAction|1060|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|213
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.IfAction|4|0|[213]
// walrus
Assistant.Macros.HotKeyAction|1195|
Assistant.Macros.HotKeyAction|1060|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|221
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.IfAction|4|0|[221]
// nothing found - start over
Assistant.Macros.HotKeyAction|0|Play: AnimalTaming
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|35
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|221
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|35
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|213
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|35
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|65
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|35
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|64
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|35
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|37
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|35
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|34
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|35
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|233
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|35
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|True|232
Assistant.Macros.EndIfAction
Assistant.Macros.ForAction|5
Assistant.Macros.HotKeyAction|1062|
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndForAction

Herding:
In Jhelom, if you want to optimize your gains you will need to use your other toons to herd the bulls towards your tamer. The herding macros were designed for the west fenced in area; the herders hide inside the fence, the tamer stands outside on the north east corner. You can always play with herder placement or the relative location values to make this work on the east pen.

There are two primary herding spots inside the fence that worked well for me. If you can recruit help (PM me) you can set up a third herder and things will go even smoother. You can get from 71.1 to GM completely AFK with three herders and no PKs.  
[Image: 51ENBjQ.png]

[Image: OfhTIK9.png]

[Image: w6TKZRf.png]

An easy way to get additional gains, if the east fenced in area isn't being used, is to have someone periodically drag bulls from the east area to the west area. You can also drag the non-bulls out of the west pen and move them to the east pen to reduce the number of animals in your way.

These macros use the object in your hand so be sure to equip your crooks. If something goes wrong or you have questions about my set up, feel free to ask!
Code:
!Loop
// Herder One - North West Side
// Herder Three - South West Side
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1511|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|persuade that to move
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.ForAction|10
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.HotKeyAction|1511|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|10|-10
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.EndForAction
Assistant.Macros.EndIfAction

Code:
!Loop
// Herder Two - South East Side
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1511|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|persuade that to move
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.ForAction|10
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.HotKeyAction|1511|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-1|-10
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.EndForAction
Assistant.Macros.EndIfAction


[Image: nm7T1SC.png]

Print this item

  Unblessed blood red 1654s
Posted by: Azeroth - 06-25-2016, 08:27 PM - Forum: Trading Post - Replies (2)

Selling these for 100 plat pm me

Print this item

  Buying ingots & Taking bulk orders
Posted by: Isis - 06-25-2016, 04:09 PM - Forum: Trading Post - No Replies

I'm buying iron ingots at 7gp per and I am also taking orders on bulk gm made weapons and dped weapons. Prices for following:

Non dped GM halbreds:
50: 20k
100: 17k

Deadly poisoned GM halberds
:

50: 35k
100: 50k

If you want these items in bulk, reply here or pm me on discord (Luny)

Print this item

Star Selling Ophidian Queen Statue
Posted by: Wiz Kid - 06-25-2016, 06:43 AM - Forum: Trading Post - No Replies

[Image: ophid.jpg]


SB is 400 plat/1.2 mil



I reserve the right not to sell for any reason

Print this item

  Gating tamed pets
Posted by: Veranis - 06-25-2016, 04:43 AM - Forum: Suggestions - Replies (4)

It's currently not possible (or doesn't work every time) to put up a gate in front of a tamed pet and have it walk through. It just walks over the gate and doesn't teleport through. Not sure if this works like this for the enticement skill, but for attacking and then luring it through gate it doesn't go through Sad Also doesn't work for a pet who just accidentally walks onto the gate without being lured.

Print this item

  Tamers & TI's - Need unnerfed. [Proof]
Posted by: Alcsaar - 06-25-2016, 02:45 AM - Forum: Suggestions - Replies (12)

So after realizing in the past week or so that TIs are not at all worth doing on a tamer, some people were asking me for proof, so today when the Undead one took off in moonglow, I decided to record the amount of gold and platinum I made, and SS the final image of the score card at the end.

I did BY FAR the most damage, like nearly 4x the damage of the second highest player.  I got 4th place.  The top scoring player did 13k damage.  13k.


I understand you don't want tamers to always be #1 on this, but sometimes you jsut have to realize that the people who advance the TI the furthest need to be compensated for it.  I will no longer bother doing TIs on my tamer until this is changed.  I will sit on my dexxer or bard like everyone else and sure, maybe the TI will then take 3+ hours to complete, but at least I had a chance at the statue then.

If doing 4x the damage of the next highest person isn't worthy of being in the loot pool for the rare, I don't know what is.

I made:
50797 gold (Looting everything I could + the boss gold at end)
27 platinum (Some of this was looted off mobs, not awarded)


And this is the scorecard.
[Image: 08413e8dc9fcd3448dbf32b122da68dc.png]
For the record, tamers ARE NOT FUN to play at these events.  Dealing with keeping all your pets alive and organized and trying to get them to kill targets is absolutely painful.  All guard me works moderatley well for some things, but not this style of mass mobs, where if you are attacked by multiple mobs at once, all guard me will only work on the first mob.

It certainly takes far more effort than running around provoking on a bard or auto attacking on a dexxer.  I don't really know how anyone could possibly argue that point.

Solution:  Nerf direct damage, a 1 to 1 ratio is FAR too high.  Slightly raise pet damage contribution to compensate for mages so they can get more credit off their summons.  Warriors might get fucked, but all well, you aren't playing an effective PVE build so you should just be happy about all the gold you're getting.

Print this item

Thumbs Up Selling 325 Platinum!
Posted by: fight milk - 06-25-2016, 12:33 AM - Forum: Trading Post - Replies (3)

I would like to sell 325 platinum at 3k gp a pop!

A Small Stone Keep 665200gp
A Two-Story Wood-And-Plaster House 192400gp
A Small Stone Tower 88500gp
+ 28,900gp

HMU on discord (King Cochise), or you can PM me here Big Grin

Thank you!

Print this item

  Deep sea serpents
Posted by: Isis - 06-24-2016, 05:08 PM - Forum: Suggestions - Replies (1)

Currently normal sea serpents drop 10 horned hides while killing deep sea serpents drop no hides. Can this be fixed or changed so that the dss drop hides please?

Print this item

Wink WTB MIBS!!!!!!!!!!!!!!!!!!!!!!!!!
Posted by: Skrap - 06-24-2016, 04:06 PM - Forum: Trading Post - Replies (3)

Please sell me.

Print this item

Wink Azeroth Kill Thread
Posted by: Azeroth - 06-24-2016, 08:01 AM - Forum: Screenshots and Videos - Replies (6)

Few screenshot. Good fights.



Attached Files Thumbnail(s)
                   
Print this item