How to get the runes that I have in an item

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: How to get the runes that I have in an item

#21 Post by rock5 » Sat Apr 13, 2013 4:01 am

lisa wrote:I might leave the object info as

Code: Select all

      self.Address = ptr;
      self.Name = "<UNKNOWN>";
      self.Id = 0;
      self.Type = PT_NONE;
      self.X = 0.0;
      self.Y = 0.0;
      self.Z = 0.0;
      self.TargetPtr = 0;
      self.HP = 1000;
      self.MaxHP = 1000;
      self.Class1 = CLASS_NONE;
      self.Level = 1;
Personally, I wouldn't add them. Especially if they aren't used. They add unnecessary time, especially for non mob searches. I just did a test.

With the extra info

Code: Select all

Command> local tt = getTime() for i = 1,100 do local objectList = CObjectList()
objectList:update() end print(deltaTime(getTime(),tt))
7970.7192605234
Without the extra info

Code: Select all

Command> local tt = getTime() for i = 1,100 do local objectList = CObjectList()
objectList:update() end print(deltaTime(getTime(),tt))
5680.7516513624
That looks significant to me.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests