Page 3 of 3

Re: Great suggestion, will help to everyone !!!

Posted: January 11th, 2017, 7:30 pm
by ortiz
blacksmith bods have been here since the beginning. HW quest have only been active a short time compared to them. There are far more nearly perfect bows/staves than there are smith weapons, even with the headstart smithing had. That is my problem. Even if val hammers are hard to get, there have been enough burned that some damn near perfect weapons should be floating around, and you just dont see that on this shard.

Re: Great suggestion, will help to everyone !!!

Posted: January 11th, 2017, 7:42 pm
by Loler
the problem with that theory is you forgot to factor in the ammount of individual hours put into heartwood as have been put into smith. probably 30-50x the ammount of hours even with the head start of smithing.

Re: Great suggestion, will help to everyone !!!

Posted: January 11th, 2017, 9:45 pm
by Tanya
Don't get me wrong, I am not Opywang and not saying that the game must be easy.

Now I came back from the test server and can show you some results of crafting double axes:

I burned 1000 uses of val hammer (66.6 val hammers) normal burn, and then same amount of val hammers using the gate, without resists. Here is what I got:

(I am looking for 4 mods axe: 30ssi, mana, stam, area).

As you can see from this test, from 66.6 val hammers I got 0 spawn axes with hit area for a Sampire (got 4 usable axes without hit area)
And from crafting 66.6 val hammers without resists I've got 10 usable axes and 2 spawn axes like I wanted.

So if I will collect every month 1 val hammer, I need 5 years to collect 66 val hammers, and then when I burn them I maybe get 0 wanted 4-mod weapons :/
Double axes with resists.jpg
Double axes with resists.jpg (212.92 KiB) Viewed 1251 times
Double axes without resists.jpg
Double axes without resists.jpg (247.48 KiB) Viewed 1251 times
Here the script I used for crafting (for me every Sampire axe without 30 ssi, mana and stamina is junk)

Code: Select all

setalias 'trashbarrelluna' 0x4000b9c0
usetype 0x13e3 'any''backpack'
pause 500
replygump 0x38920abd 21
waitforgump 0x38920abd 15000
while @findtype 0xf4b 'any' 'backpack'
  waitforproperties 'found' 2500
  @unsetalias 'move'
  // Check item properties
  if @property 'hit mana leech' 'found' >= 30 and @property 'hit stamina leech' 'found' >= 30
    if @property 'swing speed increase' 'found' > 29
      @setalias 'move''found'
    endif
  endif
  // Move the item
  if @findalias 'move'
    moveitem 'found' 'bank'
    pause 900
  else if findalias 'found'
    moveitem 'found' 'trashbarrelluna'
    pause 600
  endif
  ignoreobject 'found'
  pause 500
endwhile

Re: Great suggestion, will help to everyone !!!

Posted: January 11th, 2017, 10:33 pm
by Russ4ua
Slippery slope.