Author Topic: Wait frustrations  (Read 3015 times)

0 Members and 1 Guest are viewing this topic.

Offline holmedogTopic starter

  • Jr. Member
  • **
  • Posts: 57
  • Activity:
    0%
  • Reputation Power: 2
  • holmedog has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
Wait frustrations
« on: November 05, 2011, 06:19:50 PM »
0
Does "wait 5s" no longer work?  If not, what is the increment that does?  I assumed "wait 100" was the equivalent, but in testing it doesn't seem to be happening. 

Offline rana70

  • Elite
  • *
  • *
  • Posts: 294
  • Activity:
    0%
  • Reputation Power: 5
  • rana70 has no influence.
  • Gender: Male
  • Respect: +37
  • Referrals: 2
    • View Profile
    • MyScripts
Re: Wait frustrations
« Reply #1 on: November 05, 2011, 09:40:40 PM »
0
Good Morning,

at least at my Side of the planet (OSI Client 7.0.19.1 an EUO 204)
it works still as it should do .....

Code: [Select]
Set %Starttime #SCNT
Wait 5s
Set %Stoptime #SCNT

Display OK %Starttime , #SPC , %Stoptime
halt
halt/code]

The result is correct ...

cu

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6209
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +274
  • Referrals: 3
    • View Profile
Re: Wait frustrations
« Reply #2 on: November 06, 2011, 07:50:55 AM »
0
Works for me

Offline holmedogTopic starter

  • Jr. Member
  • **
  • Posts: 57
  • Activity:
    0%
  • Reputation Power: 2
  • holmedog has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
Re: Wait frustrations
« Reply #3 on: November 07, 2011, 10:34:55 AM »
0
Works for me

Thanks, guys.  I found the issue.  I was running EUO in virtualization and it was doing funny things to the timing in general. 

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Wait frustrations
« Reply #4 on: November 07, 2011, 10:38:11 AM »
0
Thanks, guys.  I found the issue.  I was running EUO in virtualization and it was doing funny things to the timing in general. 

Were you using Virtualbox?  I often have problems with time-critical programs in VB.  VMWare generally works better for UO.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Wait frustrations
« Reply #5 on: November 08, 2011, 07:39:31 AM »
0
Thanks, guys.  I found the issue.  I was running EUO in virtualization and it was doing funny things to the timing in general. 

Were you using Virtualbox?  I often have problems with time-critical programs in VB.  VMWare generally works better for UO.
Since we use it in our Company, i like VMware as well.. last time before it worked very slow.. but they made a mess up of changes:)

Tags: