Jump to content

ragexe

Members
  • Content Count

    3
  • Joined

  • Last visited

About ragexe

  • Rank
    Newbie

Recent Profile Visitors

472 profile views
  1. hi thanks for answer, but can you give example to use that? .@x = UDT_MAPIDXY[1]? .@y = UDT_MAPIDXY[2]?
  2. monster(.@map$, 120, 130, "Dracula", 1389, 1); 'Dracula = $@mobid[0]; getunitdata 'Dracula,.@bossdata; .@x = .@bossdata[6]; .@y = .@bossdata[7]; monster instance_mapname("1@dra"),.@x,.@y,"",1389,1; 'draculaclone = $@mobid[0]; setunitdata 'draculaclone, 29, 1; unitskilluseid 'draculaclone, 85, 1; if(rand(1,20) > 10) { unittalk 'Dracula,"!!!!!!"; unitskillusepos 'draculaclone,85,10,.@x,.@y; for(.@i = 0; .@i < 2; .@i ++) { unitskillusepos 'draculaclone,89,10,.@x+.@i+5,.@y+.@i+5; unitskillusepos 'draculaclone,89,10,.@x-.@i-5,.@y-.@i-5; } } I'm trying to create custom instance, but unitskilluseid & unitskillusepos just cast(just magic circle) without give any magic effect & damage, no error in map server
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.