PDA

View Full Version : Increase Harvest/Skinning Speed


matziq
March 10th, 2009, 17:10
Anyone know where in the tables to set the speed at which your char harvests/skins?

Dasale
March 10th, 2009, 20:58
Let the original setting so it learn you a bit patience and meditation.

wolfing
March 10th, 2009, 21:00
Anyone know where in the tables to set the speed at which your char harvests/skins?

It's not that bad, what I do is I ctrl-click all the plants/skins around, while this is going on in the background, I take the time to renew buffs, open chests, recall pets, scout around, etc.

Dasale
March 10th, 2009, 21:09
Woo no panel opening? I'll stop patience learning asap!

matziq
March 10th, 2009, 21:12
I don't really recall asking anyone for advice on how to be patient. lol. I just want to make a mod to speed up harvesting/skinning and need to know where the setting is in the sql tables.

Dasale
March 10th, 2009, 21:14
I wonder why dev/design team choose make harvest/skinning/walking/running so slow if it's not to learn us patience.

Majnun
March 10th, 2009, 21:21
You should try asking at the official modding forum...might have better luck.

http://forum.dtp-entertainment.com/viewforum.php?f=191&sid=5b5b5442b1ad08650ff6721b8d0dcb7b

Don't get excited about the thread titled "INFO: Skinning" , it's about reskinning character models.

Dasale
March 10th, 2009, 21:27
Well in fact I like the slow running after some time I get used to it and when I explore a new area it's fine and otherwise I use the click on ground for long walk.

But for harvesting/skinning that's another point, well perhaps the ctrl-click will change it.

RivianWitch
March 11th, 2009, 09:57
I got all excited when I saw this thread..... :'(

matziq
March 11th, 2009, 19:24
You should try asking at the official modding forum...might have better luck.

http://forum.dtp-entertainment.com/viewforum.php?f=191&sid=5b5b5442b1ad08650ff6721b8d0dcb7b

Don't get excited about the thread titled "INFO: Skinning" , it's about reskinning character models.

The problem is I'm not a member of those forums and their registration is broken (and has been for quite some time). :(

Dasale
March 12th, 2009, 02:41
Yes I got this problem too... and sorry for the thread polluting! :biggrin:

mtm
March 13th, 2009, 02:56
1. Download and install SQLite Database Browser.
2. Make a backup copy of C:\Games\Drakensang\export\db\static.db4
3. Load static.db4 in SQLite Browser.
4. On the 'Execute SQL' tab enter the following command:
UPDATE _Template_Talent set TaActions =0 where TaCursor ='GatherHerb' OR TaCursor='SkinAnimal';
5. Click 'Execute query'.
6. Save your changes.
7. Run Drakensang and test with the nearest herb.

RivianWitch
March 13th, 2009, 12:07
Hahahahahahaaaaa! :party2: What an incredible pleasure! mtm :worship: - you should be named head advisor to silly game designers who put silly long and repetetitive frustrating animations into their games. What were they thinking?

A thousand times thank you, mtm! :flower: :happycry:

crpgnut
March 13th, 2009, 22:22
I cannot outdo RW, so I'll just add my DITTO!

Turjan
March 13th, 2009, 22:49
Ooh, that sounds tasty! This will make the wilderness much more fun! I will have to try this out later. Thanks!

RivianWitch
March 14th, 2009, 09:48
Well, if you hadn't tried it yet - just so you know- it doesn't speed the animation up, - IT COMPLETELY REMOVES IT! :D

(With both plant picking and animal harvesting)

Extremely useful if you have summons and buff spells running while fighting waves of monsters like rats, amoebas and spiders, for instance.
So much more skinning in so much less time... ;)

Turjan
March 14th, 2009, 16:26
This works great! Thanks :)!

matziq
March 14th, 2009, 17:10
Yes...that worked great! Thanks!