silveralol
Advanced OT User
- Joined
- Mar 16, 2010
- Messages
- 1,484
- Solutions
- 9
- Reaction score
- 217
Hello folks 
I'm here to ask to you, if I create a script to create 2000 chests in random positions in the map, my map is about 140 mb, how it will be to my machine, it can give some lags/freeze ? then, because in the script (just an idea) will have something like this:
it will be heavy?
this idea is based on PXG, they make it for the profession adventurer, is very good


I'm here to ask to you, if I create a script to create 2000 chests in random positions in the map, my map is about 140 mb, how it will be to my machine, it can give some lags/freeze ? then, because in the script (just an idea) will have something like this:
Code:
for x = 30000, 35000 do
for y = 30000, 35000 do
for z = 1, 15 do
-- some code, check the place, chance to create the chest, the count (when the count is in the end break), some script to the gamemaster, create a table with the coordinates of the chests...
end
end
end
this idea is based on PXG, they make it for the profession adventurer, is very good