The primary sources for the Blue Eye are:
You can implement this using BEM's variables and nested loops.
Step 1: Define the Grid Variables
variables:
$gridSize = 20
$screenStartX = 0
$screenStartY = 0
$screenEndX = 1024
$screenEndY = 768
$walkableColor = 1234567 // Define a generic ground color
Step 2: The "Scan Grid" Macro This macro creates the virtual map. We use a 2D array concept (simulated via string handling or a long list of variables).
begin
loop for ($i = $screenStartX to $screenEndX step $gridSize)
loop for ($j = $screenStartY to $screenEndY step $gridSize)
// Check the center of the current grid block
Variable.Evaluate (Math) "$i + $gridSize/2" as $checkX
Variable.Evaluate (Math) "$j + $gridSize/2" as $checkY
// Check if this pixel matches a wall/obstacle color
if Color.At coordinate is (RGB) ("255", "0", "0", "$checkX", "$checkY")
// Mark this grid block as blocked in your logic
// (You could write to a file, or set a specific variable flag)
Macro.Report "Blocked at $checkX, $checkY"
end
end
end
end
Step 3: The "Channel Isolation" Targeting This is the "Deep" part. We isolate the Green channel to find monsters that are predominantly Green (like Porings) against non-green backgrounds. blue eye macro ragnarok
begin
// Take a restricted screenshot to memory or file for analysis
Screen.Save area to clipboard ($screenStartX, $screenStartY, $screenEndX, $screenEndY)
// Logic: Search for high Green values (RGB: 0, 200+, 0) while ignoring low Red/Blue
// BEM allows searching for a color range. We search for "Greens"
Color.Find coordinate of RGB range ("0", "180", "0", "50", "255", "50", "0", $checkX, $checkY)
if $checkX > 0
// Target Found
Mouse.Click at coordinate ($checkX, $checkY, "Left")
end
end
The Blue Eye (also known as Blue Gemstone or Blue Eye of Chaos depending on the private server or official version) is typically a headgear or accessory slot item. In most classic pre-Renewal servers (like Ragnarok Online: Transcendence or OriginsRO), the Blue Eye offers:
While these stats are decent for a magic user (Wizard, Priest, Sage), the true value of the Blue Eye lies in its rarity. It is often a 0.01% or 0.02% drop rate item. The primary sources for the Blue Eye are:
If you do not want to risk your account, use these manual, legitimate methods.
In player-driven markets (Prontera south square), the Blue Eye can fetch anywhere from 500k to 5 million Zeny, depending on the server economy. Its price is driven by: Step 2: The "Scan Grid" Macro This macro
This scarcity is why players turn to the Blue Eye macro Ragnarok strategy.