Mana Stone Tier Production Factory Now V2.5 06/08/2014
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
- Eggman1414
- Posts: 111
- Joined: Sun Jun 17, 2012 2:27 pm
Re: Mana Stone Tier Production Factory V2.4
May I ask you, what you have added in the last version? Because I had many things to change because of my german client and changed the script so it uses the rentable mailbox instead of walking all the time.
- Eggman1414
- Posts: 111
- Joined: Sun Jun 17, 2012 2:27 pm
Re: Mana Stone Tier Production Factory V2.4
Crash variable to altat, shorted some code, fixed some waypoints. Just clean up really.Ego95 wrote:May I ask you, what you have added in the last version? Because I had many things to change because of my german client and changed the script so it uses the rentable mailbox instead of walking all the time.
Re: Mana Stone Tier Production Factory V2.4
The umm functions can use rentable mailboxes automatically. If you are not near a mailbox and you try to use a umm function it should open a temporary or rented mailbox if you have them.
- 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
Re: Mana Stone Tier Production Factory V2.4
i have 2 problems when i start first xml predaily:
character do 10 dailies but when him must buy charge game say me item backpack full and after when him speck with dailies's bpc micromacro say me this"attempt to call global"fusionmakemanastone"a nil value....but character maybe do he must go to varanas before try to send mana?idk what must i do now
character do 10 dailies but when him must buy charge game say me item backpack full and after when him speck with dailies's bpc micromacro say me this"attempt to call global"fusionmakemanastone"a nil value....but character maybe do he must go to varanas before try to send mana?idk what must i do now
- Eggman1414
- Posts: 111
- Joined: Sun Jun 17, 2012 2:27 pm
Re: Mana Stone Tier Production Factory V2.4
Can you post the log or a screenshot of the micromacro console? So I can see what happened?Supergala wrote:i have 2 problems when i start first xml predaily:
character do 10 dailies but when him must buy charge game say me item backpack full and after when him speck with dailies's bpc micromacro say me this"attempt to call global"fusionmakemanastone"a nil value....but character maybe do he must go to varanas before try to send mana?idk what must i do now
Re: Mana Stone Tier Production Factory V2.4
yes i try tonight......so character stop at dailies elf npc ,him check phirius on backpack but i have red string in game say"item back pack full"(but is not full and after when charge another xml automatic from before xml mm say me this and stop.....
Re: Mana Stone Tier Production Factory V2.4
ok same errors i have this in mm...player finish dailies ,check phirius go to mail box at elf island and after mm stop.screenshot.
maybe i don't understand how to do this probably,say me if i wrong.
for t10 i need 2 client one with main buy belt and send to other character,next client contain all alt and start in elf island with command path:predaily go through predaily,daily,makefusion,buyfusion right?
if i not wrong character if don't have trasmutator block must go to vara unblock trasmutator and buy fusion right?ty guys
maybe i don't understand how to do this probably,say me if i wrong.
for t10 i need 2 client one with main buy belt and send to other character,next client contain all alt and start in elf island with command path:predaily go through predaily,daily,makefusion,buyfusion right?
if i not wrong character if don't have trasmutator block must go to vara unblock trasmutator and buy fusion right?ty guys
Re: Mana Stone Tier Production Factory V2.4
Do you have the Fusion userfunction installed? Make sure you have all the required userfunctions mentioned on the first post.
- 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
Re: Mana Stone Tier Production Factory V2.4
http://www.solarstrike.net/phpBB3/viewt ... =27&t=3039
this right?
i play in eu server maybe i must change id?
this right?
i play in eu server maybe i must change id?
Re: Mana Stone Tier Production Factory V2.4
The error is for the Fusion userfunction. Just follow the links provided on the first post under the title List of User Functions Needed:
- 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
Re: Mana Stone Tier Production Factory V2.4
i install this function ...is htere another problem,how can I make sure that if the bot stops at the end of the dailies does not continue to go from one place to another without stopping but make sure you have done the dailies every day and buy the charges?
i try with this function installed ad game say me"item shop backpack is full;there are 1 item shop transaction that cannot be completed".the problem is before rocks because bot must buy charge before go to varanas and unblock trasmutator
i try with this function installed ad game say me"item shop backpack is full;there are 1 item shop transaction that cannot be completed".the problem is before rocks because bot must buy charge before go to varanas and unblock trasmutator
Re: Mana Stone Tier Production Factory V2.4
Any problem with the sequence thing are done in these waypoint files I will leave to Eggman1414 to solve, they are his files. But I can tell you this, buyFromItemShop requires you to find your own id because the item shop ids are different on different servers. So follow the instructions at the top of the buyFromItemShop userfunction to find your own id.
Once you have your id, open the daily.xml file and at the top you will see
Put in your id and secondary password and it should work, eg.
Code: Select all
-- How to get 'itemGUID':
-- 1. Open the Item Shop.
-- 2. Find the item you want to buy. Make sure it's the right item. I take no responsability if your make a mistake.
-- 3. Select the 'Buy' button so that the 'Buy' popup appears.
-- 4. Now enter this command,
-- /script SendSystemChat(ItemMallFrame.selectItem.GUID)
-- 5. The number it prints is the 'itemGUID' of the item you want to buy.
Code: Select all
function buycharges()
BuyFromItemShop(896, ""<!--NAME-->"") <!--Insert your secondary password inside the quotes. ex: BuyFromItemShop(896, "romiscool")-->
end
Code: Select all
function buycharges()
BuyFromItemShop(9999, "mysecondarypassword")
end
- 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
Re: Mana Stone Tier Production Factory V2.4
ok now it work but i have another problem,when bot log next character i have this problem:
Re: Mana Stone Tier Production Factory V2.4
ok now work but i have another problem how to set send mail
if i have 8 character in account example a,b,c,d,e,f,g,h how can i set this part?
also maybe i must specify recipes id maybe but where for send rabdon fusiob stone?
if i have 8 character in account example a,b,c,d,e,f,g,h how can i set this part?
Code: Select all
<!--Insert each character you want to buy fusion stones for, seperated by commas and inside quotes ex: "Bob","Jim",.... -->
nameTable =
{
<!--"Stonates","Stonites",Stonetes","Robegear","Sganasi","Jocol"."Jacala","Rokkoky".....-->
};
counter = 1;
function buyFusion()
player:openStore("Odeley Prole")
store:buyItem(202999, 10);
yrest(1000)
end
function sendFusion()
UMM_SendByNameOrId(nameTable[counter],202999);
yrest(500);
sendMacro("CloseAllWindows()");
counter = counter + 1;
end
player:mount();
</onLoad>
<!-- # 1 --><waypoint x="2755" z="-1627">
buyFusion();
</waypoint>
<!-- # 2 --><waypoint x="2914" z="-1633"> </waypoint>
<!-- # 3 --><waypoint x="3110" z="-1760"> </waypoint>
<!-- # 4 --><waypoint x="3518" z="-1611"> </waypoint>
<!-- # 5 --><waypoint x="3669" z="-1774"> </waypoint>
<!-- # 6 --><waypoint x="3933" z="-1676"> </waypoint>
<!-- # 7 --><waypoint x="4308" z="-2048"> </waypoint>
<!-- # 8 --><waypoint x="4540" z="-2151">
if nameTable[counter] == "<!--Last Characters Name-->" then <!--Insert last characters name in quotes on line 40 and 41 ex: if nameTable[counter] == "Bob" -->
UMM_SendByNameOrId("<!--Last Characters Name-->",202999); <!--Same as above-->
print("Done mailing.")
- Eggman1414
- Posts: 111
- Joined: Sun Jun 17, 2012 2:27 pm
Re: Mana Stone Tier Production Factory V2.4
Supergala wrote:ok now work but i have another problem how to set send mail
if i have 8 character in account example a,b,c,d,e,f,g,h how can i set this part?
also maybe i must specify recipes id maybe but where for send rabdon fusiob stone?Code: Select all
<!--Insert each character you want to buy fusion stones for, seperated by commas and inside quotes ex: "Bob","Jim",.... --> nameTable = { <!--"Stonates","Stonites",Stonetes","Robegear","Sganasi","Jocol"."Jacala","Rokkoky".....--> }; counter = 1; function buyFusion() player:openStore("Odeley Prole") store:buyItem(202999, 10); yrest(1000) end function sendFusion() UMM_SendByNameOrId(nameTable[counter],202999); yrest(500); sendMacro("CloseAllWindows()"); counter = counter + 1; end player:mount(); </onLoad> <!-- # 1 --><waypoint x="2755" z="-1627"> buyFusion(); </waypoint> <!-- # 2 --><waypoint x="2914" z="-1633"> </waypoint> <!-- # 3 --><waypoint x="3110" z="-1760"> </waypoint> <!-- # 4 --><waypoint x="3518" z="-1611"> </waypoint> <!-- # 5 --><waypoint x="3669" z="-1774"> </waypoint> <!-- # 6 --><waypoint x="3933" z="-1676"> </waypoint> <!-- # 7 --><waypoint x="4308" z="-2048"> </waypoint> <!-- # 8 --><waypoint x="4540" z="-2151"> if nameTable[counter] == "<!--Last Characters Name-->" then <!--Insert last characters name in quotes on line 40 and 41 ex: if nameTable[counter] == "Bob" --> UMM_SendByNameOrId("<!--Last Characters Name-->",202999); <!--Same as above--> print("Done mailing.")
First off you need to put the last Characters Name in the nameTable[counter] line.
If you are having problems setting up these waypoints, I recommend watching the YouTube video again. I have gone over all of this
Re: Mana Stone Tier Production Factory V2.4
I just wanted to make a suggestion. In future put any values the users has to change or can change, as options at the top of the file. Makes it stacks easier for them. Just set a variable that you can use later.
Also as an alternative to having the user have to enter the last characters name further in the file,you could try this
One last thing, just to be clear, item ids should be the same on all servers. The only id that needs to be checked is the GUID when buying the charges from the item shop. Just follow the instructions at the BuyFromItemshop userfunction thread or the instructions at the top of the BuyFromItemshop userfunction file, to get the correct guid for your server.
Also as an alternative to having the user have to enter the last characters name further in the file,
Code: Select all
if nameTable[counter] == "<!--Last Characters Name-->" then
UMM_SendByNameOrId("<!--NAME OF LAST NAME OF nameTable-->",202999);
Code: Select all
if counter == #nametable then
UMM_SendByNameOrId(nameTable[counter],202999);
- 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
- Eggman1414
- Posts: 111
- Joined: Sun Jun 17, 2012 2:27 pm
Re: Mana Stone Tier Production Factory V2.4
Yeah im starting to think that is what I am going to have to do that....
Re: Mana Stone Tier Production Factory V2.4
guys but if in daily.xml i add another account log in with another secondary password do i must add this as follow or do i must change another strings?ty
Code: Select all
function buycharges()
BuyFromItemShop(2759, "account 7 secondary password") <!--Insert your secondary password inside the quotes. ex: BuyFromItemShop(896, "romiscool")-->
BuyFromItemShop(2759, "account 6 secondary password")
end
NpcID = 112794
QName = "Helping Them Grow"
function relog() <!--Put your Character list here see http://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=1245 for more info-->
SetCharList({
{account=7 , chars= {2,3,4,5,6,7,8}},
{account=6 , chars= {3,4,5,6,7,8}},
})
LoginNextChar()
yrest(3000)
player:update()
loadPaths("Daily.xml");
Re: Mana Stone Tier Production Factory V2.4
Try
Code: Select all
function buycharges()
if getAcc() == 6 then
BuyFromItemShop(2759, "account 6 secondary password")
else
BuyFromItemShop(2759, "account 7 secondary password")
end
end
- 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
Who is online
Users browsing this forum: Bing [Bot] and 3 guests