The wizard can teleport up to 4 times with the wormhole rune. However it must be done within 1 second.
I have done it successfully with d3advanced. However, it does not seem to work with DB. It will only manage to teleport 2 times.
This is the command I use.
ZetaDia.Me.UsePower(SNOPower.Wizard_Teleport, v, ZetaDia.Me.WorldDynamicId, 2);
Thread.Sleep(200);
I tried inserting sleeps from 100 to 200 ms. I also removed them. It did not seem to help.
I have done it successfully with d3advanced. However, it does not seem to work with DB. It will only manage to teleport 2 times.
This is the command I use.
ZetaDia.Me.UsePower(SNOPower.Wizard_Teleport, v, ZetaDia.Me.WorldDynamicId, 2);
Thread.Sleep(200);
I tried inserting sleeps from 100 to 200 ms. I also removed them. It did not seem to help.






