noamchomsky
New Member
- Joined
- Mar 20, 2012
- Messages
- 502
- Reaction score
- 0
Please, how do I find out my move speed? Thanks.4) Figure out what your move speed is, then download the appropriate script below (0ms/12ms/25ms)
Please, how do I find out my move speed? Thanks.4) Figure out what your move speed is, then download the appropriate script below (0ms/12ms/25ms)
Is this still accurate? I'm just curious if a patched nerfed something.-My stats are:
364% GF
The Belphegor combat routine doesn't support Caltrops.Skill setup for me (40 disc, 0 ms) is as follows: Hungering arrow (devouring), Cluster arrow (Loaded for bear), Caltrops (Carved Stakes)
Are you using the "Demonhunter.cs" that carguy has in his main post?The Belphegor combat routine doesn't support Caltrops.
http://www.thebuddyforum.com/demonb...t-routine-we-need-youre-feedback-improve.html
Should I be using another combat routine? Thanks.
Yes, but my question is about the combat routine. Which should I be using? With the OP instructions my character never uses Caltrops and it seems to be a waste.Are you using the "Demonhunter.cs" that carguy has in his main post?
there was a bug mentioned here before, but i cant find the post
but its still happening, sometimes it gets stuck in teleport stance but it isnt teleporting at all, not tp progress bar
i think somebody mentioned here how to replicate it, and that time i used v1.4 with .155db and 160db (cant find the post)
now im using 2.1b 0ms + 169 db, bug is still there
Routine isn't working with .169:
[15:24:51.185 N] Compiler Error: c:\Users\Jomama\Desktop\DB\Routines\Belphegor\Routines\DemonHunter.cs(50,136) : error CS0117: 'Belphegor.Helpers.Common' does not contain a definition for 'IsElite'
[15:24:51.185 N] Compiler Error: c:\Users\Jomama\Desktop\DB\Routines\Belphegor\Routines\DemonHunter.cs(79,159) : error CS0117: 'Belphegor.Helpers.Common' does not contain a definition for 'IsElite'
[15:24:51.185 N] Compiler Error: c:\Users\Jomama\Desktop\DB\Routines\Belphegor\Routines\DemonHunter.cs(83,155) : error CS0117: 'Belphegor.Helpers.Common' does not contain a definition for 'IsElite'
Routine isn't working with .169:
[15:24:51.185 N] Compiler Error: c:\Users\Jomama\Desktop\DB\Routines\Belphegor\Routines\DemonHunter.cs(50,136) : error CS0117: 'Belphegor.Helpers.Common' does not contain a definition for 'IsElite'
[15:24:51.185 N] Compiler Error: c:\Users\Jomama\Desktop\DB\Routines\Belphegor\Routines\DemonHunter.cs(79,159) : error CS0117: 'Belphegor.Helpers.Common' does not contain a definition for 'IsElite'
[15:24:51.185 N] Compiler Error: c:\Users\Jomama\Desktop\DB\Routines\Belphegor\Routines\DemonHunter.cs(83,155) : error CS0117: 'Belphegor.Helpers.Common' does not contain a definition for 'IsElite'
Please, how do I find out my move speed? Thanks.4) Figure out what your move speed is, then download the appropriate script below (0ms/12ms/25ms)
Is this still accurate? I'm just curious if a patched nerfed something.-My stats are:
364% GF
a temporary fix is...
1. Open the DemonHunter.cs file in notepad/text editor
2. look for all instances of Common.IsElite (i believe there are 3 of them)
3. change them to Unit.IsElite
4. save
works perfectly, thanks!!a temporary fix is...
1. Open the DemonHunter.cs file in notepad/text editor
2. look for all instances of Common.IsElite (i believe there are 3 of them)
3. change them to Unit.IsElite
4. save