Search found 9 matches
- Tue Mar 21, 2017 1:56 am
- Forum: Bugs Archive
- Topic: [1.5.2] After update from 1.4.9 init.lua is missing lines
- Replies: 0
- Views: 841
[1.5.2] After update from 1.4.9 init.lua is missing lines
After updating the game (GOG version) would not start because in my init.lua after -- RUN engine RUN !! __addons_superload_order[#__addons_superload_order+1] = "dgo" is incomplete, and dofile("/engine/init.lua") is totally missing. Had the same error back when I updated from 1.3....
- Fri Mar 11, 2016 12:54 pm
- Forum: Dumb Questions
- Topic: Is 2H weapon Flurry ever worth 6 generics for Ogre Marauder?
- Replies: 16
- Views: 3432
Re: Is 2H weapon Flurry ever worth 6 generics for Ogre Marau
No more mastery add-on. 25 was with amulet, cloak, a category point, and the ring from grushnak. Think there were some more items I could have used to boost it even further, like another one of those rings.
- Fri Mar 11, 2016 12:11 pm
- Forum: Dumb Questions
- Topic: Is 2H weapon Flurry ever worth 6 generics for Ogre Marauder?
- Replies: 16
- Views: 3432
Re: Is 2H weapon Flurry ever worth 6 generics for Ogre Marau
If you like seeing big numbers then hell yes, it's worth it. Gear with +size and combat training multipliers isn't that hard to come by and can boost your dmg by loads, thanks to exotic weapon mastery's 10 base talent level if you take the prodigy. http://i.imgur.com/unfGAl9.jpg With a Whip in your ...
- Wed Feb 24, 2016 2:06 pm
- Forum: Dumb Questions
- Topic: Spells that perform weapon attacks
- Replies: 5
- Views: 1243
Re: Spells that perform weapon attacks
As in ability to crit.
Apparently the RNG was having some fun messing with me, I hit the dummy for over 20 minutes before i posted, but now after loading the character again the passive crits without the mantle too.
Apparently the RNG was having some fun messing with me, I hit the dummy for over 20 minutes before i posted, but now after loading the character again the passive crits without the mantle too.
- Wed Feb 24, 2016 1:44 pm
- Forum: Dumb Questions
- Topic: Spells that perform weapon attacks
- Replies: 5
- Views: 1243
Re: Spells that perform weapon attacks
But why does it only gain the critical power when i wear the fearfire mantle ?
- Wed Feb 24, 2016 10:33 am
- Forum: Dumb Questions
- Topic: Spells that perform weapon attacks
- Replies: 5
- Views: 1243
Spells that perform weapon attacks
Answered and solved, RNG is a joker Since some talents are spells that perform weapon attacks, can both the spell cast and the performed weapon attacks crit ? Or can only one part crit , and if so, which one ? Edit: I just realizde I had a Doombringer I could test this with. His spells could crit b...
- Sat Jan 30, 2016 10:07 am
- Forum: Bugs Archive
- Topic: [1.4.0 - 1.4.2] After update game not run!
- Replies: 5
- Views: 2548
Re: [1.4.0 - 1.4.2] After update game not run!
I had the same problem. Open your game/loader/init.lua with a text editor and see if it has dofile("/engine/init.lua") at the very end after RUN engine RUN !!. if not then make a line break put dofile("/engine/init.lua") into the new line, save the file and start your game.
- Sat Jan 30, 2016 9:47 am
- Forum: Bugs Archive
- Topic: [1.4.2] After updating from 1.3.3 the game won't start
- Replies: 4
- Views: 1150
Re: [1.4.2] After updating from 1.3.3 the game won't start
Thanks for the suggestions. They didn't work but I fixed the problem, since the log stopped at "Running lua loader code..." i took a look at the files in the game/loader directory and compared em to files from a new download of the game, turned out my patched init.lua was missing this entr...
- Fri Jan 29, 2016 2:45 pm
- Forum: Bugs Archive
- Topic: [1.4.2] After updating from 1.3.3 the game won't start
- Replies: 4
- Views: 1150
[1.4.2] After updating from 1.3.3 the game won't start
FIXED If you have the same problem check your game/loader/init.lua file with a text editor, if it is missing dofile("/engine/init.lua") at the very end just make a line break after RUN engine RUN !! and put dofile("/engine/init.lua") in the new line, save the file and it should ...