Jump to content
  • 0

Walking Faction Monster


tatus

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  09/22/12
  • Last Seen:  

Like DotA B)

 

how unitwalk work in faction monsters

 

faction system by lilith

factionmonster "<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>,<faction ID>,{,"<event label>"};
 

 

monster still not running

map,x,y,5    script    sdsdsd    100,{


factionmonster "map",x,y,"Sentinel",1002,1,1;

unitwalk GID,x,y;
}
 

I want to try mob_controller http://rathena.org/board/topic/75836-unitwalk-destination-out-of-sight/?p=165866
but I'm not sure it works on faction monster

I found and this might work if the fix into a faction monster
 

@AnnieRuru http://rathena.org/board/topic/73366-walking-monster/?p=151708

prontera,155,186,5 script dksjfskdfj 100,{
getmapxy .@map$, .@x, .@y, 0;
setd ".@mob"+ .@i++, bg_monster( 0, .@map$, .@x, .@y, "--ja--",1002,"");
while (1) {
getmapxy .@map$, .@x, .@y, 0;
unitwalk getd(".@mob"+ .@i), .@x, .@y;
sleep2 2000;
}
end;
}
 

 

if faction monsters can walk to the coordinates x, y
and when they will fight each other meet like DotA War


sry my bad english (google translate)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  09/22/12
  • Last Seen:  

help me please

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...