IPB

 
 
Reply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> Help po sa auto-restock ng vend bot, macros? config? pa share naman po thnx

bulokako
post Apr 16 2006, 10:29 AM
Post #1


Spammer
*****

Race: Zombies
Posts: 213
Spawned: 6 Jan 06
Spawn ID: 3,343



panu po ba ggwin yung example pag nag vend ng steels/honey

then naubos na nasa cart nya

kukuha sha ulit ng mavevend sa kafra tapos mag vend ulit


hehe sana na gets nyu thx.gif


--------------------
Please Don't user posted image

I'm not always correct, so if you think I'm wrong, please correct me

kung meron kang gustong hanapin, USE THE SEARCH FUNCTION!!!!!!!!!!!!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
blueknight
post Apr 16 2006, 11:10 AM
Post #2


Simpleng Botter
**********

Race: Super Moderators
Posts: 2,016
Spawned: 22 Nov 04
Spawn ID: 9



i think you need to install a macro for that....


--------------------
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
cRuZiFiX
post Apr 16 2006, 05:44 PM
Post #3


Member
**

Race: demi-Humans
Posts: 29
Spawned: 10 Mar 06
Spawn ID: 3,803



meron na po akong nkta sa forum ng openkore 2ngkol sa tinatanong mo fafs... tana si fafi blueknight, klngan mo pa nga ng macro para sa commands na klngan mo... try mo nlng po mag search dun..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
bulokako
post Apr 17 2006, 05:16 AM
Post #4


Spammer
*****

Race: Zombies
Posts: 213
Spawned: 6 Jan 06
Spawn ID: 3,343



pahingi po ng link thnx


--------------------
Please Don't user posted image

I'm not always correct, so if you think I'm wrong, please correct me

kung meron kang gustong hanapin, USE THE SEARCH FUNCTION!!!!!!!!!!!!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
maztahv00d00
post Apr 17 2006, 04:18 PM
Post #5


Chaos BlackSmith
*****

Race: Zombies
Posts: 245
Spawned: 8 Apr 06
From: pRO Chaos
Spawn ID: 4,133



@bulokako

i don't know if this will work but it's worth to try. you may try it with XKore set to 1 to monitor your bot.

##########################
# Openkore Macros
##########################

##########################
# Requirements
##########################
# 1. Macro Plugins 1.2.0
# - http://openkore.sourceforge.net/macro/
# 2. Openkore
# - Advisable 1.9.0
################################

# in your items_controls.txt
# This will allow to put all Honey in Cart
# just remove the "#" before it.

# Honey 0 0 0 1 0
# Steel 0 0 0 1 0

################################

# in your shop.txt
# just remove the "#" before it.

#S> Honey and Steel Rush
<blank line>
# Honey<tab><amount><tab><price>
# Steel<tab><amount><tab><price>

################################
# in your config.txt
# just remove the "#" before it.
# disable all useSelf_skill and itemsGatherAuto

# shopAuto_open 1
# to go back to original position
# lockmap prontera 149 33
# route_randomWalk 0
# attackAuto 0

################################

#in your control\macros.txt

automacro checkStock {
run-once 1
cart "Honey" < 10
cart "Steel" < 10
delay 30
call {
do closeshop
do move 280 198 prontera
do talk @npc (282 200)
do talk cont
do talk resp 1
do storage add @inventory "Honey" 800
do storage add @inventory "Steel" 800
pause 1
release checkStock
}
}

automacro SellHoney {
location not prontera 149 33
cart "Honey" > 100
cart "Steel" > 100
call {
do move prontera 149 33
openshop
}
}

heh.gif


--------------------
"There is no greater HONOR than to protect your GUILD and COUNTRY."



REMEMBER:

- Be patient enough to wait for the answers, there's always the manual to refer if you're so eager /gg
- Stop buzzing me while I'm working, I can still read your messages though, again patience.

Can't catch up? READ THE MANUAL.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
-Snap-
post Apr 18 2006, 07:52 AM
Post #6


Newbie
*

Race: Humans
Posts: 10
Spawned: 18 Oct 05
Spawn ID: 2,203



QUOTE(maztahv00d00 @ Apr 18 2006, 12:18 AM)
@bulokako

i don't know if this will work but it's worth to try. you may try it with XKore set to 1 to monitor your bot.

##########################
# Openkore Macros
##########################

##########################
#  Requirements
##########################
# 1. Macro Plugins 1.2.0
# - http://openkore.sourceforge.net/macro/
# 2. Openkore
# - Advisable 1.9.0
################################

# in your items_controls.txt
# This will allow to put all Honey in Cart
# just remove the "#" before it.

# Honey 0 0 0 1 0
# Steel 0 0 0 1 0

################################

# in your shop.txt
# just remove the "#" before it.

#S> Honey and Steel Rush
<blank line>
# Honey<tab><amount><tab><price>
# Steel<tab><amount><tab><price>

################################
# in your config.txt
# just remove the "#" before it.
# disable all useSelf_skill and itemsGatherAuto

# shopAuto_open 1
# to go back to original position
# lockmap prontera 149 33
# route_randomWalk 0
# attackAuto 0

################################

#in your control\macros.txt

automacro checkStock {
run-once 1
cart "Honey" < 10
cart "Steel" < 10
delay 30
call {
do closeshop
do move 280 198 prontera
do talk @npc (282 200)
do talk cont
do talk resp 1
do storage add @inventory "Honey"  800
do storage add @inventory "Steel"  800
pause 1
release checkStock
}
}

automacro SellHoney {
location not prontera 149 33
cart "Honey" > 100
cart "Steel" > 100
call {
do move prontera 149 33
openshop
}
}

heh.gif
*



pano po ung sa password ng kafra?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
blueknight
post Apr 18 2006, 10:46 AM
Post #7


Simpleng Botter
**********

Race: Super Moderators
Posts: 2,016
Spawned: 22 Nov 04
Spawn ID: 9



yung password ng kafra dapat nasa config.txt...macros are just designed to give more functionality but still based on the config.txt


--------------------
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
maztahv00d00
post Apr 18 2006, 11:04 AM
Post #8


Chaos BlackSmith
*****

Race: Zombies
Posts: 245
Spawned: 8 Apr 06
From: pRO Chaos
Spawn ID: 4,133



yes, that's correct. the only place where you could put the kafra password is in the config.txt.

though, i have made a modified openkore that will hardcode all the information like username, password and kafra pin... hehehe defenitely this is an irrelevant topic... i just want to tell you just in case you wanted to implant your bots anywhere na di agad makikita yung mga details na ito...

heh.gif


--------------------
"There is no greater HONOR than to protect your GUILD and COUNTRY."



REMEMBER:

- Be patient enough to wait for the answers, there's always the manual to refer if you're so eager /gg
- Stop buzzing me while I'm working, I can still read your messages though, again patience.

Can't catch up? READ THE MANUAL.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rohan
post Apr 18 2006, 11:45 PM
Post #9


Advanced Member
****

Race: Zombies
Posts: 173
Spawned: 9 Apr 06
Spawn ID: 4,141



prang ganun din doonn sa ba bagong xvkore nka encrypt nadin? no1.gif

User is offlineProfile CardPM
Go to the top of the page
+Quote Post


Reply to this topicTopic OptionsStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
 

Lo-Fi Version Time is now: 22nd May 2012 - 08:37 AM

Visitor Counter:

pinoytopsites