07-02-2009, 11:56 PM
smoke Wrote:thanks for proving my point like i posted in the inx dead thread, this game is to old for it's old skill gain and too hard to get stuff
Wait a second... I posted saying to SLIGHTLY increase Xtreme armor drop rate and you say I whine and b*tch about every little thing then you turn around the next day and say items are too hard to get. WTH? Please someone else tell me you noticed that...
Reyn Wrote:Uhhh, why would i delay using a skill that i want to gm.... :eek: I use it as often as is possible... thx for your help.
They are saying you need to use a delay because some skills you can only use once every so many seconds. Like with Peacemaking or provocation there are large delays of 10 seconds or more. I just tried out evaluating intelligence really quickly and you can't use a macro that does this:
Useskill - eval int
target self
repeat
You have to add a 1-2 second delay like this:
Useskill - eval int
target self
pause 1 second
repeat
Did you notice how when you don't have a delay you get a message saying something like 'you must wait to perform another action'. That means you need to add a delay. And if you get this message and use a program like Razor, Razor will get stuck for 15 seconds to 5 minutes waiting to time out and start over. That might be why you are taking so much time to do evaluating intelligence.
