HyoRO Simple Money Guide

Forum closed. Read only permissions.

Moderator: Moderators

Message
Author
Sinjin
Noob
Noob
Posts: 8
Joined: 05 Aug 2008, 03:41
Noob?: Yes

HyoRO Simple Money Guide

#1 Post by Sinjin »

Well i botted on this server for a while and it was easy to get really rich quickly, i got loads of cards and the most expsenives customs and quitted, had the wrost pvp i have every seen im my life. All the people do is click on each out and wait for someone to die. Takes 0% skill and Donations are OP, you can donate to be a classes that has every skill in game just at half the lvl.

Anyways Firstly you well need to connect to the server so use the below setting. Also when making a acount make sure you pick this is my IP or something like that so it doesnt send you to jail each item.

Code: Select all

[HyoRo]
ip 217.119.55.173
port 7331
master_version 14
version 19
serverType 8_2
private 1
serverEncoding Western
charBlockSize 108
I just tested it and it worked prefectly Fine.


Next step is make the money, for this i used 3 Linkers since on this serve they have all skill form the Wizard classes. This server has a gold room which is in pay_dun04 it is a PK room and has like 1000 Dobeki and each drops 5 gold at a time so make zeny is really easy. For this we will use the linker skills to keep you alive and SG to kill them.

SG

Code: Select all

attackSkillSlot Storm Gust {
	lvl 10
	maxCastTime 0.1
	minCastTime 0
	dist 7
	aggressives
	monsters Dokebi
}

Buffs

Code: Select all

useSelf_skill Kaizel {
   lvl 7
   hp < 10
   sp > 10
   whenStatusInactive Kaizel
   stopWhenHit 0
   inLockOnly 1
   notWhileSitting 0
   notInTown 1
}

useSelf_skill Kaahi {
   lvl 7
   hp
   sp > 10
   stopWhenHit 0
   inLockOnly 1
   notWhileSitting 1
   notInTown 1
   timeout 0
   disabled 0
   inInventory
   manualAI 0
}

useSelf_skill Kaupe {
   lvl 7
   hp
   sp > 10
   stopWhenHit 0
   inLockOnly 1
   notWhileSitting 1
   notInTown 1
   timeout 0
   disabled 0
   inInventory
   manualAI 0
}

useSelf_skill Kaite {
   lvl 7
   hp
   sp > 10
   stopWhenHit 0
   inLockOnly 1
   notWhileSitting 1
   notInTown 1
   timeout 0
   disabled 0
   inInventory
   manualAI 0
}
I havent tried the linker skills but they should work well.

Next just set your home town as Geffen as prt will take all your gears of and then set you lock to pay_dun04. For this to work well you well need a linker that can carry 30000 gold without being over weight. The many problem i found on this server has changing gold into coins, at first I did it my self but then i used this marco that some guys on this forum help me develop =D my first macro.

Code: Select all

automacro checkweight {
   inventory "gold" == 30000
   run-once 1
   call ChangeToCoin
}

macro ChangeToCoin {
   do c @warp morocc 162 101
   do move 160 96
   do talk @npc (164 106)
   do talk resp 3
   do talk resp c
   pause 1
   do talk num 3
   do talk resp 0
   do c @go 25
   pause 1
   release checkweight
}
Works fine and makes everything automacted. Also this is a PK server so set tele on player to 1 so you dont die, this plus the linker buffs should keep you safe but just incase you die i made another macro to help you with that.

Code: Select all

automacro i_am_lost {
        location geffen
        run-once 1
        overrideAI 1
        exclusive 1
                call {   
         pause 1
         do c @warp pay_dun04
         release i_am_lost
                }
}
Finally to make sure you dont lose alot of Mith coins you sould make a guild and storage them all there, you well get banned sooner or later, i also recommend you use around 3 bots to make you alots of coins quickly. Thanks for read and i hope it helps, you can apply lots of the marcos on this guide to other server with similair set up.

andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: HyoRO Simple Money Guide

#2 Post by andy12345 »

Sinjin wrote:Well i botted on this server for a while and it was easy to get really rich quickly, i got loads of cards and the most expsenives customs and quitted, had the wrost pvp i have every seen im my life. All the people do is click on each out and wait for someone to die. Takes 0% skill and Donations are OP, you can donate to be a classes that has every skill in game just at half the lvl.

Anyways Firstly you well need to connect to the server so use the below setting. Also when making a acount make sure you pick this is my IP or something like that so it doesnt send you to jail each item.

Code: Select all

[HyoRo]
ip 217.119.55.173
port 7331
master_version 14
version 19
serverType 8_2
private 1
serverEncoding Western
charBlockSize 108
I just tested it and it worked prefectly Fine.


Next step is make the money, for this i used 3 Linkers since on this serve they have all skill form the Wizard classes. This server has a gold room which is in pay_dun04 it is a PK room and has like 1000 Dobeki and each drops 5 gold at a time so make zeny is really easy. For this we will use the linker skills to keep you alive and SG to kill them.

SG

Code: Select all

attackSkillSlot Storm Gust {
	lvl 10
	maxCastTime 0.1
	minCastTime 0
	dist 7
	aggressives
	monsters Dokebi
}

Buffs

Code: Select all

useSelf_skill Kaizel {
   lvl 7
   hp < 10
   sp > 10
   whenStatusInactive Kaizel
   stopWhenHit 0
   inLockOnly 1
   notWhileSitting 0
   notInTown 1
}

useSelf_skill Kaahi {
   lvl 7
   hp
   sp > 10
   stopWhenHit 0
   inLockOnly 1
   notWhileSitting 1
   notInTown 1
   timeout 0
   disabled 0
   inInventory
   manualAI 0
}

useSelf_skill Kaupe {
   lvl 7
   hp
   sp > 10
   stopWhenHit 0
   inLockOnly 1
   notWhileSitting 1
   notInTown 1
   timeout 0
   disabled 0
   inInventory
   manualAI 0
}

useSelf_skill Kaite {
   lvl 7
   hp
   sp > 10
   stopWhenHit 0
   inLockOnly 1
   notWhileSitting 1
   notInTown 1
   timeout 0
   disabled 0
   inInventory
   manualAI 0
}
I havent tried the linker skills but they should work well.

Next just set your home town as Geffen as prt will take all your gears of and then set you lock to pay_dun04. For this to work well you well need a linker that can carry 30000 gold without being over weight. The many problem i found on this server has changing gold into coins, at first I did it my self but then i used this marco that some guys on this forum help me develop =D my first macro.

Code: Select all

automacro checkweight {
   inventory "gold" == 30000
   run-once 1
   call ChangeToCoin
}

macro ChangeToCoin {
   do c @warp morocc 162 101
   do move 160 96
   do talk @npc (164 106)
   do talk resp 3
   do talk resp c
   pause 1
   do talk num 3
   do talk resp 0
   do c @go 25
   pause 1
   release checkweight
}
Works fine and makes everything automacted. Also this is a PK server so set tele on player to 1 so you dont die, this plus the linker buffs should keep you safe but just incase you die i made another macro to help you with that.

Code: Select all

automacro i_am_lost {
        location geffen
        run-once 1
        overrideAI 1
        exclusive 1
                call {   
         pause 1
         do c @warp pay_dun04
         release i_am_lost
                }
}
Finally to make sure you dont lose alot of Mith coins you sould make a guild and storage them all there, you well get banned sooner or later, i also recommend you use around 3 bots to make you alots of coins quickly. Thanks for read and i hope it helps, you can apply lots of the marcos on this guide to other server with similair set up.
The last macro looks familiar :D ,
good work pal.

lol12
Noob
Noob
Posts: 1
Joined: 31 Dec 2008, 14:16
Noob?: Yes

Re: HyoRO Simple Money Guide

#3 Post by lol12 »

well uhm.. where do u change tele player to 1?

mbp5k
Noob
Noob
Posts: 1
Joined: 07 Jan 2009, 21:52
Noob?: Yes

Re: HyoRO Simple Money Guide

#4 Post by mbp5k »

Can you post your config + mon_control? My bot has troubles attacking the bot.

claude
Human
Human
Posts: 40
Joined: 18 May 2008, 03:27
Noob?: No
Location: Atlantis
Contact:

Re: HyoRO Simple Money Guide

#5 Post by claude »

since you want it , i will post mine .
Attachments
config.txt
(10.42 KiB) Downloaded 672 times
mon_control.txt
mon control
(3 Bytes) Downloaded 526 times
Image
learn how to be smart using search
"If I giv u a bot I'll feed u a day, but if I teach u to bot I'll feed u for life time" --wise izh
never ever send messages to me because i won't reply .

jim-penny
Noob
Noob
Posts: 1
Joined: 15 Jun 2010, 07:52
Noob?: No

Re: HyoRO Simple Money Guide

#6 Post by jim-penny »

thanks for the post
jim

Locked