vending in pront

International

Moderator: Moderators

putario
Human
Human
Posts: 37
Joined: 03 Aug 2009, 14:28
Noob?: Yes

vending in pront

#1 Post by putario »

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/
Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: vending in pront

#2 Post by Scarya »

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
putario
Human
Human
Posts: 37
Joined: 03 Aug 2009, 14:28
Noob?: Yes

Re: vending in pront

#3 Post by putario »

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.
Cloud
Plain Yogurt
Plain Yogurt
Posts: 86
Joined: 09 Apr 2008, 13:39

Re: vending in pront

#4 Post by Cloud »

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.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: vending in pront

#5 Post by EternalHarvest »

Cloud wrote:relogs you afer your shop closes so when the bot relogs back it'll open a new shop again.
Why relog when you can close shop?
Cloud
Plain Yogurt
Plain Yogurt
Posts: 86
Joined: 09 Apr 2008, 13:39

Re: vending in pront

#6 Post by Cloud »

EternalHarvest wrote:
Cloud wrote:relogs you afer your shop closes so when the bot relogs back it'll open a new shop again.
Why relog when you can close shop?
I meant if he only vended 1 card and then the shop closes, then a relog macro could work to open the shop again.
User avatar
twist3d
Testers Team
Testers Team
Posts: 94
Joined: 09 Sep 2009, 04:34
Noob?: No
Location: USA

Re: vending in pront

#7 Post by twist3d »

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
Member since 09/09/09, botter since its first creation days. Thanks Kura for the original Kore.
putario
Human
Human
Posts: 37
Joined: 03 Aug 2009, 14:28
Noob?: Yes

Re: vending in pront

#8 Post by putario »

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.
Cloud
Plain Yogurt
Plain Yogurt
Posts: 86
Joined: 09 Apr 2008, 13:39

Re: vending in pront

#9 Post by Cloud »

putario 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.
yeah make one
jg85
Noob
Noob
Posts: 17
Joined: 29 Dec 2008, 19:39
Noob?: No

Re: vending in pront

#10 Post by jg85 »

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.