woohaabot
03-19-2016, 04:25 PM
Hello to all.
I'm testing the Port Hope Water Elemental of Solid Scripts and I was wondering if I could add a "rune maker" after the character return to depot to refill.
I was trying to use the built-in walker on xenobot but all I could do is make waypoints and withdraw gold. I can't or couldn't setup a item buyer and a proper rune maker.
I think you need to use the "labels" and create a specific .lua (which I have no idea how to do).
BuyManaForRune: to buy X number of mana potions at the NPC
BuyBlankRune: to buy X number of blank runes at the NPC
MakeRune: to make X number of runes
Starting from the +1 depor of Port Hope.
<item text="Stand (32632, 32739, 6)" tag="1"/>
<item text="Withdraw Gold(40,000)" tag="249"/>
<item text="Node (32627, 32742, 6)" tag="0"/>
<item text="Ladder (32626, 32742, 6)" tag="2"/>
<item text="Stand (32622, 32742, 5)" tag="1"/>
<item text="BuyManaForRune:" tag="255"/>
<item text="BuyBlankRune:" tag="255"/>
<item text="Stand (32626, 32742, 5)" tag="1"/>
<item text="Stand (32625, 32749, 6)" tag="1"/>
<item text="MakeRune" tag="255"/>
Tried to use some codes I found in these threads but I'm not sure if it's outdated but I couldn't manage it to work.
http://forums.xenobot.net/showthread.php?14701-Script-to-buy-SDs-from-shop
http://forums.xenobot.net/showthread.php?41247-Making-runes-when-refilling-supplies
Any help or suggestion is really appreciated, thanks.
I'm testing the Port Hope Water Elemental of Solid Scripts and I was wondering if I could add a "rune maker" after the character return to depot to refill.
I was trying to use the built-in walker on xenobot but all I could do is make waypoints and withdraw gold. I can't or couldn't setup a item buyer and a proper rune maker.
I think you need to use the "labels" and create a specific .lua (which I have no idea how to do).
BuyManaForRune: to buy X number of mana potions at the NPC
BuyBlankRune: to buy X number of blank runes at the NPC
MakeRune: to make X number of runes
Starting from the +1 depor of Port Hope.
<item text="Stand (32632, 32739, 6)" tag="1"/>
<item text="Withdraw Gold(40,000)" tag="249"/>
<item text="Node (32627, 32742, 6)" tag="0"/>
<item text="Ladder (32626, 32742, 6)" tag="2"/>
<item text="Stand (32622, 32742, 5)" tag="1"/>
<item text="BuyManaForRune:" tag="255"/>
<item text="BuyBlankRune:" tag="255"/>
<item text="Stand (32626, 32742, 5)" tag="1"/>
<item text="Stand (32625, 32749, 6)" tag="1"/>
<item text="MakeRune" tag="255"/>
Tried to use some codes I found in these threads but I'm not sure if it's outdated but I couldn't manage it to work.
http://forums.xenobot.net/showthread.php?14701-Script-to-buy-SDs-from-shop
http://forums.xenobot.net/showthread.php?41247-Making-runes-when-refilling-supplies
Any help or suggestion is really appreciated, thanks.