Jump to content

Change data problem in script


TTyo

Recommended Posts

i have 5000 data but i want to change between 4500 to 4900 and the problem is the data always change every one match. how to create that to the script?
 
Link to comment
Share on other sites

  • Administrators

Load 5000 items into table. Iterate over 4500-4900 items and make new table. Set new values.

Or. Load first unnecessary items (4500) - remove it from result list. Load need amount (4900 - 4500 = 400 in this case) and use editAll to set all values at once.

_______________________________________________
added 0 minutes later

In any case you must able program in Lua and understand code and API. Read docs and learn lua.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.