How to make the monster disappear?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
mikan656386
Posts: 7
Joined: Wed Jul 27, 2011 12:29 am

How to make the monster disappear?

#1 Post by mikan656386 » 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?

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: How to make the monster disappear?

#2 Post by lisa » Wed Sep 04, 2013 11:33 pm

The object is still there but you just can't see it, so the monsters would still be there and still hit you but you can't see them.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

mikan656386
Posts: 7
Joined: Wed Jul 27, 2011 12:29 am

Re: How to make the monster disappear?

#3 Post by mikan656386 » Thu Sep 05, 2013 5:40 am

The understanding, thanks replied.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest