Search found 15 matches

by barakuda
22 Jan 2013, 06:53
Forum: Development Help
Topic: Character Position
Replies: 4
Views: 5242

Re: Character Position

$x = @eval ($::players{$::playersID[$.lastMatch3]}->{pos_to}{x})
$y = @eval ($::players{$::playersID[$.lastMatch3]}->{pos_to}{y})
Not working
by barakuda
22 Jan 2013, 05:38
Forum: Macro Plugin
Topic: About FCP Macro
Replies: 13
Views: 44343

Re: About FCP Macro

finally!! i dit! now I know hot to extract a player's pos and store it into a var: macro qwe { $x = @eval ($::players{$::playersID[0]}->{pos}{x}) $y = @eval ($::players{$::playersID[0]}->{pos}{y}) log target player's coordinates = $x $y } you just need to change the playersID[0] to whatever ID you ...
by barakuda
22 Jan 2013, 05:15
Forum: Macro Plugin
Topic: About FCP Macro
Replies: 13
Views: 44343

Re: About FCP Macro

ever_boy_ wrote:just send the slave your $.map && $.pos and tell him to move there.
How am I suppose to do that in macro?
by barakuda
17 Aug 2012, 23:58
Forum: Macro Plugin
Topic: About FCP Macro
Replies: 13
Views: 44343

Re: About FCP Macro

But how? Hehehehe! I'm not using 2bots here! The master is me (not bot).
by barakuda
01 Aug 2012, 12:21
Forum: Macro Plugin
Topic: About FCP Macro
Replies: 13
Views: 44343

Re: About FCP Macro

[EN] Sorry, but I understood what she wants. For the slave is using the skill Full Chemical protectio (ID 479, http://ratemyserver.net/index.php?page=skill_db&jid=4019)? [PT-BR] Desculpa, mas entendi o que quer. Por que o slave esta usando a skill Full Chemical Protectio (ID 479, http://ratemyserve...
by barakuda
31 Jul 2012, 13:28
Forum: Macro Plugin
Topic: About FCP Macro
Replies: 13
Views: 44343

Re: About FCP Macro

Bump
by barakuda
30 Jul 2012, 02:04
Forum: Macro Plugin
Topic: About FCP Macro
Replies: 13
Views: 44343

About FCP Macro

I want the FCP Slave to go near the position of the player who pm him and cast him FCP. Let say the players position is prontera 150 50 and the FCP Slave position is prontera 160 160. FCP can only cast 1 cell away. So I want the Slave go to the position of the Player 1 cell away. automacro fcpsg { p...
by barakuda
15 Jul 2011, 18:46
Forum: Development Help
Topic: Character Position
Replies: 4
Views: 5242

Re: Character Position

Actor.pm: ## # Hash* $Actor->{pos} # # The position where this actor was, before its last movement. # This is a reference to a hash, containing the items 'x' and 'y'. ## # Hash* $Actor->{pos_to} # # The position where this actor is moving to, or (if the actor has finished moving), # where it curren...
by barakuda
15 Jul 2011, 17:16
Forum: Macro Plugin
Topic: Problem with using item on Player
Replies: 4
Views: 3618

Re: Problem with using item on Player

help_us wrote:

Code: Select all

$player = @player($.lastMatch4)
.

check noAutoSkill too
Syntax error! T_T
by barakuda
15 Jul 2011, 16:53
Forum: Macro Plugin
Topic: Problem with using item on Player
Replies: 4
Views: 3618

Problem with using item on Player

In my server, there is an item called Star Gladiator Spirit (to soul link a star glad job)! See the image and codes below! Im using Creator (not soul linker) to minimize the BOT running in my PC! What I want is to soul link my Star Gladiator with the item Star Gladiator Spirit using my Creator! Plea...