strange error with market script

alsdk

Well-Known Member
when i exec this script with some TypeID i extracted from my items u can see how sometimes i get NULL values for some random TypeID (it isnt always same).

I think it will be more comprehensive executing it
 

Attachments

Amadeus

The Maestro
Staff member
Any script should have small waits between things that will be running within the same frame. There should be like 'wait 1' or 'wait 2' at least between each iteration of the do/while loop. And, probably 'wait 3' or 'wait 5' after the creation of the index.

Scripts for isxeve should be slowed down to allow for things to process.
 

alsdk

Well-Known Member
i put insane waits times for things that require waitings, also in every do-while loop and still doesnt work ...

this is getting frustrating
 

Attachments

alsdk

Well-Known Member
i still dont understand why i got a msg telling me "x Orders total" and when echoing item info from market i get NULL values ...


edit:
attached a log file so u all can view what i mean and what i see
 

Attachments

Last edited:

alsdk

Well-Known Member
it doesnt work, i setet to 1 after loop and also cleared all values from all indexes and still nothing
 

Amadeus

The Maestro
Staff member
Where is the new script with the 'i' fixed so I can look over what it is you're using right now?
 
Top Bottom