How to make the monster disappear?
Posted: Wed Sep 04, 2013 8:37 pm
sorry, English is not good,
Will this mean.
This is the Course of Terror by Bot_romka program.
function RemoveObjeckt()
local objectList = CObjectList();
objectList:update();
local objSize = objectList:size()
for i = 0,objSize do
local obj = objectList:getObject(i);
if obj.Id == 113108 or obj.Id == 113109 or obj.Id == 113110 or obj.Id == 113111 or obj.Id == 113113 then
if obj.X > 3800 then
memoryWriteFloatPtr(getProc(), obj.Address + 4, 0xB0, 3800)
end
end
end
end;
If you can make objects disappear, can you let Ancient Treasure monster disappear?
How do I do?
Will this mean.
This is the Course of Terror by Bot_romka program.
function RemoveObjeckt()
local objectList = CObjectList();
objectList:update();
local objSize = objectList:size()
for i = 0,objSize do
local obj = objectList:getObject(i);
if obj.Id == 113108 or obj.Id == 113109 or obj.Id == 113110 or obj.Id == 113111 or obj.Id == 113113 then
if obj.X > 3800 then
memoryWriteFloatPtr(getProc(), obj.Address + 4, 0xB0, 3800)
end
end
end
end;
If you can make objects disappear, can you let Ancient Treasure monster disappear?
How do I do?