2 things:
1. Is it worth getting dettect hidden and remove trap or is telekinesis just as effective?
2. I'm having a hard time figuring out how to macro lockpicking. I looked it up on wiki but can't figure out how to do the "IfAction" and all that.
thx for the help. BTW these are both for my dungeon Bard.
Razor question
Re: Razor question
1. I've personally never used detect hidden/remove trap on this type of character, but I will make the claim that telekinesis is essentially just as effective and saves you many skill points that can be used much more efficiently, and I'm sure 99.9% of people agree with that.HollywoobB wrote:2 things:
1. Is it worth getting dettect hidden and remove trap or is telekinesis just as effective?
2. I'm having a hard time figuring out how to macro lockpicking. I looked it up on wiki but can't figure out how to do the "IfAction" and all that.
thx for the help. BTW these are both for my dungeon Bard.
2. What does your macro look like? Here's mine:
Double Click lockpicks
Wait for target
Absolute Target (the GM-made or other locked chest)
Pause 5.00sec
If (SysMessage "yields")
Double Click (key for the chest)
Wait for target
Absolute Target (the chest you now want to lock)
Pause .50sec
The last pause may need to be increased to 1.00sec, it may be from before the item delay got increased. Any questions just ask away
-
- Posts: 43
- Joined: Wed Dec 21, 2011 5:51 am
Re: Razor question
I had that macro but i put in End if before the last pause. I think that was messin it up
Re: Razor question
1.- Telekinesis works better than detect/remove trap...it never fails. However, for dungeon chests all you need to do is take 1 step back and open the chest, the explosion will go off but you will not take damage, no need to telekinesis, but ONLY dungeon chests.
2.- Here's my LP macro:
!Loop
Assistant.Macros.DoubleClickTypeAction|5372|True
Assistant.Macros.PauseAction|00:00:01.2000000
Assistant.Macros.AbsoluteTargetAction|0|0|1077108114|45|83|0|2474
Assistant.Macros.PauseAction|00:00:04
Assistant.Macros.IfAction|4|0|appear
Assistant.Macros.DoubleClickAction|1077108117|4110
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.AbsoluteTargetAction|0|0|1077108114|45|83|0|2474
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|yields
Assistant.Macros.DoubleClickAction|1077108117|4110
Assistant.Macros.PauseAction|00:00:01.2000000
Assistant.Macros.AbsoluteTargetAction|0|0|1077108114|45|83|0|2474
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.EndIfAction
Assistant.Macros.PauseAction|00:00:01
Translated:
Dbl click by type lockpick
Wait for target (I have a 1.2 sec pause)
Absolute target (box)
Pause 4s
If (sys mess "appear")
Dbl click key
wait for target (I have a .5s pause)
Absolute target (box)
pause .5s
End If
If (sys mess "yields")
Dbl click key
wait for target (I have a 1.2s pause)
Absolute target (box)
pause 2.0s
End if
Pause 1s
2.- Here's my LP macro:
!Loop
Assistant.Macros.DoubleClickTypeAction|5372|True
Assistant.Macros.PauseAction|00:00:01.2000000
Assistant.Macros.AbsoluteTargetAction|0|0|1077108114|45|83|0|2474
Assistant.Macros.PauseAction|00:00:04
Assistant.Macros.IfAction|4|0|appear
Assistant.Macros.DoubleClickAction|1077108117|4110
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.AbsoluteTargetAction|0|0|1077108114|45|83|0|2474
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|yields
Assistant.Macros.DoubleClickAction|1077108117|4110
Assistant.Macros.PauseAction|00:00:01.2000000
Assistant.Macros.AbsoluteTargetAction|0|0|1077108114|45|83|0|2474
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.EndIfAction
Assistant.Macros.PauseAction|00:00:01
Translated:
Dbl click by type lockpick
Wait for target (I have a 1.2 sec pause)
Absolute target (box)
Pause 4s
If (sys mess "appear")
Dbl click key
wait for target (I have a .5s pause)
Absolute target (box)
pause .5s
End If
If (sys mess "yields")
Dbl click key
wait for target (I have a 1.2s pause)
Absolute target (box)
pause 2.0s
End if
Pause 1s

<ian> 2 chicks making out are not gay
Re: Razor question
Indeed, I forgot to mention this. I didn't know this the whole time while I GMed lockpicking and wasted a ton of time and telekinesis regs when I didn't need toPirul wrote: However, for dungeon chests all you need to do is take 1 step back and open the chest, the explosion will go off but you will not take damage, no need to telekinesis, but ONLY dungeon chests.
