Beta Testers Needed for my Siege Victory Reward Package Tier Stone Script

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
noobbotter
Posts: 527
Joined: Fri Aug 31, 2012 1:15 pm

Beta Testers Needed for my Siege Victory Reward Package Tier Stone Script

#1 Post by noobbotter » Wed Jan 20, 2016 3:20 pm

I am building a script that will use the Victory Reward packages you get from siege wars and use the Superior Equipment Packages out of them to make Mana Stones. I have created it and it seems to be working decent for me. I feel it's time to get some feedback from others before I do a final release. If you have plenty of those victory packages from siege (at least 9 to test with), and at least 13 AT Charges available or 200 Phirius Tokens for the script to purchase charges with, and you're level 95, you could help test this.

Before running the script you'll want to carefully read the instructions. I'll include them here, but they are also inside the script at the top.
One of the most important parts of the instructions I want to emphasize is this:

REMOVE ANY MANA STONES FROM YOUR BAGS THAT YOU USE FOR STATTING GEAR BECAUSE THEY MAY GET FUSED INTO DIRTY STONES DURING THIS SCRIPT IF THEY REMAIN IN YOUR BAGS. PUT THEM IN YOUR BANK BEFORE YOU START.

I do have a warning built into the script when you start it that if it detects any Mana Stones in your bags it will warn you, but you can simply press del to continue. That way if suppose you already have a T8 stone that you've been building, you can continue and the script will include that T8 stone when making a T9. But like I said, if you have a nice Demon of Bones or something of that sort that you're planning to put on a piece of gear, there's no way (at least not that I've figured out yet) to prevent fusion from throwing that in with the dirty stats during this script.

Here is the information and instructions from my script. If you read this and it sounds interesting, give it a try. I'd love to get some feedback.

Code: Select all

	--***	Siege Reward Package Tier Stone script by NoobBotter	***--
	--***					Version 1.0								***--
	--***	
	--***	This script will take keyboard commands from a menu	to process Seige Victory Reward Packages,				
	--***	open Superior Equipment Packages, buy fusion stones, and build Mana stones, all with a single character.							
	--***	
	--***		Will process 9 at a time, making a T8 each round.					
	--***		3 rounds makes a T9 stone (27 reward packages).
	--***		9 rounds will make a T10 using 81 reward packages.					
	--***		
	--***		If you have a lot of Siege Victory Reward packages, you can really burn through
	--***		your Arcane Transmutor charges, as well as your Phirius Token Coins to buy more charges. 
	--***		This script will detect and use (when required) any charges you have purchased 
	--***		or picked up from minigames that may be in your inventory or item shop backpack (but not 
	--***		in your house item shop bank slot). If you run out of charges while running the script 
	--***		(and you don't have Phirius Token Coins to buy more) it will pause and allow you to acquire more before continuing.
	--***		
	--***			
	--***			
	--***	REQUIREMENTS:
	--***	
	--***			WARNING 	WARNING 	WARNING		WARNING	 	WARNING		WARNING		WARNING		WARNING		WARNING:
	--***		REMOVE ANY MANA STONES FROM YOUR BAGS THAT YOU USE FOR STATTING GEAR BECAUSE THEY MAY GET FUSED INTO DIRTY STONES 
	--***		DURING THIS SCRIPT IF THEY REMAIN IN YOUR BAGS. PUT THEM IN YOUR BANK BEFORE YOU START.
	--***	
	--***		Character running this should be Level 95. I don't know if level 94 Superior equipment packages will always give
	--***		high enough level blue equipment to result in T6 stones. If you want to try it, change the minCharLevel variable 
	--***		to 94 (or whatever level you want to try). This variable specifies minimum level to run the script.
	--***	
	--***		Uses bags1 & 2 of your inventory. Bag 1 must be clean and bag 2 must have at least 6 free slots.
	--***		As you process more and more tier stones (running multiple rounds) the requirement for available space in bag 2
	--***		will go up because each time it opens the Siege Rewards Packages, you receive Exp orbs, which only stack to 20.
	--***		I would recommend if you plan on making a T10 stone to have at least 12 available slots in bag 2.
	--***	
	--***		Each round will use 13 Arcane Transmutor Charges. If you don't have enough charges in inventory to run the 
	--***		number of rounds you plan to run, be prepared to have this script use your P-token coins to buy more.
	--***		If you have lots of spare Ptoken coins, this is a good way to use them. A T10 stone (9 rounds) will use 121 charges.
	--***		If you don't have any charges, that equates to spending 1300 P-token coins to buy them.
	--***	
	--***	
	--***	ADDON/USERFUNCTION REQUIREMENTS:
	--***		Fusion Addon Version 2.0 or later
	--***		Rock5's travelTo Userfunciton: http://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=4940
	--***		Rock5's Fusion Control Functions: http://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=1434
	--***		
	--***		
	--***	INSTRUCTIONS:	
	--***		1. Edit this script, user variables section, and set mySecondPassword to your secondary password so the bot can purchase AT Charges if needed.
	--***		2. Ensure bag 1 is empty and bag to has at least 6 empty spaces, and you have Siege Victory Reward Packages in your bag inventory.
	--***		3. REMOVE ANY MANA STONES FROM YOUR BAGS THAT YOU USE FOR STATTING because they may get fused into dirty stones 
	--***			during this script if they remain in your bags.
	--***		4. You can start script from any Snoop/Transporter, or in Varanas West at Odely Prole (Varanas Fusion Stone Merchant).
	--***		5. After starting, provied requirements are met, MM window will provide a menu:
	--***			1... Open Rewards			Will open 9 siege reward packages (minus number of Superior Equipment packages and blue lvl 94+ gear in bag1)
	--***			2... Open Equipment			Will open 9 Superior equipment packages (minus number of blue lvl 94+ gear in bag1)
	--***			3... Buy Stones				Will purchase Random Fusion Stones (and buy charges if needed)
	--***			4... Fuse Stones			Will use Fusion to create Tier stones. Should process 9 creating a T8 stone.
	--***			9... All Steps for 1 round with 1 Click		Will do all 4 steps for 1 round (open items, buy stones, fuse items to create a T8).
	--***	
	--***			Select a number on your numpad (similar to creating waypoints) to activate that menu item. 
	--***			You can do this with the game screen as the active window. Menu will reappear after each step.
	--***	
	--***		6. As you perform multiple rounds, the script will process higher level stones when they are available.
	--***			For example, after running menu item 9 three times, it will have created a T9 stone.
	--***			Running it 9 times will have created a T10 stone.
	--***		
Here's the Script yo can download and test:
VictoryPackageTiering.xml
Victory Package Tiering Script version 0.2 beta
(21.8 KiB) Downloaded 163 times
Some of the future features I'm considering adding to this include:

-Have the script auto detect maximum Tier Stone level you could create based on resources available.
-Add option to specify how many rounds to run at once.

noobbotter
Posts: 527
Joined: Fri Aug 31, 2012 1:15 pm

Re: Beta Testers Needed for my Siege Victory Reward Package Tier Stone Script

#2 Post by noobbotter » Wed Jan 20, 2016 7:29 pm

** Update: I had a web link in the instructions area which was causing an error at runtime. I took those links out and it now runs.
(I Also found a spelling mistake and fixed it)

Original post now has version 0.2 beta which I verified works.

with 1 exception... When it goes through the first time and has to buy charges it is fine...
but the second time through and it has to buy charges it sits there and says "Waiting for Item Shop database to load." if you open the item shop, select the Phirius coin store and open the page that the charges are on, the script then immediately continues with buying the charges and continues on it's way. Not sure why it hangs there.

Post Reply

Who is online

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