Addresses

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
leahcim2468
Posts: 33
Joined: Sun Nov 21, 2010 6:24 pm

Addresses

#1 Post by leahcim2468 » Thu Dec 16, 2010 10:08 pm

I seen some people who have problems from their bot due to addresses but somehow mine is different? anyone know how to fix? thx its in the ss
Attachments
3.07.jpg

User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Addresses

#2 Post by jduartedj » Thu Dec 16, 2010 10:20 pm

You just wrote the address on the file with an illegal symbol or something.... that line should be:

Code: Select all

	staticInventory = 0x999999,
where 0x999999 is the address you want to change.

and use a good editor not just notepad. try Notepad++, maybe you used an illegal symbol due to saving in a wrong enconding.
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates

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

Re: Addresses

#3 Post by lisa » Thu Dec 16, 2010 10:25 pm

I'd say you have just added in a < into the file. Mine doesn't have any < at all in it.
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

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Addresses

#4 Post by rock5 » Fri Dec 17, 2010 3:28 am

You probably have an SVN conflict when you updated. When SVN has a conflict it sometimes adds comments in the file that starts with '<'. Try right-clicking the addresses file and selecting "TortoiseSVN/Revert" to make sure it's an exact copy.
  • 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

Dwarrowdelver
Posts: 2
Joined: Fri Dec 17, 2010 3:27 pm

Re: Addresses

#5 Post by Dwarrowdelver » Fri Dec 17, 2010 3:45 pm

This will probably be for Gold Egg collectors only, As I just used one of the original Chicken.xml scripts with a few minor changes of my own.

Im no programmer - but heres what solved my issue. After using SVN Update - in each of the lua scripts the bot tells you there is an error for , modifications have been made showing the version changes - like those below.

<<<<<<< .mine
Throw staticEquipBase = 0x9B4B44,
staticInventory = 0x9C3B88,
staticTablePtr = 0xA0C0D4,
staticTableSize = 0xA0C0D0,
staticbase_char = 0x9B5284,
staticbase_macro = 0xA0AA2C,
staticpattern_char = 0x63C554,
staticpattern_macro = 0x749A35,
=======
Keep staticEquipBase = 0x9B6BAC,
staticInventory = 0x9C3B88,
staticTablePtr = 0xA0C0D4,
staticTableSize = 0xA0C0D0,
staticbase_char = 0x9B5284,
staticbase_macro = 0xA0AA2C,
staticpattern_char = 0x63CC44,
staticpattern_macro = 0x749925,
>>>>>>> .r543

First - In addresses make sure the following is in place as suggested in other threads:

tablesBase = 0x9DAB24,

I removed the sections of code I marked with Throw, every time it pointed out another code section I repeated the process, keeping the section r543 related. Basically deleting only the items between (and including):

<<<<<<< .mine
and
=======

Afterwards deleting all remaining: (leaving code in the section untouched)

=======
(left Code)
>>>>>>> .r543

In my case Addresses in the Rom Directory and 2 more in the classes section (inventory/item) had similar code, after removal I had other problems. So I tried a few things which failed - But when I copied the attached 2 files from the last versions classes folder I was using ... the bot started to work as normal. (dont ask me which version it is - I just keep patching as required)

I will leave it to you guys to sort the hows and whys ;)
Attachments
Contents into Classes Folder.rar
(9.42 KiB) Downloaded 168 times

leahcim2468
Posts: 33
Joined: Sun Nov 21, 2010 6:24 pm

Re: Addresses

#6 Post by leahcim2468 » Fri Dec 17, 2010 10:53 pm

i fixed it by using rock5's solution. thx

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest