Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/19/22 in Posts

  1. View File [SCRIPT COMMAND] Fake Player This modification allows you to create fake players without further using mob_avail for such behavior. Usage: .@monsterGID = fakeplayer( map, x, y, name, job_id, sex, hair_style, hair_color, weapon, shield, head_top, head_mid, head_bottom, option, cloth_color ); Submitter Zell Submitted 08/26/2019 Category Source Modifications Video Content Author Zell  
    1 point
  2. as requested on discord, here is the map paramk.rar
    1 point
  3. como assim adicionar? você se refere carregar o npc no emulador? se for é só vc abrir um daqueles arquivos q está na pasta npc, vc vai ver q tem vários lá que é direcionado para uma sub-pasta npc, é só fazer o mesmo, cria uma pasta com um nome, bota seus npcs e depois adiciona o apontamento no arquivo onde estão os arquivos.
    1 point
  4. donpcevent strnpcinfo(0)+"::OnMvpDead"; This is calling label OnMvpDead but don't exist. And i can't do it because i don't know what it is supposed to do. Instead use the default one. https://github.com/rathena/rathena/blob/master/npc/custom/events/mvp_ladder.txt
    1 point
  5. if(getgroupid() == 4 || getgroupid() == 6 || getgroupid == 8) {
    1 point
  6. I edited the script a few minutes ago, just copy it again. or change if(.@map$ == .map_list$) { to if(.@map$ == .map_list$[.@i]) {
    1 point
×
×
  • Create New...