Agus Priyadi and Mafia.Or.ID

blog all about (brains colocations)

Archive for the ‘Games’ Category

Dandelion’s Request – Letter Of Recommendation

Posted by mafiaid on 7 February 2008

Dandelion’s Request
Level yang dibutuhkan: Base Level 60+
Item yang dibutuhkan: Flame Heart, Great Nature, Rough Wind, Mystic Frozen.

Hadiah Quest: Base EXP dan (a) Wrapped Mask atau (b) Jewelry Box
======================

1. Carilah masing-masing NPC yang berhubungan dengan job karaktermu untuk menerima Letter of Recommendation:

• Swordsman / Novice: Perkumpulan Swordsman Izlude, di arah jam 8 (izlude 103 106)
• Acolyte: Biarawati di depan pintu masuk Gereja Prontera (prontera 237 313)
• Merchant / Soul Linker: Perkumpulan Merchant Alberta di arah jam 6 (alberta 129 59)
• Magician: Akademi Mage Geffen, di depan pintu masuk Geffen Tower (geffen 123 109)
• Thief / Taekwon Master: Morroc Girl, arah jam 6 (morocc 155 56)
• Archer / Taekwon Kid: Perkumpulan Archer Payon di pintu masuk menuju Archer Village (payon 231 323)
• Gunslinger / Ninja: Messenger, timur laut geladak penerbangan domestik (airship 251 64)

2. Bawa Letter of Recommendation ke sebuah bangunan di arah jam 8 kota Morocc dan akan disambut oleh Sharp-Looking Kid (morocc 43 108).

3. Carilah pemilik bar (que_job01 82 95) untuk membicarakan tentang misi tersebut.

4. Lanjutkan ke bagian dalam ruangan dan masuk ke dalam ruangan lain di sebelah kiri Tao. (Pemain hanya diberi waktu selama 4 menit untuk berada di dalam ruangan)

5. Berbicaralah ke Valdes (que_job01 16 21) dan pilih misi yang diinginkan: A. Tracking and Prevent, atau B. Protect the Target (Masing-masing karakter hanya bisa menyelesaikan sebuah misi, tidak dapat keduanya.)
Read the rest of this entry »

Posted in Games, ragnarok | Tagged: , | Leave a Comment »

Blacksmith bot config

Posted by mafiaid on 2 February 2008

Merchant class Ragnarok bot config collection. Just copy the following in your config.txt

Adrenaline Rush:

useSelf_skill Adrenaline Rush {
    lvl 5
    hp
    sp
    whenStatusInactive Adrenaline Rush
    stopWhenHit 1
    notWhileSitting 1
    notInTown 1
    timeout 0
}

Crazy Uproar:

useSelf_skill Crazy Uproar {
    lvl 5
    hp
    sp
    whenStatusInactive Crazy Uproar
    stopWhenHit 0
    inLockOnly 0
    notWhileSitting 1
    notInTown 1
    timeout 0
}

Read the rest of this entry »

Posted in Games, ragnarok | Tagged: | Leave a Comment »

Ragnarok Priest Config

Posted by mafiaid on 2 February 2008

Configuring to level your priest alone using Heal bombs is not as difficult as you think it is. These Ragnarok priest bot config does the following:

1. Heals zombie , undead creature to gain exp lvl8 heal only for zombie and lvl5 heal for skeleton.
2. Run when a high monster is sighted.
3. Sit when sp(mana) is not enough.
4. Disconnected from game when theres an announcement to disconnect for ex. maintenance.
5. And stays only at pay_dun00??? the first map at payon dungeon

1. Heals zombie , undead creature to gain exp lvl8 heal only for zombie and lvl5 heal for skeleton.

For Zombies:

attackSkillSlot Heal {
    lvl 8
    dist 9,8,7,6,5,4,3,2,1
    sp > 5
    monsters Zombie
    maxAttempts 3
    maxUses 3
}

For Skeleton:

attackSkillSlot Heal {
    lvl 5
    dist 9,8,7,6,5,4,3,2,1
    sp > 5
    monsters Skeleton
    maxAttempts 3
    maxUses 3
}

2. Run when a high monster is sighted.

Fly wing and teleport skill in Valkyrie server is disabled. I don’t think that you can config your character to run from any monsters, however, you can choose not to attack it, whether it attacks you or not.

In your monster.txt, set: Monster Name -1 0 0

Ex:

    Farmiliar -1 0 0

3. Sit when sp(mana) is not enough.

    sitAuto_sp_lower  50

4. Disconnected from game when theres an announcement to disconnect for ex. maintenance. You could use macro for this

5. And stays only at pay_dun00??? The first map at payon dungeon

    lockMap pay_dun00

Posted in Games, ragnarok | Tagged: | 8 Comments »

Warp portal macro bot

Posted by mafiaid on 2 February 2008

Openkore Macros config for chat triggered warp. The triggered word is warp

    automacro warp {
    pubm /warp/i
    call portal
    }
    macro portal{
    do stand
    do sl 27
    do warp 0
    do sit
    }

do warp 0 means to warp in memo 0. So if you write do warp 1, it warps memo 1. Create a new automacro function and just change the warp trigger command to warp to other memo points.

Posted in Games, ragnarok | Tagged: | 9 Comments »

Priest Support Config

Posted by mafiaid on 2 February 2008

A priest support config for any Ragnarok Online jobs.

What this config do:

1. Priest bot support config for any jobs
2. Smart Heal.
3. It prioritize Resurrection when a party member dies
4. Lex Aeterna on monsters

useSelf_skill_smartHeal 1
partySkill Resurrection {
lvl 4
target
target_dead 1
}

Read the rest of this entry »

Posted in Games, ragnarok | Tagged: , | 2 Comments »

Openkore 2.0.5.1 released

Posted by mafiaid on 4 January 2008

OpenKore version 2.0.5 2.0.5.1 has been released. This version has proper support for pRO (Philippines) and euRO (Europe).

The full list of changes are:

* Added ability to locate data files from multiple possible locations.
* Added lockdown mode.
* Fixed the ‘followBot’ feature.
* Added ‘StorageZeny’ for storage, and ‘zeny’ in ‘SelfCondition’. (thanks to 4epT and piroJOKE)
* Added serverType 19 and 20 to support pRO Valkyrie
* Added ‘teleportAuto_useItemForRespawn’ if set to 1 Kore will use Butterfly Wing to respawn.
* Added support for encrypted padded packets.
* Fixed many bugs.

[dm]1[/dm]

Posted in Games | Tagged: , | 3 Comments »