Jump to content
  • 0

Values problem in script


kkbs4u

Question

Dear sir i record  a script  with game Guardian, script was recorded successfully but in at last moment no values changed in script

 

These are a values want to change in script 

revert = gg.getListItems()
local t = gg.getListItems()
for i, v in ipairs(t) do
    if v.flags == gg.TYPE_DWORD then
        v.value = "161767;161767;0;0;161770;161770;161768;161768;0;0;161771;161771;161769;161769;0;0;161772;161772;161401;161401;0;0;161773;161773;161402;161402;0;0;161774;161774;161811;161811;0;0;161775;161775;161840;161840;0;0;161776;161776"
        v.freeze = false
        v.freezeType = gg.FREEZE_NORMAL
    end
end
gg.addListItems(t)
t = nil
 

 

Screenshot_20200629-063348.jpg

Screenshot_20200629-063400.jpg

Screenshot_20200629-063325.jpg

Screenshot_20200629-063337.jpg

Screenshot_20200629-063320.jpg

Screenshot_20200629-063331.jpg

Screenshot_20200629-063355.jpg

equip2.lua

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.