How to use your [equipAuto]

...

How to run Openkore to your Ubuntu Linux OS

...

Macro How to avoid Monster that is not belong to your map

...

How does Lag in WoE occur?

...

Valkyrie Emblems(BMP FILES) as of June 1, 2011

...

Guild Master Technics and Moves

...

How to Avoid Guillotine Cross new Poison

...

How to Avoid Dragon's Breath Attack

      Now, i'll teach you on how to defend or to protect your character from Dragon's Breath Attack. We know that Dragon's Breath is a Fire Element, and you need to defend that Fire Element using a Fire Element Armors. This are the List of Armors that I recommend: Headgears: Aries Crown - 5% Fire Prop. Aries Diadem - 5% Fire Prop. Ears of Ifrit - 5% Fire Prop. Hairband Of Reginleif - 5% Fire Prop. and More. Mask of Ifrit - 10% Fire Prop. Torch Cap - 20% Fire Prop. Welding Mask - 10% Fire Prop. Armors:  Crimson Robe...

My Old KVM[Working]

I thought that KVM was the end of the Game of pRO, but there are several Server of ragnarok that uses KVM... so my KVM download link: Download link for 79- Level Below: http://www.4shared.com/file/edoMEVX1/KVM_Version_3_Revised_4-2_FOR_.html Download link for 80+ Level Above: http://www.4shared.com/file/ELcrceL9/KVM_Version_3_Revised_4-2_FOR_.html I appreciate some replies comes to you!... thank you...

Nested Macro + Automacro

I will teach you on how to create a 1pc of automacro and a multiple macro body how about planning to move in a map if we reach our BaseLevel Condition to our Automacro? automacro MoveMap {            base >= 10            timeout 60            call recon} macro recon {            if( $.lvl >= 10 ) call PoringAtk;           ...

BattleGround Philippines Revision-09 By Me

This is my Final for now, BattleGround Tierra of Ragnarok Online Philippines  ########################################### # Created By: Daison For Renewal BG Rev:09# ########################################### automacro ImInGeffen { location geffen timeout 10 call { do move geffen 110 65 pause 3 do talknpc 109 66 c c r0 n } } automacro ImInPayon { location payon timeout 10 call { do move payon 186 102 pause 3 do talknpc 189 105 c c r0 n } } automacro BattleRoom { location bat_room 150 153 154 149 location not bat_room...

Learn the Automacro

As what i've said to my previous page, that you can use automacro for you to make it easy to run into your system let's attack a monster using automacro automacro AttackMob {     location prt_fld08     monster Poring, Fabre,Lunatic     timeout 10 }call {     do a $.lastMonster } the code was like this, if my character is in the prt_fld08 and if there's a Poring or Fabre or Lunatic and we must run this program in every 10seconds then the program will call the Statements the program...

Operators and Variables

Macro:macro can only hold the Body of Artificial Movements, without a condition, you are calling it via console, or making an automacro to call the macro macro <name...> {           <statement...> } Automacro: automacro Method is the automatically run, everytime you ran your Openkore, automacro will generate by the conditions and making it an automatic call to make an Artificial Movements to your Character automacro <name> {           ...

Special Variables to your Statements

This are the important built-in Variables for you to determine your character info/location etc.$.map - the map you're on ("prontera") $.pos - your current position ("123 234") $.time - current time as unix timestamp ("1131116304") $.datetime - current date and time ("Fri Nov 4 15:59:36 2005") $.hour - current hour time in 24h format $.minute - current minute time $.second - current second time $.hp - current hp $.sp - current sp $.lvl - current base level $.joblvl - current job level $.spirits - current number of spirit spheres...

Special KeyWords to your Statements

@npc (<x> <y> | /regexp/i | "<name>") Return NPC's ID which location is <x> <y> or NPC's name match regexp or NPC's name is equal to <name> . Returns -1 if no NPC was found. @inventory (<item>) Returns Inventory Item ID of <item>. If <item> doesn't exist, it returns -1. @Inventory (<item>) Same as @inventory but returns all matching IDs as a comma-separated list or -1 if the item was not found. @invamount (<item>) Returns the amount of the given <item> in inventory....

How to use Macro

Well, we want to create a movement to your Ragnarok Character...Openkore Console supports a chat command or a auto command to your Character, which means you are assigning your Character to what you wan'ts to do. so here's our simple program, we can say that we want to move your character... macro MoveMyChar {         do move 100 10         do move prontera 120 120} so now we created a program that the character will walk macro MoveMyChar {    -I rename...

How to go to Traning Ground Willow new_2-3 map

Well, this is my Macro code for training groud Willow Monsters, automacro new13 {     location new_1-3     location not new_1-3 97 52 105 48     run-once 0     timeout 20 call {     do move 101 50 } } automacro new33 {     location new_3-3     location not new_3-3 98 53 106 48     run-once 0     timeout 20 call {     do move 102 49 } } #TalktoNPC's automacro TalkNPC13 {     location...