Search found 24 matches

by Myself379
26 Jul 2017, 11:13
Forum: Developers Corner
Topic: 01 - kali's beginning programming guide
Replies: 6
Views: 12457

Re: 01 - kali's beginning programming guide

Thank you for this Kali, it really open "insights" instead of the tutorials, and we're fiddle with our heads to understand what it really means (like teach English to a Japanese), where the grammar and sentences is different between those two.
by Myself379
14 Sep 2013, 04:12
Forum: Resolved Questions
Topic: Support Priest Bot Config
Replies: 4
Views: 52252

Re: Support Priest Bot Config

Are they in a party?

You also need to add the target name in the partySkill

Code: Select all

target CelestiaPT
Is CelestiaPT the character you wanted to AL_HEAL ?
by Myself379
23 Aug 2013, 09:38
Forum: Developers Corner
Topic: Little tweak of attack.pm for Homunculus leveling
Replies: 0
Views: 2313

Little tweak of attack.pm for Homunculus leveling

Problem I'm using r8662 When a Alchemist/Biochemist want to level their own Homunculus at level 1. They would want their Homun to hit the target instead of the character. By setting : attackUseWeapon 0 Kore will range attack will be very far. I checked the attack.pm, it was set to default of : line...
by Myself379
22 Aug 2013, 18:28
Forum: Resolved Questions
Topic: Support Priest Bot Config
Replies: 4
Views: 52252

Re: Support Priest Bot Config

put the follower in

Code: Select all

followTarget
by Myself379
22 Aug 2013, 18:26
Forum: iRO
Topic: Endow Element Hats
Replies: 2
Views: 2296

Re: Endow Element Hats

The name of the weapon have to be exact

eg:

Code: Select all

Gladius [Andre*2] [3]
and try to play around with

Code: Select all

whenStatusActive
whenStatusInactive
and your console command

Code: Select all

s
and look for the names of endow status in statusnametable.txt
by Myself379
22 Aug 2013, 09:20
Forum: Bug reports
Topic: Poem of bragi spammed packets
Replies: 2
Views: 17565

Re: Poem of bragi spammed packets

Thank you for the reply sir, Yes, i did notice this in ServerType0.pm where : '08C7' => ['area_spell', 'x2 a4 a4 v2 C3', [qw(ID sourceID x y type range fail)]] but not sure by just adding to iRO.pm/mRO.pm would solve the problem. How does it exactly works? Does it just store/define the 08C7 for late...
by Myself379
21 Aug 2013, 23:01
Forum: Bug reports
Topic: Poem of bragi spammed packets
Replies: 2
Views: 17565

Poem of bragi spammed packets

Problem openkore lags when a bard uses Poem of bragi and moves around. It causes the network::received.pm to keep on receiving 08C7 . When the skills ends, it'll spam 0120 . This would makes the nearby openkore unresponsive due to the burst of 08C7 packets. Worst case, it DC'ed them Help My first t...
by Myself379
24 Sep 2012, 01:16
Forum: Share your macro's
Topic: Making use of eval() in macro
Replies: 19
Views: 28158

Relog after kill monster

Here's a scenario, you need to kill an MVP. Takes Garm( http://ratemyserver.net/index.php?page=mob_db&mob_id=1252 ) for example : As you know base on RMS RO, Garm have a revive time of approx 120min~130min , so it's like every 2 hours. The problem is that you don't want to spend too much time on the...
by Myself379
23 Sep 2012, 07:56
Forum: Development Help
Topic: Where can i find $Settings::monster_log_file ?
Replies: 2
Views: 2764

Re: Where can i find $Settings::monster_log_file ?

Oh , what i meant was actually is that how can i manually enter/modify/add an monster into the counter exp monster like adding a Poring, ID 1002, kill count 10 into the "exp monster" command Thanks for the feedback Harvest !! It's okay i found it !! simply run macro test { [ log @eval ($::monsters_K...