getText() reversing

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

getText() reversing

#1 Post by gloover » Sat Dec 21, 2013 9:59 am

Hey rock and other experts

I'm trying to create some waypoints for international using so at this time I'm using ChoiceOptionByName("Join the Silvershadow Adventurers' Guild?") and want to write this in ChoiceOptionByName(getTEXT("SC_425068_0")) [excerpt from Bill D Cat's wp].

So how can I get this number "SC_425068_0" ?

thx in advance

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

Re: getText() reversing

#2 Post by rock5 » Sat Dec 21, 2013 10:56 am

There are a number of ways.

1. Use the language viewer tool. http://www.solarstrike.net/phpBB3/viewt ... 258#p22258
2. Use the relatively new bot function getKeyString. Start the commandline waypoint file and then type

Code: Select all

print(getKeyString("Your local text here"))
This should print the 'key string' (that's what I call strings like "SC_425068_0"). If you need to use special characters you will have to use slash codes for the utf8 characters eg. \195\132 (I'll be fixing that in the future).
3. Lisa's way (I think this is how Lisa does it) of searching in memory using CheatEngine and finding the key string that way.

Can't think of any other ways.
  • 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

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

Re: getText() reversing

#3 Post by lisa » Sat Dec 21, 2013 7:32 pm

Pretty much, I use CE because you don't even need to be logged into the game, just need it started and at login screen.

A bot function to do it would be handy though ;)
Attachments
ce1.png
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

Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests