Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/18/22 in all areas

  1. Greetings, I would like to share some of my scripts here, so I decided to make a github repository for scripts. It's not much but I will gradually update/increase the size of my collection ^^ You can report bugs in my github and also make requests there, I will make it in my free times ( Depends on the request ) Note : I use a lot of personal functions(I like to make my script as short as possible - lazy) and I don't know if some parts of the scripts have the missing functions just bump me in github if it's missing. Github Repository : Click Me Rathena Requests/Others : Dynamic MVP Points Item Swap Function Costume Drop Autoloot Setting Invasion Script Instance @cooldown Recycle NPC Custom Illusion Moonlight 17.1 Illusion Custom Latest Update : March 13, 2021
    1 point
  2. I fixed it. Try to download MYSQL Version 5.0.
    1 point
  3. dali02,82,136,5 script Bloody Branch Room 403,{ setarray $@maps$[1], "alb2trea", "pvp_n_1-5", "pvp_n_2-5", "pvp_n_3-5", "pvp_n_4-5", "pvp_n_5-5"; for(set .@b,1; .@b < getarraysize($@maps$); set .@b,.@b + 1) { if(.@b==1){ set .@menu$, .@menu$ + "Public- "+((getmapusers($@maps$[.@b])>=30)?"^CD0000Closed^000000("+getmapusers($@maps$[.@b])+")":"^007700Open^000000("+getmapusers($@maps$[.@b])+")")+":"; } else { set .@menu$, .@menu$ + "Private["+(.@b-1)+"]- "+((getmapusers(""+$@maps$[.@b]+"")>=5)?"^CD0000Closed^000000("+getmapusers($@maps$[.@b])+")":"^007700Open^000000("+getmapusers($@maps$[.@b])+")")+":"; } } if(select(.@menu$)) { callfunc "GRfunction",$@maps$[@menu],@menu; } } function script GRfunction { if(!getmapusers(getarg(0))) killmonster getarg(0), "All"; if(getmapusers(getarg(0))<=30&&getarg(1)==1){ warp getarg(0),0,0; end; } if(!getmapusers(getarg(0))){ mes "Input a new password."; input($password$[getarg(1)]); next; warp getarg(0),0,0; end; } if(getmapusers(getarg(0))<=5&&getarg(1)!=1) { mes "This room is password protected please input the password now."; input(@name$); if(@name$==$password$[getarg(1)]){ mes "correct!"; next; warp getarg(0),0,0; end; } else { mes "Incorrect!"; close; } } else { mes "I'm sorry this room is full."; close; } } // Duplicates //============================================================ alberta,32,247,6 duplicate(Bloody Branch Room) BBroom#alb 403 comodo,188,162,6 duplicate(Bloody Branch Room) BBroom#com 403 morocc,171,102,6 duplicate(Bloody Branch Room) BBroom#moc 403 gonryun,168,116,6 duplicate(Bloody Branch Room) BBroom#gon 403 mid_camp,221,288,6 duplicate(Bloody Branch Room) BBroom#mid 403 payon,186,105,6 duplicate(Bloody Branch Room) BBroom#pay 403 dicastes01,207,189,3 duplicate(Bloody Branch Room) BBroom#dic 403 mora,43,153,6 duplicate(Bloody Branch Room) BBroom#mor 403 malangdo,152,112,3 duplicate(Bloody Branch Room) BBroom#mal 403 ayothaya,157,102,3 duplicate(Bloody Branch Room) BBroom#ayo 403 you can just wipe it right before player enter a room that has no player inside.
    1 point
  4. 187 • // Display some mob info next to their name? (add as needed) 188 • // (does not works on guardian or Emperium) 189 • // 1: Display mob HP (Hp/MaxHp format) 190 • // 2: Display mob HP (Percent of full life format) 191 • // 4: Display mob's level 192 • show_mob_info: 1 Solo modifica y si no ves cambios ingame, utiliza el comando /showname Sobre lo otro que mencionas "sobre el pin", solo debes de volver a cargar tu emulador para que funcione la modificación, luego cualquier cosa que modifiques "battle file" puedes visualizarlo ingame usando @reloadbattleconf
    1 point
×
×
  • Create New...