Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/11/17 in all areas

  1. 5 years ago, @Olrox claimed he was bored, and ask someone to make this script ..... yes, he started it ! 3 years ago, @Olrox said he wants to remake the map then suddenly 2 years ago, @Olrox say he don't want to do it anymore ! Good job ! ok enough this bullshit You need 2 things for this battleground script to run Download: 1. the map ! https://rathena.org/board/topic/104326-arathi-map/ 2. and the script ! wow_domi_1.4r.txt yes, this is a free release as @Olrox said thanks to @Olrox for giving nice idea anyways XD PS: why this wow_domi_1.2r.txt keep appear below even though I tried to remove it several times wow_domi_1.2r.txt
    1 point
  2. Mob DB Mob Skills Quest DB Instance GhostPalace.txt
    1 point
  3. You can try the summon command just be sure to run it from an npc that isn't attached to the player. *summon "monster name",<monster id>{,<Time Out>{,"event label"}}; Some other methods... .mob_id = monster("<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"<event label>",<size>,<ai>}); startnpctimer; end; OnTimer<time>: unitkill .mob_id; stopnpctimer; end; You could do the same thing as above but with killmonster instead. monster("<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"NPC::OnBlahbanditded",<size>,<ai>}); startnpctimer; end; OnTimer<time>: killmonster "<map name>","NPC::OnBlahbanditded"; stopnpctimer; end; OnBlahbanditded: end;
    1 point
×
×
  • Create New...