![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Registered User | How to SLOW down Grinding Attacking time? i just found a script that loots but attacks sooo fast that it barely loots >.< is there a way to change how slow you are going to target your next monster so it can give u time to loot? thanks... =/ |
| | |
| Sponsored Links |
| |
| | #2 |
| Registered User | Re: How to SLOW down Grinding Attacking time? i dont think that the script allows you to attack faster or not. Just do it like me... put @startgrinding in the talk window und put that in your list in the F list you do that with @stopgrinding, @startlooting @stoplooting I kill like 5-6 monsters stop grinding und then pick up the stuff then i start grinding agian =) |
| | |
| | #3 |
| Registered User | Re: How to SLOW down Grinding Attacking time? Google search for how to Sleep in Lua 2nd Link: [Only registered and activated users can see links. ] and the answer: [Only registered and activated users can see links. ] ===================EDIT=========================== ====== You can also just use GetTickCount() to do this. Code: function PauseScript(msec)
local starttime = GetTickCount()
local deltatime = 0
while deltatime < msec do
deltatime = GetTickCount() - starttime
end
end Code: PauseScript(2000) Hope this helps :D Last edited by joojoobee; 06-19-2008 at 06:50 AM. Reason: found a better way |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |