Page 1 of 1

Making guild class. Need help.

Posted: Thu May 24, 2012 8:12 am
by rock5
I know it's a big ask but does anyone have a character that is a member of a guild with any unlocked extra pages?

I need someone to run a very simple test for me. I'm trying to find the rent info in memory for the extra pages.

If you can help, please follow these simple instructions
  • 1. Install the userfunction below into your 'userfunctions' folder.
    2. Start the game with the character that is in the guild with the unlocked pages
    3. Start the 'commandline' script by double clicking "StartCommandLine.bat" or typing "rom/bot path:commandline" in micromacro.
    4. Run the userfunction by typing "guildtest()" at the commandline.
    5. Copy and paste any numbers printed.
I don't think it's necessary to be near the guild vault or have authority to use it, as long as you are in the guild. Also let me know if you which pages are purchased.

Re: Making guild class. Need help.

Posted: Thu May 24, 2012 1:52 pm
by Hidden
Guild Vault had 2 pages unlocked;
CODES:
In guild castle
9E86DC 169
9E86E4 177
9E86F4 93436
9E8704 51948616
9E8708 53260491

Tried again (moved to Vault) got slightly different numbers
9E86DC 168
9E86E4 176
9E86F4 93435
9E8704 51948615
9E8708 53260490

these are the constant numbers i could repeat
9E86DC 167
9E86E4 175
9E86F4 93434
9E8704 51948614
9E8708 53260489

Re: Making guild class. Need help.

Posted: Thu May 24, 2012 2:08 pm
by rock5
Yes that helps, especially that you have 2 pages open because there is only 1 set of consecutive addresses 9E8704 and 9E8708.

But I'm having second thoughts about supporting the other pages. This is what I'm thinking, Users are only going to bot with the guild bank when they have a personal guild, like myself. You wouldn't bot it with a public guild. And how many people with private guilds can afford a second page to their guild bank? (By private guild I mean a guild used by a user for their own characters and no one elses).

And if it's not reaaly needed then it's probably better that the bot doesn't try to read 1000 slot, which I believe is the theoretical maximum.

If anyone really want me to add support for other pages because they need it, let me know.

Re: Making guild class. Need help.

Posted: Tue Jun 05, 2012 4:49 am
by rock5
Just discoverd 9E8704 and 9E8708 are not the guild page rental info. Turns out they are the egg pet slot rental info. Just as well I didn't add support for them. Hidden probably just had 2 egg slots rented. By his other results it looks like the guild rental info is not kept in that part of memory.