vending in pront
Moderator: Moderators
-
- Human
- Posts: 37
- Joined: 03 Aug 2009, 14:28
- Noob?: Yes
vending in pront
how do you make the bot reload the shop after it sells 1 card. I have 20 cards but don't want to sell all at once in shop because that will make me look like im cheating. Right now after i sell one card the bot does not know to closeshop and then openshop again, is there config too do that/
-
- Moderators
- Posts: 136
- Joined: 26 May 2008, 12:25
- Noob?: No
Re: vending in pront
Hm did you read the manual or try to look at config.txt?
Code: Select all
shopAuto_open 1
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.
Richard Cook
Wiki
So far, the universe is winning.
Richard Cook
Wiki
-
- Human
- Posts: 37
- Joined: 03 Aug 2009, 14:28
- Noob?: Yes
Re: vending in pront
yes i have that and the bot openshop but after it sells 1 card it says sold out and doesn't reload the shop with the card.
-
- Plain Yogurt
- Posts: 86
- Joined: 09 Apr 2008, 13:39
Re: vending in pront
you might want to make a macro that relogs you afer your shop closes so when the bot relogs back it'll open a new shop again. don't ask me how to do this, figure it out yourself.
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: vending in pront
Why relog when you can close shop?Cloud wrote:relogs you afer your shop closes so when the bot relogs back it'll open a new shop again.
-
- Plain Yogurt
- Posts: 86
- Joined: 09 Apr 2008, 13:39
Re: vending in pront
I meant if he only vended 1 card and then the shop closes, then a relog macro could work to open the shop again.EternalHarvest wrote:Why relog when you can close shop?Cloud wrote:relogs you afer your shop closes so when the bot relogs back it'll open a new shop again.
-
- Testers Team
- Posts: 94
- Joined: 09 Sep 2009, 04:34
- Noob?: No
- Location: USA
Re: vending in pront
Super simple macro:
automacro oShop {
console \shop closed\
do openShop
}
or something like that I don't know the actual commands or words when the shop closes
automacro oShop {
console \shop closed\
do openShop
}
or something like that I don't know the actual commands or words when the shop closes
Member since 09/09/09, botter since its first creation days. Thanks Kura for the original Kore.
-
- Human
- Posts: 37
- Joined: 03 Aug 2009, 14:28
- Noob?: Yes
Re: vending in pront
actually is there a macro to closesshop and openshop after the card sells out? Like a macro which detects when the card's stock is 0 and restocks it according to shop.txt or just closeshop and openshop.
-
- Plain Yogurt
- Posts: 86
- Joined: 09 Apr 2008, 13:39
Re: vending in pront
yeah make oneputario wrote:actually is there a macro to closesshop and openshop after the card sells out? Like a macro which detects when the card's stock is 0 and restocks it according to shop.txt or just closeshop and openshop.
-
- Noob
- Posts: 17
- Joined: 29 Dec 2008, 19:39
- Noob?: No
Re: vending in pront
I am not exactly sure this is the best idea!
If your shop is only selling that ONE card, and the shop closes... and then reopens fast in the SAME spot with the SAME name... it makes you look VERY suspicious.
Think about it from the buyer's standpoint. If he buys your card, and sees you reopen the shop, he may try to communicate with you. You can't "legally" reopen a shop while you're AFK. By "legally" I mean there isn't any system written into the game itself to automate this process... so if you do it and don't respond to communication (because you're AFK?) you're obviously cheating and likely to get reported.
If your shop is only selling that ONE card, and the shop closes... and then reopens fast in the SAME spot with the SAME name... it makes you look VERY suspicious.
Think about it from the buyer's standpoint. If he buys your card, and sees you reopen the shop, he may try to communicate with you. You can't "legally" reopen a shop while you're AFK. By "legally" I mean there isn't any system written into the game itself to automate this process... so if you do it and don't respond to communication (because you're AFK?) you're obviously cheating and likely to get reported.