Search found 214 matches

by sofax222
25 Apr 2013, 21:53
Forum: Developers Corner
Topic: What means "small in-game chat control"
Replies: 10
Views: 8355

Re: What means "small in-game chat control"

Anyway, that just is a tiny problem !!
by sofax222
25 Apr 2013, 18:38
Forum: Developers Corner
Topic: What means "small in-game chat control"
Replies: 10
Views: 8355

Re: What means "small in-game chat control"

One more minor question for this sub validate. It is about easy reading ! Why use hex value ? Could it be change to decimal value for more readable !! Some thing like : return 0 if ((@{$vcont{'members'}} >= 4) && (time - $vcont{'mem'}{@{$vcont{'members'}}[0]}) < 60); shift(@{$vcont{'members'}}) if (...
by sofax222
25 Apr 2013, 01:48
Forum: Developers Corner
Topic: What means "small in-game chat control"
Replies: 10
Views: 8355

What means "small in-game chat control"

What means "small in-game chat control" in version r8518 ? After PM to a same bot 2 times, no more PM could be done !! Sorry, I can't figure out the sub validate in Misc.pm ? Dear Marcelofoxes sir ! Could you give me some detail explain ? Thank you ! I the code lines push (@{$vcont{'members'}}, $use...
by sofax222
06 Apr 2013, 22:46
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2085696

Re: Usage: Packet Extractor v3

How to get the Ever_Rox extractor ?
Or
Where to get the Ever_Rox extractor ?

Is the Ever_Rox extractor used for bRO only?
by sofax222
30 Mar 2013, 08:28
Forum: Development Help
Topic: What mean is these code lines in "sub checkSelfCondition"
Replies: 6
Views: 4782

Re: What mean is these code lines in "sub checkSelfCondition"

Could I modify them to keep the "equip_?????"'s config paramemters. Let them seem like the "whenEquipped" config paramemters. Such as: for my $slot (@Actor::Item::slots) { if ($config{$prefix."_equip_".$slot}) { my $item = Actor::Item::get($config{$prefix."_equip_".$slot}); return 0 unless $item && ...
by sofax222
29 Mar 2013, 03:19
Forum: Development Help
Topic: What mean is these code lines in "sub checkSelfCondition"
Replies: 6
Views: 4782

Re: What mean is these code lines in "sub checkSelfCondition"

What mean is the "old equipAuto" ?

I think these code lines seems not needs ?
by sofax222
28 Mar 2013, 20:47
Forum: Development Help
Topic: What mean is these code lines in "sub checkSelfCondition"
Replies: 6
Views: 4782

What mean is these code lines in "sub checkSelfCondition"

Any one could tell me ! What mean is these code lines in "sub checkSelfCondition" of Misc.pm ........ my $skill = Skill->new(auto => $config{$prefix}); return 0 unless ($char->getSkillLevel($skill) || $config{$prefix."_equip_leftAccessory"} || $config{$prefix."_equip_rightAccessory"} || $config{$pre...
by sofax222
28 Mar 2013, 01:20
Forum: Developers Corner
Topic: Config outdated?
Replies: 4
Views: 3634

Re: Config outdated?

In the Msic.pm, there is still the code lines: # check skill use SP if this is a 'use skill' condition if ($prefix =~ /skill|attackComboSlot/i) { my $skill = Skill->new(auto => $config{$prefix}); return 0 unless ($char->getSkillLevel($skill) || $config{$prefix."_equip_leftAccessory"} || $config{$pre...
by sofax222
17 Feb 2013, 18:48
Forum: Bug reports
Topic: Routing between mosk_dun02 and mosk_dun03
Replies: 42
Views: 111240

Re: Routing between mosk_dun02 and mosk_dun03

kay wrote:Can someone post the right fld / dist files too?
You could use "ROFE" to edit the .fld files, making them correct.
After editing the .fld files, to delete the relative .dist files.
The OP will re-generates the .dist files, automaticly !