I made a new topic, because the old one got lost and apparently 99,78% of the people in gauntlet dont understand this.
The Guide for Doom Gauntlet.
Person A and person B both have 0 luck and luckily they get an artifact from a darkknight creeper (0.75 + luck/5000) in this case its 0.75 + 0 / 5000 = 0.75%.
Now the artifact is randomly selected between A and B, there are 2 illegible persons (A & B) to receive the artifact so the "formula" would be 100 / 2 = 50% chance for A or B to get the artifact.
But if there is 16 people hitting the Darkknight creeper it would be 100 / 16 = 6.25% chance to be selected amongst the 16 people.
So the fewer people hitting the same champion = the greater chance to get an artifact, if an artifact occurs.
Maybe this can be changed as Sticky and maybe someone could translate this to italian? Using this method would give the best possible artifact chance & loot.
This is the best place to kill The Dark Father. As long as everyone is in right position it will not throw as many bones as it will at the gate!
1. Dark Father
2. Tamers, Mages & Archers.
3. Pets & Melee Warriors.
You can even summon Energy Vortice's if the Dark Father is in the place pointed by the screenshot!
Best place to kill The Dark Father, it throws bones rarely so bonecutter isnt so vital at that place.
Log out spots.
4. Abyssmal Horror (5th) Room.
5. Darknight Creeper (1st) Room.
Those 2 places are very good for logging out, I have never died there when I've logged out.
6. Easy UO & Bone Cutter.
Get the newest EasyUO client from www.easyuo.com.
Here is the bone cutter macro for EasyUO. This script automatically locates a bladed weapon
(e.g a dagger, or a longsword.)
NOTE! I took this script straight from EasyUO, this isnt my script. IF YOU EDIT THE SCRIPT MENTION ALWAYS THE
AUTHOR OF THE ORIGINAL SCRIPT! Author: Necro|FS
The Guide for Doom Gauntlet.
Person A and person B both have 0 luck and luckily they get an artifact from a darkknight creeper (0.75 + luck/5000) in this case its 0.75 + 0 / 5000 = 0.75%.
Now the artifact is randomly selected between A and B, there are 2 illegible persons (A & B) to receive the artifact so the "formula" would be 100 / 2 = 50% chance for A or B to get the artifact.
But if there is 16 people hitting the Darkknight creeper it would be 100 / 16 = 6.25% chance to be selected amongst the 16 people.
So the fewer people hitting the same champion = the greater chance to get an artifact, if an artifact occurs.
Maybe this can be changed as Sticky and maybe someone could translate this to italian? Using this method would give the best possible artifact chance & loot.
This is the best place to kill The Dark Father. As long as everyone is in right position it will not throw as many bones as it will at the gate!
1. Dark Father
2. Tamers, Mages & Archers.
3. Pets & Melee Warriors.
You can even summon Energy Vortice's if the Dark Father is in the place pointed by the screenshot!
Best place to kill The Dark Father, it throws bones rarely so bonecutter isnt so vital at that place.
Log out spots.
4. Abyssmal Horror (5th) Room.
5. Darknight Creeper (1st) Room.
Those 2 places are very good for logging out, I have never died there when I've logged out.
6. Easy UO & Bone Cutter.
Get the newest EasyUO client from www.easyuo.com.
Here is the bone cutter macro for EasyUO. This script automatically locates a bladed weapon
(e.g a dagger, or a longsword.)
codice:
;================================== ; Script Name: Bone Cutter ; Author: Necro|FS ; Version: 1.00 ; Client Tested with: 4.0.4b ; EUO version tested with: 0098 ; Shard OSI / FS: OSI ; Revision Date: 09-23-04 ; Public Release: 09-23-04 ; Global Variables Used: n/a ; Purpose: Cuts any and all bones on screen, automatically finds weapon. ; For use with Niera and Dark Fathers. ;================================== ;determines if SysMessages are enabled set %sysmsg sys in #opts ; id types of all blades set %bladetypes bnf_hsf_inf_gmh_rrh_mtf_guo_ +xrh_cuo_opo_xth_buo_zto_ +uoh_lph_rmh_zrf_nsf_ +bsf_lsf_bph_soh_jtf_vrh_nmh_ +tsf_jph_npo_atf_fuo ; id types of cutable bones set %bonetypes LNF_QNF_WNF_PNF_KNF_ +MNF_JNF_YNF_VNF ; finds proper blade in your pack gosub FindBlade set %WEAPON #result ; script start loop1: finditem %bonetypes G_15 if #findkind <> -1 { set #lobjectid %WEAPON set #ltargetid #findid set #ltargetkind 1 event macro 17 0 target event macro 22 0 if you_may_not in #sysmsg || that_is in #sysmsg ignoreitem #findid wait 10 if %sysmsg event sysmessage JUST CUT! goto loop1 } if #findkind = -1 goto loop1 sub FindBlade finditem %bladetypes C if #findkind = -1 { set #ltargetid notpick set #targcurs 1 display OK Please target your bladed weapon, I could not find one automatically.. targLoop: if #ltargetid = notpick goto targLoop return #ltargetid } return #findid
AUTHOR OF THE ORIGINAL SCRIPT! Author: Necro|FS
Commenta