Auto Create Potion With Macro
| Ragnarok Bot download. Discuss, Auto Create Potion With Macro at Ragnarok online forum; Firstly.. u need to buy all the thing u need for making a potion and save all in storage.....
1. ... |
| Notices | Welcome to the Gamerz Needs forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |  | 
11-02-2007, 04:47 PM
|  | X-Staff | | Join Date: Dec 2005 Location: Johor
Posts: 1,810
Thanks: 115
Thanked 233 Times in 158 Posts
Latest Blog:
Rep Power: 13 Points: 511.30 Bank: 22,106.97 Total Points: 22,618.27 | | | Auto Create Potion With Macro Firstly.. u need to buy all the thing u need for making a potion and save all in storage.....
1. This is how to making Acid bottle,if u want to making other potion,u can change it ok
In Macros.txt : Quote:
### Move to Create Position trigger by Inventory Quantity
automacro initiate {
sp > 80%
location not payon 180 100 181 100
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call start
#run-once 1
timeout 10
}
macro start {
#release initiate
do move 180 100 payon
pause 1
}
#at Create Position consider condition trigger by Quantity and sp
##### Depricated , Delete as you wish (but I'm not) #####
automacro resta {
location payon 180 100
sp < 15%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call rest
run-once 1
timeout 2
}
macro rest {
do move 180 102
release resta
pause 1
do sit
}
#at Rest Position ... condition trigger by Quantity & sp
automacro jallen {
location payon 180 102
sp > 90%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call shifta
timeout 2
}
macro shifta {
do move 180 102
pause 1
}
#at Create Position ... Create condition trigger by Quantity or Sp
automacro create {
location payon 180 100
sp > 15%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call pharmacy
run-once 1
}
##### Pharmacy Creation CODE : Credit to flakey of OpenKore Board #####
##### http://openkore.sour***orge.net/foru...pic.php?t=5000 #####
##### send (code) after invoke "ss 228 10" only ... therefore Kore terminate !
##### Red Potion = 8E 01 F5 01 00 00 00 00 00 00
##### Yellow Potion = 8E 01 F7 01 00 00 00 00 00 00
##### White Potion = 8E 01 F8 01 00 00 00 00 00 00
##### Blue Potion = 8E 01 F9 01 00 00 00 00 00 00
##### Adonyne = 8E 01 5D 02 00 00 00 00 00 00
##### Aloevera = 8E 01 5E 02 00 00 00 00 00 00
##### Red Slim = 8E 01 21 02 00 00 00 00 00 00
##### Yellow Slim = 8E 01 22 02 00 00 00 00 00 00
##### White Slim = 8E 01 23 02 00 00 00 00 00 00
##### Alcohol = 8E 01 CA 03 00 00 00 00 00 00
##### Fire Bottle = 8E 01 DF 1B 00 00 00 00 00 00
##### Acid Bottle = 8E 01 E0 1B 00 00 00 00 00 00
##### Plant Bottle = 8E 01 E1 1B 00 00 00 00 00 00
##### Mine Bottle = 8E 01 E2 1B 00 00 00 00 00 00
##### Coating Wax = 8E 01 E3 1B 00 00 00 00 00 00
macro pharmacy {
do ss 228 10
pause 0.5
do send 8E 01 E0 1B 00 00 00 00 00 00
release create
$time = $.time
}
##### Counter Relogin every 10 min ... while Pharmacy #####
### in order not to Mix up the Counter Relogin with the Process ###
### leave the Counter Relogin macro at last lines ###
#Counter Relog while Grab
#Counter Relog while Create
automacro resetKaraCreate {
var $time < @eval ($.time - 30)
location geffen 117 202
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call reseto
timeout 600
}
macro reseto {
do macro reset
pause 1
}
#Counter Relog while Rest
#Counter Relog while Walking
# Counter Relog while Standing out of 181,100 / 180,100
# Counter Relog while Store Item
| 2.Make sure ur config.txt was like this : Quote:
attackAuto 0
routeRandomWalk 0
sitAuto_idle 1
lockMap <-- Dont put anything in here
lockMap_x
lockMap_y
storageAuto 1
storageAuto_npc payon 181 104 <-- payon kapra position
storageAuto_distance 2
storageAuto_npc_type 3
storageAuto_npc_steps c r1 n <-- payon kapra steps
relogAfterStorage 0
storageAuto_password
storageEncryptKey 0x050B6F79, 0x0202C179, 0x0E20120, 0x04FA43E3, 0x0179B6C8, 0x05973DF2, 0x07D8D6B, 0x08CB9ED9
getAuto Medicine Bowl {
minAmount 0
maxAmount 100 <-- safty value which no OWG 50% for safety
passive 0
}
getAuto.. (for all item)
| 3. Go to itemscontrol.txt and change the setting like this : Quote:
all 0 0 0 0 0 <-- make sure all 0 0 0 0 0 ok?
White Potion 0 1 0
White Herb 100 1 0
Medicine Bowl 100 1 0
Empty Potion Bottle 100 1 0
| 4. Please make sure u put this thing in timeouts.txt Quote:
macro_delay 0.5
ai_sit_idle 3
| It's DONE`~!!! | | The Following User Says Thank You to REDevilBeRRy For This Useful Post: | | 
11-07-2007, 06:38 PM
| | Chick | | Join Date: Nov 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Latest Blog:
Rep Power: 0 Points: 203.00 Bank: 0.00 Total Points: 203.00 | | where's the download link | 
11-07-2007, 10:47 PM
|  | X-Staff | | Join Date: Dec 2005 Location: Johor
Posts: 1,810
Thanks: 115
Thanked 233 Times in 158 Posts
Latest Blog:
Rep Power: 13 Points: 511.30 Bank: 22,106.97 Total Points: 22,618.27 | | It is better if u google "macro" or seach it in this forum  . There are a lot of macro version released in this forum. Try to seach first k  . and welcome to GzN  | 
11-08-2007, 07:08 PM
| | Chick | | Join Date: Nov 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Latest Blog:
Rep Power: 0 Points: 203.00 Bank: 0.00 Total Points: 203.00 | | | T.T i can't find the macro...
can send the bot programme to me ? (stephenchongjin@hotmail.com)
& is it need to use money to use the bot?
TQ V.Much ^^
Last edited by chong920618; 11-08-2007 at 08:53 PM.
Reason: Automerged Doublepost
| 
11-10-2007, 01:19 AM
|  | X-Staff | | Join Date: Dec 2005 Location: Johor
Posts: 1,810
Thanks: 115
Thanked 233 Times in 158 Posts
Latest Blog:
Rep Power: 13 Points: 511.30 Bank: 22,106.97 Total Points: 22,618.27 | | Quote:
Originally Posted by chong920618 T.T i can't find the macro...
can send the bot programme to me ? (stephenchongjin@hotmail.com)
& is it need to use money to use the bot?
TQ V.Much ^^ | You dont need to use money to using this bot and u can download the macro in opencore website ( google it ). Not all macro can be use with opencore,so it is better if u downlaod macro on opencore website ( trusted macro ) | 
11-11-2007, 01:25 AM
| | Chick | | Join Date: Nov 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Latest Blog:
Rep Power: 0 Points: 203.00 Bank: 0.00 Total Points: 203.00 | | | | 
02-21-2008, 07:10 PM
| | Chick | | Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Latest Blog:
Rep Power: 0 Points: 164.90 Bank: 0.00 Total Points: 164.90 | | | marco maker can using too ??
if can teach me how to use plssss
im new here ^^ | 
06-04-2008, 01:06 PM
| | Stone Axe | | Join Date: May 2008
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Latest Blog:
Rep Power: 0 Points: 490.00 Bank: 0.00 Total Points: 490.00 | | | thank you for sharing | 
07-06-2008, 05:11 PM
| | Double Stone Axe | | Join Date: Jul 2008
Posts: 49
Thanks: 5
Thanked 1 Time in 1 Post
Latest Blog:
Rep Power: 0 Points: 478.00 Bank: 0.00 Total Points: 478.00 | | | Whooow, very nice topic. I dind't know about it... thanks very much! |  | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | | | |